PDF build scripts build 6x9 book separately.
This commit is contained in:
parent
05caf4f1bb
commit
0e86469fac
@ -1,9 +1,5 @@
|
||||
python merge_book.py
|
||||
|
||||
ipython nbconvert --to latex --template book6x9 book.ipynb
|
||||
ipython to_pdf.py
|
||||
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python6x9.pdf
|
||||
|
||||
ipython nbconvert --to latex --template book book.ipynb
|
||||
ipython to_pdf.py
|
||||
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf
|
||||
|
4
pdf/build_book6x9.bat
Normal file
4
pdf/build_book6x9.bat
Normal file
@ -0,0 +1,4 @@
|
||||
ipython nbconvert --to latex --template book6x9 book.ipynb
|
||||
ipython to_pdf.py
|
||||
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python6x9.pdf
|
||||
|
@ -49,6 +49,6 @@ if __name__ == '__main__':
|
||||
'../14-Adaptive-Filtering.ipynb',
|
||||
'../Appendix-A-Installation.ipynb',
|
||||
'../Appendix-B-Symbols-and-Notations.ipynb',
|
||||
'../Appendix-C-Walking-Through-KF-Code.ipynb',
|
||||
#'../Appendix-C-Walking-Through-KF-Code.ipynb',
|
||||
'../Appendix-D-HInfinity-Filters.ipynb',
|
||||
'../Appendix-E-Ensemble-Kalman-Filters.ipynb'])
|
||||
|
Loading…
Reference in New Issue
Block a user