Browse Source

formatting

user 2 years ago
parent
commit
52d4e82480
5 changed files with 150 additions and 158 deletions
  1. 1
    1
      booklet.sh
  2. BIN
      recipes-book.pdf
  3. 18
    24
      recipes.org
  4. BIN
      recipes.pdf
  5. 131
    133
      recipes.tex

+ 1
- 1
booklet.sh View File

@@ -1 +1 @@
1
-pdfbook2 recipes.pdf -b 10 -t 10 -o 20 -i 0
1
+pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n

BIN
recipes-book.pdf View File


+ 18
- 24
recipes.org View File

@@ -3,12 +3,21 @@
3 3
 
4 4
 :LATEXCONFIG:
5 5
 #+Latex_Class: article
6
-#+latex_class_options: [7pt,notitlepage,a5paper]
7
-#+LATEX_HEADER: \usepackage[fontsize=9pt]{scrextend}
6
+# #+latex_class_options: [12pt,notitlepage,a5paper]
7
+#+LATEX_HEADER: \usepackage[fontsize=9pt]{scrextend} \usepackage{lmodern} \usepackage[T1]{fontenc}
8 8
 
9 9
 # set TOC depth
10 10
 #+OPTIONS: toc:nil
11 11
 
12
+# multi column toc
13
+#+LATEX: \begin{multicols*}{2}
14
+#+TOC: headlines 2
15
+#+LATEX: \end{multicols*}
16
+#+LATEX: \newpage
17
+
18
+# reset margins
19
+#+LATEX: \newgeometry{bottom=.7in,left=.4in,right=.4in,top=.2in}
20
+
12 21
 # bullet points to dash
13 22
 #+LATEX_HEADER: \renewcommand\labelitemi{--} 
14 23
 
@@ -18,37 +27,23 @@
18 27
 # remove red borders from links
19 28
 #+LATEX_HEADER: \hypersetup{hidelinks,breaklinks=true} \usepackage{enumitem} 
20 29
 
21
-# thinner margins
30
+# page geometry
22 31
 #+LATEX_HEADER: \usepackage[paperheight=8.5in,paperwidth=5.5in,bottom=.7in,top=-.20in,left=.3in,right=.3in]{geometry}
23 32
 
24
-
25 33
 # more compact lists
26 34
 #+LATEX_HEADER: \makeatletter\renewcommand{\@seccntformat}[1]{}\makeatother \setlist[itemize]{noitemsep} \setlist[enumerate]{noitemsep} 
27 35
 
28
-# show properties
29
-#+OPTIONS: prop:t
36
+# # show properties
37
+# #+OPTIONS: prop:t
30 38
 
31 39
 # url wrapping
32 40
 #+LaTeX_HEADER: \usepackage{url} \def\UrlBreaks{\do\/\do-\do\&\do.\do:} \usepackage{xurl}
33
-# \urlstyle{same}
34
-
35
-# multi column toc
36
-#+LATEX: \begin{multicols*}{2}
37
-#+TOC: headlines 2
38
-#+LATEX: \end{multicols*}
39
-#+LATEX: \newpage
40
-
41
-# reset margins
42
-#+LATEX: \newgeometry{bottom=.7in,left=.4in,right=.4in,top=.2in}
43 41
 
44 42
 # multi column
45 43
 #+LATEX: \begin{multicols*}{2}
46 44
 
47 45
 # reduce spacing
48
-#+LATEX_HEADER: \usepackage[compact]{titlesec} \titlespacing{\section}{0pt}{5pt}{5pt} \titlespacing{\subsection}{0pt}{5pt}{5pt} \titlespacing{\subsubsection}{0pt}{5pt}{5pt} \setlength{\parindent}{0pt}
49
-
50
-# booklet
51
-# #+LATEX_HEADER: \usepackage[print,largetypeblock]{booklet}
46
+#+LATEX_HEADER: \usepackage[compact]{titlesec} \titlespacing{\section}{0pt}{2pt}{2pt} \titlespacing{\subsection}{0pt}{2pt}{2pt} \titlespacing{\subsubsection}{0pt}{2pt}{2pt} \setlength{\parindent}{0pt}
52 47
 
53 48
 # numbering
54 49
 #+LaTeX: \setcounter{secnumdepth}{0}
@@ -58,15 +53,16 @@
58 53
 :BOOKLET:
59 54
 # #+BEGIN_SRC sh
60 55
 # #!/bin/bash
61
-# pdfbook2 recipes.pdf -b 10 -t 10 -o 20 -i 0
56
+# pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n
62 57
 # #+END_SRC
63 58
 :END:
64 59
 
60
+# add page breaks
65 61
 # #+LATEX: \newpage
62
+
66 63
 * Breakfast
67 64
 ** Angel Biscuits
68 65
 source: postcard, servings: 30-35 biscuits, prep-time: 10 mins, cook-time: 16-18 mins
69
-
70 66
 *** Ingredients
71 67
 
72 68
     - 5 cups all purpose flour
@@ -864,7 +860,6 @@ source: yungmysterymane's quick and easy fried rice
864 860
      - cracked black pepper
865 861
      - dried parsley
866 862
 
867
- 
868 863
 *** COMMENT Utensils:
869 864
  1 frying pan
870 865
  1 small bowl
@@ -896,7 +891,6 @@ source: yungmysterymane's quick and easy fried rice
896 891
     5. Once garlic is golden brown, add tablespoon of shoyu, stir, and add rice.
897 892
     6. Cook rice until golden while stirring, then add spam and egg and continue to stir.
898 893
 
899
-#+LATEX: \newpage
900 894
 ** Turkey Jook
901 895
 source: bema
902 896
 

BIN
recipes.pdf View File


+ 131
- 133
recipes.tex View File

@@ -1,6 +1,6 @@
1
-% Created 2021-08-17 Tue 20:13
1
+% Created 2021-08-17 Tue 21:18
2 2
 % Intended LaTeX compiler: pdflatex
3
-\documentclass[7pt,notitlepage,a5paper]{article}
3
+\documentclass[11pt]{article}
4 4
 \usepackage[utf8]{inputenc}
5 5
 \usepackage[T1]{fontenc}
6 6
 \usepackage{graphicx}
@@ -14,14 +14,14 @@
14 14
 \usepackage{amssymb}
15 15
 \usepackage{capt-of}
16 16
 \usepackage{hyperref}
17
-\usepackage[fontsize=9pt]{scrextend}
17
+\usepackage[fontsize=9pt]{scrextend} \usepackage{lmodern} \usepackage[T1]{fontenc}
18 18
 \renewcommand\labelitemi{--}
19 19
 \usepackage{multicol}
20 20
 \hypersetup{hidelinks,breaklinks=true} \usepackage{enumitem}
21 21
 \usepackage[paperheight=8.5in,paperwidth=5.5in,bottom=.7in,top=-.20in,left=.3in,right=.3in]{geometry}
22 22
 \makeatletter\renewcommand{\@seccntformat}[1]{}\makeatother \setlist[itemize]{noitemsep} \setlist[enumerate]{noitemsep}
23 23
 \usepackage{url} \def\UrlBreaks{\do\/\do-\do\&\do.\do:} \usepackage{xurl}
