cookbook/titlepage.cls

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}\\}
}