From ffc5ee80a1e466e5bb99e3867b444fc970f5e785 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 27 Nov 2025 16:04:35 -0600 Subject: [PATCH] fix smoothie recipe, add dir for Alissa --- recipes/drinks/BerrySmoothies.tex | 4 ++-- recipes/need-translated/TEMPLATE | 17 +++++++++++++++++ render.sh | 8 ++++---- 3 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 recipes/need-translated/TEMPLATE diff --git a/recipes/drinks/BerrySmoothies.tex b/recipes/drinks/BerrySmoothies.tex index 518b459..9a71535 100644 --- a/recipes/drinks/BerrySmoothies.tex +++ b/recipes/drinks/BerrySmoothies.tex @@ -5,7 +5,7 @@ Blend the following ingredients: \medskip\noindent -\cutext{1_1/2}{cup}/\cunum{355}{g} \textcolor{gray}{\small(\cunum{355}{g})} milk (usually oat milk)\\ +\cutext{1_1/2}{cup}/\cunum{360}{g} \textcolor{gray}{\small(\cunum{360}{g})} milk (usually oat milk)\\ 1 banana, in chunks\\ -\cutext{2}{cup}/\cunum{250}{g} \textcolor{gray}{\small(\cunum{250}{g})} frozen berries\\ +\cutext{2}{cup}/\cunum{280}{g} \textcolor{gray}{\small(\cunum{280}{g})} frozen berries\\ \cutext{1/2}{cup}/\cunum{130}{g} \textcolor{gray}{\small(\cunum{130}{g})} vanilla greek yoghurt {\small(if only plain is at hand, add \cunum{1}{TL} vanilla extract)} \ No newline at end of file diff --git a/recipes/need-translated/TEMPLATE b/recipes/need-translated/TEMPLATE new file mode 100644 index 0000000..09d4577 --- /dev/null +++ b/recipes/need-translated/TEMPLATE @@ -0,0 +1,17 @@ +\recipe[OPTIONAL HEADNOTE]{RECIPE NAME}[INITIAL INSTRUCTIONS] +\serves{6-8} +\preptime{\cutext{15}{min}} +\cooktime{\cutext{10}{min}} +\dishtype{\freeze} % options: vegetarian, glutenfree, freeze +\dishother{\glutenfree} % if you need more than one of the dish types? puts it in the other corner + +\begin{step} % TL=teaspoon, EL=Tablespoon + \cutext{1}{cup} AP (or GF) flour + \cutext{0.5}{cup} almond flour + \cutext{1}{TL} baking powder + \cutext{0.5}{TL} cinnamon + \cutext{0.25}{TL} nutmeg + \cutext{0.25}{TL} salt +\method + Whisk the flour, baking powder, spices, and salt together in small bowl. +\end{step} \ No newline at end of file diff --git a/render.sh b/render.sh index f2afced..cea1395 100755 --- a/render.sh +++ b/render.sh @@ -18,10 +18,10 @@ mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf Recipes-book.pdf #pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname="Meal Planner" meal-planner.tex #mv -v -t /home/david/fileshare/LaTeX/Recipes "Meal Planner.pdf" -printf "\n-_-_-_-_-_-_-_-_- Shopping list -_-_-_-_-_-_-_-_-\n" -pdflatex -file-line-error -draftmode -shell-escape -jobname="Shopping List" shopping-list.tex -pdflatex -file-line-error -shell-escape -jobname="Shopping List" shopping-list.tex -mv -v -t /home/david/fileshare/LaTeX/Recipes "Shopping List.pdf" +#printf "\n-_-_-_-_-_-_-_-_- Shopping list -_-_-_-_-_-_-_-_-\n" +#pdflatex -file-line-error -draftmode -shell-escape -jobname="Shopping List" shopping-list.tex +#pdflatex -file-line-error -shell-escape -jobname="Shopping List" shopping-list.tex +#mv -v -t /home/david/fileshare/LaTeX/Recipes "Shopping List.pdf" rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk