We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35a4e9 commit e209eb6Copy full SHA for e209eb6
.github/workflows/pandoc.yml
@@ -42,6 +42,7 @@ jobs:
42
pandoc --standalone \ # --template styles/chmduquesne.tex \
43
--from markdown --to context \
44
--variable papersize=letter \
45
+ --verbose \ # debug
46
--output output/${FILE_NAME}.tex $f
47
mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
48
git add ${FILE_NAME}.pdf
0 commit comments