Skip to content

Commit

Permalink
initial commit of source and compiled mobi ebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Camper authored and Tim Camper committed Jan 10, 2010
0 parents commit 56c2ab2
Show file tree
Hide file tree
Showing 261 changed files with 46,006 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Slight reformatting of the pages at http:https://mitpress.mit.edu/sicp/full-text/book/book.html

wget -r http:https://mitpress.mit.edu/sicp/full-text/book/book.html

TODO: fix image at Figure 1.1, the tree diagram. (comes out darkened for some reason)
TODO: read the damn book!
78 changes: 78 additions & 0 deletions content/book-Z-C.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@


body {
color: black;
/* background-color: #e5e5e5; */
/* background-color: beige;*/
background-color: white;
margin-top: 2em;
margin-left: 8%;
margin-right: 8%;
}

h1,h2,h3,h4,h5,h6 {
margin-top: .5em;
}

.partheading {
font-size: 70%;
}

.chapterheading {
font-size: 90%;
}

ol {
list-style-type: decimal;
}

ol ol {
list-style-type: lower-alpha;
}

ol ol ol {
list-style-type: lower-roman;
}

ol ol ol ol {
list-style-type: upper-alpha;
}

.footnote {
font-size: 75%;
}

.epigraph {
/* text-align: right; */
font-size: 75%;
font-style: italic;
}

.attrib {
font-style: normal;
}
.figure {
background-color: lavender;
}

.table {
background-color: pink;
}

.smallprint {
color: gray;
font-size: 75%;
text-align: right;
}

.smallprint hr {
text-align: left;
width: 40%;
}

.disable {
/* color: #e5e5e5; */
color: gray;
}


Binary file added content/book-Z-G-D-11.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-12.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-13.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-14.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-15.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-16.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-17.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-18.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-19.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-20.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/book-Z-G-D-9.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions content/book-Z-H-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http:https://www.w3.org/TR/REC-html40/loose.dtd">

<html>
<!-- Generated from TeX source by tex2page, v 4o,
(c) Dorai Sitaram, http:https://www.cs.rice.edu/~dorai/tex2page -->

<head>
<meta name="generator" content="HTML Tidy for Linux (vers 7 December 2008), see www.w3.org" />

<title>Structure and Interpretation of Computer Programs</title>
<link href="book-Z-C.css" title="default" rel="stylesheet" type="text/css" />
<meta name="robots" content="noindex,follow" />
</head>

<body>
<mbp:pagebreak />

<p><a name="titlepage" id="titlepage"></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>

<h1>Structure and Interpretation<br />
of Computer Programs</h1>

<div align="left">
second edition&nbsp;
</div>

<p><br /></p>

<p><br /></p>

<p><br /></p>

<p><br /></p>

<div align="left">
Harold Abelson and Gerald Jay Sussman<br />
with Julie Sussman&nbsp;
</div>

<div align="left">
foreword by Alan J. Perlis&nbsp;
</div>

<p><br /></p>

<p><br /></p>

<p><br /></p>

<p><br /></p>

<p><br /></p>

<p><br /></p>

<div align="left">
The MIT Press<br />
Cambridge, Massachusetts &nbsp;&nbsp;&nbsp; London, England

<p>McGraw-Hill Book Company<br />
New York &nbsp;&nbsp;&nbsp; St. Louis &nbsp;&nbsp;&nbsp; San
Francisco &nbsp;&nbsp;&nbsp; Montreal &nbsp;&nbsp;&nbsp;
Toronto&nbsp;</p>
</div>


</body>
</html>
Loading

0 comments on commit 56c2ab2

Please sign in to comment.