Skip to content

Commit

Permalink
Fixing CI workflow (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordahl committed Aug 7, 2024
1 parent 02a45a4 commit 036cf1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/latex-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
with:
latexmk_use_xelatex: true
working_directory: lab-instructions
root_file: dodlabs.tex
work_in_root_file_dir: true
root_file: |
lab-instructions/modules/latex/example/latexlosning.tex
lab-instructions/dodlabs.tex
env:
TEXINPUTS: ".:../latex-support//:"
TEXINPUTS: ".:../latex-support//:./latex-support//:"

- name: Rename the output PDF
run: |
Expand Down
2 changes: 1 addition & 1 deletion lab-instructions/modules/latex/latex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ \subsection*{Datorarbete}
\item Om du har tid: prova sådana möjligheter i \LaTeX\ som du inte har behövt använda tidigare: listor av olika slag, innehållsförteckning, mera avancerade formler, osv.
\end{Datorarbete}

\includepdf[pages=-]{./modules/latex/example/latexlosning}
\includepdf[pages=-]{modules/latex/example/latexlosning}

0 comments on commit 036cf1d

Please sign in to comment.