Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Commit

Permalink
Fix typo in argument to pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lanigan committed Apr 11, 2018
1 parent eb33e73 commit 144d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md2pdf_webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def run(self):
dirname = os.path.dirname(self.md_file)
arg = "pandoc --filter pandoc-crossref --pdf-engine=xelatex --template="
arg += self.latex_template
arg += " -M figPrefix=Figure -M tblPrefix3=Table -M secPrefix=Section -M autoSectionLabels=true --highlight-style=tango '"
arg += " -M figPrefix=Figure -M tblPrefix=Table -M secPrefix=Section -M autoSectionLabels=true --highlight-style=tango '"
arg += basename
arg += "' -o '"
arg += basename.replace("md", "pdf") + "'"
Expand Down

0 comments on commit 144d8f4

Please sign in to comment.