From: Tim Pope Date: Thu, 20 Nov 2003 07:53:34 +0000 (+0000) Subject: Added \and X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=e5e3605a1cca35da2cbf370caee48c0c50942935 Added \and --- diff --git a/mlastyle.dtx b/mlastyle.dtx index 5676423..35b9aa5 100644 --- a/mlastyle.dtx +++ b/mlastyle.dtx @@ -638,6 +638,7 @@ Schlegl", % \begin{macro}{\maketitle} % |\maketitle| generates a heading in MLA format. % \begin{macrocode} + \let\and\\ \renewcommand{\maketitle}{\begin{flushleft} \@author\par \@ifundefined{mlastyle@instructor}{}{\mlastyle@instructor}\par @@ -946,6 +947,14 @@ Schlegl", % \end{macro} % \begin{macrocode} \let\cite\citep + \let\mlastyle@citequeue\empty + %\newcommand\citeflush{\ifx\mlastyle@citequeue\@empty\unskip + %\else\citetext{\mlastyle@citequeue}\global + %\let\mlastyle@citequeue\@empty\fi} + %\newcommand\citeadd[2][]{\ifx\mlastyle@citequeue\@empty + %\protected@xdef\mlastyle@citequeue{\citealp[#1]{#2}}\else + %\protected@xdef\mlastyle@citequeue{\mlastyle@citequeue\NAT@sep + %\ {\citealp[#1]{#2}}\fi} \newcommand\citepage[2][]{\citeyearpar[#1]{#2}} \newcommand\citepageM[2][]{\unskip{} \citeyearpar[#1]{#2}} \newcommand\citeindirect[2][]{\citep[qtd.\ in][#1]{#2}}