\input texinfo @setfilename firstparindent.info @node Top,,, (DIR) @top firstparindent @section default This should not be indented (by default). This should be indented, because it is the second paragraph. @section close-up This should not be indented, even if it is touching @@section. This should be indented. @section noindent-patho @noindent This should not be indented, because of the explicit @@noindent. But it should not extend into the margin. This should be indented. @section explicit @indent This should be indented (due to explicit @@indent command). This should be indented. @section @code{@@indent} is not a paragraph @indent This should be indented as well. This should also be indented, because it is the second paragraph. @section footnotes Not address@hidden footnote should be hanging. This paragraph should be aligned with the paragraph above.} to test footnotes. @section @code{@@noindent} doesn't trump @code{@@indent} @indent @noindent This should be indented (@@noindent comes after @@indent). @section double @code{@@indent} @indent @indent This should be indented twice (two explicite @@indent's). @section second paragraph This should not be indented (by default) @noindent This should not be indented (due to explicit @@noindent command) @firstparagraphindent insert @section insert This should be indented (due to insert setting). @section noindent @noindent This should not be indented (due to explicit @@noindent command). @section @code{@@indent} trumps @code{@@noindent} @noindent @indent This should be indented (since @@indent comes after @@noindent). @section double @code{@@indent} @indent @indent This should be indented twice (two explicite @@indent's). @section second paragraph again This should be indented (by default) @noindent This should not be indented (due to explicit @@noindent command) @section footnotes again address@hidden footnote is a base case. This paragraph should also be aligned with the paragraph above.} to test footnotes. @firstparagraphindent none @section none This should not be indented (due to none setting). @bye