By default, I prefer to have no paragraph indentation (which I have implemented by putting \setlength\parindent{0pt} in the preamble of my document), but for my current document I would like to be able to return to the standard paragraph indentation (i.e. what I would get if I hadn't put that command in my preamble) for certain paragraphs. I tried putting \indent in front of the paragraphs I wanted to affect, but it didn't work (presumably because the command \indent uses the value of \parindent). The only way I can think of to do what I want would be to leave the default \parindent alone, and put \noindent almost everywhere, but that would be kind of a pain. Is there any better way to do this?
This answer seems to imply that it might be necessary to write my own document class in order to accomplish this. Is that really true?
\parindentto 0)? If so, how/where did you find that out? I might want to do this process with other settings in the future. – Zev Chonoles May 22 '11 at 09:15\showthe\parindentto print the length into the LOG file or\the\parindetnto type it in the Text. While testing I noticed, that the length seems to be changed at the\begin{document}so put the command after that. (I added it to the example.) – Tobi May 22 '11 at 09:57