[OS X TeX] full table width multicolumn
Ross Moore
ross at ics.mq.edu.au
Thu Dec 20 21:11:46 EST 2007
On 21/12/2007, at 9:30 AM, Denis Chabot wrote:
> Hi,
>
> This question is more (well, entirely) about LaTeX and not about the
> Mac. I am trying to produce a table where all the columns are of type
> "p" (i.e. multilines). I would like to have one line to be fullwidth,
> but the multicolumn command requires the resulting cell to be one of
> l, r or c. Not p.
p works for me --- you have to specify a width though.
> As a result, my full-width multi-column cell shows only the first line
> of the cell content. Is there a way out of this beside cutting the
> text manually and making many such full-width single-line cells?
>
> Here is how my table starts:
>
> \begin{tabular*}{6in} { @{\extracolsep\fill}*{5}{|p{1in}}|}
> \hline
> {\bf Lundi} & {\bf Mardi} & {\bf Mercredi} & {\bf Jeudi} & {\bf
> Vendredi} \\
> \hline
> \multicolumn{ 5}{l}{Vérification des niveaux d’oxygène sur l'écran de
> l'ordinateur de contrôle (à toutes les fois qu’on passe près du
> montage, au moins une fois par jour)} \\
\multicolumn{5}{p{.9\textwidth}}{Vérification des niveaux d’oxygène sur
l'écran de l'ordinateur de contrôle (à toutes les fois qu’on passe près
du montage, au moins une fois par jour)} \\
Even if this didn't work, you could use:
\multicolumn{5}{l}{\parbox{.9\textwidth}{Vérification des .... }}
> \hline
> & 5. Décongeler du capelan & & Décongeler du
> capelan & Décongeler du capelan \\
> \hline
> \end{tabular*}
>
> Thanks in advance,
Hope this helps,
Ross
>
> Denis
> -------------------------- Helpful Info --------------------------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://www.esm.psu.edu/mac-tex/list/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
> List Archive: http://tug.org/pipermail/macostex-archives/
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>
More information about the MacOSX-TeX
mailing list