I have been able to redefine the quote environment to remove the indentation on the following paragraph by also redefining the \end command and using the commands \@afterindentfalse and \everypar. A similar solution should be possible if one can find a command that is executed right before the start of the text on a new page. Thus far I have been unable to find a command that is in the same context however which means that neither changes to \parindent or \everypar will effect the actual text.All paragraphs should have a first-line indent of 13pt with the exception of …
- … a new paragraph starting as the first text on a new page.
- … a paragraph after a quote/figure/table.
I hope you can help me find a command in the same context as the page text to which I can add the changes with \@afterindentfalse and \everypar or inform me how to go about to find this command. Is there perheps a better solution (which does not involve manually inserting \noindent in the source)?