Latex-Workarounds: Zweizeiliger Autor-Name und A4-Papier

main
Christoph Giess 2023-04-01 22:27:37 +02:00
parent 6a24f91426
commit b801737313
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,8 @@ all: html pdf
html:
jupyter-book build .
pdf:
jupyter-book build --builder pdflatex .
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 ../..
clean:
rm -rf _build

View File

@ -14,6 +14,9 @@ execute:
latex:
latex_documents:
targetname: python_intro.tex
author: Dr. Christoph Giess \\ MARS Center for Entrepreneurship
latex_show_urls: inline
latex_show_pagerefs: true
sphinx:
extra_extensions: