[texhax] Enumerate lists inside "tables"?

Uwe Lueck uwe.lueck at web.de
Thu Jun 16 18:08:02 CEST 2011


I wrote:
> \hrule \noindent
> \vrule \strut
> ~\makebox[3pc][l]{A}\vrule
> ~\makebox[5pc][l]{B}\vrule
> ~\makebox[12pc][l]{C}\vrule
> ~D\hfill\vrule
> \hrule \noindent
> \vrule\hfill
> \begin{minipage}{.8\textwidth}
> \begin{enumerate}
>   \item \strut oh
>   \item \strut no
> \end{enumerate}
> \end{minipage}
> \hfill\vrule \hrule
>
> This even avoids the \textwidth mess, but obviously somebody may improve
> the LaTeX list dimension parameters ...

Not quite, the horizontal problems can be solved halfway with my older
.924\textwidth idea. I add \strut`s as a halfway solution to the vertical problems:

\begin{minipage}{.924\textwidth}
\strut
\begin{enumerate}
  \item \strut oh
  \item \strut no
\end{enumerate}
\strut
\end{minipage}

... just to provide first ideas for improvements ...

Cheers,

    Uwe.



More information about the texhax mailing list