Update latexdiff.yml
This commit is contained in:
11
.github/workflows/latexdiff.yml
vendored
11
.github/workflows/latexdiff.yml
vendored
@@ -78,12 +78,11 @@ jobs:
|
||||
|
||||
- name: Override “\input{preamble/fonts}” in diff.tex
|
||||
run: |
|
||||
sed -i '/\\input{preamble\/fonts}/c\
|
||||
% — replaced by CI: use TeX Gyre fonts instead of Times New Roman/Arial \
|
||||
\setmainfont{TeX Gyre Termes} \
|
||||
\setsansfont{TeX Gyre Heros} \
|
||||
\setmonofont{TeX Gyre Cursor}\
|
||||
' diff_output/diff.tex
|
||||
sed -i "/\\input{preamble\/fonts}/c\\
|
||||
% — replaced by CI: use TeX Gyre fonts instead of Times New Roman/Arial\\
|
||||
\\setmainfont{TeX Gyre Termes}\\
|
||||
\\setsansfont{TeX Gyre Heros}\\
|
||||
\\setmonofont{TeX Gyre Cursor}" diff_output/diff.tex
|
||||
|
||||
- name: Print preview of diff.tex (after font override)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user