diff options
author | Holden Rohrer <hdawg7797@yahoo.com> | 2019-08-12 01:36:39 -0400 |
---|---|---|
committer | Holden Rohrer <hdawg7797@yahoo.com> | 2019-08-12 01:40:29 -0400 |
commit | c8a93458903f1ff5aff455df17e955c2320b36d3 (patch) | |
tree | 903e74c8b50431a5003c74bdd4c440e45e04489a | |
parent | b0da1b64cb84b7f146739a721f92b770fad61fcd (diff) |
bugfix
-rw-r--r-- | mla8.tex | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,8 +86,8 @@ \noindent\@clas \par \noindent\@date \par } -\def\titlespacing{} \def\spaceaftertitle{\def\titlespacing{\bigskip}} %gives the option of adding a large space after the title -\def\title#1{\line{\hfil \large #1 \hfil} \titlespacing} +\def\titlespacing{\par} \def\spaceaftertitle{\def\titlespacing{\bigskip}} %gives the option of adding a large space after the title +\def\title#1{{\large \line{\hfil #1 \hfil} \titlespacing}} %%running header |