We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842fa75 commit e27f5b4Copy full SHA for e27f5b4
pdf/build_book.bat
@@ -2,6 +2,13 @@ call run_notebooks
2
cd ..
3
ipython merge_book.py
4
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
+#jupyter nbconvert --to latex --template book book.ipynb
+#ipython to_pdf.py
+#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