Skip to content

Commit 24b4b62

Browse files
author
martin-henz
committed
fixing #884
1 parent f853300 commit 24b4b62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+125
-12
lines changed

sicpjs_backup.pdf

9.05 MB
Binary file not shown.

xml/chapter1/section1/subsection6.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,7 @@ a === 4
964964
<JAVASCRIPTINLINE>*</JAVASCRIPTINLINE>.
965965
</JAVASCRIPT>
966966
</SPLIT>
967+
<LABEL NAME="ex:1_1"/>
967968
</EXERCISE>
968969

969970
<EXERCISE>
@@ -993,6 +994,7 @@ a === 4
993994
</JAVASCRIPT>
994995
</SNIPPET>
995996
</SOLUTION>
997+
<LABEL NAME="ex:1_2"/>
996998
</EXERCISE>
997999
<EXERCISE>
9981000
<SPLITINLINE>
@@ -1032,6 +1034,7 @@ function f(x, y, z) {
10321034
f(4, 7, 2);
10331035
</JAVASCRIPT>
10341036
</SNIPPET>
1037+
<LABEL NAME="ex:1_3"/>
10351038
</EXERCISE>
10361039

10371040
<EXERCISE>

xml/chapter1/section2/subsection1.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ k(4);
813813
where the number of 2s in the chain of exponentiation is
814814
<LATEXINLINE>$n$</LATEXINLINE>.
815815
</SOLUTION>
816+
<LABEL NAME="ex:1_10"/>
816817
</EXERCISE>
817818

818819
<DO_BREAK_PAGE/>

xml/chapter1/section2/subsection2.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ f_iterative(5);
621621
f_recursive(5);
622622
</JAVASCRIPT>
623623
</SNIPPET>
624+
<LABEL NAME="ex:1_11"/>
624625
</EXERCISE>
625626

626627
<EXERCISE>
@@ -703,6 +704,7 @@ pascal_triangle(5, 4);
703704
<SCHEME>
704705
</SCHEME>
705706
</SNIPPET>
707+
<LABEL NAME="ex:1_12"/>
706708
</EXERCISE>
707709

708710
<EXERCISE>

xml/chapter1/section2/subsection3.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
do not depend on <JAVASCRIPTINLINE>n</JAVASCRIPTINLINE> and
277277
<JAVASCRIPTINLINE>k</JAVASCRIPTINLINE>.
278278
</SOLUTION>
279+
<LABEL NAME="ex:1_14"/>
279280
</EXERCISE>
280281

281282
<EXERCISE>
@@ -395,6 +396,7 @@ sine(math_PI / 2);
395396
</OL>
396397
</TEXT>
397398
</SOLUTION>
399+
<LABEL NAME="ex:1_15"/>
398400
</EXERCISE>
399401

400402
</SUBSECTION>

xml/chapter1/section2/subsection4.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,5 +662,6 @@ fib(5);
662662
<SCHEME>
663663
</SCHEME>
664664
</SNIPPET>
665+
<LABEL NAME="ex:1_19"/>
665666
</EXERCISE>
666667
</SUBSECTION>

xml/chapter1/section2/subsection6.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ carmichael(561);
11771177
<SCHEME>
11781178
</SCHEME>
11791179
</SNIPPET>
1180+
<LABEL NAME="ex:1_27"/>
11801181
</EXERCISE>
11811182

11821183
<EXERCISE>

xml/chapter1/section3/subsection1.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ simpsons_rule_integral(cube, 0, 1, 100);
621621
<SCHEME>
622622
</SCHEME>
623623
</SNIPPET>
624+
<LABEL NAME="ex:1_29"/>
624625
</EXERCISE>
625626
<INDEX>definite integral<CLOSE/></INDEX>
626627

@@ -703,6 +704,7 @@ sum_cubes(1, 10);
703704
</SNIPPET>
704705

705706
</SOLUTION>
707+
<LABEL NAME="ex:1_30"/>
706708
</EXERCISE>
707709

708710
<EXERCISE>

xml/chapter1/section3/subsection2.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,5 +1040,6 @@ f(2)
10401040
error, since 2 is neither a primitive nor a compound function.
10411041
</TEXT>
10421042
</SOLUTION>
1043+
<LABEL NAME="ex:1_34"/>
10431044
</EXERCISE>
10441045
</SUBSECTION>

xml/chapter1/section3/subsection3.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ fixed_point(x => 1 + (1 / x), 1);
612612
</SCHEME>
613613
</SNIPPET>
614614
</SOLUTION>
615+
<LABEL NAME="ex:1_35"/>
615616
</EXERCISE>
616617

617618
<EXERCISE>
@@ -919,6 +920,7 @@ cont_frac(i => 1, i => 1, 20);
919920
</JAVASCRIPT>
920921
</SNIPPET>
921922
</SOLUTION>
923+
<LABEL NAME="ex:1_38"/>
922924
</EXERCISE>
923925
<EXERCISE>
924926
A continued fraction representation of the tangent function was
@@ -979,6 +981,7 @@ tan_cf(math_PI, 14);
979981
</JAVASCRIPT>
980982
</SNIPPET>
981983
</SOLUTION>
984+
<LABEL NAME="ex:1_39"/>
982985
</EXERCISE>
983986
<INDEX>higher-order <SPLITINLINE><SCHEME>procedures</SCHEME><JAVASCRIPT>functions</JAVASCRIPT></SPLITINLINE><SUBINDEX><SPLITINLINE><SCHEME>procedure</SCHEME><JAVASCRIPT>function</JAVASCRIPT></SPLITINLINE> as general method<CLOSE/></SUBINDEX></INDEX>
984987
<INDEX><FUNCTION/><SUBINDEX><ORDER>general</ORDER>as general method<CLOSE/></SUBINDEX></INDEX>

0 commit comments

Comments
 (0)