Skip to content

Commit e27f5b4

Browse files
committed
Added comments for how to currently build book
1 parent 842fa75 commit e27f5b4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pdf/build_book.bat

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ call run_notebooks
22
cd ..
33
ipython merge_book.py
44

5-
jupyter nbconvert --to latex --template book book.ipynb
6-
ipython to_pdf.py
7-
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf
5+
#jupyter nbconvert --to latex --template book book.ipynb
6+
#ipython to_pdf.py
7+
#move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf
8+
9+
10+
rem This is not currently working on my machine. For now I have to do this:
11+
rem $ jupyter nbconvert --to pdf --template book book.ipynb
12+
rem open book.tex in texworks editor.
13+
rem run lualatex conversion twice. Second time creates the TOC.
14+
rem move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf

0 commit comments

Comments
 (0)