From 5e76f138d285b67b0e81b30cd68aa98df37069b9 Mon Sep 17 00:00:00 2001 From: Max Value Date: Wed, 2 Jul 2025 17:27:39 +0100 Subject: [PATCH] made PDF unordered pages can now be in any order ~ changed numbered toc for bullet toc - removed numbered recipes --- templates/main.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ~| -- 2.39.2