Poging tot herstructurering om latexmk beter te benutten
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:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,4 +1,4 @@
|
|||||||
[submodule "latex-homework"]
|
[submodule "latex-homework"]
|
||||||
path = assignments/template
|
path = src/template
|
||||||
url = https://github.com/gijs-pennings/latex-homework.git
|
url = https://github.com/gijs-pennings/latex-homework.git
|
||||||
branch = master
|
branch = master
|
||||||
|
|||||||
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -10,7 +10,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
echo 'Starting build step...'
|
echo 'Starting build step...'
|
||||||
sh 'cd assignments'
|
|
||||||
sh 'latexmk -pdf -outdir=out main_text.tex'
|
sh 'latexmk -pdf -outdir=out main_text.tex'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
\documentclass{template/homework}
|
\documentclass{src/template/homework}
|
||||||
|
|
||||||
\usepackage{enumitem} % Gives access to better enumeration items
|
\usepackage{enumitem} % Gives access to better enumeration items
|
||||||
\usepackage{tcolorbox} % Gives boxes
|
\usepackage{tcolorbox} % Gives boxes
|
||||||
@@ -12,9 +12,9 @@
|
|||||||
\maketitle
|
\maketitle
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\clearpage
|
\clearpage
|
||||||
\subfile{week1/main.tex}
|
\subfile{src/week1.tex}
|
||||||
\clearpage
|
\clearpage
|
||||||
\subfile{week2/main.tex}
|
\subfile{src/week2.tex}
|
||||||
\clearpage
|
\clearpage
|
||||||
\subfile{week3/main.tex}
|
\subfile{src/week3.tex}
|
||||||
\end{document}
|
\end{document}
|
||||||
Reference in New Issue
Block a user