This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Find all root .tex files
|
- name: Find all root .tex files
|
||||||
id: roots
|
id: roots
|
||||||
run: |
|
run: |
|
||||||
ROOTS=$(cat rootfiles.txt | sed 's|^\./||' | tr '\n' ' ')
|
ROOTS=$(cat rootfiles.txt | sed 's|^\./||' | tr -d '\r' | tr '\n' ' ')
|
||||||
echo "roots=$ROOTS" >> "$GITHUB_OUTPUT"
|
echo "roots=$ROOTS" >> "$GITHUB_OUTPUT"
|
||||||
echo "Root files to build: $ROOTS"
|
echo "Root files to build: $ROOTS"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
\title{LearnLaTeX}
|
\title{LearnLaTeX}
|
||||||
\author{Domipoke}
|
\author{Domipoke}
|
||||||
%2
|
%3
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\input{./book/copertina.tex}
|
\input{./book/copertina.tex}
|
||||||
\input{./book/00_prefazione.tex}
|
\input{./book/00_prefazione.tex}
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
]
|
]
|
||||||
\title{LearnLaTeX}
|
\title{LearnLaTeX}
|
||||||
\author{Domipoke}
|
\author{Domipoke}
|
||||||
% 4
|
% 5
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\input{./book/copertina.tex}
|
\input{./book/copertina.tex}
|
||||||
\input{./book/00_prefazione.tex}
|
\input{./book/00_prefazione.tex}
|
||||||
|
|||||||
Reference in New Issue
Block a user