diff --git a/Report/generate-pdf.sh b/Report/generate-pdf.sh new file mode 100755 index 0000000..1f9ef89 --- /dev/null +++ b/Report/generate-pdf.sh @@ -0,0 +1,11 @@ +#!/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 + diff --git a/Report/sample_1.pdf b/Report/sample_1.pdf index a731378..1a44c17 100644 Binary files a/Report/sample_1.pdf and b/Report/sample_1.pdf differ