Skip to content

Commit acdc1ff

Browse files
committed
2.andresraba6.5
1 parent 78f2d51 commit acdc1ff

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

content.opf

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dc:identifier id="bookid">urn:uuid:a412368e-e0ac-42ce-8c01-0f0da52f5731</dc:identifier>
99
<dc:language>en-US</dc:language>
1010
<meta name="cover" content="cover-image"/>
11-
<meta property="dcterms:modified">2015-01-24T03:05:19Z</meta>
11+
<meta property="dcterms:modified">2015-01-29T17:20:40Z</meta>
1212
</metadata>
1313
<manifest>
1414
<item id="css-style" href="html/css/style.css" media-type="text/css"/>
@@ -150,6 +150,7 @@
150150
<item id="xblack_chess_queen" href="html/fig/icons/black_chess_queen.svg" media-type="image/svg+xml"/>
151151
<item id="xby" href="html/fig/icons/by.std.svg" media-type="image/svg+xml"/>
152152
<item id="xcc" href="html/fig/icons/cc.std.svg" media-type="image/svg+xml"/>
153+
<item id="xnc" href="html/fig/icons/nc.std.svg" media-type="image/svg+xml"/>
153154
<item id="xsa" href="html/fig/icons/sa.std.svg" media-type="image/svg+xml"/>
154155
<item id="xwhite_chess_queen" href="html/fig/icons/white_chess_queen.svg" media-type="image/svg+xml"/>
155156
<item id="xdejamono-r-subset" href="html/css/fonts/dejamono-r-subset.woff" media-type="application/font-woff"/>

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.4</code>
69+
<abbr>ASCII</abbr> art, then update the <code>@set utfversion 2.andresraba6.5</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-2
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.4</div>
31+
<div class="subtitle"><abbr>Second Edition</abbr><br /> Unofficial Texinfo Format 2.andresraba6.5</div>
3232

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

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

sicp-pocket.texi

+11-6
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
@settitle Structure and Interpretation of Computer Programs, 2e
88
@comment Unofficial Texinfo Format
99
@comment
10-
@set utfversion 2.andresraba6.4
11-
@set utfversiondate June 24, 2014
10+
@set utfversion 2.andresraba6.5
11+
@set utfversiondate January 29, 2015
1212
@comment
13-
@comment This file is licensed under a Creative Commons
14-
@comment Attribution-ShareAlike 3.0 Unported License
15-
@comment http://creativecommons.org/licenses/by-sa/3.0/
13+
@comment This file is licensed under a Creative Commons
14+
@comment Attribution-NonCommercial-ShareAlike 3.0 Unported License
15+
@comment http://creativecommons.org/licenses/by-nc-sa/3.0/
1616
@comment
1717
@comment This is a Texinfo file. To convert it to Info hypertext
1818
@comment format, you will need the `makeinfo' program from the GNU
19-
@comment Texinfo package. To produce a PDF, use texi2pdf.
19+
@comment Texinfo package. To produce a PDF, use texi2pdf.
2020
@comment For more information about this file,
2121
@comment see the text under `@node UTF' below.
2222
@comment
@@ -92,6 +92,11 @@
9292
@comment Switched on hyphenation for all viewports, made text column
9393
@comment wider, re-arranged some Scheme code, changed Mathjax
9494
@comment protocol from http to https.
95+
@comment
96+
@comment * Version 2.andresraba6.5 (January 29, 2015) by Andres Raba.
97+
@comment Added noncommercial clause to license, fixed broken links,
98+
@comment added more fulltext links, replaced monospace with roman in
99+
@comment MathML (Android rendering bug), adjusted math typography.
95100

96101

97102
@documentencoding UTF-8

0 commit comments

Comments
 (0)