]> OzVa Git service - bread/commitdiff
made PDF unordered
authorMax Value <greenwoodw50@gmail.com>
Wed, 2 Jul 2025 16:27:39 +0000 (17:27 +0100)
committerMax Value <greenwoodw50@gmail.com>
Wed, 2 Jul 2025 16:27:39 +0000 (17:27 +0100)
pages can now be in any order

~ changed numbered toc for bullet toc
- removed numbered recipes

templates/main.tex

index 88d88f8d1b4854e6b8cc6a4e6e5c0b396b101754..96798b105ba354d90b8a86096708fc5d3c9b753b 100644 (file)
@@ -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 ~|