24
-\usepackage[compact]{titlesec} \titlespacing{\section}{0pt}{5pt}{5pt} \titlespacing{\subsection}{0pt}{5pt}{5pt} \titlespacing{\subsubsection}{0pt}{5pt}{5pt} \setlength{\parindent}{0pt}
24
+\usepackage[compact]{titlesec} \titlespacing{\section}{0pt}{2pt}{2pt} \titlespacing{\subsection}{0pt}{2pt}{2pt} \titlespacing{\subsubsection}{0pt}{2pt}{2pt} \setlength{\parindent}{0pt}
25 25
 \author{Emacs 27.1 (Org mode 9.3)}
26 26
 \date{\today}
27 27
 \title{M-x recipes}
@@ -46,14 +46,14 @@
46 46
 \begin{multicols*}{2}
47 47
 
48 48
 \setcounter{secnumdepth}{0}
49
+
49 50
 \section{Breakfast}
50
-\label{sec:orge47d6f5}
51
+\label{sec:orgecf7eeb}
51 52
 \subsection{Angel Biscuits}
52
-\label{sec:orge917b40}
53
+\label{sec:org2b9b039}
53 54
 source: postcard, servings: 30-35 biscuits, prep-time: 10 mins, cook-time: 16-18 mins
54
-
55 55
 \subsubsection{Ingredients}
56
-\label{sec:org2183ad3}
56
+\label{sec:orgc8c5f09}
57 57
 
58 58
 \begin{itemize}
59 59
 \item 5 cups all purpose flour
@@ -68,7 +68,7 @@ source: postcard, servings: 30-35 biscuits, prep-time: 10 mins, cook-time: 16-18
68 68
 \end{itemize}
69 69
 
70 70
 \subsubsection{Directions}
71
-\label{sec:orgf4d05bc}
71
+\label{sec:org6ee5608}
72 72
 
73 73
 \begin{enumerate}
74 74
 \item Preheat oven to 375F.
@@ -82,11 +82,11 @@ source: postcard, servings: 30-35 biscuits, prep-time: 10 mins, cook-time: 16-18
82 82
 \end{enumerate}
83 83
 
84 84
 \subsection{Bacon Gravy}
