capitalization and organization
This commit is contained in:
19
main.tex
19
main.tex
@@ -62,6 +62,7 @@
|
||||
\fi
|
||||
}
|
||||
|
||||
\newcommand{\SnP}{Salt \& Pepper}
|
||||
|
||||
%% Used for the headnote and in \showit
|
||||
%% If the text is small it is placed on one line;
|
||||
@@ -79,9 +80,6 @@
|
||||
\fi
|
||||
}
|
||||
|
||||
\title{Recipes}
|
||||
\author{David \& Alissa Daily}
|
||||
\date{\tiny{last updated \today}}
|
||||
|
||||
%% Borrowed from book.cls
|
||||
\newif\if@mainmatter \@mainmattertrue
|
||||
@@ -125,7 +123,7 @@
|
||||
\lfoot{}%
|
||||
\rfoot{}%
|
||||
\subsection{#2}%
|
||||
\IfNoValueF{#1}{\begin{center}\testoneline{#1}\end{center}}
|
||||
\IfNoValueF{#1}{\begin{center}\testoneline{#1\vspace{0.75em}}\end{center}}
|
||||
\IfNoValueF{#3}{\noindent\emph{#3}\par\medskip}
|
||||
}
|
||||
|
||||
@@ -199,10 +197,8 @@
|
||||
}
|
||||
|
||||
|
||||
\pagestyle{plain}
|
||||
\setlength{\intextsep}{0pt}
|
||||
% Different layout for Drinks that adds an hline at the end of a recipe, no servings, no prep/cook time, no letters in the corner.
|
||||
|
||||
% Different layout for Drinks that adds an hline at the end of a recipe, no serving amounts, no prep/cook time, no letters in the corner
|
||||
%% #1 [optional headnote]; #2 Title of recipe; #3 [Initial instructions]
|
||||
\NewDocumentCommand{\drink}{o m o}{%
|
||||
\setcounter{stepnum}{0}%
|
||||
@@ -252,10 +248,17 @@
|
||||
\everypar={\llap{\stepcounter{stepnum}\hbox to 1.5em{\thestepnum.\hfill}}}
|
||||
}
|
||||
|
||||
\pagestyle{plain}
|
||||
\setlength{\intextsep}{0pt}
|
||||
|
||||
|
||||
\title{Recipes}
|
||||
\author{David \& Alissa Daily}
|
||||
\date{\small{last updated \today}}
|
||||
|
||||
\begin{document}
|
||||
\fontfamily{lmss}\selectfont
|
||||
\pagenumbering{gobble}
|
||||
\pagenumbering{gobble} % gobble gobble
|
||||
\maketitle
|
||||
|
||||
\frontmatter
|
||||
|
Reference in New Issue
Block a user