I'm trying to use LaTeX to produce my homework assignments. They're in the form of answering a question sheet, so the answers are formatted in a similar way to the questions, i.e.
- (a) foo
(b) foo
(c) foo - foo
I've been answering my questions using enumerative lists. Each \item has a fair number of paragraphs. My problem is that the paragraphs aren't indenting in the usual way by separating them with a blank line. They end up looking like:
Foobar.
Foobar.
Foobar.
I ideally want the first paragraph to have no indentation at the beginning but the subsequent paragraphs to have the first line indented by a standard width. Is there a way to do what I want? If not, is there an easier method for doing my assignments where my answers match the format that the questions are laid out in?
Thanks :-)
