File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ PANDOC_OPTIONS_ALT = $(PANDOC_OPTIONS) --lua-filter $(FIL_TEMPLATES)default-code
232232PANDOC_HTM = $(PANDOC_OPTIONS_ALT ) --toc --default-image-extension=svg --standalone --template=$(HTM_TEMPLATES ) template.html --metadata title="ℙrinciples of ℂomputer ℙrogramming"
233233
234234# PDF build options
235- PANDOC_PDF: = $(PANDOC_OPTIONS_ALT ) --toc --default-image-extension=svg --pdf-engine=xelatex --include-in-header=$(PDF_TEMPLATES ) header.tex
235+ PANDOC_PDF: = $(PANDOC_OPTIONS_ALT ) --toc --default-image-extension=svg --pdf-engine=xelatex --include-in-header=$(PDF_TEMPLATES ) header.tex -V pdfstandard=ua-2
236236
237237# ODT build options
238238PANDOC_ODT: = $(PANDOC_OPTIONS_ALT ) --default-image-extension=png --reference-doc=$(ODT_TEMPLATES ) custom-reference.odt
You can’t perform that action at this time.
0 commit comments