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 8541e61 commit 8c34149Copy full SHA for 8c34149
.github/workflows/latex-build.yml
@@ -9,7 +9,7 @@ jobs:
9
build-and-release:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
14
- name: Github Action for LaTeX
15
uses: xu-cheng/latex-action@v4
.github/workflows/release_slides.yml
@@ -33,7 +33,7 @@ jobs:
33
work_in_root_file_dir: true
34
root_file: "lectures/${{ env.SUBJECT }}/slides_handout.tex"
35
env:
36
- TEXINPUTS: ".:../latex-support//:./latex-support//:"
+ TEXINPUTS: ".:../../latex-support//:./latex-support//:"
37
38
- name: Rename output PDF
39
run: |
0 commit comments