more scripts
This commit is contained in:
10
convert_md_to_pdf.sh
Normal file
10
convert_md_to_pdf.sh
Normal 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
|
Reference in New Issue
Block a user