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 {
|
||||
echo 'Starting build step...'
|
||||
sh 'tlmgr install libertinus'
|
||||
sh 'latexmk -pdf -outdir=out main_text.tex'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
\clearpage
|
||||
\subfile{src/week1.tex}
|
||||
\subfile{./src/week1.tex}
|
||||
\clearpage
|
||||
\subfile{src/week2.tex}
|
||||
\subfile{./src/week2.tex}
|
||||
\clearpage
|
||||
\subfile{src/week3.tex}
|
||||
\subfile{./src/week3.tex}
|
||||
\end{document}
|
||||
|
||||
Submodule src/template updated: de9419d4cc...27c126f055
Reference in New Issue
Block a user