I want a list that looks like the following:
1. Introduction
Blaha blah albhalbhalbhalb
1.1. Purpose
Blaha bl ah blah blhab albhalbhalb
1.2. Another Subsection
More text for this section blah blahblalh
...
2. A Whole New Section
2.1. A Subsection in 2
Bunch more text... blah blah..
2.2. Blah
and so forth...
I don't need any special indentation for the subsections, I just want to be able to have the main section title (possibly with some text below) and then some subsections for that main section (also with text below each of them). Does it make sense what I am trying to achieve?
I realize that one approach would be to do something like the following:
\begin{description}
\item[1. Introduction]
...
\item[1.1. Purpose]
...
\item[1.2. Another subsection]
...
\item[2. Main Section]
...
and so forth
\end{description}
However, I would like to avoid this approach because it would mean that anytime I inserted a list item in the middle, I would have to manually go through and update the subsequent list items.
\section,\subsection, etc.? See http://tex.stackexchange.com/questions/11/what-is-the-best-book-to-start-learning-latex – Caramdir Sep 24 '11 at 22:10