I am wondering if this can be done for an article(which I am sure it can). I am using a great deal of \enumerates and paragraph options with additional text. Is there a way I can make everything flushleft or \noindent with one command, instead of putting \noindent each new paragraph.
Nick
Text Formatting ⇒ \noindent a whole article
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
\noindent a whole article
Last edited by coachbennett1981 on Thu Dec 16, 2010 8:08 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 87
- Joined: Tue Sep 14, 2010 6:58 pm
Re: \noindent a whole article
Sure, you should be able to just do:
\setlength{\parindent}{0pt}
However, your paragraphs will not be distinguished from each other now. You can put spacing between the paragraphs if you like by using:
\setlength{\parskip}{1em}
or similar spacing.
\setlength{\parindent}{0pt}
However, your paragraphs will not be distinguished from each other now. You can put spacing between the paragraphs if you like by using:
\setlength{\parskip}{1em}
or similar spacing.
\noindent a whole article
If you're doing both of the things west.logan suggests (which yes, should work), you may be interested in the parskip package.
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Re: \noindent a whole article
Thank you, I will check it out!
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
\noindent a whole article
Setting simply \parskip is no good idea because it also affects lists as well as the ToC, LoF and LoT. Beside the suggestion of frabjous it is also worth to take a look at the KOMA Script bundle or the memoir class.
Thorsten
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10