diff options
| author | kj_sh604 | 2023-07-09 19:59:38 -0400 |
|---|---|---|
| committer | kj_sh604 | 2023-07-09 19:59:38 -0400 |
| commit | 80040cdfdc7fbc66c782a58b0f383465c676913d (patch) | |
| tree | de7c4d57195135de7204a1b8010745e348767a16 | |
| parent | 19325c1ea446194da42f25a632799884ee0efc37 (diff) | |
refactor: use xelatex engine
Diffstat (limited to '')
| -rw-r--r-- | download.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.php b/download.php index 666bfb6..530b52d 100644 --- a/download.php +++ b/download.php @@ -48,7 +48,7 @@ $filename = $_SESSION["filename"]; // output file name $userMarkdown = $_SESSION["user-input"]; - $conversion = "pandoc -f markdown+hard_line_breaks output/'$convert' -t beamer -o output/'$filename' --pdf-engine=pdflatex"; + $conversion = "pandoc -f markdown+hard_line_breaks output/'$convert' -t beamer -o output/'$filename' --pdf-engine=xelatex"; shell_exec("echo '$userMarkdown' > output/'$push'"); shell_exec("cat $templateFile output/'$push' > output/'$convert'"); |
