Update latexdiff.yml

This commit is contained in:
Rifqi D. Panuluh
2025-06-04 14:21:39 +07:00
committed by GitHub
parent 7ca70fbdc3
commit bf0de65fb7

View File

@@ -78,11 +78,7 @@ 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\n\\\setmainfont{TeX Gyre Termes}\n\\\setsansfont{TeX Gyre Heros}\n\\\setmonofont{TeX Gyre Cursor}" diff_output/diff.tex
- name: Print preview of diff.tex (after font override)
run: |