2022-10-10 11:12:03 +02:00
|
|
|
all: html pdf
|
|
|
|
|
|
|
|
html:
|
|
|
|
jupyter-book build .
|
|
|
|
pdf:
|
2023-04-01 22:27:37 +02:00
|
|
|
jupyter-book build --builder latex .
|
|
|
|
cd _build/latex && sed -i -e 's/letterpaper/a4paper/' -e 's/\(Dr\. Christoph G\)/\\hspace{8.2em}\1/' python_intro.tex && make && cd ../..
|
|
|
|
|
2022-10-10 11:12:03 +02:00
|
|
|
clean:
|
|
|
|
rm -rf _build
|