diff options
| author | Kyle Javier (kj-sh604) | 2023-07-10 01:46:59 -0400 |
|---|---|---|
| committer | GitHub | 2023-07-10 01:46:59 -0400 |
| commit | 8d6c778c24ff9c2520627b83835d703769a20b04 (patch) | |
| tree | 9c0d11bb92955203610e32ef9f8b5f36354118b1 /download.php | |
| parent | 19325c1ea446194da42f25a632799884ee0efc37 (diff) | |
| parent | 653f160abd934f73a0878c68050052c6eede9358 (diff) | |
merge: pr #4 from kj-sh604 (feat: stability with xelatex)
feat. branch: stability with xelatex
Diffstat (limited to 'download.php')
| -rw-r--r-- | download.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.php b/download.php index 666bfb6..9db671a 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 --include-in-header=output/header.tex"; shell_exec("echo '$userMarkdown' > output/'$push'"); shell_exec("cat $templateFile output/'$push' > output/'$convert'"); |
