Skip to content
Snippets Groups Projects
Verified Commit e9dcdfe2 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: str_uppercase issue #49

parent f8747bc3
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ func convertToPDF(source string, outputName string, latexPath string) string {
arguments += "--variable fontsize=12pt "
arguments += "--variable version=2.0 "
arguments += source + " "
arguments += "--pdf-engine=xelatex "
// arguments += "--pdf-engine=xelatex "
arguments += "--listings "
if latexPath != "" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment