sarabander / sicp

HTML5/EPUB3 version of SICP
http://sarabander.github.io/sicp/
Other
4.35k stars 600 forks source link

Is it possible to generate a single html page version of the book? #2

Closed liuhuo closed 10 years ago

liuhuo commented 10 years ago

Aiming and clicking the next section link repeatedly is a little bit tedious

sarabander commented 10 years ago

As a compromise, I now split pages at the start of section. Larger chunks make MathJax rendering very slow and could be problematic on mobile devices.

The splitting level is controlled by a texi2any switch as highlighted here: https://github.com/sarabander/sicp/blame/053b776856862aecfaca9c4b43e6b133abadf3d9/Makefile#L44 --no-split switch could be used to generate one huge file.

The navigation bar is broken, correct link to next page is only on bottom bar.

sarabander commented 10 years ago

Fixed the navigation links.