Skip to content

Commit 54ffba1

Browse files
committed
Rename and update PDF file
1 parent e00ef61 commit 54ffba1

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.toc
1111
*.vrb
1212
_minted-sicp/
13+
_minted-SICP-Solutions/
1314

1415
# Files generated by latexmk
1516
*.fdb_latexmk

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ An umptieth repository of solutions to most exercises from Abelson and Sussman
55
[*Structure and Interpretation of Computer
66
Programs*](https://mitpress.mit.edu/sicp/).
77

8-
Link to PDF file with explanations (and code): [sicp.pdf](sicp.pdf). Looking in
9-
this file is probably the most convenient way to see how I solved a particular
10-
exercise (especially for the more complex ones): the `.scm` files don’t contain
11-
explanations since I put them in the PDF, and sometimes an exercise is split
12-
into several parts because it was more convenient to explain the parts
13-
separately.
8+
Link to PDF file with explanations (and code):
9+
[SICP-Solutions.pdf](SICP-Solutions.pdf). Looking in this file is probably the
10+
most convenient way to see how I solved a particular exercise (especially for
11+
the more complex ones): the `.scm` files don’t contain explanations since I put
12+
them in the PDF, and sometimes an exercise is split into several parts because
13+
it was more convenient to explain the parts separately.
1414

1515
The files named `<exercise-number>pre.scm` contain code from the book that
1616
precedes the exercise with the given number, or sometimes code from the text of
872 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)