Skip to content

Commit

Permalink
Added comments for how to currently build book
Browse files Browse the repository at this point in the history
  • Loading branch information
rlabbe committed Oct 13, 2020
1 parent 842fa75 commit e27f5b4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pdf/build_book.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ call run_notebooks
cd ..
ipython merge_book.py

jupyter nbconvert --to latex --template book book.ipynb
ipython to_pdf.py
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf
#jupyter nbconvert --to latex --template book book.ipynb
#ipython to_pdf.py
#move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf


rem This is not currently working on my machine. For now I have to do this:
rem $ jupyter nbconvert --to pdf --template book book.ipynb
rem open book.tex in texworks editor.
rem run lualatex conversion twice. Second time creates the TOC.
rem move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf

0 comments on commit e27f5b4

Please sign in to comment.