I'm sorry to ask such a simple question, but I've been searching around without finding a simple way to make each new paragraph indent when I'm in the \itemize environment.
Number 6 on this document is an example of a problem on which I'd like to have paragraphs indented: https://www.writelatex.com/read/dgjdgsptgwhr


enumitemwith a positive value forlistparindent. If you want help, please post a minimal working example (MWE) here. Otherwise, your question is only of use for so long as the problematic code remains at the link you posted. (So no going and sneakily correcting it!) A question should be written to benefit other users and therefore needs to be self-contained and self-explanatory. Moreover, that code is very far from minimal! – cfr Nov 26 '14 at 02:52enumerateenvironment, I think. You are saying e.g.\item[2.]which you should (almost) never do. Use anenumerateenvironment so that your items are automatically numbered. This is a lot more flexible and a lot easier to keep consistent. (If you need to add an item at the start of the list, you would need to renumber the entire list by hand.) – cfr Nov 26 '14 at 03:05