скрипт генерации pdf

This commit is contained in:
2026-03-19 15:43:14 +03:00
parent 37036f8f75
commit d6825592b1
2 changed files with 11 additions and 0 deletions

11
Report/generate-pdf.sh Executable file
View 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

Binary file not shown.