pus
Build XeLaTeX to PDF / build (push) Failing after 1m51s

This commit is contained in:
2026-07-28 22:09:58 +02:00
parent dda302cb24
commit 16078f6fc7
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Find all root .tex files
id: roots
run: |
ROOTS=$(grep -rlzP '%ROOT\\s*\\n\\\\documentclass' --include='*.tex' . | tr '\0' '\n' | sed 's|^\./||' | tr '\n' ' ')
ROOTS=$(cat rootfiles.txt | sed 's|^\./||' | tr '\n' ' ')
echo "roots=$ROOTS" >> "$GITHUB_OUTPUT"
echo "Root files to build: $ROOTS"
-1
View File
@@ -1,4 +1,3 @@
%ROOT
\documentclass{scrbook}
\usepackage{myformat}
\title{LearnLaTeX}
-1
View File
@@ -1,4 +1,3 @@
%ROOT
\documentclass{scrbook}
\usepackage{myformat}
\setmainfont{OpenDyslexic}[
+2
View File
@@ -0,0 +1,2 @@
./dyslexic.tex
./LearnLatex.tex