Fix voor template, hopelijk nu werkend op buildsetup
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -10,7 +10,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
echo 'Starting build step...'
|
echo 'Starting build step...'
|
||||||
sh 'tlmgr install libertinus'
|
|
||||||
sh 'latexmk -pdf -outdir=out main_text.tex'
|
sh 'latexmk -pdf -outdir=out main_text.tex'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,9 +12,9 @@
|
|||||||
\maketitle
|
\maketitle
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\clearpage
|
\clearpage
|
||||||
\subfile{src/week1.tex}
|
\subfile{./src/week1.tex}
|
||||||
\clearpage
|
\clearpage
|
||||||
\subfile{src/week2.tex}
|
\subfile{./src/week2.tex}
|
||||||
\clearpage
|
\clearpage
|
||||||
\subfile{src/week3.tex}
|
\subfile{./src/week3.tex}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
Submodule src/template updated: de9419d4cc...27c126f055
Reference in New Issue
Block a user