From b9f97006e54bd0c7d521004858e1b6f6c347f3be Mon Sep 17 00:00:00 2001 From: David Daily Date: Wed, 4 Dec 2024 11:19:18 -0600 Subject: [PATCH] Salmon Gnocchi --- main.tex | 11 ++---- meal-planner.tex | 37 ++++++++++++++------ orderedrecipes.tex | 15 ++++---- recipes/FirecrackerMeatballs.tex | 3 +- recipes/FudgyBrownies42.tex | 2 +- recipes/OatBalls.tex | 2 +- recipes/Pancakes.tex | 2 +- recipes/SalmonGnocchi.tex | 60 ++++++++++++++++++++++++++++++++ recipes/TEMPLATE | 2 +- recipes/drinks/MoscowMule.tex | 4 +-- render.sh | 5 ++- 11 files changed, 107 insertions(+), 36 deletions(-) create mode 100644 recipes/SalmonGnocchi.tex diff --git a/main.tex b/main.tex index 1005144..e5c2053 100644 --- a/main.tex +++ b/main.tex @@ -31,12 +31,7 @@ \cuaddtokeychain { {ml} {240} % this unit already exists - {cup} {1} % 1 (US Legal) cup is 240ml. We're not converting to oz cause that would require implementing fluid ounces, which is outside the scope of this project. Maybe I'll do good on making a PR for the package. -} -\cuaddtokeychain -{ - {ml} {30} - {oz} {1} + {cup} {1} % 1 (US Legal) cup is 240ml. We're not doing ounces cause that would require implementing fluid ounces and all sorts of stupid stuff, which is outside the scope of this project. Maybe I'll do good on making a PR for the package. } \cuaddtounitgroup{volume}{cup} \cusetup{use-phrases=true} @@ -100,8 +95,8 @@ Vegetarian: \vegetarian \\ Gluten Free: \glutenfree \\ Freeze: \freeze \\ - %Dessert: \dessert \\ why would you need a Dessert tag if there's a section for it??? - Meal Prep: \mealprep + %Dessert: \dessert \\ removing these from the code below is too big of a hassle, so I'mma just leave them for later use + %Meal Prep: \mealprep made this a section instead } \newcommand\mainmatter{% diff --git a/meal-planner.tex b/meal-planner.tex index f9285eb..3dd37b6 100644 --- a/meal-planner.tex +++ b/meal-planner.tex @@ -20,16 +20,33 @@ {\fontfamily{lmss}\selectfont \noindent \begin{tblr}{width = \textwidth, - vline{2,3} = {3,6,9,12,15,18,21}{solid}, % vertical lines - hline{3,6,9,12,15,18,21} = {solid}, % horizontal lines - row{3,6,9,12,15,18,21} = {4.6em}, % the text boxes to write in + vline{2,3} = {3,6,9,12,15,18,21}{solid}, % vertical lines + hline{2,5,8,11,14,17,20} = {2}{dotted}, % horizontal lines above Lunch + hline{3,4,6,7,9,10,12,13,15,16,18,19,21,22} = {solid}, % horizontal lines above text boxes + row{3,6,9,12,15,18,21} = {4.6em}, % the text boxes to write in columns = {0.3\textwidth,c}} - \multicolumn{3}{c}{\textbf{\large Wednesday}}\\Breakfast & Lunch & Supper\\ \\ - \multicolumn{3}{c}{\textbf{\large Thursday}}\\Breakfast & Lunch & Supper\\ \\ - \multicolumn{3}{c}{\textbf{\large Friday}}\\Breakfast & Lunch & Supper\\ \\ - \multicolumn{3}{c}{\textbf{\large Saturday}}\\Breakfast & Lunch & Supper\\ \\ - \multicolumn{3}{c}{\textbf{\large Sunday}}\\Breakfast & Lunch & Supper\\ \\ - \multicolumn{3}{c}{\textbf{\large Monday}}\\Breakfast & Lunch & Supper\\ \\ - \multicolumn{3}{c}{\textbf{\large Tuesday}}\\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ +\end{tblr} +\break % so that its easier to print 2/page, just a copy of above +\noindent +\begin{tblr}{width = \textwidth, + vline{2,3} = {3,6,9,12,15,18,21}{solid}, % vertical lines + hline{2,5,8,11,14,17,20} = {2}{dotted}, % horizontal lines above Lunch + hline{3,4,6,7,9,10,12,13,15,16,18,19,21,22} = {solid}, % horizontal lines above text boxes + row{3,6,9,12,15,18,21} = {4.6em}, % the text boxes to write in + columns = {0.3\textwidth,c}} + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ + \\Breakfast & Lunch & Supper\\ \\ \end{tblr} }\end{document} \ No newline at end of file diff --git a/orderedrecipes.tex b/orderedrecipes.tex index 0741e48..093e0e3 100644 --- a/orderedrecipes.tex +++ b/orderedrecipes.tex @@ -1,15 +1,16 @@ % optionally: replace \section with \part to add a level between (\chapter doesn't exist in the Article class) \section{Main Dishes} -\input{recipes/FirecrackerMeatballs.tex} -\input{recipes/Pancakes.tex} -%\input{recipes/TurkeyBurgers.tex} - -\newpage -\section{Other Dishes} \input{recipes/ChickenSliders.tex} \input{recipes/Granola.tex} -\input{recipes/OatBalls.tex} +\input{recipes/Pancakes.tex} \input{recipes/TexasCaviar.tex} +%\input{recipes/TurkeyBurgers.tex} +\input{recipes/SalmonGnocchi.tex} + +\newpage +\section{Meal Prep} +\input{recipes/FirecrackerMeatballs.tex} +\input{recipes/OatBalls.tex} \newpage \section{Desserts} diff --git a/recipes/FirecrackerMeatballs.tex b/recipes/FirecrackerMeatballs.tex index 02d55df..39635e6 100644 --- a/recipes/FirecrackerMeatballs.tex +++ b/recipes/FirecrackerMeatballs.tex @@ -2,8 +2,7 @@ \serves{2/\textcolor{orange}{4}/\textcolor{brown}{6}} \preptime{\cutext{20}{min}} \cooktime{\cutext{40}{min}} -\dishtype{\mealprep} -% multiple servings in different color? or entireley separate? make sure to change \serves as well with whatever formatting +%\dishtype{\mealprep} \begin{step} % \cunum doesn't work, otherwise I'd use it ¯\_(ツ)_/¯ diff --git a/recipes/FudgyBrownies42.tex b/recipes/FudgyBrownies42.tex index bb740da..46d36b5 100644 --- a/recipes/FudgyBrownies42.tex +++ b/recipes/FudgyBrownies42.tex @@ -9,7 +9,7 @@ Aluminum Foil \cunum{8_1/2}{in} by \cunum{4_1/2}{in} Loaf pan Mold release/Butter/Pam spray - \vspace{0.5em}\hrule % just to add some separation in this case, instructions kinda run into the ingredients list, especially at smaller page size + \vspace{0.75em} % just to add some separation in this case, instructions kinda run into the ingredients list, especially at smaller page size \method Make foil sling for loaf pan by folding 2 long sheets of aluminum foil; first sheet should be \cunum{8_1/2}{in} wide and second sheet should be \cunum{4_1/2}{in} wide. Lay sheets of foil in pan perpendicular to each other, \textbf{with an inch of foil hanging over sides of pan to grab later}, smoothing foil flush to pan. Grease foil. \end{step} diff --git a/recipes/OatBalls.tex b/recipes/OatBalls.tex index a65e88c..c34a9b5 100644 --- a/recipes/OatBalls.tex +++ b/recipes/OatBalls.tex @@ -1,7 +1,7 @@ \recipe[A tasty snack or breakfast replacement!]{Banana Peanut Butter Chocolate Chip Oat Bites} \serves{24} \preptime{\cunum{10}{min}} -\dishtype{\mealprep} +%\dishtype{\mealprep} \begin{step} \cutext{2}{cup} Quick Oats diff --git a/recipes/Pancakes.tex b/recipes/Pancakes.tex index 9b76a5d..0f70cba 100644 --- a/recipes/Pancakes.tex +++ b/recipes/Pancakes.tex @@ -17,7 +17,7 @@ \begin{step} \cutext{1_1/2}{cup} Milk - 1 stick/\cutext{1/4}{cup} Butter, melted + \cutext{1/4}{cup} (1 stick) Butter, melted \cutext{2}{TL} Vanilla extract 1 Large egg \method diff --git a/recipes/SalmonGnocchi.tex b/recipes/SalmonGnocchi.tex new file mode 100644 index 0000000..3f8a325 --- /dev/null +++ b/recipes/SalmonGnocchi.tex @@ -0,0 +1,60 @@ +\recipe[]{Salmon \& Gnocchi}[] +\serves{\textcolor{red}{??}} +\preptime{\textcolor{red}{??}} +\cooktime{\textcolor{red}{??}} +%\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{4--5}{oz} (\cunum{120--150}{g}) Boneless, skinless salmon fillets brought to room temp + \cutext{3/4}{TL} Smoked paprika + \cutext{3/4}{TL} Dried oregano + \cutext{1/2}{TL} Garlic powder + \cutext{1/4--1/2}{TL} Salt + \cutext{1/4}{TL} Black pepper + \cutext{1/8}{TL} Cayenne pepper +\method + In a small pot or bowl combine the salmon seasoning, then evenly sprinkle over both sides of the fillets. +\end{step} + +\begin{step} + \cutext{1/2}{EL} Olive oil + \vspace{0.75em} +\method + Heat oil in a large pan over medium-high heat then add the salmon fillets. Fry for 3 minutes until lightly charred and crisp on the bottom, then carefully flip and fry them for 2 minutes. +\end{step} + +\begin{step} + \cutext{1}{EL} Unsalted butter + \vspace{0.75em} +\method + Add the butter and baste them for 1 more minute, or until it's just about cooked through and lightly charred on both sides. The salmon will lightly blacken from the seasoning, but you don't want to burn, so lower the temp slightly if you need to at any time throughout. Timings will depend on the thickness of the salmon and keep in mind it'll carry on cooking slightly as it rests. +\end{step} + +\begin{step} + 2 to 3 Cloves garlic, finely diced + \cutext{1/8--1/4}{TL} Chili flakes + \cutext{1}{EL} Tomato paste + \method + Carefully remove the salmon and place on a plate to the side, then lower the heat to low-medium. Add the garlic and chili flakes and fry until the garlic just about starts to color (careful it doesn't burn), then stir in the tomato paste and fry for a minute. +\end{step} + +\begin{step} + \cutext{1}{cup} (\cunum[cup=ml]{1}{cup}) Chicken stock + \cutext{4}{oz} (\cunum[oz=g]{4}{oz}) Cream cheese (at room temp) + \cutext{4}{oz} (\cunum[oz=g]{4}{oz}) Sun dried tomatoes (thinly sliced) + \cutext{1/4}{cup} (\cunum[cup=ml]{1/4}{cup}) Freshly grated parmesan + \cutext{2}{EL} Finely diced fresh basil + \cutext{3}{oz} (\cunum[oz=g]{3}{oz}) Baby spinach leaves +\method + Pour in the stock then stir in the cream cheese until fully blended {\small(I find this easiest with a whisk)}. \textit{On the side, bring a large pot of salted water to a boil.} Stir in the parmesan, sun dried tomatoes and basil, then stir in the spinach for 1-2 minutes until it starts to wilt. +\end{step} + +\begin{step} + \cutext{1}{lb} (\cunum[lb=g]{1}{lb}) Gnocchi + \vspace{0.75em} +\method + Add the gnocchi to pot of boiling water and cook for 1 minute or until it floats, then use a slotted spoon to transfer it straight into the pan. + + Give it a good stir until the sauce thickens and the gnocchi finishes cooking through, adding a splash more of the leftover gnocchi water if needed. Check for seasoning, then serve up and enjoy. +\end{step} \ No newline at end of file diff --git a/recipes/TEMPLATE b/recipes/TEMPLATE index aebb074..af75e2e 100644 --- a/recipes/TEMPLATE +++ b/recipes/TEMPLATE @@ -2,7 +2,7 @@ \serves{6-8} \preptime{\cutext{15}{min}} \cooktime{\cutext{10}{min}} -\dishtype{\freeze} % options: vegetarian, glutenfree, freeze, mealprep +\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 diff --git a/recipes/drinks/MoscowMule.tex b/recipes/drinks/MoscowMule.tex index d4159b7..d0efc1a 100644 --- a/recipes/drinks/MoscowMule.tex +++ b/recipes/drinks/MoscowMule.tex @@ -2,8 +2,8 @@ \begin{drstep} Cracked ice - \cutext{1_3/4}{oz} Vodka - \cutext{3/4}{oz} Lime juice + \cunum{1_3/4}{oz} Vodka + \cunum{3/4}{oz} Lime juice \drmethod Add to cocktail shaker and shake vigorously until well frosted. \end{drstep} diff --git a/render.sh b/render.sh index 6b42167..3a56b81 100755 --- a/render.sh +++ b/render.sh @@ -9,19 +9,18 @@ printf "\n-_-_-_-_-_-_-_-_- Main -_-_-_-_-_-_-_-_-\n" pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname=Recipes main.tex printf "\n-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-\n\n\n" pdflatex -file-line-error -interaction nonstopmode -shell-escape -jobname=Recipes main.tex -mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf printf "\n-_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_-\n" # https://github.com/jenom/pdfbook2 pdfbook2 --no-crop --top-margin=5 --bottom-margin=5 --outer-margin=0 --inner-margin=0 --short-edge --paper=letterpaper Recipes.pdf -mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes-book.pdf +mv -v -t /home/david/fileshare/LaTeX/Recipes Recipes.pdf Recipes-book.pdf #printf "\n-_-_-_-_-_-_-_-_- Meal Planner -_-_-_-_-_-_-_-_-\n" #pdflatex -file-line-error -interaction nonstopmode -draftmode -shell-escape -jobname="Meal Planner" meal-planner.tex #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" -rm *.aux *.out *.log *.toc +rm *.aux *.out *.log *.toc *.fls *.fdb_latexmk #printf "\n-_-_-_-_-_-_-_-_- Meme -_-_-_-_-_-_-_-_-\n" #cd meme