Hack to put bibliography on a new page master
authorTim Pope <code@tpope.net>
Wed, 6 Apr 2005 13:55:34 +0000 (13:55 +0000)
committerTim Pope <code@tpope.net>
Wed, 6 Apr 2005 13:55:34 +0000 (13:55 +0000)
mlastyle.dtx

index dacd9d7b0e5fc9482018ba3c0cfc4adc6f99c118..35188b349d89fece0f42e0ca802b6eaff605ea14 100644 (file)
@@ -675,7 +675,7 @@ Schlegl",
 \newcommand{\bibstyle@mlastyle}{%
   \bibpunct[ ]{(}{)}{;}{a}{,}{,}
   \@ifundefined{chapter}
-  {\gdef\refname{Works Cited}}
+  {\gdef\refname{\newpage Works Cited}}
   {\gdef\bibname{Works Cited}}}
 %    \end{macrocode}
 % \end{macro}
@@ -991,10 +991,10 @@ Schlegl",
 % Sections are formatted by centering the section name and beginning a new
 % page.  Subsections simply center the section name.
 %    \begin{macrocode}
-  \renewcommand{\section}{\clearpage\@startsection{section}{1}{\z@
+  \renewcommand{\section}{\@startsection{section}{1}{\z@
     }{0pt}{1sp}{\centering}}
   \renewcommand{\subsection}{\@startsection{subsection}{2}{\z@
-    }{0pt}{1sp}{\centering}}
+    }{0pt}{1sp}{\noindent}}
   \renewcommand{\subsubsection}{\@startsection{subsubsection}{3}{\z@
     }{0pt}{1sp}{\noindent}}
 %    \end{macrocode}