I need to adapt a LaTeX 2.09 file to the new standard. It uses many
\itemitem commands to get "subitems" indented nicely inside
"itemize" environment without entering deeper level list.
This command does not work in 2e. Is there any way to make it work
without manually changing all into extra lists?
regards, Michal.
--
Michal Szymanski (m...@astrouw.edu.pl)
Warsaw University Observatory, Warszawa, POLAND
Michal Szymanski schrieb:
>
> Hello,
>
> I need to adapt a LaTeX 2.09 file to the new standard. It uses many
> \itemitem commands to get "subitems" indented nicely inside
> "itemize" environment without entering deeper level list.
> This command does not work in 2e. Is there any way to make it work
> without manually changing all into extra lists?
\itemitem is a plainTeX command. It's defined as
\def\itemitem{\par\indent\hangindent2\parindent\textindent}
Perhaps you could insert this definition in your text?
Ulrike Fischer