12 lines
317 B
Bash
Executable File
12 lines
317 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pandoc zivro-open-project-report-with-code.md \
|
|
-f markdown+implicit_figures+link_attributes+tex_math_dollars \
|
|
-o sample_1.pdf \
|
|
--pdf-engine=xelatex \
|
|
-V geometry:left=1.2cm,right=1.2cm,top=1.2cm,bottom=1.2cm \
|
|
-V mainfont="DejaVu Serif" \
|
|
-V monofont="DejaVu Sans Mono" \
|
|
-H header.tex
|
|
|