Hello Ross!
>
> >... Sometimes l2h forgets to switch it on. I regognized
> > this with centered tabulars. The END-Tags are there, but there is
> > no start.
>
> Hmm. That's not supposed to happen.
> Do you have an example of this that I can see, and get the source?
>
Okay here it comes. Alle the folowing should be centered:
--------------------------SCHNIPP--------------------
\documentclass[10pt]{article}
\begin{document}
\begin{center}
Test \\
\normalsize{Test2} \\
\end{center}
\begin{center}
\begin{tabular}{lll}
$E^{I}$ & = & $( m, m, m, m, \ldots ),$ \\
$E^{II}$ & = & $( w, w, w, w, \ldots ),$ \\
$E^{III}$ & = & $( m, w, m, w, \ldots ).$
\end{tabular}
\end{center}
\end{document}
------------------------- SCHNIPP ---------
Greetings
Andreas Otte
([EMAIL PROTECTED])