Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
composition:tableaux:cellules:fusionner_des_cellule_dans_une_colonne [2018/12/02 22:48] jejust3_composition:tableaux:cellules:fusionner_des_cellule_dans_une_colonne [2021/11/27 14:49] (Version actuelle) – Correction d'une coquille. yannick.tanguy
Ligne 1: Ligne 1:
-====== Merging cells in a column of a table ======+====== Comment fusionner des cellules d'une même colonne dans un tableau? ======
  
 +Certains tableaux nécessitent une cellule qui s'étendent sur plusieurs lignes. Le cas classique est celui où la colonne la plus à gauche étiquette le reste de la table. Si cette présentation peut être éventuellement traitée en utilisant une séparation diagonale comme vu à la question « [[3_composition:tableaux:cellules:diviser_une_cellule_en_diagonale|Comment diviser une cellule par une diagonale ?]] », cette technique reste très limitée. Voici des solutions plus générales.
  
-It's easy to come up with a table design that requires a cell that +===== Avec l'extension “multirow” =====
-spans several rows.  An example is something where the left-most +
-column labels the rest of the table; this can be done (in simple +
-cases) by using  +
-[[FAQ-slashbox|diagonal separation in corner cells]], but that +
-technique rather strictly limits what can be used as the content of +
-the cell.+
  
-The [[ctanpkg>multirow|multirow]] package enables you to construct such multi-row +L'extension [[ctanpkg>multirow]] vous permet de construire de telles cellules s'étendant sur plusieurs lignesPar exemple 
-cells, in a very simple manner For the simplest possible use, one +
-might write:+
  
 +<WRAP column 45ex>
 <code latex> <code latex>
 \begin{tabular}{|c|c|} \begin{tabular}{|c|c|}
 \hline \hline
-\multirow{4}{*}{Common g text}  +\multirow{4}{*}{Texte multiligne}  
-      & Column g2a\\ +      & Ligne 1\\ 
-      & Column g2b \\ +      & Ligne 2 \\ 
-      & Column g2c \\ +      & Ligne 3 \\ 
-      & Column g2d \\+      & Ligne 4 \\
 \hline \hline
 \end{tabular} \end{tabular}
 </code> </code>
-and [[ctanpkg>multirow|multirow]] will position "Common g text" at the vertical +</WRAP>
-center of the space defined by the other rows.  Note that the rows +
-that don't contain the "multi-row" specification must have empty +
-cells where the multi-row is going to appear.+
  
-The ''*'' may be replaced by a column width specification In this +<WRAP column 45ex> 
-casethe argument may contain forced line-breaks:+<latexdoc> 
 +\documentclass{article} 
 +\usepackage{multirow} 
 +\pagestyle{empty}  
 +\begin{document} 
 +\begin{tabular}{|c|c|} 
 +\hline 
 +\multirow{4}{*}{Texte multiligne}  
 +      & Ligne 1 \\ 
 +      & Ligne 2 \\ 
 +      & Ligne 3 \\ 
 +      & Ligne 4 \\ 
 +\hline 
 +\end{tabular} 
 +\end{document} 
 +</latexdoc> 
 +</WRAP> 
 +<WRAP clear /> 
 + 
 +L'extension centrera verticalement « Texte multiligne » dans la cellule étendue. Notez que les lignes qui ne contiennent pas la spécification multiligne doivent avoir des cellules vides pour laisser la place à la cellule multiligne.  
 + 
 +Le symbole « ''*'' » peut être remplacé par une largeur de colonneDans ce casle contenu de la cellule multiligne peut contenir des sauts de ligne imposés 
  
 +<WRAP column 45ex>
 <code latex> <code latex>
 \begin{tabular}{|c|c|} \begin{tabular}{|c|c|}
 \hline \hline
-\multirow{4}{25mm}{Common\\g text}  +\multirow{4}{25mm}{Texte% 
-      & Column g2a\\ +   \\multiligne}  
-      & Column g2b \\ +      & Ligne 1 \\ 
-      & Column g2c \\ +      & Ligne 2 \\ 
-      & Column g2d \\+      & Ligne 3 \\ 
 +      & Ligne 4 \\
 \hline \hline
 \end{tabular} \end{tabular}
 </code> </code>
-A similar effect (with the possibility of a little more +</WRAP>
-sophistication) may be achieved by putting a smaller table that lines +
-up the text into a ''*''-declared ''\multirow''.+
  
-The ''\multirow'' command may also used to write labels vertically +<WRAP column 45ex> 
-down one or other side of a table (with the help of the +<latexdoc> 
-[[ctanpkg>graphics|graphics]] or [[ctanpkg>graphicx|graphicx]] package, which provide the +\documentclass{article} 
-''\rotatebox'' command):+\usepackage{multirow} 
 +\pagestyle{empty}  
 +\begin{document} 
 +\begin{tabular}{|c|c|} 
 +\hline 
 +\multirow{4}{25mm}{Texte% 
 +   \\multiligne}  
 +      & Ligne 1 \\ 
 +      & Ligne 2 \\ 
 +      & Ligne 3 \\ 
 +      & Ligne 4 \\ 
 +\hline 
 +\end{tabular} 
 +\end{document} 
 +</latexdoc> 
 +</WRAP> 
 +<WRAP clear /> 
 + 
 +Un effet similaire (permettant un peu plus de sophistication) peut être obtenu en mettant un tableau plus petit qui aligne le texte dans une commande ''\multirow'' utilisant « ''*'' ».  
 + 
 +La commande ''\multirow'' peut également être utilisée pour placer des textes écrits verticalement d'un côté ou de l'autre d'un tableau (à l'aide de l'extension [[ctanpkg>graphicx]] qui fournit la commande ''\rotatebox'') : 
  
 +<WRAP column 45ex>
 <code latex> <code latex>
 \begin{tabular}{|l|l|} \begin{tabular}{|l|l|}
 \hline \hline
