Skip to content

Commit

Permalink
Merge pull request #465 from newptcai/font-size
Browse files Browse the repository at this point in the history
Removed hard coded font size for PDF
  • Loading branch information
pfitzseb authored Feb 10, 2023
2 parents db28a69 + 7e0f564 commit 20aaefe
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 20aaefe

Please sign in to comment.