@@ -3,7 +3,7 @@ name: Build LaTeX PDF
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**/*.tex'
|
- "**/*.tex"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
args: >-
|
args: >-
|
||||||
-c "mkdir -p pdf aux && for f in ${{ steps.roots.outputs.roots }}; do
|
-c "mkdir -p pdf aux && for f in ${{ steps.roots.outputs.roots }}; do
|
||||||
echo Building $f;
|
echo Building $f;
|
||||||
latexmk -xelatex -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"
|
||||||
|
|
||||||
- name: Upload built PDFs
|
- name: Upload built PDFs
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
\renewcommand{\underline}[1]{\uline{#1}}
|
\renewcommand{\underline}[1]{\uline{#1}}
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
\tcbuselibrary{skins,breakable}
|
\tcbuselibrary{skins,breakable}
|
||||||
% 5
|
% 6
|
||||||
\sffamily
|
\sffamily
|
||||||
\linespread{1.25}
|
\linespread{1.25}
|
||||||
\setfootnoterule{0.8\textwidth}
|
\setfootnoterule{0.8\textwidth}
|
||||||
|
|||||||
Reference in New Issue
Block a user