-\multirow{4}{*}{\rotatebox{90}{hi there}} +\multirow{4}{*}{
-      & Column g2a\\ +   \rotatebox{90}{Texte}} 
-      & Column g2b \\ +      & Ligne 1 \\ 
-      & Column g2c \\ +      & Ligne 2 \\ 
-      & Column g2d \\+      & Ligne 3 \\ 
 +      & Ligne 4 \\
 \hline \hline
 \end{tabular} \end{tabular}
 </code> </code>
-(which gives text going upwards; use angle ''-90'' for text going +</WRAP>
-downwards, of course).+
  
-To make a ''\multicolumn'' multi-row "cell" in a table, you have to +<WRAP column 45ex> 
-enclose a ''\multirow'' inside a ''\multicolumn'' --- the other way +<latexdoc> 
-around does not workso:+\documentclass{article} 
 +\usepackage{multirow} 
 +\usepackage{graphicx} 
 +\pagestyle{empty}  
 +\begin{document} 
 +\begin{tabular}{|l|l|} 
 +\hline 
 +\multirow{4}{*}{% 
 +    \rotatebox{90}{Texte}} 
 +      & Ligne 1 \\ 
 +      & Ligne 2 \\ 
 +      & Ligne 3 \\ 
 +      & Ligne 4 \\ 
 +\hline 
 +\end{tabular} 
 +\end{document} 
 +</latexdoc> 
 +</WRAP> 
 +<WRAP clear /> 
 + 
 +Cet exemple donne un texte qui va vers le haut. Pour un texte allant vers le bas, il faudrait prendre un angle de ''-90''.  
 + 
 +Pour créer une cellule s'étendant sur plusieurs lignes et plusieurs colonnes, il faut inclure la commande ''\multirow'' à l'intérieur de la commande ''\multicolumn'', l'inverse ne fonctionnant pas 
  
 +<WRAP column 45ex>
 <code latex> <code latex>
 \begin{tabular}{|c|c|c|}\hline \begin{tabular}{|c|c|c|}\hline
-\multicolumn{2}{|c|}{\multirow{2}{*}{combined cells}} +\multicolumn{2}{|c|}{ 
-     &top right\\ \cline{3-3}+   \multirow{2}{*}{Cellules 
 +   combinées}} 
 +     &Haut droit\\ \cline{3-3}
 \multicolumn{2}{|c|}{} \multicolumn{2}{|c|}{}
-     &middle right\\ \hline +     &Centre droit\\ \hline 
-bottom left +Bas gauche 
-     &bottom center +     &Bas centre 
-     &bottom right\\ \hline+     &Bas droit\\ \hline
 \end{tabular} \end{tabular}
 </code> </code>
-[[ctanpkg>Multirow|Multirow]] is set up to interact with the [[ctanpkg>bigstrut|bigstrut]] +</WRAP>
-package (which is also discussed in the answer to  +
-[[FAQ-struttab|spacing lines in tables]]).  You use an +
-optional argument to the ''\multirow'' command to say how many of the +
-rows in the multi-row have been opened up with ''\bigstrut''.+
  
-The documentation of both [[ctanpkg>multirow|multirow]] and [[ctanpkg>bigstrut|bigstrut]] is +<WRAP column 45ex> 
-to be found, as comments, in the package files themselves.+<latexdoc> 
 +\documentclass{article} 
 +\usepackage{multirow
 +\pagestyle{empty}  
 +\begin{document} 
 +\begin{tabular}{|c|c|c|}\hline 
 +\multicolumn{2}{|c|}{ 
 +   \multirow{2}{*}{Cellules 
 +   combinées}} 
 +     &Haut droit\\ \cline{3-3} 
 +\multicolumn{2}{|c|}{} 
 +     &Centre droit\\ \hline 
 +Bas gauche 
 +     &Bas centre 
 +     &Bas droit\\ \hline 
 +\end{tabular} 
 +\end{document} 
 +</latexdoc> 
 +</WRAP> 
 +<WRAP clear />
  
 +L'extension [[ctanpkg>multirow]] est configurée pour interagir avec l'extension [[ctanpkg>bigstrut]] (abordée dans la question « [[3_composition:tableaux:lignes:augmenter_la_largeur_des_lignes_d_un_tableau|Comment gérer l'espacement interligne dans un tableau ?]] »). Vous pouvez utiliser un argument facultatif de la commande ''\multirow'' pour dire combien de lignes de votre cellule multiligne sont ouvertes avec ''\bigstrut''.
  
----+La documentation de [[ctanpkg>multirow]] et de [[ctanpkg>bigstrut]] se trouve, sous forme de commentaires, dans les fichiers des extensions elles-mêmes. 
  
 +-----
 //Source:// [[faquk>FAQ-multirow|Merging cells in a column of a table]] //Source:// [[faquk>FAQ-multirow|Merging cells in a column of a table]]
  
-{{htmlmetatags>metatag-keywords=(LaTeX,figures,floats,tables+{{htmlmetatags>metatag-keywords=(LaTeX,tables,fusionner des cellules,fusionner des cases,multiligne
-metatag-og:title=(Merging cells in a column of a table)+metatag-og:title=(Comment fusionner des cellules d'une même colonne dans un tableau)
 metatag-og:site_name=(FAQ LaTeX francophone) metatag-og:site_name=(FAQ LaTeX francophone)
 }} }}
- 
3_composition/tableaux/cellules/fusionner_des_cellule_dans_une_colonne.1543790892.txt.gz · Dernière modification : 2018/12/02 22:48 de jejust
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0