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/06/03 13:19] joseph.wright3_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:
---- +====== Comment fusionner des cellules d'une même colonne dans un tableau? ======
-title: Merging cells in a column of a table +
-category: floats +
-tags: +
-  - tables +
-  - figures +
-permalink: /FAQ-multirow +
----+
  
-It'easy to come up with a table design that requires a cell that +Certains tableaux nécessitent une cellule qui s'étendent sur plusieurs lignesLe 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.
-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  +
-[diagonal separation in corner cells](FAQ-slashbox)but that +
-technique rather strictly limits what can be used as the content of +
-the cell.+
  
-The [`multirow`](https://ctan.org/pkg/multirow) package enables you to construct such multi-row +===== Avec l'extension “multirow” ===== 
-cells, in a very simple manner.  For the simplest possible use, one + 
-might write: +L'extension [[ctanpkg>multirow]] vous permet de construire de telles cellules s'étendant sur plusieurs lignesPar exemple :  
-```latex+ 
 +<WRAP column 45ex> 
 +<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> 
-and [`multirow`](https://ctan.org/pkg/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> 
-case, the argument may contain forced line-breaks: +<latexdoc> 
-```latex+\documentclass{article} 
 +\usepackage{multirow} 
 +\pagestyle{empty}  
 +\begin{document}
 \begin{tabular}{|c|c|} \begin{tabular}{|c|c|}
 \hline \hline
-\multirow{4}{25mm}{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}
-``` +\end{document} 
-A similar effect (with the possibility of a little more +</latexdoc> 
-sophistication) may be achieved by putting a smaller table that lines +</WRAP> 
-up the text into a `*`-declared `\multirow`.+<WRAP clear />
  
-The `\multirow` command may also used to write labels vertically +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.  
-down one or other side of a table (with the help of the + 
-[`graphics`](https://ctan.org/pkg/graphicsor [`graphicx`](https://ctan.org/pkg/graphicx) package, which provide the +Le symbole « ''*'' » peut être remplacé par une largeur de colonne. Dans ce cas, le contenu de la cellule multiligne peut contenir des sauts de ligne imposés :  
-`\rotatebox` command): + 
-```latex+<WRAP column 45ex> 
 +<code latex> 
 +\begin{tabular}{|c|c|} 
 +\hline 
 +\multirow{4}{25mm}{Texte% 
 +   \\multiligne}  
 +      & Ligne 1 \\ 
 +      & Ligne 2 \\ 
 +      & Ligne 3 \\ 
 +      & Ligne 4 \\ 
 +\hline 
 +\end{tabular} 
 +</code> 
 +</WRAP> 
 + 
 +<WRAP column 45ex> 
 +<latexdoc> 
 +\documentclass{article} 
 +\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 sophisticationpeut ê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>
 \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> 
-(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`&nbsp;&mdash; the other way +<latexdoc> 
-around does not workso+\documentclass{article} 
-```latex+\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 basil 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>
 \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> 
-[`Multirow`](https://ctan.org/pkg/Multirow) is set up to interact with the [`bigstrut`](https://ctan.org/pkg/bigstrut) +</WRAP> 
-package (which is also discussed in the answer to  + 
-[spacing lines in tables](FAQ-struttab)).  You use an +<WRAP column 45ex> 
-optional argument to the `\multirow` command to say how many of the +<latexdoc> 
-rows in the multi-row have been opened up with `\bigstrut`.+\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''.
  
-The documentation of both [`multirow`](https://ctan.org/pkg/multirow) and [`bigstrut`](https://ctan.org/pkg/bigstrut) is +La documentation de [[ctanpkg>multirow]] et de [[ctanpkg>bigstrut]] se trouvesous forme de commentairesdans les fichiers des extensions elles-mêmes
-to be foundas commentsin the package files themselves.+
  
 +-----
 +//Source:// [[faquk>FAQ-multirow|Merging cells in a column of a table]]
  
 +{{htmlmetatags>metatag-keywords=(LaTeX,tables,fusionner des cellules,fusionner des cases,multiligne)
 +metatag-og:title=(Comment fusionner des cellules d'une même colonne dans un tableau)
 +metatag-og:site_name=(FAQ LaTeX francophone)
 +}}
3_composition/tableaux/cellules/fusionner_des_cellule_dans_une_colonne.1528031970.txt.gz · Dernière modification : 2018/06/03 13:19 (modification externe)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0