From 7ca70fbdc3ff4dacfd5b76981e6f5fdf3e612c3f Mon Sep 17 00:00:00 2001 From: "Rifqi D. Panuluh" <69516665+nuluh@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:41:33 +0700 Subject: [PATCH] Update latexdiff.yml --- .github/workflows/latexdiff.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/latexdiff.yml b/.github/workflows/latexdiff.yml index 2021d08..0d5f542 100644 --- a/.github/workflows/latexdiff.yml +++ b/.github/workflows/latexdiff.yml @@ -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: |