diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/mla-paper/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/mla-paper/mla.sty | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/mla-paper/README b/Master/texmf-dist/doc/latex/mla-paper/README index 5741ab849b3..9d0a3450da6 100644 --- a/Master/texmf-dist/doc/latex/mla-paper/README +++ b/Master/texmf-dist/doc/latex/mla-paper/README @@ -4,9 +4,11 @@ | for LaTeX and pdfLaTeX | | By Ryan Aycock -| Edited by Steven Wheelwright -| and Edward Z. Yang -| December 09, 2007 +| +| with contributions by Steven Wheelwright, +| Edward Z. Yang, and Teddy Bradford +| +| Last updated on December 29, 2010 | =============================== diff --git a/Master/texmf-dist/tex/latex/mla-paper/mla.sty b/Master/texmf-dist/tex/latex/mla-paper/mla.sty index a0e65760d50..4c705704c25 100644 --- a/Master/texmf-dist/tex/latex/mla-paper/mla.sty +++ b/Master/texmf-dist/tex/latex/mla-paper/mla.sty @@ -3,9 +3,11 @@ % % The MLA Package for LaTeX % By Ryan Aycock -% Edited by Steven Wheelwright -% and Edward Z. Yang -% December 09, 2007 +% +% with contributions by Steven Wheelwright, +% Edward Z. Yang, and Teddy Bradford +% +% Last updated on December 29, 2010 % % For use with LaTeX and pdflatex. % @@ -170,5 +172,4 @@ % Works Cited environment % \newcommand{\bibent}{\noindent \hangindent 40pt} -\newenvironment{workscited}{\newpage \begin{center} Works Cited \end{center}}{\newpage } - +\newenvironment{workscited}{\newpage {\centering Works Cited\\}}{\newpage}
\ No newline at end of file |