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} \begin{enumerate}
\item \textbf{Pop rocks}\\ \item \textbf{Pop rocks}\\
although difficult to obtain in Europe where this research is based, 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. They will thus be used as a baseline comparison in this research.
\item \textbf{``Rock''}\\ \item \textbf{``Rock''}\\
@ -145,7 +145,7 @@ It can be concluded that a metric for solubility and toughness may be required.
\section{Qualitative analysis} \section{Qualitative analysis}
After analyzing a broad collection of sample data, it has been concluded that the 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] \begin{figure}[h]
\input{diagrams/raw} \input{diagrams/raw}

View file

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

Binary file not shown.

Binary file not shown.