104 lines
1.9 KiB
TeX
104 lines
1.9 KiB
TeX
\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}
|
|
|
|
\input{bits/why_cook}
|
|
|
|
\input{bits/Thanksgiving}
|
|
|
|
\input{bits/mac_and_cheese}
|
|
|
|
%\input{bits/}
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
% This is the template; copy and paste to your abandon
|
|
\begin{knote}
|
|
\kcnt{} \textbf{} \\
|
|
\end{knote}
|
|
|