скрипт генерации pdf
This commit is contained in:
11
Report/generate-pdf.sh
Executable file
11
Report/generate-pdf.sh
Executable file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user