Open PTNobel opened 9 years ago
When using \raggedright (as suggested in the docs), paragraphs stop being indented. and the spacing after the title gets messed up.
Example code:
\documentclass[12pt,letterpaper]{article} \usepackage[utf8]{inputenc} \usepackage{nag} \usepackage{ifpdf} \usepackage{tools/mla13} \raggedright{} \usepackage{lipsum} \usepackage{tools/cleanjobname} \firstname{PTNobel} \lastname{Nobel} \professor{Mr.\ Teacher} \class{This Class: Per. #} \title{Name This Paper} \begin{document} \makeheader{} \lipsum{} \makeworkscited{} \end{document}
\documentclass[12pt,letterpaper]{article} \usepackage[utf8]{inputenc} \usepackage{nag} \usepackage{ifpdf} \usepackage{tools/mla13} \raggedright{}
\usepackage{lipsum} \usepackage{tools/cleanjobname} \firstname{PTNobel} \lastname{Nobel} \professor{Mr.\ Teacher} \class{This Class: Per. #} \title{Name This Paper}
\begin{document}
\makeheader{} \lipsum{} \makeworkscited{} \end{document}
I also see this problem.
I fixed it in my fork: https://github.com/raxod502/mla-tex
The relevant lines are: https://github.com/raxod502/mla-tex/blob/13ad16dd24db64fe544ccd769d4ae2f530649318/mla.cls#L78-L80
Based on: http://tex.stackexchange.com/a/185972/54018
When using \raggedright (as suggested in the docs), paragraphs stop being indented. and the spacing after the title gets messed up.
Example code: