Skip to content

Commit 2f8d51b

Browse files
committed
Update about building the pdf
1 parent efd9fe1 commit 2f8d51b

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ works.
1717

1818
.. image:: https://travis-ci.org/RunestoneInteractive/thinkcspy.svg?branch=master
1919
:target: https://travis-ci.org/RunestoneInteractive/thinkcspy
20-
20+
2121
Getting Started
2222
===============
2323

24-
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.
2525

2626
You can see and read this book online at `runestone.academy <http://runestone.academy/ns/books/published/thinkcspy/index.html?mode=browsing>`_
2727

@@ -50,16 +50,13 @@ Building a PDF
5050

5151
1. clone this repo
5252
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.
5754

5855

5956
Building with runestone
6057
-----------------------
6158

62-
As mentioned above this method is deprecated, but will still work.
59+
As mentioned above this method is deprecated, but will still work.
6360
Any updates to this book should be made in PreTeXt NOT RST.
6461

6562
You can build it and host it yourself in just a few simple steps:

0 commit comments

Comments
 (0)