Changed CopyrightPage environment so that the page will immediately
follow a TitlePage and have no page numbers on it.
This commit is contained in:
parent
4d2622e5b8
commit
6e296886dc
@ -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}
|
||||
|
||||
%=====================================================================
|
||||
%=====================================================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user