26 lines
898 B
TeX
26 lines
898 B
TeX
% optionally: replace \section with \part to add a level between (\chapter doesn't exist in the Article class)
|
|
\section{Main Dishes}
|
|
\input{recipes/ChickenSliders.tex}
|
|
\input{recipes/Granola.tex}
|
|
\input{recipes/Pancakes.tex}
|
|
\input{recipes/TexasCaviar.tex}
|
|
%\input{recipes/TurkeyBurgers.tex}
|
|
\input{recipes/SalmonGnocchi.tex}
|
|
|
|
\newpage
|
|
\section{Meal Prep}
|
|
\input{recipes/FirecrackerMeatballs.tex}
|
|
\input{recipes/OatBalls.tex}
|
|
|
|
\newpage
|
|
\section{Desserts}
|
|
%\input{recipes/DatePinwheels.tex}
|
|
\input{recipes/FudgyBrownies42.tex}
|
|
\input{recipes/TollHouseCCC.tex}
|
|
|
|
\newpage
|
|
\section{Drinks}
|
|
\newpage % This one's cause I don't have each drink recipe making its own page
|
|
\input{recipes/drinks/BerrySmoothies.tex}\drinkspace
|
|
\input{recipes/drinks/MoscowMule.tex}\drinkspace
|
|
\input{recipes/drinks/TomCollins.tex} % last one doesn't need it, can't think of a better or easier way to do it so ¯\_(ツ)_/¯ |