cookbook/titlepage.cls
Anna Schumaker 3635fcba59 Move breakfast recipes into a subdirectory
And create a makefile system that will build the directory and join
together the pdfs into a single document.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-06-25 15:23:15 -04:00

17 lines
308 B
TeX

%
% Copyright 2016 (c) Anna Schumaker.
%
\ProvidesClass{section}
\LoadClass[letterpaper]{letter}
\RequirePackage[top=1in,bottom=1in,left=1in,right=1in]{geometry}
\RequirePackage{newcent}
\pagestyle{empty}
\newcommand{\setTitle}[1]
{
\vspace*{3in}
\textbf{\centering{\fontsize{44}{1}\selectfont #1}\\}
}