In LaTeX I'm using memoir class. I want to break long passages into logical units with some white inter-paragraph space. \medskip etc. indents the first subsequent paragraph - I want it unindented, as paragraphs are when starting a section. Can anyone advise? Thank you.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||||||||||
|
migrated from stackoverflow.com Nov 20 '11 at 18:53
|
Using
in your document preamble, or at the start of your document (after If you're after an automated approach to have some paragraphs not indented after placing a
The above example has a standard inter-paragraph skip. If you want to remove this, you could use |
||||
|
|

