From: Max Value Date: Wed, 2 Jul 2025 16:27:39 +0000 (+0100) Subject: made PDF unordered X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=5e76f138d285b67b0e81b30cd68aa98df37069b9;p=bread made PDF unordered pages can now be in any order ~ changed numbered toc for bullet toc - removed numbered recipes --- diff --git a/templates/main.tex b/templates/main.tex index 88d88f8..96798b1 100644 --- a/templates/main.tex +++ b/templates/main.tex @@ -34,12 +34,12 @@ Collection of recipes with bakers percentage and example weights. Recipes are st \section*{Recipes} -\begin{enumerate} +\begin{itemize} \itemsep0em |% for recipe in recipes %| \item \textbf{|~ recipe.recipe.information.title ~|}. |~ recipe.recipe.information.description ~| |% endfor %| -\end{enumerate} +\end{itemize} \newpage @@ -47,7 +47,7 @@ Collection of recipes with bakers percentage and example weights. Recipes are st |% set recipe = recipe.recipe %| - \section{|~ recipe.information.title ~|} + \section*{|~ recipe.information.title ~|} |~ recipe.information.description ~|