jackson13info / mla13

A LaTeX MLA style formatter package that allows users to create MLA style documents easily.
MIT License
72 stars 21 forks source link

Not indenting when using \raggedright #16

Open PTNobel opened 9 years ago

PTNobel commented 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}

raxod502 commented 7 years ago

I also see this problem.

raxod502 commented 7 years ago

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