From 3698b838f6483179a5e0997d0bf97ca4e35fc9d6 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 16 Nov 2023 18:16:49 -0600 Subject: initial commit --- cookbook.aux | 40 +++++ cookbook.cls | 29 ++++ cookbook.log | 504 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cookbook.pdf | Bin 0 -> 105617 bytes cookbook.tex | 500 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cookbook.toc | 28 ++++ 6 files changed, 1101 insertions(+) create mode 100644 cookbook.aux create mode 100644 cookbook.cls create mode 100644 cookbook.log create mode 100644 cookbook.pdf create mode 100644 cookbook.tex create mode 100644 cookbook.toc diff --git a/cookbook.aux b/cookbook.aux new file mode 100644 index 0000000..df70e61 --- /dev/null +++ b/cookbook.aux @@ -0,0 +1,40 @@ +\relax +\@writefile{toc}{\contentsline {chapter}{\numberline {1}Salads}{5}{}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {1.1}Ham Caesar salad}{7}{}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {2}Sides}{9}{}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {2.1}Armenian potato side dish}{11}{}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {3}Main}{13}{}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {3.1}LomAGoo and Buckwheat Pancakes}{15}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.2}David's Quiche}{17}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.3}Betty's Shish ka Bob}{19}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.4}Whole Boneless lamb loin}{21}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.5}Mom's Meatloaf}{23}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.6}Pig Butt}{25}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.7}Ruben}{27}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.8}Tava}{29}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.9}Peanut Stew}{31}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.10}Manti}{33}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.11}Slumgolian}{35}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.12}Fasulia}{37}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.13}Borscht}{39}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.14}Dad's Cabbage Dolma}{41}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.15}Bourguignon}{43}{}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {4}Dessert}{45}{}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {4.1}Choreg}{47}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.2}Grandma's zucchini cake recipe}{49}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.3}Rhubarb Pie}{51}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.4}Apple Kiwi Pie}{53}{}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {5}Etcetera}{55}{}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{toc}{\contentsline {section}{\numberline {5.1}Farmer's Pizza}{57}{}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5.2}Tourshi}{59}{}\protected@file@percent } +\gdef \@abspage@last{59} diff --git a/cookbook.cls b/cookbook.cls new file mode 100644 index 0000000..92d152f --- /dev/null +++ b/cookbook.cls @@ -0,0 +1,29 @@ +\ProvidesClass{cookbook} +\LoadClass{book} + +\RequirePackage[papersize={5.5in,8.5in}, margin=0.75in]{geometry} +\RequirePackage{graphicx} + +% --- text ---------------------------------------------------------------------------------------- + +% text +\RequirePackage[utf8]{inputenc} +\setlength\parindent{0pt} +\setlength{\parskip}{1em} +\renewcommand{\familydefault}{\sfdefault} +\RequirePackage{amssymb} +\RequirePackage{setspace} + +% --- lists --------------------------------------------------------------------------------------- + +\RequirePackage[shortlabels]{enumitem} +\setlist[enumerate, 1]{nosep} +\setlist[enumerate, 2]{nosep, topsep=-5ex} +\setlist[enumerate, 3]{nosep, topsep=-5ex} +\setlist[enumerate, 4]{nosep, topsep=-5ex} + +\renewcommand{\labelitemi}{$\rightsquigarrow$} +\setlist[itemize, 1]{nosep} +\setlist[itemize, 2]{nosep, topsep=-5ex} +\setlist[itemize, 3]{nosep, topsep=-5ex} +\setlist[itemize, 4]{nosep, topsep=-5ex} diff --git a/cookbook.log b/cookbook.log new file mode 100644 index 0000000..8e2de31 --- /dev/null +++ b/cookbook.log @@ -0,0 +1,504 @@ +This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Debian) (preloaded format=pdflatex 2023.11.2) 16 NOV 2023 18:13 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**cookbook.tex +(./cookbook.tex +LaTeX2e <2023-06-01> patch level 1 +L3 programming layer <2023-08-29> +(./cookbook.cls +Document Class: cookbook +(/usr/share/texlive/texmf-dist/tex/latex/base/book.cls +Document Class: book 2023/05/17 v1.4n Standard LaTeX document class +(/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo +File: bk10.clo 2023/05/17 v1.4n Standard LaTeX file (size option) +) +\c@part=\count185 +\c@chapter=\count186 +\c@section=\count187 +\c@subsection=\count188 +\c@subsubsection=\count189 +\c@paragraph=\count190 +\c@subparagraph=\count191 +\c@figure=\count192 +\c@table=\count193 +\abovecaptionskip=\skip48 +\belowcaptionskip=\skip49 +\bibindent=\dimen140 +) +(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2022/05/29 v1.15 key=value parser (DPC) +\KV@toks@=\toks17 +) +(/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + +(/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2022/02/03 v1.0f TeX engine tests +)) +\Gm@cnth=\count194 +\Gm@cntv=\count195 +\c@Gm@tempcnt=\count196 +\Gm@bindingoffset=\dimen141 +\Gm@wd@mp=\dimen142 +\Gm@odd@mp=\dimen143 +\Gm@even@mp=\dimen144 +\Gm@layoutwidth=\dimen145 +\Gm@layoutheight=\dimen146 +\Gm@layouthoffset=\dimen147 +\Gm@layoutvoffset=\dimen148 +\Gm@dimlist=\toks18 +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2021/08/11 v1.11 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 107. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen149 +\Gin@req@width=\dimen150 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2021/02/14 v1.3d Input encoding file +\inpenc@prehook=\toks19 +\inpenc@posthook=\toks20 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\@emptytoks=\toks21 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +)) +(/usr/share/texlive/texmf-dist/tex/latex/setspace/setspace.sty +Package: setspace 2022/12/04 v6.7b set line spacing +) +(/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty +Package: enumitem 2019/06/20 v3.9 Customized lists +\labelindent=\skip50 +\enit@outerparindent=\dimen151 +\enit@toks=\toks22 +\enit@inbox=\box51 +\enit@count@id=\count197 +\enitdp@description=\count198 +)) +(/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def +File: l3backend-pdftex.def 2023-04-19 L3 backend support: PDF output (pdfTeX) +\l__color_backend_stack_int=\count199 +\l__pdf_internal_box=\box52 +) +(./cookbook.aux) +\openout1 = `cookbook.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. +LaTeX Font Info: ... okay on input line 3. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: custom +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: twoside +* h-part:(L,W,R)=(54.2025pt, 289.07999pt, 54.2025pt) +* v-part:(T,H,B)=(54.2025pt, 505.89pt, 54.2025pt) +* \paperwidth=397.48499pt +* \paperheight=614.295pt +* \textwidth=289.07999pt +* \textheight=505.89pt +* \oddsidemargin=-18.06749pt +* \evensidemargin=-18.06749pt +* \topmargin=-48.13498pt +* \headheight=12.0pt +* \headsep=18.06749pt +* \topskip=10.0pt +* \footskip=25.29494pt +* \marginparwidth=125.0pt +* \marginparsep=7.0pt +* \columnsep=10.0pt +* \skip\footins=9.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidetrue +* \@mparswitchtrue +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count266 +\scratchdimen=\dimen152 +\scratchbox=\box53 +\nofMPsegments=\count267 +\nofMParguments=\count268 +\everyMPshowfont=\toks23 +\MPscratchCnt=\count269 +\MPscratchDim=\dimen153 +\MPnumerator=\count270 +\makeMPintoPDFobject=\count271 +\everyMPtoPDFconversion=\toks24 +) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf + +(/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty +Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty +Package: grfext 2019/12/03 v1.3 Manage graphics extensions (HO) + +(/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) +)) +(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO) + +(/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty +Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO) +)) +(/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty +Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO +) +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode found. +) +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4 +85. +Package grfext Info: Graphics extension search list: +(grfext) [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPE +G,.JBIG2,.JB2,.eps] +(grfext) \AppendGraphicsExtensions on input line 504. + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv +e +)) + +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 11. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + +[1 + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} ] [2 + + +] (./cookbook.toc +LaTeX Font Info: Trying to load font information for U+msa on input line 2. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Trying to load font information for U+msb on input line 2. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +Underfull \vbox (badness 1748) has occurred while \output is active [] + + [3]) +\tf@toc=\write3 +\openout3 = `cookbook.toc'. + + +[4] +Chapter 1. +[5 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 26. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [6 + +] [7 + +] [8 + +] +Chapter 2. +[9] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 36. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [10 + +] +LaTeX Font Info: Trying to load font information for TS1+cmss on input line +45. + (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmss.fd +File: ts1cmss.fd 2023/04/13 v2.5m Standard LaTeX font definitions +) [11 + +{/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-ts1.enc}] [12 + +] +Chapter 3. +[13] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 67. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [14 + +] [15 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 107. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [16 + +] [17 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 115. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [18 + +] [19 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 124. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [20 + +] [21 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 160. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [22 + +] [23 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 186. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [24 + +] [25 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 197. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [26 + +] [27 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 207. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + +[28 + +] [29 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 249. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [30 + +] [31 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 277. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [32 + +] [33 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 286. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [34 + +] [35 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 308. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [36 + +] [37 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 337. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [38 + +] [39 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 372. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [40 + +] [41 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 381. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [42 + +] +[43 + +] [44 + +] +Chapter 4. +[45] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 393. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [46 + +] [47 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 453. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [48 + +] [49 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 463. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [50 + +] [51 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 471. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [52 + +] [53 + +] [54 + +] +Chapter 5. +[55] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 482. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [56 + +] [57 + +] +File: example-image-a.pdf Graphic file (type pdf) + +Package pdftex.def Info: example-image-a.pdf used on input line 492. +(pdftex.def) Requested size: 289.07999pt x 216.81534pt. + [58 + +] [59 + +] (./cookbook.aux) + *********** +LaTeX2e <2023-06-01> patch level 1 +L3 programming layer <2023-08-29> + *********** + ) +Here is how much of TeX's memory you used: + 3374 strings out of 474928 + 54457 string characters out of 5762086 + 1924791 words of memory out of 5000000 + 24886 multiletter control sequences out of 15000+600000 + 563466 words of font info for 56 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 72i,6n,79p,301b,255s stack positions out of 10000i,1000n,20000p,200000b,200000s + +Output written on cookbook.pdf (59 pages, 105617 bytes). +PDF statistics: + 234 PDF objects out of 1000 (max. 8388607) + 157 compressed objects within 2 object streams + 0 named destinations out of 1000 (max. 500000) + 6 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/cookbook.pdf b/cookbook.pdf new file mode 100644 index 0000000..c15cbc4 Binary files /dev/null and b/cookbook.pdf differ diff --git a/cookbook.tex b/cookbook.tex new file mode 100644 index 0000000..30a6a96 --- /dev/null +++ b/cookbook.tex @@ -0,0 +1,500 @@ +\documentclass{cookbook} + +\begin{document} + +\thispagestyle{empty} +{ +\centering +\vspace*{\fill} +{\Huge{Cooking at 827}} +\vfill +\includegraphics[width=\textwidth]{example-image-a} +\vfill +} + +\clearpage +\singlespacing +\renewcommand{\baselinestretch}{0.5}\normalsize +\tableofcontents +\renewcommand{\baselinestretch}{1}\normalsize + + +\chapter{Salads} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage +\section{Ham Caesar salad} + +\chapter{Sides} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage +\section{Armenian potato side dish} + +\subsection*{Ingredients} + +\begin{itemize} + \item ¼ cup salad oil + \item 4 cups diced, uncooked potatoes + \item ¼ cup tomato pulp + \item ½ cup water + \item 1 1/2t salt (could be reduced) + \item 1 t paprika or white pepper + \item 1 entire garlic (could be reduced to 1-2 cloves) + \item 1 bunch parsley or 1T dried parsley Could also use ¼ cup green onions instead of any garlic or parsley +\end{itemize} + +\subsection*{Directions} + +\begin{enumerate} + \item Mix the above ingredients in the order given + \item Bake in covered dish at 325 degrees for 40 min + \item Serve warm +\end{enumerate} + +\chapter{Main} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage +\section{LomAGoo and Buckwheat Pancakes} + +\subsection*{Ingredients} + +\begin{itemize} + \item Buckwheats + \begin{itemize} + \item 1 package dry yeast + \item 1 c buckwheat flour + \item 2 c white flour + \item 1 T salt + \item 2 T sugar + \item 3 c water + \end{itemize} + \item LomAGoo + \begin{itemize} + \item 1 package sausage- cut into small pieces and fried + \item Flour to thicken + \item Coffee + \item Salt and Pepper + \item Small amount of milk + \end{itemize} +\end{itemize} + +\subsection*{Directions} + +\begin{enumerate} + \item Stir small amount of warm water into yeast to soften + \item Add other ingredients, stirring to mix well + \item Let rise in warm spot overnight + \item Cook on a greased griddle + \item Cook goo to desired thickness +\end{enumerate} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage +\section{David's Quiche} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Betty's Shish ka Bob} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Whole Boneless lamb loin} + +Ingredients +One bonless lamb loin +Coriander +Cumin +Essence + 2.5 T paprika + 2 T salt + 2 T garlic powder + 1 T black pepper + 1 T onion powder + 1 T cayenne pepper + 1 T dried oregano + 1 T dried thyme + +Directions +Lay out lamb, +cut side so it folds open +Sprinkle inside with salt and Essence +Place stock of rosemary inside +Tie lamb up with another stock of rosemary +Season outside of lamb with more salt and coriander and cumin +Put lamb in a large pan which has hot olive oil in it +Sear lamb at high heat ~5 min +Transfer to oven – cook until medium rare- 120 degrees +Remove from oven and set aside for 10 minutes to rest +Slice into 1 inch pieces + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Mom's Meatloaf} + +Ingredients + 1.5 lb ground beef/pork sausage +3 slices of bread- (Only had 1 lb of meet so used 2 slices of bread. Also used a strange bread- name is Everything by L’oven Fresh. This added quite a bit of additional seasoning. If you can’t find this in a bread, you might use the bagels with the same name.) +1 cup milk ( Only having 1 lb of meat, I should have used 2/3 cup milk rather than a cup, because it was not as firm as it should be.) + 1 egg beaten + ¼ cup onion ( did not have onions, but I think they would have contributed) + 1.5 t salt +¼ t pepper, dry mustard, sage, celery salt, garlic salt (did not have dry mustard, but it did not seem to matter) +3 T catsup or chili sauce (Used Heinz catsup, which we find better than other brands.) + + Directions + Mix all but the last ingredient + Form into a loaf + Pour last ingredient over the loaf +(I also put in slices (thin) of potato around the edge of the meatloaf. I coated them in olive oil before putting them in the pan) + Cook at 350 for ~ 1 hr or until temperature is 160 degrees. + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Pig Butt} + + + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Ruben} + + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Tava} + +Ingredients +One eggplant (could supplement with slices of green pepper if not enough egg plant). We prefer American/globe eggplant. +2 onions +1 green pepper (for filling) +2 med cans stewed tomatoes or fresh tomatoes (if use fresh tomatoes, also use one can of stewed tomatoes for flavor and slice rather than mash the tomatoes) +1 small can tomato sauce +1 lb ground beef or pork sausage; 1/2 lb ground beef and 1/2 lb pork sausage +Salt +Pepper + +Directions +Use up as much as possible from what is in the refrigerator and modify recipe to accommodate them. +Plan the use of the eggplant well- you need to have the two layers of eggplant without too much overlapping or spaces. Use the size and number of pans which will accommodate number of eggplant slices. +Slice the eggplant (s). Divide in half. Decide what size and number of pans will accommodate half of the eggplant slices. If you use more than one pan, you may need more stewed tomatoes and tomato sauce. +Brown meat in olive oil S and P +Slice onions and green pepper +Slice eggplant quite thin (1/4 inch thick) +Saute onions and green pepper- S and P +Layer in oiled pan which is deep enough to accommodate the layers and small enough to assure that the eggplant slices are not too far apart + ½ eggplant S and P + ½ browned meat, onions, green pepper + ½ stewed tomatoes (with fluid) and tomato sauce + Repeat above +Cover with foil +Cook 350 degrees for 2 HRS or longer +In early Jan, we cooked it for about one hour then let the pans stay in the oven about 3 more hours. It did not require much cooking when we were ready to eat it. +Check if eggplant is done, may require adding fluid (wine) and cooking another 40 min (make sure skin cuts easily). +As of May 2022, it took 3-4 hours to cook it until the skin’s cut easily. It started with the temp less than 350. +Remove foil +Cook 10 min to crisp top + Serve with yogurt, pilaf, salad + + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage +\section{Peanut Stew} + +Ingredients +3 T olive oil +6 cloves of garlic +3 sweet potatoes- peeled and cubed +2 onions- diced +3 t cumin +1 t red pepper +18 oz tomato paste +1 c peanut butter- chunky +½ cup unsalted roasted peanuts +32 oz vegetable broth +Some collard greens- washed 2 x +Salt and pepper to taste + +Directions +Saute garlic and onion in pot (5 min) +Add sweet potatoes, cumin, red pepper (5 min) +Add all of the remaining ingredients EXCEPT the collard greens (simmer for 15 min) +Add collard greens (simmer for 5 min) + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage +\section{Manti} + + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Slumgolian} + +Ingregients +2 cans string beans +2 cans stewed tomatoes +1 can of tomato soup +½ package of macaroni +1 sliced onion +1 lb ground beef + +Directions +Brown beef +Combine browned beef with other ingredients +Bring to boil + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Fasulia} + +Ingredients +1 lb ground beef or lamb +1 onion- sliced +1-2 cloves minced garlic +4 lbs fresh or frozen green beans- if fresh, cut ends off and the body into 3 inch pieces +1 28 oz can of diced tomatoes or stewed tomatoes +1 6 oz can of tomato paste +½ c water +Chicken broth as needed +2-3 t allspice +1 T sugar +Salt and pepper to taste + +Directions +Saute meat in large pot, stir frequently to break up the pieces +Add onions and garlic- cook for a few minutes +Season with salt, pepper and allspice +Stir in green beans- cook on medium heat with occasional stirring for 10 min +Add diced tomatoes, tomato paste, water, sugar, cook for 30 min with pot covered. + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Borscht} + +Ingredients (may be incomplete) + 28 oz can diced tomatoes + Cabbage + Sour cream + Pepper + Broth + Bay leaf + Lemon juice + Sour cream +Directions +1) put prepared stuff in a large pot +2) add + Pepper ½ t + Broth 2 c + Water 2 c +3) boil above- medium high heat +4) reduce heat to medium low, cover, cook 30 min +5) add + Tomatoes and juice + Cabbage 2 c shredded +6) put on high heat- bring to boil +7) reduce heat- cook 15 min- stir occasionally +8) discard bayleaf +9) stir in lemon juice 2 t +10) when ready to eat- add dollop of sour cream + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Dad's Cabbage Dolma} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Bourguignon} + +\chapter{Dessert} + + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + +\section{Choreg} + +Ingredients + +1 yeast cake +½ c warm water +8 cups flour +1 stick butter +¼ c salad oil +1 can evaporated milk +¾ c sugar +1T salt +5 eggs +Little Mahleb (ground cherry seed) + +Directions + +BREAD +Dissolve yeast in warm water (make sure yeast is alive) +Add sugar +Add everything else EXCEPT salad oil + +Mix dough with large spoon +Knead dough by hand- use salad oil or flour on hands to prevent sticking- until dough is smooth and well mixed +Put in large bowl, cover, allow to rise until at least double in bulk (supposed to take 1-3 hours; if not could try over night but David just chose to put new yeast in to the lump of dough) +Punch down +Break off a large section (1/3 is too large, try 1/5) /keep the remaining dough covered to prevent drying out +Form the section of dough into a log (12” long by 3” wide) (should not be too fat- want trips to be thin) +Cut log into 1 inch sections +Take a 1x3 inch piece and roll it with fingertips on a lightly floured surface +until it is 6” long +Twist or Braid (additional piece in the middle) +Place on cookie sheet with each choreg 2 inches apart + +Repeat above until all dough is used up + +Cover with clean dishcloth and let choreg rise in a warm place until double bulk + +TOPPING +Mix 1 egg with ½ t water +Brush mixture on each choreg +Sprinkle with seseame seeds + +Bake at 350 until golden +Remove with spatula +Put on clean dishchoth or rack to cool + +Eat + +Store +Put in air tight container when completely cool +Can freeze + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + + +\section{Grandma's zucchini cake recipe} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage +\section{Rhubarb Pie} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage +\section{Apple Kiwi Pie} + + +\chapter{Etcetera} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + + +\section{Farmer's Pizza} + +\clearpage +\vspace*{\fill} +\includegraphics[width=\textwidth]{example-image-a} +\vfill + +\clearpage + + +\section{Tourshi} + +\end{document} diff --git a/cookbook.toc b/cookbook.toc new file mode 100644 index 0000000..cfdea1c --- /dev/null +++ b/cookbook.toc @@ -0,0 +1,28 @@ +\contentsline {chapter}{\numberline {1}Salads}{5}{}% +\contentsline {section}{\numberline {1.1}Ham Caesar salad}{7}{}% +\contentsline {chapter}{\numberline {2}Sides}{9}{}% +\contentsline {section}{\numberline {2.1}Armenian potato side dish}{11}{}% +\contentsline {chapter}{\numberline {3}Main}{13}{}% +\contentsline {section}{\numberline {3.1}LomAGoo and Buckwheat Pancakes}{15}{}% +\contentsline {section}{\numberline {3.2}David's Quiche}{17}{}% +\contentsline {section}{\numberline {3.3}Betty's Shish ka Bob}{19}{}% +\contentsline {section}{\numberline {3.4}Whole Boneless lamb loin}{21}{}% +\contentsline {section}{\numberline {3.5}Mom's Meatloaf}{23}{}% +\contentsline {section}{\numberline {3.6}Pig Butt}{25}{}% +\contentsline {section}{\numberline {3.7}Ruben}{27}{}% +\contentsline {section}{\numberline {3.8}Tava}{29}{}% +\contentsline {section}{\numberline {3.9}Peanut Stew}{31}{}% +\contentsline {section}{\numberline {3.10}Manti}{33}{}% +\contentsline {section}{\numberline {3.11}Slumgolian}{35}{}% +\contentsline {section}{\numberline {3.12}Fasulia}{37}{}% +\contentsline {section}{\numberline {3.13}Borscht}{39}{}% +\contentsline {section}{\numberline {3.14}Dad's Cabbage Dolma}{41}{}% +\contentsline {section}{\numberline {3.15}Bourguignon}{43}{}% +\contentsline {chapter}{\numberline {4}Dessert}{45}{}% +\contentsline {section}{\numberline {4.1}Choreg}{47}{}% +\contentsline {section}{\numberline {4.2}Grandma's zucchini cake recipe}{49}{}% +\contentsline {section}{\numberline {4.3}Rhubarb Pie}{51}{}% +\contentsline {section}{\numberline {4.4}Apple Kiwi Pie}{53}{}% +\contentsline {chapter}{\numberline {5}Etcetera}{55}{}% +\contentsline {section}{\numberline {5.1}Farmer's Pizza}{57}{}% +\contentsline {section}{\numberline {5.2}Tourshi}{59}{}% -- cgit v1.2.3