45 lines
1 KiB
TeX
45 lines
1 KiB
TeX
\documentclass[twosides, 11pt]{book}
|
|
\usepackage[utf8]{inputenc} % Required for inputting international characters
|
|
\usepackage[T1]{fontenc} % Output font encoding for international characters
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage{cuisine}
|
|
|
|
%\overfullrule=5pt % zur Überprüfung von Overfull \hbox
|
|
|
|
%\input{CoverPage.tex}
|
|
%\makeindex
|
|
|
|
\begin{document}
|
|
%\input{Recipes/Sample}
|
|
|
|
%\maketitle
|
|
%\tableofcontents
|
|
|
|
%\chapter{Suppen}
|
|
%input{Recipes/Sample}
|
|
%\AddToShipoutPictureBG{\includegraphics[width=\paperwidth,height=\paperheight]{carbo}}
|
|
|
|
%\chapter{Vorspeisen}
|
|
|
|
\chapter{Hauptspeisen}
|
|
\input{Recipes/Sample}
|
|
\input{Recipes/ButterChicken}
|
|
\input{Recipes/Lachs&Süßkartoffel}
|
|
\input{Recipes/Erdapfeltasche}
|
|
|
|
\chapter{Beilagen}
|
|
\input{Recipes/Naan}
|
|
\input{Recipes/Sauerteig_Toastbrot}
|
|
|
|
\chapter{Nachspeisen}
|
|
\input{Recipes/Eierlikörtorte}
|
|
\input{Recipes/lebkuchen}
|
|
\input{Recipes/PistazienTraumstuecke}
|
|
\input{Recipes/MozartKekse}
|
|
\input{Recipes/LimettenKokosMakronen}
|
|
|
|
%\chapter{Nachspeisen}
|
|
|
|
\clearpage
|
|
%\printindex
|
|
\end{document}
|