[OS X TeX] full table width multicolumn

Alan Munn amunn at msu.edu
Fri Dec 21 03:00:06 CET 2007


At 5:30 PM -0500 12/20/07, 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. 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)} \\
>\hline
>            & 5. Décongeler du capelan & 
>& Décongeler du capelan & Décongeler du capelan 
>\\
>\hline
>\end{tabular*}

Put the text inside a parbox?

\begin{tabular*}{6in} { @{\extracolsep\fill}*{5}{|p{1in}}|}
\hline
{\bf Lundi} & {\bf Mardi} & {\bf Mercredi} & {\bf Jeudi} & {\bf Vendredi} \\
\hline
\multicolumn{5}{c}{\parbox{5.4in}{\centering 
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)}} \\
\hline
            & 5. Décongeler du capelan & 
& Décongeler du capelan & Décongeler du capelan \\
\hline
\end{tabular*}

Alan


-- 
Alan Munn 
amunn at msu.edu
Department of Linguistics                                 
and Germanic, Slavic, Asian and African Languages   Fax.  +1-517-432-2736
Michigan State University, East Lansing MI 48824      Tel.  +1-517-355-7491



More information about the macostex-archives mailing list