Skip to content

Commit 5acc76d

Browse files
committed
2.andresraba6.6
1 parent 0f2974b commit 5acc76d

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

html/UTF.xhtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ the reader. But at least we don’t put our brave astronauts at risk by encoding
6666
the <em>greater-than-or-equal</em> symbol as <code>&lt;u&gt;&amp;gt;&lt;/u&gt;</code>.
6767
</p>
6868
<p>If you modify <samp>sicp.texi</samp> to correct errors or improve the
69-
<abbr>ASCII</abbr> art, then update the <code>@set utfversion 2.andresraba6.5</code>
69+
<abbr>ASCII</abbr> art, then update the <code>@set utfversion 2.andresraba6.6</code>
7070
line to reflect your delta. For example, if you started with Lytha’s version
7171
<code>1</code>, and your name is Bob, then you could name your successive versions
7272
<code>1.bob1</code>, <code>1.bob2</code>, … <code>1.bob<i>n</i></code>. Also update

html/fig/coverpage.std.svg

+1-1
Loading

html/index.xhtml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<section><span class="top jump" title="Jump to top"><a href="#pagetop" accesskey="t"></a></span><a id="pagetop"></a>
2929
<h1 class="titlefont">Structure and Interpretation<br /> of Computer Programs</h1>
3030

31-
<div class="subtitle"><abbr>Second Edition</abbr><br /> Unofficial Texinfo Format 2.andresraba6.5</div>
31+
<div class="subtitle"><abbr>Second Edition</abbr><br /> Unofficial Texinfo Format 2.andresraba6.6</div>
3232

3333
<strong>Harold Abelson and Gerald Jay Sussman with Julie Sussman, foreword by Alan J. Perlis</strong><br />
3434

@@ -58,7 +58,7 @@ Engineering and Computer Science Department at the Massachusetts Institute of
5858
Technology. It was edited and produced by The <abbr>MIT</abbr> Press under a
5959
joint production-distribution arrangement with the McGraw-Hill Book Company.
6060
</p>
61-
<p>Unofficial Texinfo Format <a href="http://sicpebook.wordpress.com">2.andresraba6.5</a> (January 29, 2015),
61+
<p>Unofficial Texinfo Format <a href="http://sicpebook.wordpress.com">2.andresraba6.6</a> (September 16, 2015),
6262
based on <a href="http://www.neilvandyke.org/sicp-texi/">2.neilvandyke4</a> (January 10, 2007).
6363
</p>
6464

@@ -98,7 +98,6 @@ based on <a href="http://www.neilvandyke.org/sicp-texi/">2.neilvandyke4</a> (Jan
9898

9999

100100

101-
102101
<a id="SEC_Contents"></a>
103102
<h2 class="contents-heading">Table of Contents</h2>
104103

sicp-pocket.texi

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
@settitle Structure and Interpretation of Computer Programs, 2e
88
@comment Unofficial Texinfo Format
99
@comment
10-
@set utfversion 2.andresraba6.5
11-
@set utfversiondate January 29, 2015
10+
@set utfversion 2.andresraba6.6
11+
@set utfversiondate September 16, 2015
1212
@comment
1313
@comment This file is licensed under a Creative Commons
1414
@comment Attribution-ShareAlike 4.0 International License
@@ -97,7 +97,10 @@
9797
@comment Added noncommercial clause to license, fixed broken links,
9898
@comment added more fulltext links, replaced monospace with roman in
9999
@comment MathML (Android rendering bug), adjusted math typography.
100-
100+
@comment
101+
@comment * Version 2.andresraba6.6 (September 16, 2015) by Andres Raba.
102+
@comment Fixed broken links. Tinted chapter and section numbers.
103+
@comment License updated to CC BY-SA 4.0.
101104

102105
@documentencoding UTF-8
103106

0 commit comments

Comments
 (0)