[texhax] Enumerate lists inside "tables"?

Uwe Lueck uwe.lueck at web.de
Thu Jun 16 17:11:10 CEST 2011


"Susan Dittmar" <Susan.Dittmar at gmx.de> wrote 16.06.2011 10:27:59:
> % once, to store the current value of enumi:
> \newcounter{saveenumi}
>
> and blocks of
>
> % first enumeration, starts at the representation of 1
> \begin{enumerate}
> \item ...
> \item ...
> \end{enumerate}
>
> % subsequent enumerations, starting at markers one after the last item's
> % number:
> \setcounter{saveenumi}{\value{enumi} % save counter value
> \begin{enumerate}
> \setcounter{enumi}{\value{saveenumi}} % restore counter value
> \item ...
> \item ...
> \end{enumerate}
>
> If you need nesting, the according counters are enumii, enumiii and enumiv
> (if I remember correctly), so you would additionally need saveenumii,
> saveenumiii, saveenumiv to save and restore their values.

I cannot see any indication for the need of such a procedure in the request.

> You did not provide a minimal example

He provided a Word example. He does not provide a TeX example ...

> Can anyone suggest where to start? I’m completely stumped at
> how LaTeX is far more difficult than Word in this regard –

... because he has no idea how to get the Word result with LaTeX ...

Lets try ...

    Uwe.




More information about the texhax mailing list