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 4bb3bcc commit 84e3368Copy full SHA for 84e3368
.github/workflows/build-slides.yml
@@ -29,8 +29,8 @@ jobs:
29
uses: xu-cheng/latex-action@v2
30
with:
31
root_file: C++Course.tex
32
- latexmk_use_xelatex: true
33
- args: -f -pdf -interaction=nonstopmode -shell-escape
+ latexmk_shell_escape: true
+ args: -pdf -interaction=nonstopmode
34
working_directory: talk
35
extra_system_packages: "py-pygments"
36
- name: Upload PDF as artifact
0 commit comments