Skip to content

Commit

Permalink
Removed hard coded font size for PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
newptcai committed Oct 19, 2022
1 parent b7941c2 commit 7e0f564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writer/pandoc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function write_doc(docformat::Pandoc2PDF, doc, rendered, out_path)
cmd = `pandoc -f markdown+raw_tex -s --pdf-engine=xelatex --highlight-style=tango
$filt $citeproc $(docformat.pandoc_options)
--include-in-header=$(docformat.header_template)
-V fontsize=12pt -o $(out)`
-o $(out)`
proc = open(cmd, "r+")
println(proc.in, rendered)
close(proc.in)
Expand Down

0 comments on commit 7e0f564

Please sign in to comment.