diff --git a/Culinography/project.tex b/Culinography/project.tex index 7e2369e..e644f5e 100644 --- a/Culinography/project.tex +++ b/Culinography/project.tex @@ -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} diff --git a/build.sh b/build.sh index ba92194..4c32173 100755 --- a/build.sh +++ b/build.sh @@ -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 .. diff --git a/build/Culinography.pdf b/build/Culinography.pdf index 3c30a04..733c0d1 100644 Binary files a/build/Culinography.pdf and b/build/Culinography.pdf differ diff --git a/build/Socksorting.pdf b/build/Socksorting.pdf index 0915b1b..9ed4fab 100644 Binary files a/build/Socksorting.pdf and b/build/Socksorting.pdf differ