85
-\label{sec:org9fe8657}
85
+\label{sec:org43d89dd}
86 86
 source: \url{https://www.allrecipes.com/recipe/161819/bacon-gravy-for-biscuits/}, servings: 5, prep-time: 10 mins, cook-time: 15 mins
87 87
 
88 88
 \subsubsection{Ingredients}
89
-\label{sec:orgd3c453a}
89
+\label{sec:org2313b61}
90 90
 
91 91
 \begin{itemize}
92 92
 \item 4 thick slices bacon
@@ -96,7 +96,7 @@ source: \url{https://www.allrecipes.com/recipe/161819/bacon-gravy-for-biscuits/}
96 96
 \end{itemize}
97 97
 
98 98
 \subsubsection{Directions}
99
-\label{sec:org3ade541}
99
+\label{sec:org3400e27}
100 100
 
101 101
 \begin{enumerate}
102 102
 \item Cook the bacon in a deep skillet over medium heat until crisp, about 10 minutes.
@@ -106,10 +106,10 @@ source: \url{https://www.allrecipes.com/recipe/161819/bacon-gravy-for-biscuits/}
106 106
 \end{enumerate}
107 107
 
108 108
 \subsection{Classic Pancakes}
109
-\label{sec:org011d7f1}
109
+\label{sec:orgd203de1}
110 110
 source: \url{https://www.bettycrocker.com/recipes/classic-pancakes/77a89da1-fd56-494b-874a-55f9195c1413}, servings: 9, prep-time: 15 minutes, ready-in: 15 minutes
111 111
 \subsubsection{Ingredients}
112
-\label{sec:orga9f2820}
112
+\label{sec:org06fbbfb}
113 113
 
114 114
 \begin{itemize}
115 115
 \item 1  egg
@@ -121,7 +121,7 @@ source: \url{https://www.bettycrocker.com/recipes/classic-pancakes/77a89da1-fd56
121 121
 \item 2  tablespoons vegetable oil or melted butter
122 122
 \end{itemize}
123 123
 \subsubsection{Directions}
124
-\label{sec:orgf126500}
124
+\label{sec:org3d41b5f}
125 125
 
126 126
 \begin{enumerate}
127 127
 \item In medium bowl, beat egg with wire whisk until fluffy. Stir in remaining ingredients just until flour is moistened (batter will be slightly lumpy); do not overmix or pancakes will be tough. For thinner pancakes, stir in additional 1 to 2 tablespoons milk.
@@ -129,11 +129,11 @@ source: \url{https://www.bettycrocker.com/recipes/classic-pancakes/77a89da1-fd56
129 129
 \item For each pancake, pour slightly less than 1/4 cup batter onto griddle. Cook 2 to 3 minutes or until bubbly on top and dry around edges. Turn; cook other side until golden brown.
130 130
 \end{enumerate}
131 131
 \subsection{Crepes}
132
-\label{sec:org5417ba9}
132
+\label{sec:org3b500b2}
133 133
 source: \url{https://www.bettycrocker.com/recipes/crepes/d1a32347-ba88-4ddf-998b-d6f9e4dd74c3}, servings: 12, prep-time: 10 minutes, ready-in: 35 minutes
134 134
 
135 135
 \subsubsection{Ingredients}
136
-\label{sec:orge317bef}
136
+\label{sec:orgf1081ab}
137 137
 
138 138
 \begin{itemize}
139 139
 \item 1 1/2  cups all-purpose flour
@@ -149,7 +149,7 @@ source: \url{https://www.bettycrocker.com/recipes/crepes/d1a32347-ba88-4ddf-998b
149 149
 \item Powdered sugar, if desired
150 150
 \end{itemize}
151 151
 \subsubsection{Directions}
152
-\label{sec:org824d86b}
152
+\label{sec:org06298c2}
153 153
 
154 154
 \begin{enumerate}
155 155
 \item In medium bowl, mix flour, granulated sugar, baking powder and salt. Stir in milk, 2 tablespoons butter, the vanilla and eggs. Beat with wire whisk just until smooth.
@@ -157,11 +157,11 @@ source: \url{https://www.bettycrocker.com/recipes/crepes/d1a32347-ba88-4ddf-998b
157 157
 \item Stack crepes, placing waxed paper between each; keep covered. Spread applesauce, sweetened berries, jelly or jam thinly over each warm crepe; roll up. (Be sure to fill crepes so when rolled the more attractive side is on the outside.) Sprinkle with powdered sugar.
158 158
 \end{enumerate}
159 159
 \subsection{Dutch Baby}
160
-\label{sec:org5d8a478}
160
+\label{sec:org323aef5}
161 161
 source: \url{https://cooking.nytimes.com/recipes/6648-dutch-baby}, ready-in: 40 minutes
162 162
 
163 163
 \subsubsection{Ingredients}
164
-\label{sec:org6bf29a2}
164
+\label{sec:org045998b}
165 165
 
166 166
 \begin{itemize}
167 167
 \item 3 eggs
@@ -173,7 +173,7 @@ source: \url{https://cooking.nytimes.com/recipes/6648-dutch-baby}, ready-in: 40
173 173
 \item Syrup, preserves, confectioners' sugar or cinnamon sugar
174 174
 \end{itemize}
175 175
 \subsubsection{Directions}
176
-\label{sec:orgfc73900}
176
+\label{sec:org1bbc17b}
177 177
 
178 178
 \begin{enumerate}
179 179
 \item Preheat oven to 425 degrees.
@@ -184,11 +184,11 @@ source: \url{https://cooking.nytimes.com/recipes/6648-dutch-baby}, ready-in: 40
184 184
 
185 185
 \newpage
186 186
 \subsection{Eggs Benedict}
187
-\label{sec:orgf56f539}
187
+\label{sec:orgf12744c}
188 188
 source: \url{https://www.allrecipes.com/recipe/17205/eggs-benedict/}, servings: 4, prep-time: 25 mins, cook-time: 5 mins
189 189
 
190 190
 \subsubsection{Ingredients}
191
-\label{sec:orge84b565}
191
+\label{sec:org9a1fffa}
192 192
 
193 193
 \begin{itemize}
194 194
 \item 4 egg yolks
@@ -206,7 +206,7 @@ source: \url{https://www.allrecipes.com/recipe/17205/eggs-benedict/}, servings:
206 206
 \end{itemize}
207 207
 
208 208
 \subsubsection{Directions}
209
-\label{sec:orgb665b37}
209
+\label{sec:org6ee501b}
210 210
 
211 211
 \begin{enumerate}
212 212
 \item To Make Hollandaise: Fill the bottom of a double boiler part-way with water. Make sure that water does not touch the top pan. Bring water to a gentle simmer. In the top of the double boiler, whisk together egg yolks, lemon juice, white pepper, Worcestershire sauce, and 1 tablespoon water.
@@ -217,11 +217,11 @@ source: \url{https://www.allrecipes.com/recipe/17205/eggs-benedict/}, servings:
217 217
 \end{enumerate}
218 218
 
219 219
 \subsection{English Muffins}
220
-\label{sec:org9daf6f4}
220
+\label{sec:org20ca068}
221 221
 source: \url{https://www.kingarthurbaking.com/recipes/english-muffins-recipe}, servings: 16 large (3" to 3 1/2") English muffins, prep-time: 25 minutes, cook-time: 30 minutes, ready-in: 2 hours, 20 minutes
222 222
 
223 223
 \subsubsection{Ingredients}
224
-\label{sec:orgf837254}
224
+\label{sec:org76af3fe}
225 225
 
226 226
 \begin{itemize}
227 227
 \item 1 3/4 cups (397g) lukewarm milk
@@ -235,7 +235,7 @@ source: \url{https://www.kingarthurbaking.com/recipes/english-muffins-recipe}, s
235 235
 \end{itemize}
236 236
 
237 237
 \subsubsection{Directions}
238
-\label{sec:orgf1033cf}
238
+\label{sec:orgfd6fea1}
239 239
 
240 240
 \begin{enumerate}
241 241
 \item Combine all ingredients except semolina/farnia in mixing bowl, or bread machine.
@@ -249,13 +249,13 @@ source: \url{https://www.kingarthurbaking.com/recipes/english-muffins-recipe}, s
249 249
 \end{enumerate}
250 250
 
251 251
 \section{Canning}
252
-\label{sec:orgaa0d2a8}
252
+\label{sec:org23a7bab}
253 253
 \subsection{Apple Pectin}
254
-\label{sec:org88314c5}
254
+\label{sec:orgc00221e}
255 255
 source: \url{https://www.escoffier.edu/blog/recipes/how-to-make-fruit-pectin/}, servings: 1 1/2 cups, time:     24 hours (60 minutes active cooking)
256 256
 
257 257
 \subsubsection{Ingredients:}
258
-\label{sec:org1eb51c8}
258
+\label{sec:org47b7b42}
259 259
 
260 260
 \begin{itemize}
261 261
 \item 7 large, tart apples
@@ -264,7 +264,7 @@ source: \url{https://www.escoffier.edu/blog/recipes/how-to-make-fruit-pectin/},
264 264
 \end{itemize}
265 265
 
266 266
 \subsubsection{Instructions:}
267
-\label{sec:orgea47e2c}
267
+\label{sec:org9c54971}
268 268
 
269 269
 \begin{enumerate}
270 270
 \item Wash the apples, but do not peel them.
@@ -277,10 +277,10 @@ source: \url{https://www.escoffier.edu/blog/recipes/how-to-make-fruit-pectin/},
277 277
 \end{enumerate}
278 278
 
279 279
 \subsection{Coffee Jelly}
280
-\label{sec:org0bb48f5}
280
+\label{sec:org710965d}
281 281
 source: \url{https://www.foodiewithfamily.com/coffee-jelly/}, servings: 5-6 8oz jars
282 282
 \subsubsection{Ingredients}
283
-\label{sec:org1e03047}
283
+\label{sec:org0126423}
284 284
 
285 285
 \begin{itemize}
286 286
 \item 4   cups   VERY strongly brewed coffee   preferably a darker roast
@@ -290,7 +290,7 @@ source: \url{https://www.foodiewithfamily.com/coffee-jelly/}, servings: 5-6 8oz
290 290
 \item 5   to 6 jelly jars with new two-piece lids.   8 ounce
291 291
 \end{itemize}
292 292
 \subsubsection{Directions}
293
-\label{sec:org9133204}
293
+\label{sec:orgb94e17a}
294 294
 
295 295
 \begin{enumerate}
296 296
 \item Stir the coffee and lemon juice together in a 4 quart saucepan and bring to a boil over high heat. In a separate bowl, whisk together the sugar and Dutch Gel Pectin. Add the sugar to the boiling coffee mixture all at once, and whisk vigorously for 2 minutes, or until the pectin and sugar are fully dissolved into the solution. Return the mixture to a full rolling boil, and boil for exactly 1 minute. Remove the pan from the heat, ladle into clean 8 ounce jars, wipe the rims with a damp paper towel, and screw on new, two-piece lids until fingertip tight.
@@ -298,11 +298,11 @@ source: \url{https://www.foodiewithfamily.com/coffee-jelly/}, servings: 5-6 8oz
298 298
 \end{enumerate}
299 299
 \newpage
300 300
 \subsection{Dill Pickles}
301
-\label{sec:orgfbb9527}
301
+\label{sec:orgb8f80d4}
302 302
 source: \url{https://www.tasteofhome.com/recipes/grandma-s-dill-pickles/}, servings: 9 quarts., prep-time: 50 minutes, cook-time: 15 minutes, ready-in: 1 hour, 5 minutes
303 303
 
304 304
 \subsubsection{Ingredients}
305
-\label{sec:org671d6ec}
305
+\label{sec:orga32afef}
306 306
 
307 307
 \begin{itemize}
308 308
 \item 11 cups water
@@ -315,7 +315,7 @@ source: \url{https://www.tasteofhome.com/recipes/grandma-s-dill-pickles/}, servi
315 315
 \end{itemize}
316 316
 
317 317
 \subsubsection{Directions}
318
-\label{sec:orga0a1390}
318
+\label{sec:org7ce7b42}
319 319
 
320 320
 \begin{enumerate}
321 321
 \item In a stockpot, bring water, vinegar and salt to a boil; boil 10 minutes.
@@ -328,11 +328,11 @@ source: \url{https://www.tasteofhome.com/recipes/grandma-s-dill-pickles/}, servi
328 328
 
329 329
 
330 330
 \subsection{Homemade Ketchup}
331
-\label{sec:org7704d84}
331
+\label{sec:org7c4f3a2}
332 332
 source: \url{https://www.simplycanning.com/homemade-ketchup/}
333 333
 
334 334
 \subsubsection{Ingredients}
335
-\label{sec:org8f62ceb}
335
+\label{sec:orgc93a23b}
336 336
 
337 337
 \begin{itemize}
338 338
 \item 4 quarts tomato puree or chopped tomatoes 
@@ -353,7 +353,7 @@ source: \url{https://www.simplycanning.com/homemade-ketchup/}
353 353
 \end{itemize}
354 354
 
355 355
 \subsubsection{Directions}
356
-\label{sec:orgeb5f67b}
356
+\label{sec:org566d68f}
357 357
 
358 358
 \begin{enumerate}
359 359
 \item Start by preparing jars and getting water in the canner heating. You want the canner hot, but not boiling, when the jars are ready to be processed.  See full  water bath canning instructions  here.  
@@ -371,11 +371,11 @@ source: \url{https://www.simplycanning.com/homemade-ketchup/}
371 371
 
372 372
 
373 373
 \subsection{Jalapeño Jelly}
374
-\label{sec:org73b52ee}
374
+\label{sec:org3036f1b}
375 375
 source: \url{https://www.allrecipes.com/recipe/47520/jalapeno-jelly/}, servings: 32, prep-time: 20 mins, cook-time: 45 mins
376 376
 
377 377
 \subsubsection{Ingredients}
378
-\label{sec:org6679d3a}
378
+\label{sec:org0accb00}
379 379
 
380 380
 \begin{itemize}
381 381
 \item 1 large green bell pepper
@@ -388,7 +388,7 @@ source: \url{https://www.allrecipes.com/recipe/47520/jalapeno-jelly/}, servings:
388 388
 \end{itemize}
389 389
 
390 390
 \subsubsection{Directions}
391
-\label{sec:orga7225be}
391
+\label{sec:org7fea84a}
392 392
 
393 393
 \begin{enumerate}
394 394
 \item Combine the green bell pepper and 12 jalapeno peppers in the container of a food processor or blender. Process until finely chopped. This can be done in batches, if the peppers do not fit.
@@ -398,11 +398,11 @@ source: \url{https://www.allrecipes.com/recipe/47520/jalapeno-jelly/}, servings:
398 398
 \end{enumerate}
399 399
 \newpage
400 400
 \subsection{Pickled Jalapeño Peppers}
401
-\label{sec:org5da4949}
401
+\label{sec:org794b534}
402 402
 source: \url{https://vanillaandbean.com/pickled-jalapeno-peppers/}, servings: 3x 16oz jars, prep-time: 20 minutes, cook-time: 15 minutes
403 403
 
404 404
 \subsubsection{Ingredients}
405
-\label{sec:orgdb2c786}
405
+\label{sec:org54291cb}
406 406
 
407 407
 \begin{itemize}
408 408
 \item 1 1/2   lbs (675g)   Jalapeño Peppers
@@ -414,7 +414,7 @@ source: \url{https://vanillaandbean.com/pickled-jalapeno-peppers/}, servings: 3x
414 414
 \end{itemize}
415 415
 
416 416
 \subsubsection{Directions}
417
-\label{sec:org1fe24a8}
417
+\label{sec:org58973cd}
418 418
 
419 419
 \begin{enumerate}
420 420
 \item Sterilize three, 16oz jars and lids. The National Center for Home Food Preservation shows us how: source: \url{https://nchfp.uga.edu/how/can\_01/sterile\_jars.html}.
@@ -438,11 +438,11 @@ source: \url{https://vanillaandbean.com/pickled-jalapeno-peppers/}, servings: 3x
438 438
 \end{enumerate}
439 439
 
440 440
 \subsection{Strawberry Jalapeno Jam}
441
-\label{sec:org8564227}
441
+\label{sec:org7257dac}
442 442
 source: \url{https://www.food.com/recipe/strawberry-jalapeno-jam-474371}, servings: 8 half pints approx, prep-time: 40 minutes, cook-time: 20 minutes, ready-in: 1 hour
443 443
 
444 444
 \subsubsection{Ingredients}
445
-\label{sec:orgecb1a30}
445
+\label{sec:orgfd4a0d3}
446 446
 
447 447
 \begin{itemize}
448 448
 \item 4   cups   crushed strawberries (discard stems and leaves), or 4 cups blended pears for pear jalapeno jam
@@ -453,7 +453,7 @@ source: \url{https://www.food.com/recipe/strawberry-jalapeno-jam-474371}, servin
453 453
 \end{itemize}
454 454
 
455 455
 \subsubsection{Directions}
456
-\label{sec:org8c99548}
456
+\label{sec:orgd7dc32d}
457 457
 
458 458
 \begin{enumerate}
459 459
 \item Sterilize eight half pint canning jars with lids and rings, boiling for at least 5 minutes and kept hot.
@@ -464,13 +464,13 @@ source: \url{https://www.food.com/recipe/strawberry-jalapeno-jam-474371}, servin
464 464
 
465 465
 \newpage
466 466
 \section{Desserts}
467
-\label{sec:org7c3385e}
467
+\label{sec:orga22d761}
468 468
 \subsection{Berry Pie}
469
-\label{sec:org8338aed}
469
+\label{sec:org231757d}
470 470
 source: \url{https://www.allrecipes.com/recipe/233072/summer-fresh-raspberry-pie/}, servings: 1 pie, prep-time: 20 mins, cook-time: 10 mins, ready-in: 1hr 30 mins
471 471
 
472 472
 \subsubsection{Ingredients}
473
-\label{sec:org2731436}
473
+\label{sec:org9f0a5d8}
474 474
 
475 475
 \begin{itemize}
476 476
 \item 1/2 cup water
@@ -485,7 +485,7 @@ source: \url{https://www.allrecipes.com/recipe/233072/summer-fresh-raspberry-pie
485 485
 \end{itemize}
486 486
 
487 487
 \subsubsection{Directions}
488
-\label{sec:org89b5d11}
488
+\label{sec:org7e68f45}
489 489
 
490 490
 \begin{enumerate}
491 491
 \item Heat 1 cup berries and 1/2 cup water in a saucepan over medium heat; cook and stir until berries soften, about 5 minutes.
@@ -496,11 +496,11 @@ source: \url{https://www.allrecipes.com/recipe/233072/summer-fresh-raspberry-pie
496 496
 
497 497
 
498 498
 \subsection{Boston Cream Doughnuts}
499
-\label{sec:orgf2be424}
499
+\label{sec:orge60c144}
500 500
 source: \url{https://cooking.nytimes.com/recipes/1017066-boston-cr}, servings: 12-20 Doughnuts, ready-in: About 3 hours, mostly unattended
501 501
 
502 502
 \subsubsection{Ingredients}
503
-\label{sec:orgc60ef4f}
503
+\label{sec:org120ac6e}
504 504
 
505 505
 \begin{itemize}
506 506
 \item 1  1/2 cups milk
@@ -514,7 +514,7 @@ source: \url{https://cooking.nytimes.com/recipes/1017066-boston-cr}, servings: 1
514 514
 \end{itemize}
515 515
 
516 516
 \subsubsection{Directions}
517
-\label{sec:org9f8ca75}
517
+\label{sec:org1df7f7b}
518 518
 
519 519
 \begin{enumerate}
520 520
 \item Warm milk to \textasciitilde{}90F, combine with yeast and sugar in a bowl. Stir and let sit until foamy.
@@ -529,11 +529,11 @@ source: \url{https://cooking.nytimes.com/recipes/1017066-boston-cr}, servings: 1
529 529
 \end{enumerate}
530 530
 
531 531
 \subsection{Butter Flaky Pie Crust}
532
-\label{sec:org74d76ad}
532
+\label{sec:orge57e2f1}
533 533
 source: \url{https://www.allrecipes.com/recipe/24094/butter-flaky-pie-crust/}, servings: 8, prep-time: 15 mins, ready-in: 4 hrs 15 mins
534 534
 
535 535
 \subsubsection{Ingredients}
536
-\label{sec:org890b111}
536
+\label{sec:org113b03e}
537 537
 
538 538
 \begin{itemize}
539 539
 \item 1 1/4 cups all-purpose flour
@@ -543,7 +543,7 @@ source: \url{https://www.allrecipes.com/recipe/24094/butter-flaky-pie-crust/}, s
543 543
 \end{itemize}
544 544
 
545 545
 \subsubsection{Directions}
546
-\label{sec:orgcec6ef3}
546
+\label{sec:org12213e2}
547 547
 
548 548
 \begin{enumerate}
549 549
 \item In a large bowl, combine flour and salt. Cut in butter until mixture resembles coarse crumbs. Stir in water, a tablespoon at a time, until mixture forms a ball. Wrap in plastic and refrigerate for 4 hours or overnight.
@@ -552,11 +552,11 @@ source: \url{https://www.allrecipes.com/recipe/24094/butter-flaky-pie-crust/}, s
552 552
 
553 553
 
554 554
 \subsection{Chocolate Chip Cookies}
555
-\label{sec:org90e32b8}
555
+\label{sec:org541d80e}
556 556
 source: \url{https://www.bettycrocker.com/recipes/ultimate-chocolate-chip-cookies/}, servings: 48, prep-time: 15 minutes, ready-in: 1 hour, 30 minutes
557 557
 
558 558
 \subsubsection{Ingredients}
559
-\label{sec:org1ffc504}
559
+\label{sec:org147014a}
560 560
 
561 561
 \begin{itemize}
562 562
 \item 2 1/4  cups all-purpose flour
@@ -572,7 +572,7 @@ source: \url{https://www.bettycrocker.com/recipes/ultimate-chocolate-chip-cookie
572 572
 \end{itemize}
573 573
 
574 574
 \subsubsection{Directions}
575
-\label{sec:orgcadbd87}
575
+\label{sec:org1621900}
576 576
 
577 577
 \begin{enumerate}
578 578
 \item Heat oven to 375°F. In small bowl, mix flour, baking soda and salt; set aside.
@@ -584,11 +584,11 @@ source: \url{https://www.bettycrocker.com/recipes/ultimate-chocolate-chip-cookie
584 584
 
585 585
 \newpage
586 586
 \subsection{Cocoa Pie}
587
-\label{sec:org617c53e}
587
+\label{sec:org67da80f}
588 588
 source: grandma's cookbook, servings: 1 pie
589 589
 
590 590
 \subsubsection{Ingredients}
591
-\label{sec:org8400754}
591
+\label{sec:org4528f83}
592 592
 
593 593
 \begin{itemize}
594 594
 \item 1/3 cup cocoa
@@ -603,7 +603,7 @@ source: grandma's cookbook, servings: 1 pie
603 603
 \end{itemize}
604 604
 
605 605
 \subsubsection{Directions}
606
-\label{sec:org07dda2c}
606
+\label{sec:org598ff2c}
607 607
 
608 608
 \begin{enumerate}
609 609
 \item Combine cocoa, flour, sugar, and salt in top of double boiler.
@@ -620,11 +620,11 @@ source: grandma's cookbook, servings: 1 pie
620 620
 \end{enumerate}
621 621
 
622 622
 \subsection{Italian Anisette Cookies}
623
-\label{sec:org0e2d868}
623
+\label{sec:org7d2e06a}
624 624
 source: \url{https://www.allrecipes.com/recipe/10226/italian-anisette-cookies/}, servings: 18, cook-time: 8 mins
625 625
 
626 626
 \subsubsection{Ingredients}
627
-\label{sec:orge265335}
627
+\label{sec:orgceae221}
628 628
 
629 629
 \begin{itemize}
630 630
 \item 4 cups all-purpose flour Step 1
@@ -640,7 +640,7 @@ source: \url{https://www.allrecipes.com/recipe/10226/italian-anisette-cookies/},
640 640
 \end{itemize}
641 641
 
642 642
 \subsubsection{Directions}
643
-\label{sec:org322c6ec}
643
+\label{sec:org4f261f5}
644 644
 
645 645
 \begin{enumerate}
646 646
 \item Preheat oven to 375 degrees F (190 degrees C).
@@ -650,11 +650,11 @@ source: \url{https://www.allrecipes.com/recipe/10226/italian-anisette-cookies/},
650 650
 \end{enumerate}
651 651
 
652 652
 \subsection{Lemon Custard Filling}
653
-\label{sec:orgf52ad2e}
653
+\label{sec:orgb574b32}
654 654
 source: \url{https://www.allrecipes.com/recipe/25622/lemon-custard-filling/}, servings: 12, prep-time: 20 mins, cook-time: 20 mins
655 655
 
656 656
 \subsubsection{Ingredients}
657
-\label{sec:orgc866090}
657
+\label{sec:org26b91c2}
658 658
 
659 659
 \begin{itemize}
660 660
 \item 1/2 cup white sugar
@@ -667,7 +667,7 @@ source: \url{https://www.allrecipes.com/recipe/25622/lemon-custard-filling/}, se
667 667
 \end{itemize}
668 668
 
669 669
 \subsubsection{Directions}
670
-\label{sec:orgf761864}
670
+\label{sec:org591b794}
671 671
 
672 672
 \begin{enumerate}
673 673
 \item In a large saucepan or double boiler combine sugar, cornstarch and salt. Mix well.
@@ -678,11 +678,11 @@ source: \url{https://www.allrecipes.com/recipe/25622/lemon-custard-filling/}, se
678 678
 \end{enumerate}
679 679
 
680 680
 \subsection{Maple Glaze for Doughnuts}
681
-\label{sec:orgfa53d3a}
681
+\label{sec:org82b4ee1}
682 682
 source: \url{https://www.tasteofhome.com/recipes/maple-glaze-for-doughnuts/}, servings: 1 cup., prep-time: 5 minutes, ready-in: 5 minutes
683 683
 
684 684
 \subsubsection{Ingredients}
685
-\label{sec:org3fb9120}
685
+\label{sec:org37c05da}
686 686
 
687 687
 \begin{itemize}
688 688
 \item 2 cups confectioners' sugar
@@ -692,20 +692,20 @@ source: \url{https://www.tasteofhome.com/recipes/maple-glaze-for-doughnuts/}, se
692 692
 \end{itemize}
693 693
 
694 694
 \subsubsection{Directions}
695
-\label{sec:orgb595563}
695
+\label{sec:orgc24c27f}
696 696
 
697 697
 \begin{enumerate}
698 698
 \item In a small bowl, whisk all ingredients until smooth.
699 699
 \end{enumerate}
700 700
 
701 701
 \section{Entrées}
702
-\label{sec:orgb051587}
702
+\label{sec:org678284d}
703 703
 \subsection{Ahi Ogo Poke}
704
-\label{sec:org7531d18}
704
+\label{sec:orgc7acb5e}
705 705
 source: \url{https://www.youtube.com/watch?v=2FXckaZQT7o}
706 706
 
707 707
 \subsubsection{Ingredients}
708
-\label{sec:org576da5d}
708
+\label{sec:org71e7b6c}
709 709
 
710 710
 \begin{itemize}
711 711
 \item 1lb. quality Ahi tuna
@@ -716,7 +716,7 @@ source: \url{https://www.youtube.com/watch?v=2FXckaZQT7o}
716 716
 \end{itemize}
717 717
 
718 718
 \subsubsection{Directions}
719
-\label{sec:org240ce1b}
719
+\label{sec:org70488a9}
720 720
 
721 721
 \begin{enumerate}
722 722
 \item Roughly chop ogo and place in a bowl. Sweet onions also  work.
@@ -724,11 +724,11 @@ source: \url{https://www.youtube.com/watch?v=2FXckaZQT7o}
724 724
 \end{enumerate}
725 725
 
726 726
 \subsection{Ginger Meat}
727
-\label{sec:org4cd7bd9}
727
+\label{sec:org970a26a}
728 728
 source: bema
729 729
 
730 730
 \subsubsection{Ingredients}
731
-\label{sec:org8967e17}
731
+\label{sec:org0adbe1e}
732 732
 
733 733
 \begin{itemize}
734 734
 \item Fresh ginger the size of palm
@@ -738,7 +738,7 @@ source: bema
738 738
 \end{itemize}
739 739
 
740 740
 \subsubsection{Directions}
741
-\label{sec:orga968ee0}
741
+\label{sec:org7bad755}
742 742
 
743 743
 \begin{enumerate}
744 744
 \item Mince garlic, slice ginger, and mix with soy sauce and sugar.
@@ -748,11 +748,11 @@ source: bema
748 748
 
749 749
 
750 750
 \subsection{Kalua Pork}
751
-\label{sec:orgfb8590a}
751
+\label{sec:org5eb9387}
752 752
 source: \url{https://www.youtube.com/watch?v=zQCmaoOlWks}, prep-time: 10 mins, cook-time: 12-17 hours
753 753
 
754 754
 \subsubsection{Ingredients}
755
-\label{sec:orga0a9dde}
755
+\label{sec:orgc504a46}
756 756
 \begin{itemize}
757 757
 \item 1.5 tablespoons liquid smoke, Mesquite/Kiawe
758 758
 \item 7lb Pork Butt
@@ -760,7 +760,7 @@ source: \url{https://www.youtube.com/watch?v=zQCmaoOlWks}, prep-time: 10 mins, c
760 760
 \end{itemize}
761 761
 
762 762
 \subsubsection{Directions}
763
-\label{sec:orga1d75c8}
763
+\label{sec:orga59f048}
764 764
 \begin{enumerate}
765 765
 \item Preheat oven to 195F for cooking 17.5 hours, or 225F for 12-14 hours.
766 766
 \item Place the pork in a 6 inch deep metal pan, fill half an inch deep with water. Put 1.5 tablespoons liquid smoke on top.
@@ -772,11 +772,11 @@ source: \url{https://www.youtube.com/watch?v=zQCmaoOlWks}, prep-time: 10 mins, c
772 772
 
773 773
 \newpage
774 774
 \subsection{Kau Yuk}
775
-\label{sec:orgfc60dfd}
775
+\label{sec:orgd6365eb}
776 776
 source: \url{https://www.youtube.com/watch?v=-7apby-qWqM}
777 777
 
778 778
 \subsubsection{Ingredients:}
779
-\label{sec:orge656d62}
779
+\label{sec:org2d4befe}
780 780
 
781 781
 \begin{itemize}
782 782
 \item 3 lbs Pork Belly
@@ -793,7 +793,7 @@ source: \url{https://www.youtube.com/watch?v=-7apby-qWqM}
793 793
 \end{itemize}
794 794
 
795 795
 \subsubsection{Directions:}
796
-\label{sec:orgc29681d}
796
+\label{sec:org6c04b2d}
797 797
 
798 798
 \begin{enumerate}
799 799
 \item Mix everything except pork in a large bowl.
@@ -807,11 +807,11 @@ source: \url{https://www.youtube.com/watch?v=-7apby-qWqM}
807 807
 \end{enumerate}
808 808
 
809 809
 \subsection{Mochiko Chicken}
810
-\label{sec:orge2d2bde}
810
+\label{sec:orgf3c499c}
811 811
 source: \url{https://keepingitrelle.com/hawaiian-style-mochiko-chicken-recipe/}, servings: 6, prep-time: 4 hours, 10 minutes, cook-time: 10 minutes, ready-in: 4 hours, 20 minutes
812 812
 
813 813
 \subsubsection{Ingredients}
814
-\label{sec:org031e58e}
814
+\label{sec:orga709147}
815 815
 
816 816
 \begin{itemize}
817 817
 \item 2 pounds boneless skinless chicken thighs
@@ -829,7 +829,7 @@ source: \url{https://keepingitrelle.com/hawaiian-style-mochiko-chicken-recipe/},
829 829
 \end{itemize}
830 830
 
831 831
 \subsubsection{Directions}
832
-\label{sec:org3d0a54c}
832
+\label{sec:org13fd365}
833 833
 
834 834
 \begin{enumerate}
835 835
 \item Cut the chicken thighs in to about 1 inch size cubes and set aside.
@@ -841,11 +841,11 @@ source: \url{https://keepingitrelle.com/hawaiian-style-mochiko-chicken-recipe/},
841 841
 \end{enumerate}
842 842
 
843 843
 \subsection{Peanut Butter Chicken}
844
-\label{sec:org520a7aa}
844
+\label{sec:org1d8a2c2}
845 845
 source: \url{https://www.thecookingfoodie.com/recipe/Peanut-Butter-Chicken-Recipe}, servings: 5, prep-time: 20 minutes, cook-time: 30 minutes
846 846
 
847 847
 \subsubsection{Ingredients}
848
-\label{sec:org6a95639}
848
+\label{sec:orgf8e0640}
849 849
 
850 850
 \begin{itemize}
851 851
 \item 800g (1 3/4 pounds) chicken breast
@@ -864,7 +864,7 @@ source: \url{https://www.thecookingfoodie.com/recipe/Peanut-Butter-Chicken-Recip
864 864
 \end{itemize}
865 865
 
866 866
 \subsubsection{Directions}
867
-\label{sec:org8f9e868}
867
+\label{sec:org6d9cc65}
868 868
 
869 869
 \begin{enumerate}
870 870
 \item Cut the chicken breast into small cubes.
@@ -875,11 +875,11 @@ source: \url{https://www.thecookingfoodie.com/recipe/Peanut-Butter-Chicken-Recip
875 875
 
876 876
 
877 877
 \subsection{Sesame Chicken}
878
-\label{sec:orga0deeb8}
878
+\label{sec:org0c883dd}
879 879
 source: \url{https://soupeduprecipes.com/sesame-chicken/}
880 880
 
881 881
 \subsubsection{Ingredients}
882
-\label{sec:org669d199}
882
+\label{sec:org0daf313}
883 883
 
884 884
 \begin{itemize}
885 885
 \item 1   lb   chicken thigh   cut into 1.5 inches cubes
@@ -904,7 +904,7 @@ source: \url{https://soupeduprecipes.com/sesame-chicken/}
904 904
 \end{itemize}
905 905
 
906 906
 \subsubsection{Directions}
907
-\label{sec:org3c2ec6d}
907
+\label{sec:org8833d67}
908 908
 
909 909
 \begin{enumerate}
910 910
 \item Cut chicken into 1 inch cubes
@@ -918,11 +918,11 @@ source: \url{https://soupeduprecipes.com/sesame-chicken/}
918 918
 
919 919
 \newpage
920 920
 \subsection{Spicy Ahi Tuna Poke Bowl}
921
-\label{sec:orga61cf94}
921
+\label{sec:org5eaed80}
922 922
 source: \url{https://mangomura.com/recipe/spicy-ahi-tuna-poke-bowl/}, servings: 2 people, prep-time: 10 mins, ready-in: 10 mins
923 923
 
924 924
 \subsubsection{Ingredients}
925
-\label{sec:org37688ab}
925
+\label{sec:org190615a}
926 926
 
927 927
 \begin{itemize}
928 928
 \item 280 g ahi tuna (a little more than 1/2 lbs)
@@ -942,7 +942,7 @@ source: \url{https://mangomura.com/recipe/spicy-ahi-tuna-poke-bowl/}, servings:
942 942
 \end{itemize}
943 943
 
944 944
 \subsubsection{Directions}
945
-\label{sec:org5749d0c}
945
+\label{sec:orgd8ec602}
946 946
 
947 947
 \begin{enumerate}
948 948
 \item Cook the rice according to instructions or in a rice cooker. (You can do this step later. It depends on how long you're going to marinate poke.)
@@ -957,11 +957,11 @@ source: \url{https://mangomura.com/recipe/spicy-ahi-tuna-poke-bowl/}, servings:
957 957
 \end{enumerate}
958 958
 
959 959
 \subsection{Steamed Dumplings}
960
-\label{sec:org197387e}
960
+\label{sec:org31a3b45}
961 961
 source: \url{https://www.tablespoon.com/recipes/chinese-steamed-dumplings/82ca9c72-6c14-423f-ab57-01f82b1c9c64}, servings: 48, prep-time: 1 hour, ready-in: 4 hours
962 962
 
963 963
 \subsubsection{Ingredients}
964
-\label{sec:org6a485ad}
964
+\label{sec:orgc4db07e}
965 965
 
966 966
 \begin{itemize}
967 967
 \item 2  tablespoons active dry yeast
@@ -987,7 +987,7 @@ source: \url{https://www.tablespoon.com/recipes/chinese-steamed-dumplings/82ca9c
987 987
 \end{itemize}
988 988
 
989 989
 \subsubsection{Directions}
990
-\label{sec:org572079c}
990
+\label{sec:org070848e}
991 991
 
992 992
 \begin{enumerate}
993 993
 \item To start dough, add starter ingredients in a small bowl. Stir together and let sit for 30 minutes until it foams.
@@ -1004,10 +1004,10 @@ source: \url{https://www.tablespoon.com/recipes/chinese-steamed-dumplings/82ca9c
1004 1004
 \item Tip: As an optional filling, try diced ham and cheddar cheese. Serve with mustard.
1005 1005
 \end{enumerate}
1006 1006
 \subsection{Spam Fried Rice}
1007
-\label{sec:org002d03a}
1007
+\label{sec:org8d64540}
1008 1008
 source: yungmysterymane's quick and easy fried rice
1009 1009
 \subsubsection{Ingredients:}
1010
-\label{sec:orgfa5a28a}
1010
+\label{sec:org12026fe}
1011 1011
 
1012 1012
 \begin{itemize}
1013 1013
 \item 1 cup of cooked rice, cooled
@@ -1020,7 +1020,7 @@ source: yungmysterymane's quick and easy fried rice
1020 1020
 \end{itemize}
1021 1021
 
1022 1022
 \subsubsection{Seasonings:}
1023
-\label{sec:orgdaac0c7}
1023
+\label{sec:orgbd1be97}
1024 1024
 \begin{itemize}
1025 1025
 \item Ichimi togarashi (red pepper)
1026 1026
 \item salt
@@ -1028,9 +1028,8 @@ source: yungmysterymane's quick and easy fried rice
1028 1028
 \item dried parsley
1029 1029
 \end{itemize}
1030 1030
 
1031
-
1032 1031
 \subsubsection{Directions:}
1033
-\label{sec:orgf396896}
1032
+\label{sec:orgd508eb5}
1034 1033
 
1035 1034
 \begin{enumerate}
1036 1035
 \item Fry spam in a pan until crip but not burned. Remove from pan and set on a cutting board
@@ -1041,13 +1040,12 @@ source: yungmysterymane's quick and easy fried rice
1041 1040
 \item Cook rice until golden while stirring, then add spam and egg and continue to stir.
1042 1041
 \end{enumerate}
1043 1042
 
1044
-\newpage
1045 1043
 \subsection{Turkey Jook}
1046
-\label{sec:orgd450d86}
1044
+\label{sec:org85f1cd4}
1047 1045
 source: bema
1048 1046
 
1049 1047
 \subsubsection{Ingredients}
1050
-\label{sec:org6766466}
1048
+\label{sec:org3f256c8}
1051 1049
 
1052 1050
 \begin{itemize}
1053 1051
 \item 1/4 cup soy sauce
@@ -1059,7 +1057,7 @@ source: bema
1059 1057
 \end{itemize}
1060 1058
 
1061 1059
 \subsubsection{Directions}
1062
-\label{sec:org4b88e3e}
1060
+\label{sec:org5300a6d}
1063 1061
 
1064 1062
 \begin{enumerate}
1065 1063
 \item Put turkey carcas in crok pot with rice and water. Add celery, onions, soy sauce.
@@ -1068,12 +1066,12 @@ source: bema
1068 1066
 \end{enumerate}
1069 1067
 
1070 1068
 \section{Sides}
1071
-\label{sec:org5f9d5f1}
1069
+\label{sec:org63500c6}
1072 1070
 \subsection{Blue Cheese Dressing}
1073
-\label{sec:org3145524}
1071
+\label{sec:org7b96e4f}
1074 1072
 source: \url{https://www.tasteofhome.com/recipes/blue-cheese-dressing/}, servings: 2 cups., prep-time: 5 minutes, ready-in: 5 minutes
1075 1073
 \subsubsection{Ingredients}
1076
-\label{sec:org8d1a08f}
1074
+\label{sec:org73f37c4}
1077 1075
 
1078 1076
 \begin{itemize}
1079 1077
 \item 1-1/2 cups mayonnaise
@@ -1086,7 +1084,7 @@ source: \url{https://www.tasteofhome.com/recipes/blue-cheese-dressing/}, serving
1086 1084
 \item 1 cup (4 ounces) crumbled blue cheese
1087 1085
 \end{itemize}
1088 1086
 \subsubsection{Directions}
1089
-\label{sec:orgb0ceaee}
1087
+\label{sec:org0850c53}
1090 1088
 
1091 1089
 \begin{enumerate}
1092 1090
 \item In a bowl, combine the first seven ingredients.
@@ -1096,11 +1094,11 @@ source: \url{https://www.tasteofhome.com/recipes/blue-cheese-dressing/}, serving
1096 1094
 
1097 1095
 
1098 1096
 \subsection{Burger Buns}
1099
-\label{sec:org9a99cfa}
1097
+\label{sec:orgc3291ad}
1100 1098
 source: \url{http://leitesculinaria.com/81501/recipes-hamburger-buns.html}, servings: 12 buns, prep-time: 25 minutes, cook-time: 15 minutes, ready-in: 1 hour 45 minutes
1101 1099
 
1102 1100
 \subsubsection{Ingredients}
1103
-\label{sec:org5c2bc09}
1101
+\label{sec:org6418522}
1104 1102
 
1105 1103
 \begin{itemize}
1106 1104
 \item ▢  3/4 to 1   cup   lukewarm water
@@ -1114,7 +1112,7 @@ source: \url{http://leitesculinaria.com/81501/recipes-hamburger-buns.html}, serv
1114 1112
 \end{itemize}
1115 1113
 
1116 1114
 \subsubsection{Directions}
1117
-\label{sec:org824377c}
1115
+\label{sec:org21613d2}
1118 1116
 
1119 1117
 \begin{enumerate}
1120 1118
 \item Mix and knead all of the dough ingredients except for the melted butter by hand,  mixer , or bread machine until a soft, smooth dough forms.
@@ -1127,11 +1125,11 @@ source: \url{http://leitesculinaria.com/81501/recipes-hamburger-buns.html}, serv
1127 1125
 \item As soon as you remove the buns from the oven, brush them with the remaining melted butter, which will lend the buns a satiny, buttery crust. Place the buns on a wire rack to cool completely. Proceed as desired.
1128 1126
 \end{enumerate}
1129 1127
 \subsection{Cream Tuna}
1130
-\label{sec:orgfb37196}
1128
+\label{sec:orgc1791d3}
1131 1129
 source: bema
1132 1130
 
1133 1131
 \subsubsection{Ingredients}
1134
-\label{sec:org5e01b54}
1132
+\label{sec:org41afcab}
1135 1133
 
1136 1134
 \begin{itemize}
1137 1135
 \item 1 onion
@@ -1141,7 +1139,7 @@ source: bema
1141 1139
 \end{itemize}
1142 1140
 
1143 1141
 \subsubsection{Directions}
1144
-\label{sec:org20665b8}
1142
+\label{sec:org570dec0}
1145 1143
 
1146 1144
 \begin{enumerate}
1147 1145
 \item Chop up onion and brown.
@@ -1149,11 +1147,11 @@ source: bema
1149 1147
 \item Cook on stove for 5 minutes.
1150 1148
 \end{enumerate}
1151 1149
 \subsection{Garlic Aioli}
1152
-\label{sec:org6f8369e}
1150
+\label{sec:org41bfed8}
1153 1151
 source: \url{https://www.allrecipes.com/recipe/213608/garlic-aioli}, servings: 8, prep-time: 10 mins
1154 1152
 
1155 1153
 \subsubsection{Ingredients}
1156
-\label{sec:org55a938c}
1154
+\label{sec:org1a4c986}
1157 1155
 
1158 1156
 \begin{itemize}
1159 1157
 \item 3/4 cup mayonnaise
@@ -1164,17 +1162,17 @@ source: \url{https://www.allrecipes.com/recipe/213608/garlic-aioli}, servings: 8
1164 1162
 \end{itemize}
1165 1163
 
1166 1164
 \subsubsection{Directions}
1167
-\label{sec:org6cf8fe9}
1165
+\label{sec:org24fae66}
1168 1166
 
1169 1167
 \begin{enumerate}
1170 1168
 \item Mix mayonnaise, garlic, lemon juice, salt, and pepper in a bowl. Cover and refrigerate for at least 30 minutes before serving.
1171 1169
 \end{enumerate}
1172 1170
 \subsection{Garlic Dipping Sauce}
1173
-\label{sec:org687ba42}
1171
+\label{sec:orga011c05}
1174 1172
 source: \url{https://copykat.com/papa-johns-garlic-dipping-sauce/}
1175 1173
 
1176 1174
 \subsubsection{Ingredients}
1177
-\label{sec:orgd630870}
1175
+\label{sec:org6c12b62}
1178 1176
 
1179 1177
 \begin{itemize}
1180 1178
 \item 1/4   pound    salted butter
@@ -1183,7 +1181,7 @@ source: \url{https://copykat.com/papa-johns-garlic-dipping-sauce/}
1183 1181
 \end{itemize}
1184 1182
 
1185 1183
 \subsubsection{Directions}
1186
-\label{sec:org68a1c6b}
1184
+\label{sec:org473bf94}
1187 1185
 
1188 1186
 \begin{enumerate}
1189 1187
 \item Place butter into a small sauce pan over low heat.  Allow the butter to gently melt.  Do not stir the butter while it is melting.
@@ -1192,11 +1190,11 @@ source: \url{https://copykat.com/papa-johns-garlic-dipping-sauce/}
1192 1190
 \item Stir in garlic powder and salt until dissolved.  The garlic butter is now shelf stable and does not need refrigeration.
1193 1191
 \end{enumerate}
1194 1192
 \subsection{Macaroni Salad}
1195
-\label{sec:orge5445f0}
1193
+\label{sec:org3c1d7b5}
1196 1194
 source: bema
1197 1195
 
1198 1196
 \subsubsection{Ingredients}
1199
-\label{sec:org09b44cf}
1197
+\label{sec:orgad2ab77}
1200 1198
 
1201 1199
 \begin{itemize}
1202 1200
 \item 1/2 box macaroni
@@ -1209,7 +1207,7 @@ source: bema
1209 1207
 \end{itemize}
1210 1208
 
1211 1209
 \subsubsection{Directions}
1212
-\label{sec:org79753f1}
1210
+\label{sec:orgb49e860}
1213 1211
 
1214 1212
 \begin{enumerate}
1215 1213
 \item Cook macaroni
@@ -1217,11 +1215,11 @@ source: bema
1217 1215
 \end{enumerate}
1218 1216
 \newpage
1219 1217
 \subsection{Yeast Rolls}
1220
-\label{sec:org8669b1d}
1218
+\label{sec:org21f366f}
1221 1219
 source: grandma's cookbook, prep-time: 10 minutes, cook-time: 1 hour
1222 1220
 
1223 1221
 \subsubsection{Ingredients}
1224
-\label{sec:orgbf60c1e}
1222
+\label{sec:orge476093}
1225 1223
 
1226 1224
 \begin{itemize}
1227 1225
 \item 1 package dry yeast
@@ -1233,7 +1231,7 @@ source: grandma's cookbook, prep-time: 10 minutes, cook-time: 1 hour
1233 1231
 \end{itemize}
1234 1232
 
1235 1233
 \subsubsection{Directions}
1236
-\label{sec:org645368c}
1234
+\label{sec:org4b3e67c}
1237 1235
 
1238 1236
 \begin{enumerate}
1239 1237
 \item In a large mizing bowl, mix yeast in 2 cups warm water. Let stand for 10 minutes.