We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
I also see this problem.
Sorry, something went wrong.
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
No branches or pull requests
When using \raggedright (as suggested in the docs), paragraphs stop being indented. and the spacing after the title gets messed up.
Example code:
The text was updated successfully, but these errors were encountered: