Latex-Workarounds: Zweizeiliger Autor-Name und A4-Papier
parent
6a24f91426
commit
b801737313
|
@ -3,6 +3,8 @@ all: html pdf
|
||||||
html:
|
html:
|
||||||
jupyter-book build .
|
jupyter-book build .
|
||||||
pdf:
|
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:
|
clean:
|
||||||
rm -rf _build
|
rm -rf _build
|
||||||
|
|
|
@ -14,6 +14,9 @@ execute:
|
||||||
latex:
|
latex:
|
||||||
latex_documents:
|
latex_documents:
|
||||||
targetname: python_intro.tex
|
targetname: python_intro.tex
|
||||||
|
author: Dr. Christoph Giess \\ MARS – Center for Entrepreneurship
|
||||||
|
latex_show_urls: inline
|
||||||
|
latex_show_pagerefs: true
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
extra_extensions:
|
extra_extensions:
|
||||||
|
|
Loading…
Reference in New Issue