daniel-vera-g / tool-documentations

Personal documentations for tools I am using.
https://daniel-vera-g.github.io/tool-documentations/
MIT License
1 stars 0 forks source link

Document eisvogel the right way #28

Closed daniel-vera-g closed 3 years ago

daniel-vera-g commented 3 years ago

Commands used:

 pandocE --toc -V fontsize=9pt dl-abgaben.md -o dl-abgaben.pdf
 pandoc index.md -o index.pdf --from markdown --template eisvogel --listings --toc-own-page=true -N
 pandoc index.md -o index.pdf --from markdown --template eisvogel --listings -N --toc --pdf-engine=xelatex
 pandoc index.md -o index.pdf --from markdown --template eisvogel --listings -N --toc
pandocE --toc -V fontsize=12pt --listings  project-architecture.md -o test.pdf

References:

https://github.com/Wandmalfarbe/pandoc-latex-template/ Set margin top less: https://stackoverflow.com/questions/13515893/set-margin-size-when-converting-from-markdown-to-pdf-with-pandoc

https://github.com/Wandmalfarbe/pandoc-latex-template/blob/master/eisvogel.tex

https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/master/examples/basic-example/basic-example.md

https://github.com/Wandmalfarbe/pandoc-latex-template/blob/master/.travis.yml

https://github.com/Wandmalfarbe/pandoc-latex-template/blob/master/examples/build-examples.sh