Hack to put bibliography on a new page
[latex-mlastyle.git] / mlastyle.dtx
index 06f8a6b82e45f028da8df2b363f48b2405c5eeb2..35188b349d89fece0f42e0ca802b6eaff605ea14 100644 (file)
@@ -592,7 +592,8 @@ Schlegl",
        \mlastyle@formatfalse
        \mlastyle@underlinefalse}
 \DeclareOption{singlespacequotes}{
-  \def\mlastyle@qspread{\linespread{1}\selectfont\vskip\baselineskip}}
+  \def\mlastyle@qspread{\lineskip=.1\baselineskip%
+  \lineskiplimit=\lineskip\linespread{1}\selectfont\vskip\baselineskip}}
 \DeclareOption{doublespacequotes}{\let\mlastyle@qspread\relax}
 \ExecuteOptions{nobibstyle,nopapersize,mla,cm,doublespacequotes}
 \ProcessOptions
@@ -674,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}
@@ -990,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}