Tagged Questions
2
votes
0answers
55 views
Reliable code for automatic \noindent after specific environments?
There are a number of environments which I never want to follow up with an indented paragraph. itemize, enumerate, theorem, definition, etc. I know there are people who think this is bad style. But ...
5
votes
3answers
534 views
Change line spacing for normal text, but not in tabular or verse
\usepackage{setspace}
\doublespacing
I used above two lines to change the spacing in my document. This changes the spacing of the entire document.
My requirement is to change the line spacing in ...