modified build script to use latexmk

This commit is contained in:
CDaut 2023-09-22 21:06:33 +02:00
parent 37dd88f5cc
commit cc95cc97a1
4 changed files with 4 additions and 5 deletions

View file

@ -53,7 +53,7 @@ an objective culinographic scale and grading these most elementary minerals on t
\begin{enumerate}
\item \textbf{Pop rocks}\\
although difficult to obtain in Europe where this research is based,
Pop rocks seem to be the standard for any type of geological analysis in the US.
Pop rocks seem to be the standard for any type of geological analysis in the US.\@
They will thus be used as a baseline comparison in this research.
\item \textbf{``Rock''}\\
@ -145,7 +145,7 @@ It can be concluded that a metric for solubility and toughness may be required.
\section{Qualitative analysis}
After analyzing a broad collection of sample data, it has been concluded that the
categories outlined in figure \ref{raw_diagram} are required in order to fully characterize any mineral. The values have been normalized enabling easy comparison.
categories outlined in figure~\ref{raw_diagram} are required in order to fully characterize any mineral. The values have been normalized enabling easy comparison.
\begin{figure}[h]
\input{diagrams/raw}

View file

@ -1,9 +1,8 @@
for project in "./"*/; do
if [ -f $project"main.tex" ]; then
cd $project
# build twice to ensure TOC is built
lualatex "main.tex"
lualatex "main.tex"
latexmk "-synctex=1" "-interaction=nonstopmode" "-file-line-error" "-lualatex"
rm ./*.log ./*.out ./*.aux ./*.run.xml ./*.bcf ./*.tex.bbl ./*.tex.blg
cd ..

Binary file not shown.

Binary file not shown.