Skip to content

Commit

Permalink
xelatex
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Feb 22, 2024
1 parent 9ff33c1 commit e242df0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: template_letter.tex
latexmk_use_xelatex: true
- name: Upload Letter PDF
uses: actions/upload-artifact@v3
with:
Expand All @@ -19,6 +20,7 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: template_poster_portrait.tex
latexmk_use_xelatex: true
- name: Upload Portrait Poster PDF
uses: actions/upload-artifact@v3
with:
Expand All @@ -28,6 +30,7 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: template_poster_landscape.tex
latexmk_use_xelatex: true
- name: Upload Portrait Poster PDF
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e242df0

Please sign in to comment.