I think this is clearest in an example. Here's my document:
\begin{enumerate}
\item{1} The heart
\begin{enumerate]
\item{1} It pumps blood through the body.
\item{2} It has four chambers.
\item{2} The inferior and superior vena cava bring blood from the body.
\end{enumerate}
\end{enumerate}
The idea is that I could set typeset-level=1 and get a document that just says:
The heart
a. It pumps blood through the body.
Or I could set typeset-level={1-2} and it typesets the whole thing. I don't want to be restricted to typesetting certain "depths" of the outline, I want to be able to specify, for each entry, a "complexity level".
The goal is to make documents for my students such that a student with no background can read the level 1 doc, then the level 2 doc, etc. and the student with good background can just skip to the level 3 doc. And I think the level 1 doc should always be a subset of the level 2 doc (and 2 a subset of 3, etc.).
Thanks for any suggestions you can offer!


