Initial commit
This commit is contained in:
commit
9afb56687b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/build/*
|
||||
100
on-cooking.tex
Normal file
100
on-cooking.tex
Normal file
@ -0,0 +1,100 @@
|
||||
\documentclass[9pt,twoside]{report}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{fourier}
|
||||
\usepackage{lettrine}
|
||||
\usepackage{ninecolors}
|
||||
\usepackage{pgfornament}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage{geometry}
|
||||
\geometry{
|
||||
paperheight=8.5in,
|
||||
paperwidth=5.5in,
|
||||
% heightrounded,
|
||||
margin=0.5in
|
||||
}
|
||||
|
||||
\addtolength{\topmargin}{0.4in} % Adjust and bottom margin
|
||||
\addtolength{\textheight}{-0.75in} % Adjust the bottom margin
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Page Headers %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\fancyhead[C]{Notes on Cooking}
|
||||
\cfoot{Page \thepage}
|
||||
\renewcommand{\footrulewidth}{0.5pt}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Counters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newcounter{Num}
|
||||
\setcounter{Num}{1}
|
||||
\newcommand{\kcnt}{\lettrine[findent=1mm]{\theNum{\color{red5} \scalebox{0.4}[1]{\hspace{3mm}\raisebox{1mm}{|}}}}{}\stepcounter{Num}}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Environments %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newenvironment{knote}
|
||||
{
|
||||
}
|
||||
{
|
||||
\begin{center}
|
||||
\pgfornament[scale=0.13]{75}
|
||||
\end{center}
|
||||
\vspace{3mm}
|
||||
}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Let's get it started %%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{document}
|
||||
|
||||
|
||||
\begin{titlepage}
|
||||
\vspace*{25mm}
|
||||
%\fontsize{28}{42}\selectfont
|
||||
\centering
|
||||
{\Huge Notes On Cooking}
|
||||
\noindent{}{\color{gray7}\rule{\textwidth}{1pt}}
|
||||
|
||||
\vspace{5mm}
|
||||
Typeset in \LaTeX{}
|
||||
|
||||
\vspace{18mm}
|
||||
Written and Edited by\\Kenneth John Odle
|
||||
|
||||
\vspace{5mm}
|
||||
First Edition
|
||||
|
||||
2026
|
||||
|
||||
\end{titlepage}
|
||||
|
||||
\section*{Impressum}
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\copyright{}2026 Kenneth John Odle
|
||||
|
||||
\newpage
|
||||
\setcounter{page}{1}
|
||||
|
||||
\begin{knote}
|
||||
\kcnt{} \textbf{Why cook?} \\This is a complex question without a simple answer. ``Because you have to eat.'' is the simple answer, but in the end, that's a moot point these days. You can always eat out, or visit the deli at your local grocery store, or fill your freezer with microwavable meals, or just eat bowl after bowl of cold cereal.
|
||||
|
||||
(Is making a bowl of cold cereal cooking? I think it is. You have to get the milk to cereal ratio just right, and you have to use just the right bowl, neither too deep nor too shallow, and you have to time it right so it will be neither too crunchy nor too soggy when your favorite cartoon comes on. There was a \textit{Peanuts} comic about this years ago.)
|
||||
|
||||
In truth, eating out is expensive, and eating out of cans or boxes or the freezer section at the grocery store can also be expensive, and none of these are particularly healthy options. And while those things can feed your soul (and enrich your doctor, provided you are lucky enough to have health care), they don't feed your soul.
|
||||
\end{knote}
|
||||
|
||||
\begin{knote}
|
||||
\kcnt{} \textbf{Thanksgiving} \\I have a distant relative (by marriage) who made lasagna for Thanksgiving one year. She was not a good cook, and cooking a turkey was beyond her. The sauce was out of a jar, but nobody complained. Some people thought it was weird, because what is Thanksgiving without turkey? I think you need to adjust your thinking a bit and instead ask ``What is Thanksgiving without something homemade that's made with care and served with love?''
|
||||
\end{knote}
|
||||
|
||||
|
||||
\end{document}
|
||||
Loading…
Reference in New Issue
Block a user