git-subtree-dir: vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline git-subtree-split: e3ea03999bd0220aea1b987a92b9003ce628038b
2 lines
245 B
Bash
2 lines
245 B
Bash
# No lang option (-V lang=zh) here because Chinese is unsupported in polyglossia and babel.
|
|
pandoc "document.md" -o "document.pdf" --from markdown --template "../../eisvogel.tex" --listings --pdf-engine "xelatex" -V CJKmainfont="HiraginoSans-W4" |