@@ -33,12 +33,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Compile changed root files
|
- name: Compile changed root files
|
||||||
if: steps.changed.outputs.roots != ''
|
if: steps.changed.outputs.roots != ''
|
||||||
uses: docker://texlive/texlive:latest
|
uses: docker://texlive/texlive:latest-full
|
||||||
with:
|
with:
|
||||||
entrypoint: sh
|
entrypoint: sh
|
||||||
args: >-
|
args: >-
|
||||||
-c "tlmgr install beamertheme-metropolis fontawesome5 &&
|
-c "mkdir -p pdf aux && for f in ${{ steps.changed.outputs.roots }}; do
|
||||||
mkdir -p pdf aux && for f in ${{ steps.changed.outputs.roots }}; do
|
|
||||||
echo Building $f;
|
echo Building $f;
|
||||||
latexmk -pdf -interaction=nonstopmode -halt-on-error -outdir=pdf -auxdir=aux \"$f\" || exit 1;
|
latexmk -pdf -interaction=nonstopmode -halt-on-error -outdir=pdf -auxdir=aux \"$f\" || exit 1;
|
||||||
done && find pdf -type f ! -name '*.pdf' -delete"
|
done && find pdf -type f ! -name '*.pdf' -delete"
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
\PassOptionsToPackage{pdftex}{color}
|
\PassOptionsToPackage{pdftex}{color}
|
||||||
\PassOptionsToPackage{pdftex}{xcolor}
|
\PassOptionsToPackage{pdftex}{xcolor}
|
||||||
\documentclass{beamer}
|
\documentclass{beamer}
|
||||||
\usetheme{Metropolis}
|
\usetheme{metropolis}
|
||||||
\renewcommand{\footnotesize}{\scriptsize}
|
\renewcommand{\footnotesize}{\scriptsize}
|
||||||
\title{Setup LaTeX}
|
\title{Setup LaTeX}
|
||||||
\author{Domipoke}
|
\author{Domipoke}
|
||||||
|
|||||||
Reference in New Issue
Block a user