From f17295a51b15411c6b392444efb0b7944e35c572 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 24 Nov 2003 21:17:44 +0000 Subject: [PATCH] Added \@makecaption --- mlastyle.dtx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mlastyle.dtx b/mlastyle.dtx index 3b84a1c..8244035 100644 --- a/mlastyle.dtx +++ b/mlastyle.dtx @@ -947,7 +947,9 @@ Schlegl", % \begin{macro}{\and} % |\maketitle| generates a heading in MLA format. % \begin{macrocode} - \renewcommand{\maketitle}{\begin{flushleft} + \renewcommand{\maketitle}{% + \global\@topnum\z@ + \begin{flushleft}% \@author\par \@ifundefined{mlastyle@instructor}{}{\mlastyle@instructor}\par \@ifundefined{mlastyle@course}{}{\mlastyle@course}\par @@ -976,6 +978,12 @@ Schlegl", % ^^A \def\mlastyle@slashx{\ifx\mlastyle@slashnext/\else % ^^A \penalty\exhyphenpenalty\fi} % \end{macro} +% \begin{macro}{\@makecaption} +% |\@makecaption| should left align its contents. +% \begin{macrocode} +\long\def\@makecaption#1#2{\noindent #1\par\noindent #2\strut\par} +% \end{macrocode} +% \end{macro} % \begin{macro}{\section} % \begin{macro}{\subsection} % \begin{macro}{\subsubsection} -- 2.30.2