more scripts

This commit is contained in:
2025-02-20 14:39:53 +01:00
parent 2ad7ef62df
commit 763bb52070
4 changed files with 50 additions and 0 deletions

10
convert_md_to_pdf.sh Normal file
View File

@@ -0,0 +1,10 @@
pandoc infile.md \
--include-in-header listings-setup.tex \
-V linkcolor:blue \
-V geometry:a4paper \
-V geometry:margin=2cm \
-V mainfont="Overpass" \
-V monofont="Hack" \
--listings \
--pdf-engine=xelatex \
-o outfile.pdf