-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcookbook.tex
330 lines (286 loc) · 10.9 KB
/
cookbook.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
%%---------------------------------------------------------------------------%%
%% The Recipe Book
%%---------------------------------------------------------------------------%%
\documentclass[12pt]{article}
\usepackage{makeidx}
\usepackage{wrapfig}
\usepackage[margin=1in]{geometry}
\usepackage{xfrac}
\usepackage[detect-all, binary-units]{siunitx}[=v2]
\usepackage{hyperref}
\usepackage{tocloft}
\usepackage{xspace}
\usepackage{color}
\usepackage[explicit]{titlesec}
\usepackage{fancyhdr}
\usepackage[breakable,many,minted]{tcolorbox}
%% Font stuff
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
%% Using Bookman font
\usepackage{bookman}
\usepackage{CJKutf8}
%% Local packages
\usepackage{tmecolors}
%%---------------------------------------------------------------------------%%
%% >>> STYLE DEFINITIONS
%% Default colors for tcolorbox
\colorlet{TCBDefaultBack}{black!5!white}
\colorlet{TCBDefaultFrame}{black!75!white}
%% Index
\makeindex
%% Commands
\newcommand{\name}[1]{\textit{#1}}
\newcommand{\corp}[1]{\textsf{#1}}
\newcommand{\oven}[1]{#1$^{\circ}$}
\newcommand{\meas}[1]{\ensuremath{\mathbf{#1}}}
\newcommand{\fr}[2]{#1\,\footnotesize{#2}}
\newcommand{\saute}{saut\'{e}\xspace}
\newcommand{\sauteed}{saut\'{e}ed\xspace}
\newcommand{\Saute}{Saut\'{e}\xspace}
\newcommand{\secpart}[2]
{
%%
\clearpage
\thispagestyle{plain}
\vspace*{\fill}
\section{#2}
\vspace*{\fill}
}
%\newcommand{\protip}[1]
%{
% \begin{center}
% \fbox{%
% \parbox{0.9\textwidth}{{\bf Pro Tip}: #1}
% }
% \end{center}
%}
\newcommand{\protip}[1]
{
\begin{tcolorbox}%
[title=Pro Tip,%
center title,%
width=0.8\textwidth,%
beforeafter skip=1\baselineskip,%
center]
#1
\end{tcolorbox}
}
%% Environments
\newenvironment{ingredients}
{
\begin{list}{}{\setlength{\listparindent}{0pt}}
\item\bf
}
{
\end{list}
}
\newenvironment{open}
{
\slshape
}
{
}
\newenvironment{entry}[2]
{
%%
\titleformat{\subsection}
{\Large\bfseries}{}{0em}
{%
\setbox0=\hbox{\Large\bfseries\thesection}%
\begin{tikzpicture}
%\draw[orange, ultra thick](0,0) -- ++(0:\linewidth);
\node[draw=black,
rounded corners,
fill=TCBDefaultBack,
ultra thick,
anchor=west,
text width=\textwidth,
] {{\large\mdseries #2}\\\vspace{0.5\baselineskip}
\thesubsection\hspace{.5em}\hangindent\wd0\strut{#1}\strut};
\end{tikzpicture}%
}
%%
\clearpage
\subsection{#1}
}
{
}
% Minisections
\newcommand{\minisection}[1]{\vspace{0.5\baselineskip}%
\noindent\underline{#1}%
\vspace{0.5\baselineskip}\noindent}
% Units setup
\sisetup{range-phrase = \text{--},
group-separator={\,},
per-mode=reciprocal,
group-minimum-digits=3,
inter-unit-product = \ensuremath{{}\cdot{}},
range-units=single,
quotient-mode=fraction,
product-units=single,
fraction-function=\sfrac}
\DeclareSIUnit\tblspoon{Tbsp}
\DeclareSIUnit\teaspoon{tsp}
\DeclareSIUnit\cup{C}
\DeclareSIUnit\pound{lb}
\DeclareSIUnit\ounce{oz}
\DeclareSIUnit\fluidounce{fl oz}
\DeclareSIUnit\pint{pt}
\DeclareSIUnit\quart{qt}
\DeclareSIUnit\inch{$''$}
\DeclareSIUnit\degreeF{\degree F}
\DeclareSIUnit\mill{\ml}
\hypersetup{
linkcolor=[rgb]{0.18,0.31,0.31},
%linkcolor=[rgb]{0.28235294, 0.23921569, 0.54509804},
%linkcolor=[rgb]{0.43921569, 0.50196078, 0.56470588},
citecolor=[rgb]{0.780,0.647,0.258},
urlcolor=[rgb]{0.325,0.494,0.658},
colorlinks=true
}
%% TOC adjust
\cftsetindents{subsection}{1.5em}{3em}
%%---------------------------------------------------------------------------%%
\begin{document}
%%---------------------------------------------------------------------------%%
%% >>> FRONT MATTER
\titleformat{\section}{\Large\bfseries}{\thesection}{1em}{#1}[]
%% Title page
\begin{titlepage}
\begin{tcolorbox}%
[title=The Extended Family Cookbook,%
center title,%
fonttitle=\Huge\bfseries,%
fontupper=\LARGE\bfseries,%
fontlower=\Large\bfseries,%
center upper,%
lower separated=false,%
center lower,%
boxsep=3mm,%
top=2\baselineskip,%
middle=2\baselineskip,%
center]
\includegraphics[height=0.7\textheight]{figures/Tom_hoagie}
\tcblower
Second Edition
\end{tcolorbox}
\end{titlepage}
%% Copyright page
\vspace*{\fill}
This document was prepared using the \LaTeX\ typesetting language. Edited and
compiled by Tom and Kate Evans. First Edition printed on 12-20-96, with recipes
received between 9-95 and 12-96. Second Edition released 12-31-2022, with recipes collected during the pandemic, summer 2020 to January 2022. May not be reprinted without permission (just kidding, go crazy! Just speak well of us.).
\vspace{1\baselineskip}
We are not responsible for terrible recipes; your poison is another's delicacy, so keep it to yourself. That said, please send corrections to Tom \href{mailto:[email protected]}{[email protected]} or Kate
\href{mailto:[email protected]}{[email protected]}.
\pagebreak
%% TOC
\pagestyle{headings}
\tableofcontents
%% Forward
\clearpage
\thispagestyle{plain}
\phantomsection
\addcontentsline{toc}{section}{Forward}
\section*{Foreword}
\paragraph{From the first edition:}
Finally, we know all of you have been holding your breath this last year
in anticipation of the release of the Family Cookbook. Well Ma'
Flanders, you can rest at ease, because IT is here. We hope everyone
enjoys each others' contributions. We had a good time putting it
together---well that isn't entirely true. Let's say we enjoyed the
THOUGHT of doing it, and, of course, now that the deed is done we are
very happy with the results.
Illustrations in the cookbook are meant to spice things up. Both Kate and
Tom contributed artwork. We hope you think that they are moderately
funny. In the future any contributions in this area are welcome. Some
of you may be wondering, `Why no pictures?' Well, we felt that the realm
of photography was fraught with far too much peril. What if we forgot a
picture of so-and-so or ``That's a horrible picture of me to present to
the whole family!'' Frankly, we didn't want to deal with the possibility
of such horrors, so, artwork it was.
\paragraph{The second edition:}
Wow, the technology of creating a book have sure changed since we created the
first edition. And thank goodness! This edition is a ``base'' manuscript from
which to work, but in theory we could include more submissions when you send
them. In reality, this utopia where many editions of the family cookbook could
grace the bookshelves, cabinets, and, in some cases, trash cans of our once and
future homes is limited by our time and motivation to enter them. Seriously
though, this does mean that corrections can be added at any time and you can
grab the latest pdf whenever you want to cook something. And of course, you are
welcome to keep the recipes comin' and we'll eventually work them into the third
edition, due out in April, 2034.
This time it was easy to add pictures as well as artwork, so that adds a nice touch, that to all who provided some visual interest along with the recipes! Well, that's all our comments for now as we are tired of doing this and
have no energy left to write, format, or look at this in general. Please
try the recipes and let the authors know if you enjoyed them. Sending our love and wishes for some good home cooking!
%}
\vspace{.5in}
\begin{flushright}
Tom and Kate Evans\\ Knoxville 2022
\end{flushright}
%%---------------------------------------------------------------------------%%
%% >>> MAIN DOCUMENT
\titleformat{\section}
{\Huge\bfseries}{}{0em}
{%
\setbox0=\hbox{\Huge\bfseries\thesection}%
\begin{tikzpicture}
%\draw[orange, ultra thick](0,0) -- ++(0:\linewidth);
\node[draw=black,
rounded corners,
fill=TCBDefaultBack,
ultra thick,
anchor=west,
text width=\textwidth,
] {{\Large The Extended Family Cookbook}\\\vspace{0.5\baselineskip}
\thesection\hspace{.5em}\hangindent\wd0\strut{#1}\strut};
\end{tikzpicture}%
}
%% SECTIONS
\input{second-salads}
\input{second-soups}
\input{second-breads}
\input{second-sides}
\input{second-main}
\input{second-treats}
%%---------------------------------------------------------------------------%%
%% >>> APPENDIX
\appendix
\titleformat{\section}{\Large\bfseries}{\thesection}{1em}{#1}
\newpage
\section{Family Information}
\subsection{List of Contributors}
In the last cookbook we added family trees at the end so that everyone could see how folks are connected across families, but we were afraid to do this time as its too easy to misspell, omit, etc. You would not believe the existential questions we pursued. For example, do we include the now passed on relatives in the tree, or only if we reference them in a recipe? Do we use the traditional maiden names often used in trees, or current names? Proper names or commmon? What are the chances we will swap them inadvertently (high). Instead we provide you with a list of contributors of recipes, and their relationship to us, the authors and we used the name they gave us when sending the recipe. If made a mistake, we apologize!
\begin{enumerate}
\itemsep0pt
\parskip1pt
\item Betsy Cordova, Tom's eldest younger sister %\textit{411 Arrowhead Trail, Sinking Spring PA 19608}.
\item Evelina DeLellis, Tom's maternal grandmother
\item George, Sr. and Mickey Evans, Tom's paternal grandparents
\item Fermina Evans, Tom's mother % \textit{411 Arrowhead Trail, Sinking Spring PA, 19608.}
\item Martha Johnson, Kate's mother
\item Katie Evans Pross, Tom's youngest younger sister
\item Joyce Evans, Tom's Aunt on his father's side
\item Scott Evans, Tom's cousin, on his father's side
\item Tom and Kate Evans, yours truly %\textit{11112 Windward Dr, Knoxville, TN 37934}.
\item Amy DeLellis, Tom's aunt on his mother's side
\item Lauren Anton, Tom's cousin on his mother's side
\item Paul and Mimi Horne, Kate's uncle and aunt on her mother's side %\textit{28 ave. R Poincar\'{e}, 75116 Paris, France}.
\item Rich, Jenn, and Julian King, Kate's cousin on her mother's side, her husband and firstborn (the other Kings arrived after the 1996 edition when it came out)
\item Lillian ``Lil'' Johnson, Kate's paternal grandmother
\item Don Johnson and Geyi Liu, Kate's brother and his wife
\item Liz Johnson, Kate's niece
\item David and Dotty Lindquist, David Lindquist, Kate's cousin on her mother's side, and his wife
\item Louise ``Weedie'' Johnson, Kate's aunt on her father's side
\item Martha Hodgkins Niepold Lamb, Kate's maternal grandmother
\item Jen Tidey, mother of Eva and Axel Lindquist, Kate's niece and nephew
\item Horne Rona, Alison, Kate's cousin on her mother's side
\item Lindquist, Julie, Kate aunt on her father's side
\item Lindquist, Jenn, wife of Steven Lindquist, Kate's cousin on her father's side
\end{enumerate}
%%---------------------------------------------------------------------------%%
%% >>> BACKMATTER
\printindex
%%---------------------------------------------------------------------------%%
\end{document}