You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tried to make it as easy as possible for you to build and use this book.
24
+
We have tried to make it as easy as possible for you to build and use this book.
25
25
26
26
You can see and read this book online at `runestone.academy <http://runestone.academy/ns/books/published/thinkcspy/index.html?mode=browsing>`_
27
27
@@ -50,16 +50,13 @@ Building a PDF
50
50
51
51
1. clone this repo
52
52
2. install pretext with ``pip install pretext``
53
-
3. run ``pretext build --generate ALL pdf`` This will generate the needed assets and then try to build the pdf. You generally only need to include the ``--generate ALL`` the first time you build the pdf. After that you can just run ``pretext build pdf``
54
-
55
-
Note -- As of June 2023, the pdf build is not working. It builds the first few pages and then there is a latex error. We would love some help fixing this. For that it may be helpful to use the latex target and then manually run latex on the resulting latex source in the output/latex folder.
56
-
53
+
3. run ``pretext build pdf`` This will generate the needed assets and then try to build the pdf. The pdf will be in the output/pdf folder.
57
54
58
55
59
56
Building with runestone
60
57
-----------------------
61
58
62
-
As mentioned above this method is deprecated, but will still work.
59
+
As mentioned above this method is deprecated, but will still work.
63
60
Any updates to this book should be made in PreTeXt NOT RST.
64
61
65
62
You can build it and host it yourself in just a few simple steps:
0 commit comments