Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No indent for paragraphs after figures? [closed]

The default style for my document is that paragraphs are indented. That's fine. But I need no indentation for paragraphs that follow a figure or other objects.

Using \noindent manually does not work well, because you don't know which paragraph will follow the figure in the final output (LaTeX places figures automatically).

So I need paragraphs that follow figures in the output to not be indented (in the tex source you can't see which ones that would be). How can that be achieved?

like image 229
webjunkie Avatar asked Feb 12 '09 19:02

webjunkie


People also ask

Do we no longer indent paragraphs?

The Harvard style manual recommends indenting content as you type, as opposed to indenting after the manuscript is complete. Although this method takes more time, the reasoning behind it makes sense. Writers who add indents as they write organize their content through the creation of paragraphs.

How do you not indent a paragraph in LaTeX?

LaTeX will automatically indent the first line of each paragraph that doesn't immediately follow a section heading. If you'd like to get rid of an indent, you can use the \noindent command: \section{Introduction} This is the first paragraph. \noindent This is the second paragraph.

What is the rule for indenting new paragraphs?

Typically, a first-line indent should be no smaller than the current point size, or else it'll be hard to notice. It should be no bigger than four times the point size, or else the first line will seem disconnected from the left edge. So a paragraph set in 12 point should have a first-line indent of 12–48 points.


1 Answers

Looks like checking which paragraphs come after figures and putting \noindent in front of everyone manually is the only way to do this.

like image 138
webjunkie Avatar answered Sep 27 '22 22:09

webjunkie