Changed CopyrightPage environment so that the page will immediately

follow a TitlePage and have no page numbers on it.
This commit is contained in:
falgout 2000-01-07 07:25:10 +00:00
parent 4d2622e5b8
commit 6e296886dc

View File

@ -115,10 +115,12 @@
% Environment: CopyrightPage
%---------------------------------------------------------------------
\def\CopyrightPage{\begin{titlepage}%
\def\CopyrightPage{%
\clearpage
\pagestyle{empty}
\setlength{\parindent}{0in}\vspace*{3.0in}
}
\def\endCopyrightPage{\end{titlepage}}
\def\endCopyrightPage{\clearpage}
%=====================================================================
%=====================================================================