]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/fr/EmbeddedObjects.lyx
port changes from branch
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
index d94ca68e2baa72b54bccfd731ff0e2b68e897612..32d152fe0178a9d536996b13d5220034360316f0 100644 (file)
   \setboolean{lettrine}{true}}
  {\setboolean{lettrine}{false}}
 
+% check for diagbox
+\newboolean{diagbox}
+\IfFileExists{diagbox.sty}
+ {\usepackage{diagbox}
+  \setboolean{diagbox}{true}}
+ {\setboolean{diagbox}{false}}
+
 % use normal list environments also in French documents
 \frenchbsetup{StandardLayout}
 \end_preamble
@@ -320,7 +327,7 @@ colortbl
 \series default
 , 
 \series bold
-lettrine, marginnote, picinpar
+diagbox, lettrine, marginnote, picinpar
 \series default
 , et 
 \series bold
@@ -1338,11 +1345,7 @@ reference "cha:Formats-fichiers-graphiques"
 
 \end_inset
 
-,
-\lang english
-\lang french
-chaque format pour la sortie du document ne va accepter qu'un petit nombre
+, chaque format pour la sortie du document ne va accepter qu'un petit nombre
  de formats d'images.
  Pour s'en sortir LyX utilise le programme 
 \family typewriter
@@ -1351,11 +1354,7 @@ ImageMagick
  en arrière plan pour convertir les formats que vous utilisez dans un des
  formats acceptés par le format de sortie.
  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
-ons en n'utilisant que les formats listés dans les sous sections de
-\lang english
-\lang french
-l'appendice
+ons en n'utilisant que les formats listés dans les sous sections de l'appendice
 \begin_inset space ~
 \end_inset
 
@@ -1819,9 +1818,9 @@ status collapsed
 .
  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
  en EPS, mais le résultat ne sera pas redimensionnable.
- Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
+ Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
 \begin_inset Foot
-status open
+status collapsed
 
 \begin_layout Plain Layout
 Dans le cas du PDF l'image initiale est aussi compressée.
@@ -1829,7 +1828,7 @@ Dans le cas du PDF l'image initiale est aussi compressée.
 
 \end_inset
 
-.
+
 \end_layout
 
 \begin_layout Standard
@@ -1843,11 +1842,7 @@ Adobe Photoshop
 \begin_layout Standard
 En principe il est quasiment impossible de convertir une image matricielle
  en graphique vectoriel, seul le contraire est possible.
-
-\lang english
-\lang french
-Seuls les formats d'image PDF et EPS peuvent être directement incorporés
+ Seuls les formats d'image PDF et EPS peuvent être directement incorporés
  dans respectivement un fichier de sortie PDF ou PostScript.
  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
 Vous devez donc faire attention avec les saut de lignes forcés.
 \end_layout
 
-\begin_layout Section
-Les tableaux formels
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:Tableaux-Formels"
+\begin_layout Subsection
 
-\end_inset
+\lang english
+Cells with diagonal line(s)
+\end_layout
+
+\begin_layout Standard
 
+\lang english
+To tell the reader what is meant by column and row headings in a table,
+ it is helpful to split the first cell of the table by one or two diagonal
+ lines.
+ This can be achieved by loading the LaTeX-package 
+\series bold
+diagbox
+\series default
+\lang french
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-Tableau ! Formel
+Paquetages LaTeX ! diagbox
 \end_layout
 
 \end_inset
 
+\lang english
+in the document preamble.
+ The package provides the command 
+\series bold
 
-\end_layout
-
-\begin_layout Standard
-Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
- à celle du tableau
+\backslash
+diagbox
+\series default
+ that is inserted as TeX-Code and that can take 2 or 3
 \begin_inset space ~
 \end_inset
 
+arguments:
+\end_layout
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:Exemple-tableau-booktabs"
+\begin_layout Standard
 
-\end_inset
+\series bold
+\lang english
 
-.
- Ce genre de tableau est appelé 
-\begin_inset Quotes eld
-\end_inset
+\backslash
+diagbox[options]{lower left}{upper right}
+\end_layout
 
+\begin_layout Standard
 
-\emph on
-formel
-\emph default
+\series bold
+\lang english
 
-\begin_inset Quotes erd
-\end_inset
+\backslash
+diagbox[options]{lower left}{upper left}{upper right}
+\end_layout
 
-.
- Pour transformer un tableau en tableau formel, utilisez l'option 
-\family sans
-Formel
-\family default
- de l'onglet 
-\family sans
-Bordures
-\family default
- de la fenêtre de dialogue 
-\family sans
-Paramètres
-\begin_inset space ~
-\end_inset
+\begin_layout Standard
 
-du
+\lang english
+The first scheme divides the cell by a single diagonal line and the arguments
+ are placed below and above this line.
+ The second scheme divides the cell by 2
 \begin_inset space ~
 \end_inset
 
-tableau
-\family default
-.
+lines.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-\begin_inset Caption
+
+
+\backslash
+ifdiagbox
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:Exemple-tableau-booktabs"
+La section suivante ne s'affichera que si vous avez installé le paquetage
+ LaTeX 
+\series bold
+diagbox
+\series default
+.
+\end_layout
 
 \end_inset
 
-Exemple de tableau formel
+
 \end_layout
 
+\begin_layout Standard
+
+\lang english
+Here is an example table where 
+\series bold
+
+\backslash
+diagbox 
+\series default
+is used in the 2-argument scheme in the first cell:
+\begin_inset VSpace medskip
 \end_inset
 
 
 \end_layout
 
-\begin_layout Plain Layout
-\align center
+\begin_layout Standard
+\noindent
+
+\lang english
 \begin_inset Tabular
-<lyxtabular version="3" rows="8" columns="4">
-<features booktabs="true" tabularvalignment="middle">
+<lyxtabular version="3" rows="4" columns="4">
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
 <row>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-Système
+
+\lang english
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+
+Name
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-Chip
-\begin_inset space \thinspace{}
-\end_inset
 
-1
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+
+Parameter
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-Chip
-\begin_inset space \thinspace{}
+
+}
+\end_layout
+
 \end_inset
 
-2
+
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
+\lang english
+Thickness in nm
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
 
-\backslash
-cmidrule(r){2-2}
+\lang english
+Transparency in %
 \end_layout
 
 \end_inset
-
-
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
 
-
-\backslash
-cmidrule(l){3-4}
+\lang english
+Hardness in MPa
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-Épaisseur du capteur en µm
+\begin_layout Plain Layout
+
+\lang english
+Perfect Green
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-300
+
+\lang english
+45
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-300
+
+\lang english
+80
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-700
+
+\lang english
+504
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-Angle du biseau en °
+
+\lang english
+Dark Multi-P
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-3.55
+
+\lang english
+60
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-2.71
+
+\lang english
+72
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-7.99
+
+\lang english
+982
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topspace="default">
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-Résolution spatiale en µm
+
+\lang english
+Crystal Clear Pro
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-4.26
+
+\lang english
+18
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-10.17
+
+\lang english
+86
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-10.56
+
+\lang english
+374
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topspace="default">
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+</lyxtabular>
+
+\end_inset
+
+
+\begin_inset VSpace medskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+The 3-argument scheme is for example useful for cross-tables of sports leagues
+ or distances:
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="4">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-MTF à 
-\begin_inset Formula $f_{\mathrm{max}}$
+
+\lang english
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox{
+\end_layout
+
 \end_inset
 
+Team home
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+
+Result
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-0.53
+
+}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" usebox="none">
-\begin_inset Text
+
+Team away
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-0.37
+
+}
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-0.39
+
+\lang english
+Tigers
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topspace="default">
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset ERT
-status collapsed
 
-\begin_layout Plain Layout
+\lang english
+Panthers
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\backslash
-cmidrule(l{10pt}){1-1}
+\lang english
+Falcons
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-résolution spatiale LSF
+\begin_layout Plain Layout
+
+\lang english
+Tigers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
+\lang english
+---
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
+\lang english
+1:3
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
+\lang english
+0:1
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-en µm
+
+\lang english
+Panthers
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-129.7
+
+\lang english
+3:1
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-52.75
+
+\lang english
+---
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-50.78
+
+\lang english
+0:0
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-en % de la taille des pixels
+
+\lang english
+Falcons
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-76.3
+
+\lang english
+1:0
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-95.9
+
+\lang english
+0:0
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-92.3
+
+\lang english
+---
 \end_layout
 
 \end_inset
@@ -13599,88 +13744,1936 @@ en % de la taille des pixels
 
 \end_layout
 
-\end_inset
-
+\begin_layout Standard
 
+\lang english
+For larger cross-tables one might use split cells in 2 or every corner of
+ the table like in this example:
 \end_layout
 
 \begin_layout Standard
-De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
-\family sans
-Bordures
-\family default
- de la fenêtre de dialogue 
-\family sans
-Paramètres
-\begin_inset space ~
-\end_inset
+\noindent
+\align center
 
-du
-\begin_inset space ~
-\end_inset
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="5" columns="5">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-tableau
-\family default
- comme c'est décrit dans la section
-\begin_inset space ~
-\end_inset
+\begin_layout Plain Layout
 
+\lang english
+\begin_inset ERT
+status open
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:Espacement-lignes"
+\begin_layout Plain Layout
 
-\end_inset
 
-.
+\backslash
+diagbox{
 \end_layout
 
-\begin_layout Standard
-Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
- verticales.
- Les lignes horizontales peuvent être mise en place comme pour les tableaux
- normaux mais elles apparaissent avec des épaisseurs différentes dans la
- sortie imprimée :
-\begin_inset Newline newline
 \end_inset
 
-La première et la dernière ligne ont implicitement une épaisseur de 0.08
-\begin_inset space \thinspace{}
-\end_inset
+Team home
+\begin_inset ERT
+status collapsed
 
-em alors que les autres lignes ont implicite une épaisseur de 0.05
-\begin_inset space \thinspace{}
-\end_inset
+\begin_layout Plain Layout
 
-em.
+}{
 \end_layout
 
-\begin_layout Standard
-Les épaisseurs prises implicitement peuvent être modifiées en utilisant
- les lignes de préambule suivantes :
-\end_layout
+\end_inset
 
-\begin_layout Standard
+Result
+\begin_inset ERT
+status collapsed
 
-\series bold
+\begin_layout Plain Layout
+
+}{
+\end_layout
 
-\backslash
-let
-\backslash
-mytoprule
-\backslash
-toprule
-\begin_inset Newline newline
 \end_inset
 
+Team away
+\begin_inset ERT
+status collapsed
 
-\backslash
-renewcommand{
-\backslash
-toprule}{
-\backslash
-mytoprule[width]}
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Tigers
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Panthers
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Falcons
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox[dir=NE]{
+\end_layout
+
+\end_inset
+
+Team home
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+Result
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+Team away
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Tigers
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+---
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+1:3
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+0:1
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Tigers
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Panthers
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+3:1
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+---
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+0:0
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Panthers
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Falcons
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+1:0
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+0:0
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+---
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Falcons
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox[dir=SW]{
+\end_layout
+
+\end_inset
+
+Team home
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+Result
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+Team away
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Tigers
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Panthers
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Falcons
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox[dir=SE]{
+\end_layout
+
+\end_inset
+
+Team home
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+Result
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+Team away
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+To rotate the diagonal lines, the command option 
+\series bold
+dir=direction
+\series default
+ is used.
+\emph on
+direction
+\emph default
+ is either 
+\series bold
+NE
+\series default
+, 
+\series bold
+DE
+\series default
+, 
+\series bold
+SW
+\series default
+ or 
+\series bold
+NW
+\series default
+ and represent a point of a compass.
+\series bold
+SW
+\series default
+ is for example the south-west corner.
+ Thus in the lower left cell of the above table the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+\lang english
+
+\backslash
+diagbox[dir=SW]{Team home}{Result}{Team away}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+is used.
+ If no direction is given, it will be NW.
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+The necessary width of split cells is automatically calculated.
+ Thus if you set a fixed column width smaller than the calculated one, the
+ cell's content will protrude the cell borders:
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="3cm">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox{
+\end_layout
+
+\end_inset
+
+Name
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+Parameter
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Thickness in nm
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Perfect Green
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+45
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+If you need a certain width for columns with a split cell, use the command
+ option 
+\series bold
+width=3cm
+\series default
+ (replace '3cm' by the width you need).
+ In the following table the width of the first column is set to 4
+\begin_inset space \thinspace{}
+\end_inset
+
+cm.
+ For 
+\series bold
+
+\backslash
+diagbox
+\series default
+ a width of 4
+\begin_inset space \thinspace{}
+\end_inset
+
+cm + 2
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\backslash
+tabcolsep is necessary because the overall width is the width for the text
+ (in this case the 4
+\begin_inset space \thinspace{}
+\end_inset
+
+cm) plus two times the separation of the text and the cell border.
+ The calculation of the width cannot be done in the command option of 
+\series bold
+
+\backslash
+diagbox
+\series default
+ so one needs to create a new length which can be used later.
+ This is done with the TeX-Code commands
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newlength{
+\backslash
+diagtest}
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+setlength{
+\backslash
+diagtest}{4cm+2
+\backslash
+tabcolsep}
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+newlength{
+\backslash
+diagtest}
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+diagtest}{4cm+2
+\backslash
+tabcolsep}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+To enable calculations in LaTeX one needs to load the package 
+\series bold
+calc
+\series default
+\lang french
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Paquetages LaTeX ! calc
+\end_layout
+
+\end_inset
+
+\lang english
+in the document preamble.
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+In this table you can now use the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+diagbox[width=
+\backslash
+diagtest]{A}{B}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+in the first cell:
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="4cm">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox[width=
+\backslash
+diagtest]{
+\end_layout
+
+\end_inset
+
+A
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+B
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Thickness in nm
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Perfect Green
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+45
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+Note that the split cell needs to be the widest one in the column.
+ Otherwise the length of the diagonal line cannot be calculated correctly
+ like in this table:
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox{
+\end_layout
+
+\end_inset
+
+A
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+B
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Thickness in nm
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Perfect Green
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+45
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+In this case use the 
+\series bold
+width
+\series default
+ option of the 
+\series bold
+
+\backslash
+diagbox
+\series default
+ command.
+ It is then not necessary to add 2
+\backslash
+tabcolsep because the cell width is now the width of the column.
+ In this table a width of 3
+\begin_inset space \thinspace{}
+\end_inset
+
+cm is used:
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox[width=3cm]{
+\end_layout
+
+\end_inset
+
+A
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+B
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Thickness in nm
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Perfect Green
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+45
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+For multiple text lines in split cells one needs some extra height to fit
+ the text to the cell.
+ This can be achieved with the 
+\series bold
+
+\backslash
+diagbox
+\series default
+ option 
+\series bold
+height=3cm
+\series default
+ (replace '3cm' by the height you need).
+ In the following table the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+diagbox[width=3cm,height=1.4cm]{A
+\backslash
+
+\backslash
+B}{C
+\backslash
+
+\backslash
+D}
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+is used in the first cell.
+ The command 
+\series bold
+
+\backslash
+
+\backslash
+
+\series default
+ creates hereby the line break.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+Breaking lines with 
+\family sans
+Ctrl+Return
+\family default
+ is only possible when the column has a fixed width.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\noindent
+\align center
+
+\lang english
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+diagbox[width=3cm,height=1.4cm]{
+\end_layout
+
+\end_inset
+
+A
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+
+\backslash
+
+\end_layout
+
+\end_inset
+
+B
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{
+\end_layout
+
+\end_inset
+
+C
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+
+\backslash
+
+\end_layout
+
+\end_inset
+
+D
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Thickness in nm
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+Perfect Green
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\lang english
+45
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+else
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+Ce qui suit sera affiché si le paquetage LaTeX 
+\series bold
+diagbox
+\series default
+ n'est pas installé :
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Vous devez installer le paquetage LaTeX 
+\series bold
+diagbox
+\series default
+ pour voir le contenu des cette section dans la sortie imprimée.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fi
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+For more info about the LaTeX-package 
+\series bold
+diagbox
+\series default
+, see its documentation
+\lang french
+, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "diagbox"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Section
+Les tableaux formels
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Tableaux-Formels"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Tableau ! Formel
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
+ à celle du tableau
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Exemple-tableau-booktabs"
+
+\end_inset
+
+.
+ Ce genre de tableau est appelé 
+\begin_inset Quotes fld
+\end_inset
+
+
+\emph on
+formel
+\emph default
+
+\begin_inset Quotes frd
+\end_inset
+
+.
+ Pour transformer un tableau en tableau formel, utilisez l'option 
+\family sans
+Formel
+\family default
+ de l'onglet 
+\family sans
+Bordures
+\family default
+ de la fenêtre de dialogue 
+\family sans
+Paramètres
+\begin_inset space ~
+\end_inset
+
+du
+\begin_inset space ~
+\end_inset
+
+tableau
+\family default
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Exemple-tableau-booktabs"
+
+\end_inset
+
+Exemple de tableau formel
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="8" columns="4">
+<features booktabs="true" tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Système
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Chip
+\begin_inset space \thinspace{}
+\end_inset
+
+1
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Chip
+\begin_inset space \thinspace{}
+\end_inset
+
+2
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cmidrule(r){2-2}
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cmidrule(l){3-4}
+\end_layout
+
+\end_inset
+
+Épaisseur du capteur en µm
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+300
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+300
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+700
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Angle du biseau en °
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+3.55
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+2.71
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+7.99
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Résolution spatiale en µm
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+4.26
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+10.17
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+10.56
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+MTF à 
+\begin_inset Formula $f_{\mathrm{max}}$
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+0.53
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+0.37
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+0.39
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cmidrule(l{10pt}){1-1}
+\end_layout
+
+\end_inset
+
+résolution spatiale LSF
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+en µm
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+129.7
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+52.75
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+50.78
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+en % de la taille des pixels
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+76.3
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+95.9
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+92.3
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
+\family sans
+Bordures
+\family default
+ de la fenêtre de dialogue 
+\family sans
+Paramètres
+\begin_inset space ~
+\end_inset
+
+du
+\begin_inset space ~
+\end_inset
+
+tableau
+\family default
+ comme c'est décrit dans la section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Espacement-lignes"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
+ verticales.
+ Les lignes horizontales peuvent être mise en place comme pour les tableaux
+ normaux mais elles apparaissent avec des épaisseurs différentes dans la
+ sortie imprimée :
+\begin_inset Newline newline
+\end_inset
+
+La première et la dernière ligne ont implicitement une épaisseur de 0.08
+\begin_inset space \thinspace{}
+\end_inset
+
+em alors que les autres lignes ont implicite une épaisseur de 0.05
+\begin_inset space \thinspace{}
+\end_inset
+
+em.
+\end_layout
+
+\begin_layout Standard
+Les épaisseurs prises implicitement peuvent être modifiées en utilisant
+ les lignes de préambule suivantes :
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+mytoprule
+\backslash
+toprule
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+toprule}{
+\backslash
+mytoprule[width]}
 \end_layout
 
 \begin_layout Standard
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-Pour colorer les filets horizontaux en rouge comme pour le tableau
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:Tableau-filet-horizontaux-colorés"
-
-\end_inset
-
-, insérez les commandes suivantes en code TeX juste avant le tableau ou
- le flottant de tableau :
-\end_layout
-
-\begin_layout Standard
-
-\series bold
+\begin_inset VSpace bigskip
+\end_inset
+
+Pour colorer les filets horizontaux en rouge comme pour le tableau
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Tableau-filet-horizontaux-colorés"
+
+\end_inset
+
+, insérez les commandes suivantes en code TeX juste avant le tableau ou
+ le flottant de tableau :
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+myHlineC
+\backslash
+hline
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+hline}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+{
+\backslash
+arrayrulecolor{red}
+\backslash
+myHlineC
+\backslash
+arrayrulecolor{black}}
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+let
+\backslash
+myHlineC
+\backslash
+hline
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+hline}
+\end_layout
+
+\begin_layout Plain Layout
+
+ {
+\backslash
+arrayrulecolor{red}
+\backslash
+myHlineC
+\backslash
+arrayrulecolor{black}}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Tableau-filet-horizontaux-colorés"
+
+\end_inset
+
+Tableau avec filets horizontaux colorés
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Pour revenir à la couleur noire implicite, insérez la commande suivante
+ en code TeX, juste après le tableau ou le flottant de tableau :
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHlineC}
+\end_layout
+
+\begin_layout Standard
+Le tableau
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Tableau-avec-filets-colorés"
+
+\end_inset
+
+ est un exemple avec des filets horizontaux et verticaux colorés.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Tableau-avec-filets-colorés"
+
+\end_inset
+
+Tableau avec filets horizontaux et verticaux colorés
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<column alignment="center" valignment="top" width="0" special="WcW">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\backslash
-let
-\backslash
-myHlineC
-\backslash
-hline
-\begin_inset Newline newline
-\end_inset
+\begin_layout Plain Layout
 
 
 \backslash
 renewcommand{
 \backslash
-hline}
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset Phantom HPhantom
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-\begin_inset space ~
-\end_inset
-
-
+hline}{
+\backslash
+myHlineC}
 \end_layout
 
 \end_inset
 
-{
-\backslash
-arrayrulecolor{red}
-\backslash
-myHlineC
-\backslash
-arrayrulecolor{black}}
+
 \end_layout
 
 \begin_layout Standard
@@ -16489,292 +18835,319 @@ status collapsed
 
 
 \backslash
-let
-\backslash
-myHlineC
+setlength{
 \backslash
-hline
+arrayrulewidth}{0.4pt}
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
 
 
-\backslash
-renewcommand{
-\backslash
-hline}
 \end_layout
 
-\begin_layout Plain Layout
+\begin_layout Section
 
- {
-\backslash
-arrayrulecolor{red}
-\backslash
-myHlineC
-\backslash
-arrayrulecolor{black}}
-\end_layout
+\lang english
+Table Width Calculation
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Table-Width-Calculation"
 
 \end_inset
 
 
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
+\end_layout
 
-\begin_layout Plain Layout
-\begin_inset Caption
+\begin_layout Standard
 
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:Tableau-filet-horizontaux-colorés"
+\lang english
+For wide tables it is sometimes difficult to assure that the table does
+ not protrude over the page margin.
+ Setting a fixed width for every column of the table is the solution, but
+ what amount of space is needed for each column?
+\end_layout
 
+\begin_layout Standard
+
+\lang english
+The table width 
+\begin_inset Formula $W_{\mathrm{table}}$
 \end_inset
 
-Tableau avec filets horizontaux colorés
-\end_layout
+ can be calculated: Every column has the width of the specified column width
+\begin_inset Formula $W_{\mathrm{column}}$
+\end_inset
 
+ (that the content of the column can consume) plus two times the separation
+ between the column content and the column border (LaTeX length
+\series bold
+\backslash
+tabcolsep
+\series default
+, default 6
+\begin_inset space \thinspace{}
 \end_inset
 
+pt) plus the width of a border line (LaTeX length 
+\series bold
 
-\end_layout
+\backslash
+arrayrulewidth
+\series default
+, default 0.4
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+pt): So if all 
+\begin_inset Formula $n$
+\end_inset
 
-\begin_layout Plain Layout
-sd
-\end_layout
 
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
+columns have the same width, the table width is
+\lang french
 
-\end_layout
+\begin_inset Formula 
+\begin{equation}
+W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
+\end{equation}
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
 
-\begin_layout Plain Layout
+\lang english
+The available width for a table is the space between the page margins or
+ the width of a text column (for a two-column document) (LaTeX length 
+\series bold
 
-\end_layout
+\backslash
+columnwidth
+\series default
+).
+ If all table columns should have the same width and 
+\begin_inset Formula $W_{\mathrm{table}}$
+\end_inset
 
+ should be 1
+\begin_inset space \thinspace{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-sd
-\end_layout
 
+\backslash
+columnwidth, 
+\begin_inset Formula $W_{\mathrm{column}}$
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
 
+ can easily be calculated.
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Plain Layout
+\begin_layout Standard
 
-\end_layout
+\lang english
+To be able to perform calculations you need to load the LaTeX-package 
+\series bold
+calc
+\series default
+\lang french
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Index idx
+status collapsed
 
 \begin_layout Plain Layout
-
+Paquetages LaTeX ! calc
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-sd
-\end_layout
 
+\lang english
+ in the document preamble.
+ To set the width in the table dialog you have to use the field 
+\family sans
+LaTeX argument
+\family default
+.
+ The command scheme for this field is the same that is explained in section
+\begin_inset space ~
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\lang french
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Calculs-multicolonnes"
 
 \end_inset
 
 
-\end_layout
+\lang english
+.
+ For a table with 5
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-Pour revenir à la couleur noire implicite, insérez la commande suivante
- en code TeX, juste après le tableau ou le flottant de tableau :
+columns with an uniform width and centered text, enter there for each column
+ the command
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-
-\backslash
-renewcommand{
+>{
 \backslash
-hline}{
+centering}p{(1
 \backslash
-myHlineC}
+columnwidth-62.4pt)/5}
 \end_layout
 
 \begin_layout Standard
-Le tableau
+
+\lang english
+For a table with 5
+\begin_inset space \thinspace{}
+\end_inset
+
+columns where 2 should have 0.75
 \begin_inset space ~
 \end_inset
 
+times the width than the 3 others, the calculation is
+\end_layout
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:Tableau-avec-filets-colorés"
+\begin_layout Standard
+\begin_inset Formula 
+\begin{align}
+\backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
+ & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
+ & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
+W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
+\end{align}
 
 \end_inset
 
- est un exemple avec des filets horizontaux et verticaux colorés.
+
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
 
-\begin_layout Plain Layout
-\begin_inset Caption
+\lang english
+In the table therefore the command
+\end_layout
 
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:Tableau-avec-filets-colorés"
+\begin_layout Standard
 
-\end_inset
+\series bold
+>{
+\backslash
+centering}p{(1
+\backslash
+columnwidth-62.4pt)/
+\backslash
+real{4.5}}
+\end_layout
 
-Tableau avec filets horizontaux et verticaux colorés
+\begin_layout Standard
+
+\lang english
+is used for the wider columns and
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
+>{
+\backslash
+centering}p{(1
+\backslash
+columnwidth-62.4pt)/
+\backslash
+real{4.5}*
+\backslash
+real{0.75}}
+\end_layout
 
+\begin_layout Standard
+
+\lang english
+for the smaller ones:
 \end_layout
 
-\begin_layout Plain Layout
-\align center
+\begin_layout Standard
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
+<lyxtabular version="3" rows="2" columns="5">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0" special="Wc">
-<column alignment="center" valignment="top" width="0" special="Wc">
-<column alignment="center" valignment="top" width="0" special="WcW">
+<column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
+<column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
+<column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
+<column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
+<column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
 <row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+1
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+2
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+3
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+4
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+5
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+111111 1111111 111111 111111111 11111 11111 1111
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topspace="default">
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+2222 22222 222222 222222222 2222222 22 22222
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
 
 \end_layout
 
 \end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-
-
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHlineC}
+333333 333333 333333 33333 3333333 333
 \end_layout
 
 \end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{0.4pt}
-\end_layout
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
@@ -17261,8 +19600,6 @@ strut
 \series default
  en code TeX au debut d'une ligne du tableau.
  Le tableau
-\lang english
-
 \begin_inset space ~
 \end_inset
 
@@ -17273,8 +19610,6 @@ reference "tab:Alignement-vertical"
 
 \end_inset
 
-
-\lang french
  montre l'effet de cette commande.
 \end_layout
 
@@ -18310,8 +20645,19 @@ Personnalisation des tableaux !  Format de cellule/colonne
 \end_layout
 
 \begin_layout Standard
-Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
- multi-colonne comme dans la section
+Calculer la largeur nécessaire pour colonnes normales comme dans la section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Table-Width-Calculation"
+
+\end_inset
+
+ et pour des colonnes couvertes par un cellule multi-colonne comme dans
+ la section
 \begin_inset space ~
 \end_inset
 
@@ -18322,8 +20668,7 @@ reference "sub:Calculs-multicolonnes"
 
 \end_inset
 
- peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
- multi-colonnes.
+ peut devenir très pénible si vous avez plusieurs tableaux.
  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
  du document.
@@ -18472,138 +20817,669 @@ tabcolsep+
 arrayrulewidth)*(1-#2))/#2}}
 \end_layout
 
-\begin_layout Standard
-Ce format utilise l'équation
-\begin_inset space ~
+\begin_layout Standard
+Ce format utilise l'équation
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "eq:Wgn"
+
+\end_inset
+
+ pour calculer la largeur que doit avoir chacune des cellules couverte par
+ la cellule multi-colonne pour qu'elles aient toutes la même largeur.
+\end_layout
+
+\begin_layout Standard
+Ensuite, vous pouvez entrer
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
+\end_layout
+
+\begin_layout Standard
+comme paramètre LaTeX de la colonne.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Pour des colonnes colorées, vous pouvez définir
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcolumntype{K}[1]{>{
+\backslash
+columncolor{#1}
+\backslash
+hspace{0pt}}c}
+\end_layout
+
+\begin_layout Standard
+Le 
+\begin_inset Quotes eld
+\end_inset
+
+c
+\begin_inset Quotes erd
+\end_inset
+
+ à la fin crée une colonne de largeur variable dont le texte est centré
+ horizontalement.
+ Vous pouvez maintenant entrer
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+K{nom de couleur}
+\end_layout
+
+\begin_layout Standard
+comme paramètre LaTeX.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Pour créer le tableau
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Tableau-formats-personnalisés"
+
+\end_inset
+
+ utilisez les paramètres LaTeX
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+M{2.5cm}
+\end_layout
+
+\begin_layout Standard
+pour la première colonne et la multi-colonne,
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+K{red}
+\end_layout
+
+\begin_layout Standard
+pour la dernière colonne, et
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+S{2.5cm}{2}
+\end_layout
+
+\begin_layout Standard
+pour les cellules de la deuxième colonne.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Tableau-formats-personnalisés"
+
+\end_inset
+
+Tableau utilisant des formats personnalisés
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="4">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
+<column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
+<column alignment="center" valignment="middle" width="0">
+<column alignment="center" valignment="middle" width="0" special="K{red}">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+motTrèsLongDansUneCellule
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
+\begin_inset Text
+
+\begin_layout Plain Layout
+multi-colonne avec multi-ligne
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+d
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+e
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+f
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+g
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+i
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+j
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+k
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+Épaisseur des filets
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Epaisseur-filets"
+
+\end_inset
+
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Personnalisation des tableaux ! Épaisseur filets
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
+\series bold
+
+\backslash
+arrayrulewidth
+\series default
+.
+ Pour mettre, par exemple, une épaisseur de filet de 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt, comme pour le tableau
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Tableau-filets-1.5pt"
+
+\end_inset
+
+, insérez la commande
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{1.5pt}
+\end_layout
+
+\begin_layout Standard
+en code TeX avant le tableau ou le flottant de tableau.
+ La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
+ suivent.
+ pour revenir aux valeurs implicites, mettez 
+\series bold
+
+\backslash
+arrayrulewidth
+\series default
+ à 0.4
+\begin_inset space \thinspace{}
+\end_inset
+
+pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{1.5pt}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Float table
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Tableau-filets-1.5pt"
+
+\end_inset
+
+Tableau avec des filets de 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+sd
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\end_layout
+
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\begin_inset CommandInset ref
-LatexCommand eqref
-reference "eq:Wgn"
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
- pour calculer la largeur que doit avoir chacune des cellules couverte par
- la cellule multi-colonne pour qu'elles aient toutes la même largeur.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-Ensuite, vous pouvez entrer
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\series bold
-S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
+\begin_layout Plain Layout
+sd
 \end_layout
 
-\begin_layout Standard
-comme paramètre LaTeX de la colonne.
-\end_layout
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-Pour des colonnes colorées, vous pouvez définir
-\end_layout
+\end_inset
 
-\begin_layout Standard
 
-\series bold
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
 
 \backslash
-newcolumntype{K}[1]{>{
-\backslash
-columncolor{#1}
+setlength{
 \backslash
-hspace{0pt}}c}
+arrayrulewidth}{0.4pt}
 \end_layout
 
-\begin_layout Standard
-Le 
-\begin_inset Quotes eld
-\end_inset
-
-c
-\begin_inset Quotes erd
 \end_inset
 
- à la fin crée une colonne de largeur variable dont le texte est centré
- horizontalement.
- Vous pouvez maintenant entrer
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-K{nom de couleur}
-\end_layout
 
-\begin_layout Standard
-comme paramètre LaTeX.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
+Pour que seuls les filets horizontaux aient une épaisseur de 1.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\end_layout
-
-\begin_layout Standard
-Pour créer le tableau
+pt, comme dans le tableau
 \begin_inset space ~
 \end_inset
 
 
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:Tableau-formats-personnalisés"
+reference "tab:Tableau-filets-horizontaux-1.5pt"
 
 \end_inset
 
- utilisez les paramètres LaTeX
+, insérez les commandes suivantes en code TeX avant le tableau ou le flottant
+ de tableau :
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-M{2.5cm}
+
+\backslash
+let
+\backslash
+myHline
+\backslash
+hline
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+hline}
+\begin_inset Newline newline
+\end_inset
+
+ {
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 1.5pt}
+\begin_inset Newline newline
+\end_inset
+
+\backslash
+myHline
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 0.4pt}}
 \end_layout
 
 \begin_layout Standard
-pour la première colonne et la multi-colonne,
+Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
+ en code TeX après le tableau ou le flottant de tableau :
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-K{red}
+
+\backslash
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHline}
 \end_layout
 
 \begin_layout Standard
-pour la dernière colonne, et
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+let
+\backslash
+myHline
+\backslash
+hline
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
-S{2.5cm}{2}
+
+\backslash
+renewcommand{
+\backslash
+hline}
 \end_layout
 
-\begin_layout Standard
-pour les cellules de la deuxième colonne.
+\begin_layout Plain Layout
+
+ {
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 1.5pt}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
+
+  
+\backslash
+myHline
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 0.4pt}}
+\end_layout
+
+\end_inset
+
+
 \begin_inset Float table
-placement h
 wide false
 sideways false
 status open
@@ -18614,11 +21490,15 @@ status open
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:Tableau-formats-personnalisés"
+name "tab:Tableau-filets-horizontaux-1.5pt"
 
 \end_inset
 
-Tableau utilisant des formats personnalisés
+Tableau avec des filets horizontaux de 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt
 \end_layout
 
 \end_inset
@@ -18629,32 +21509,22 @@ Tableau utilisant des formats personnalisés
 \begin_layout Plain Layout
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="4">
+<lyxtabular version="3" rows="3" columns="3">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
-<column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
-<column alignment="center" valignment="middle" width="0">
-<column alignment="center" valignment="middle" width="0" special="K{red}">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
 <row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-motTrèsLongDansUneCellule
-\end_layout
-
-\end_inset
-</cell>
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
-\begin_inset Text
-
-\begin_layout Plain Layout
-multi-colonne avec multi-ligne
+sd
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18667,7 +21537,7 @@ multi-colonne avec multi-ligne
 \begin_inset Text
 
 \begin_layout Plain Layout
-c
+
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-d
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-e
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-f
+sd
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-g
+
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-h
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-i
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-j
+
 \end_layout
 
 \end_inset
 \begin_inset Text
 
 \begin_layout Plain Layout
-k
+sd
 \end_layout
 
 \end_inset
 \end_inset
 
 
-\end_layout
-
-\begin_layout Subsection
-Épaisseur des filets
-\begin_inset CommandInset label
-LatexCommand label
-name "sub:Epaisseur-filets"
-
-\end_inset
-
-
-\begin_inset Index idx
+\begin_inset ERT
 status collapsed
 
 \begin_layout Plain Layout
-Personnalisation des tableaux ! Épaisseur filets
+
+
+\backslash
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHline}
 \end_layout
 
 \end_inset
@@ -18783,30 +21631,26 @@ Personnalisation des tableaux ! Épaisseur filets
 \end_layout
 
 \begin_layout Standard
-L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
-\series bold
+\begin_inset VSpace bigskip
+\end_inset
 
-\backslash
-arrayrulewidth
-\series default
-.
- Pour mettre, par exemple, une épaisseur de filet de 1.5
+Pour que seuls les filets verticaux aient une épaisseur de 1.5
 \begin_inset space \thinspace{}
 \end_inset
 
-pt, comme pour le tableau
+pt, créez le format de colonne suivant dans le préambule, en suivant la
+ description de la section
 \begin_inset space ~
 \end_inset
 
 
 \begin_inset CommandInset ref
 LatexCommand ref
-reference "tab:Tableau-filets-1.5pt"
+reference "sub:Formats-personnalisés"
 
 \end_inset
 
-, insérez la commande
+:
 \end_layout
 
 \begin_layout Standard
@@ -18814,44 +21658,47 @@ reference "tab:Tableau-filets-1.5pt"
 \series bold
 
 \backslash
-setlength{
+newcolumntype{V}{!{
 \backslash
-arrayrulewidth}{1.5pt}
+vrule width 1.5pt}}
 \end_layout
 
 \begin_layout Standard
-en code TeX avant le tableau ou le flottant de tableau.
- La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
- suivent.
- pour revenir aux valeurs implicites, mettez 
-\series bold
+Pour le tableau
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Tableau-filets-verticaux-1.5pt"
 
-\backslash
-arrayrulewidth
-\series default
- à 0.4
-\begin_inset space \thinspace{}
 \end_inset
 
-pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
+ le paramètre LaTeX 
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
 
+\series bold
+VcV
+\end_layout
 
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{1.5pt}
+\begin_layout Standard
+a été utilisé pour la dernière colonne et
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
+Vc
+\end_layout
+
+\begin_layout Standard
+pour les autres colonnes.
+\end_layout
 
+\begin_layout Standard
 \begin_inset Float table
 wide false
 sideways false
@@ -18863,15 +21710,15 @@ status open
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:Tableau-filets-1.5pt"
+name "tab:Tableau-filets-verticaux-1.5pt"
 
 \end_inset
 
-Tableau avec des filets de 1.5
+Tableau avec des filets verticaux de 1.5
 \begin_inset space \thinspace{}
 \end_inset
 
-pt
+pt 
 \end_layout
 
 \end_inset
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0" special="Vc">
+<column alignment="center" valignment="top" width="0" special="Vc">
+<column alignment="center" valignment="top" width="0" special="VcV">
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18897,7 +21744,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18906,7 +21753,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18917,7 +21764,7 @@ sd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18926,7 +21773,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18935,7 +21782,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18946,7 +21793,7 @@ sd
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18955,7 +21802,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -18964,7 +21811,7 @@ sd
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \end_inset
 
 
+\end_layout
+
+\begin_layout Subsection
+Filets à traits interrompus
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Personnalisation des tableaux ! Filets à traits interrompus
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
@@ -18991,9 +21855,22 @@ status collapsed
 
 
 \backslash
-setlength{
-\backslash
-arrayrulewidth}{0.4pt}
+ifarydshln
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+La section suivante ne s'affichera que si vous avez installé le paquetage
+ LaTeX 
+\series bold
+arydshln
+\series default
+.
 \end_layout
 
 \end_inset
@@ -19002,88 +21879,139 @@ arrayrulewidth}{0.4pt}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_inset Float table
+placement H
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Tableau-filets-tirets"
+
 \end_inset
 
-Pour que seuls les filets horizontaux aient une épaisseur de 1.5
-\begin_inset space \thinspace{}
+Tableau avec des filets à traits interrompus
+\end_layout
+
 \end_inset
 
-pt, comme dans le tableau
-\begin_inset space ~
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="5" columns="5">
+<features tabularvalignment="middle">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0" special=":c">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+a
+\end_layout
+
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+b
+\end_layout
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:Tableau-filets-horizontaux-1.5pt"
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-, insérez les commandes suivantes en code TeX avant le tableau ou le flottant
- de tableau :
+\begin_layout Plain Layout
+d
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
+e
+\end_layout
 
-\backslash
-let
-\backslash
-myHline
-\backslash
-hline
-\begin_inset Newline newline
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+f
+\end_layout
 
-\backslash
-renewcommand{
-\backslash
-hline}
-\begin_inset Newline newline
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+g
+\end_layout
 
- {
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 1.5pt}
-\begin_inset Newline newline
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-myHline
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 0.4pt}}
+\begin_layout Plain Layout
+h
 \end_layout
 
-\begin_layout Standard
-Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
- en code TeX après le tableau ou le flottant de tableau :
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+i
+\end_layout
 
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHline}
+\begin_layout Plain Layout
+j
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
@@ -19091,115 +22019,103 @@ status collapsed
 
 
 \backslash
-let
-\backslash
-myHline
-\backslash
-hline
+hdashline 
 \end_layout
 
-\begin_layout Plain Layout
-
+\end_inset
 
-\backslash
-renewcommand{
-\backslash
-hline}
+k
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
- {
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 1.5pt}
+\begin_layout Plain Layout
+l
 \end_layout
 
-\begin_layout Plain Layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-  
-\backslash
-myHline
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 0.4pt}}
+\begin_layout Plain Layout
+m
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+n
+\end_layout
 
-\begin_inset Float table
-wide false
-sideways false
-status open
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset Caption
+o
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
 \begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:Tableau-filets-horizontaux-1.5pt"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
-Tableau avec des filets horizontaux de 1.5
-\begin_inset space \thinspace{}
-\end_inset
 
-pt
+\backslash
+cdashline{4-5}
 \end_layout
 
 \end_inset
 
-
+p
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<row>
+\end_inset
+</cell>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+q
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+r
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+s
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+t
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+u
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+v
 \end_layout
 
 \end_inset
@@ -19241,7 +22157,7 @@ sd
 \begin_inset Text
 
 \begin_layout Plain Layout
-
+w
 \end_layout
 
 \end_inset
@@ -19250,7 +22166,7 @@ sd
 \begin_inset Text
 
 \begin_layout Plain Layout
-sd
+x
 \end_layout
 
 \end_inset
 \end_inset
 
 
-\begin_inset ERT
+\end_layout
+
+\begin_layout Standard
+LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
+ donc employer du code TeX.
+ Mais avant il faut charger le paquetage LaTeX 
+\series bold
+arydshln
+\series default
+
+\begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
+Paquetages LaTeX ! arydshln
+\end_layout
 
+\end_inset
 
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHline}
+ dans le préambule du document avec la commande 
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
+\backslash
+usepackage{arydshln}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-Pour que seuls les filets verticaux aient une épaisseur de 1.5
-\begin_inset space \thinspace{}
+Pour faire un filet vertical avec un trait interrompu, mettez deux points
+\begin_inset Quotes eld
 \end_inset
 
-pt, créez le format de colonne suivant dans le préambule, en suivant la
- description de la section
-\begin_inset space ~
+:
+\begin_inset Quotes erd
 \end_inset
 
+ avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
+ dans la fenêtre de dialogue de paramètre du tableau.
+\end_layout
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sub:Formats-personnalisés"
-
-\end_inset
-
-:
+\begin_layout Standard
+Pour un trait horizontal interrompu, ajoutez la commande
 \end_layout
 
 \begin_layout Standard
@@ -19313,188 +22235,231 @@ reference "sub:Formats-personnalisés"
 \series bold
 
 \backslash
-newcolumntype{V}{!{
-\backslash
-vrule width 1.5pt}}
+hdashline
 \end_layout
 
 \begin_layout Standard
-Pour le tableau
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:Tableau-filets-verticaux-1.5pt"
-
-\end_inset
+en code TeX comme premier élément de la première cellule de la ligne de
+ tableau.
+\end_layout
 
- le paramètre LaTeX 
+\begin_layout Standard
+Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
+ commande 
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-VcV
+
+\backslash
+cdashline{
+\series default
+numéros de colonnes}
 \end_layout
 
 \begin_layout Standard
-a été utilisé pour la dernière colonne et
+en code TeX comme premier élément de la première cellule de la ligne.
+ Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
+ 2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-Vc
+
+\backslash
+cdashline{2-4}
 \end_layout
 
 \begin_layout Standard
-pour les autres colonnes.
+comme premier élément de la première cellule de la ligne contenant la multi-colo
+nne.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
+\begin_inset VSpace bigskip
+\end_inset
 
-\begin_layout Plain Layout
-\begin_inset Caption
 
-\begin_layout Plain Layout
-\begin_inset CommandInset label
-LatexCommand label
-name "tab:Tableau-filets-verticaux-1.5pt"
+\end_layout
 
+\begin_layout Standard
+Le tableau
+\begin_inset space ~
 \end_inset
 
-Tableau avec des filets verticaux de 1.5
-\begin_inset space \thinspace{}
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Tableau-filets-tirets"
+
 \end_inset
 
-pt 
-\end_layout
+ a été créé en utilisant 
+\begin_inset Quotes eld
+\end_inset
+
+
+\series bold
+:c
+\series default
 
+\begin_inset Quotes erd
 \end_inset
 
+ comme paramètre LaTeX pour la troisième colonne.
+ La commande en code TeX 
+\series bold
+
+\backslash
+hdashline
+\series default
+ a été insérée dans la première cellule de la troisième ligne et la commande
+ en code TeX 
+\series bold
 
+\backslash
+cdashline{4-5}
+\series default
+ a été insérée dans la première cellule de la quatrième ligne.
 \end_layout
 
-\begin_layout Plain Layout
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0" special="Vc">
-<column alignment="center" valignment="top" width="0" special="Vc">
-<column alignment="center" valignment="top" width="0" special="VcV">
-<row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
 
-\begin_layout Plain Layout
-sd
 \end_layout
 
+\begin_layout Standard
+
+\lang english
+Tables with dashed lines can also be colored as shown by
+\lang french
+ tableau
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Colored-table-with"
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{1pt}
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
 
 \begin_layout Plain Layout
 
+\lang english
+thicker lines for better visualization of the line color
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
-sd
+
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
 
+
+\backslash
+dashgapcolor{green}
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
 
 \begin_layout Plain Layout
 
+\lang english
+color gaps between dashes green
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Plain Layout
 
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
 \begin_layout Plain Layout
-sd
+
+
+\backslash
+let
+\backslash
+myHdashline
+\backslash
+hdashline
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Plain Layout
 
-\end_inset
 
+\backslash
+renewcommand{
+\backslash
+hdashline}
+\end_layout
+
+\begin_layout Plain Layout
 
+ {
+\backslash
+arrayrulecolor{red}
+\backslash
+myHdashline
+\backslash
+arrayrulecolor{black}}
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\lang english
 
-\begin_layout Subsection
-Filets à traits interrompus
-\begin_inset Index idx
+\begin_inset Note Note
 status collapsed
 
 \begin_layout Plain Layout
-Personnalisation des tableaux ! Filets à traits interrompus
+
+\lang english
+color horizontal, dashed lines red
 \end_layout
 
 \end_inset
@@ -19510,22 +22475,45 @@ status collapsed
 
 
 \backslash
-ifarydshln
+let
+\backslash
+myCdashline
+\backslash
+cdashline
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+cdashline}[1]
+\end_layout
+
+\begin_layout Plain Layout
+
+ {
+\backslash
+arrayrulecolor{yellow}
+\backslash
+myCdashline{#1}
+\backslash
+arrayrulecolor{black}}
 \end_layout
 
 \end_inset
 
 
+\lang english
+
 \begin_inset Note Note
-status open
+status collapsed
 
 \begin_layout Plain Layout
-La section suivante ne s'affichera que si vous avez installé le paquetage
- LaTeX 
-\series bold
-arydshln
-\series default
-.
+
+\lang english
+color partial horizontal, dashed lines yellow
 \end_layout
 
 \end_inset
@@ -19535,7 +22523,7 @@ arydshln
 
 \begin_layout Standard
 \begin_inset Float table
-placement H
+placement h
 wide false
 sideways false
 status open
@@ -19546,11 +22534,13 @@ status open
 \begin_layout Plain Layout
 \begin_inset CommandInset label
 LatexCommand label
-name "tab:Tableau-filets-tirets"
+name "tab:Colored-table-with"
 
 \end_inset
 
-Tableau avec des filets à traits interrompus
+
+\lang english
+Colored table with dashed lines
 \end_layout
 
 \end_inset
@@ -19563,13 +22553,13 @@ Tableau avec des filets à traits interrompus
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="5">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0">
-<column alignment="center" valignment="top" width="0" special=":c">
+<column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt" special=":c">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -19679,6 +22669,19 @@ hdashline
 
 \end_inset
 
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+rowcolor{Gray}
+\end_layout
+
+\end_inset
+
 k
 \end_layout
 
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
+<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
 \begin_inset Text
 
 \begin_layout Plain Layout
-x
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cellcolor{Maroon}
+\end_layout
+
+\end_inset
+
+i
 \end_layout
 
 \end_inset
 \end_layout
 
 \begin_layout Standard
-LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
- donc employer du code TeX.
- Mais avant il faut charger le paquetage LaTeX 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+hdashline}{
+\backslash
+myHdashline}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+reset to default
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+cdashline}{
+\backslash
+myCdashline}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+reset to default
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+nodashgapcolor
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+reset to default
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{0.4pt}
+\end_layout
+
+\end_inset
+
+
+\lang english
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang english
+reset to default
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\lang english
+The coloring of lines, columns and lines works as decribed in section
+\begin_inset space ~
+\end_inset
+
+
+\lang french
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Tableaux-Colorés"
+
+\end_inset
+
+
+\lang english
+.
+ Coloring horizontal lines works analogically as described there as well,
+ one only needs to replace in the commands 
 \series bold
-arydshln
+
+\backslash
+myHlineC
 \series default
+ by 
+\series bold
 
-\begin_inset Index idx
-status collapsed
+\backslash
+myHdashline
+\series default
+ and 
+\backslash
+
+\series bold
+hline
+\series default
+ by 
+\series bold
+
+\backslash
+hdashline
+\series default
+; so one uses the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+myHdashline
+\backslash
+hdashline
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+hdashline}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Phantom HPhantom
+status open
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! arydshln
+\begin_inset space ~
+\end_inset
+
+
 \end_layout
 
 \end_inset
 
- dans le préambule du document avec la commande 
+{
+\backslash
+arrayrulecolor{red}
+\backslash
+myHdashline
+\backslash
+arrayrulecolor{black}}
 \end_layout
 
 \begin_layout Standard
 
+\lang english
+To color 
 \series bold
 
 \backslash
-usepackage{arydshln}
+cdashline
+\series default
+, the command is
 \end_layout
 
 \begin_layout Standard
-Pour faire un filet vertical avec un trait interrompu, mettez deux points
-\begin_inset Quotes eld
+
+\series bold
+
+\backslash
+let
+\backslash
+myCdashline
+\backslash
+cdashline
+\begin_inset Newline newline
 \end_inset
 
-:
-\begin_inset Quotes erd
+
+\backslash
+renewcommand{
+\backslash
+cdashline}[1]
+\begin_inset Newline newline
 \end_inset
 
- avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
- dans la fenêtre de dialogue de paramètre du tableau.
+
+\begin_inset Phantom HPhantom
+status open
+
+\begin_layout Plain Layout
+\begin_inset space ~
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+{
+\backslash
+arrayrulecolor{red}
+\backslash
+myCdashline{#1}
+\backslash
+arrayrulecolor{black}}
 \end_layout
 
 \begin_layout Standard
-Pour un trait horizontal interrompu, ajoutez la commande
+
+\lang english
+To get back the black line color, one needs to insert the following commands
+ as TeX-Code behind the table:
 \end_layout
 
 \begin_layout Standard
 
+\lang english
+For 
 \series bold
 
 \backslash
@@ -19894,13 +23147,25 @@ hdashline
 \end_layout
 
 \begin_layout Standard
-en code TeX comme premier élément de la première cellule de la ligne de
- tableau.
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+hdashline}{
+\backslash
+myHdashline}
 \end_layout
 
 \begin_layout Standard
-Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
- commande 
+
+\lang english
+and for 
+\series bold
+
+\backslash
+cdashline
 \end_layout
 
 \begin_layout Standard
@@ -19908,96 +23173,133 @@ Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
 \series bold
 
 \backslash
-cdashline{
-\series default
-numéros de colonnes}
+renewcommand{
+\backslash
+cdashline}{
+\backslash
+myCdashline}
 \end_layout
 
 \begin_layout Standard
-en code TeX comme premier élément de la première cellule de la ligne.
- Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
- 2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
+
+\lang english
+To color the gaps between the dashes the command
 \end_layout
 
 \begin_layout Standard
 
 \series bold
+\lang english
 
 \backslash
-cdashline{2-4}
+dashgapcolor{color}
 \end_layout
 
 \begin_layout Standard
-comme premier élément de la première cellule de la ligne contenant la multi-colo
-nne.
+
+\lang english
+can be used in front of a table as TeX-Code.
+ color is hereby the name of a defined color.
+ The command
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
 
+\series bold
 
+\backslash
+nodashgapcolor
 \end_layout
 
 \begin_layout Standard
-Le tableau
-\begin_inset space ~
-\end_inset
 
+\lang english
+unsets the changes made by 
+\series bold
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "tab:Tableau-filets-tirets"
+\backslash
+dashgapcolor
+\series default
+.
+\end_layout
 
-\end_inset
+\begin_layout Standard
 
- a été créé en utilisant 
-\begin_inset Quotes eld
-\end_inset
+\lang english
+\begin_inset Note Greyedout
+status open
 
+\begin_layout Plain Layout
 
 \series bold
-:c
+\color none
+\lang english
+Note
+\series default
+: If there are multiple commands in a cell, the command of 
+\series bold
+arydshln
 \series default
+ needs to be the first one in the cell.
+ Therefore in cell 
+\emph on
+k
+\emph default
+ of Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Colored-table-with"
 
-\begin_inset Quotes erd
 \end_inset
 
- comme paramètre LaTeX pour la troisième colonne.
- La commande en code TeX 
+ the command 
 \series bold
 
 \backslash
 hdashline
 \series default
- a été insérée dans la première cellule de la troisième ligne et la commande
- en code TeX 
+ is before 
 \series bold
 
 \backslash
-cdashline{4-5}
+rowcolor
 \series default
- a été insérée dans la première cellule de la quatrième ligne.
+.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
+
+\lang english
 \begin_inset Note Greyedout
 status open
 
 \begin_layout Plain Layout
 
 \series bold
+\color none
+\lang english
 Note:
 \series default
- Le paquetage LaTeX 
+ The LaTeX-package 
 \series bold
 arydshln
 \series default
- qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
+ must be loaded in the document preamble before the LaTeX-package
+\lang french
  
 \series bold
 colortbl
 \series default
+\color inherit
 
 \begin_inset Index idx
 status collapsed
@@ -20008,20 +23310,9 @@ Paquetages LaTeX ! colortbl
 
 \end_inset
 
- qui est utilisé pour avoir des tableaux colorés dans la section
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:Tableaux-Colorés"
-
-\end_inset
 
+\color none
 .
- Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
- traits interrompus.
 \end_layout
 
 \end_inset
 
 \end_layout
 
+\begin_layout Standard
+
+\lang english
+For more information about dashed lines see the documentation of
+\lang french
+\series bold
+arydshln
+\series default
+, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "arydshln"
+
+\end_inset
+
+.
+\end_layout
+
 \begin_layout Chapter
 Flottants
 \begin_inset CommandInset label
@@ -20867,6 +24177,13 @@ arg   "dialog-show-new-inset ref"
 
 \family default
  de la barre d'outils.
+ La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
+ définies dans votre document.
+ Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
+ que vous voulez utiliser avec la liste déroulante qui se trouve en haut
+ de la fenêtre de dialogue.
+ Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
+ une.
  Une boîte grise de référence croisée comme celle-ci : 
 \begin_inset Graphics
        filename ../clipart/referenceQt4.png
@@ -20875,13 +24192,7 @@ arg   "dialog-show-new-inset ref"
 
 \end_inset
 
- va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
- toutes les étiquettes définies dans votre document.
- Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
- que vous voulez utiliser avec la liste déroulante qui se trouve en haut
- de la fenêtre de dialogue.
- Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
- une.
+ va être insérée.
  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
  de la référence croisée.
 \end_layout
@@ -20922,9 +24233,6 @@ l'étiquette
 Revenir
 \family default
  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
- Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
- est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
- à votre point de départ.
 \end_layout
 
 \begin_layout Subsection
@@ -21471,7 +24779,7 @@ section
 \backslash
 addto
 \backslash
-extrasenglish{
+extrasfrench{
 \backslash
 renewcommand{
 \backslash
@@ -21500,11 +24808,11 @@ negthinspace}}
 \end_layout
 
 \begin_layout Standard
-Si vous utilisez une autre langue que l'anglais, remplacez 
+Si vous utilisez une autre langue que le français, remplacez 
 \series bold
 
 \backslash
-extrasenglish
+extrasfrench
 \series default
  par 
 \series bold
@@ -21527,55 +24835,14 @@ Pour avoir des noms automatiques, mais pas pour certains types de références,
 
 \series bold
 
-\backslash
-newlength{
-\backslash
-abc}
-\begin_inset Newline newline
-\end_inset
-
-
-\backslash
-settowidth{
-\backslash
-abc}{
-\backslash
-space}
-\begin_inset Newline newline
-\end_inset
-
-
 \backslash
 addto
 \backslash
-extrasenglish{
-\backslash
-renewcommand{
+extrasfrench{
 \backslash
-equationautorefname}
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset Phantom HPhantom
-status open
-
-\begin_layout Plain Layout
-
-\series bold
-\begin_inset space ~
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-{
-\backslash
-hspace{-
+renewcommand*{
 \backslash
-abc}}
+equationautorefname}[1]{}}
 \end_layout
 
 \begin_layout Standard
@@ -21796,21 +25063,16 @@ Flottants ! Placement
 \end_layout
 
 \begin_layout Standard
-En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
- de dialogue 
+En faisant un clic droit sur la boîte d'un flottant et 
+\lang english
+clicking on 
 \family sans
-Paramètre
-\begin_inset space ~
-\end_inset
-
-de
-\begin_inset space ~
-\end_inset
-
-Flottant
+Settings
 \family default
- dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
- utilise pour déterminer où placer le flottant.
+\lang french
+ on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
+ paramètres de placement que LaTeX utilise pour déterminer où placer le
+ flottant.
 \begin_inset Newline newline
 \end_inset
 
@@ -25614,11 +28876,7 @@ LaTeX (pdflatex) / (plain)
 
 \end_inset
 
-
-\lang english
  
-\lang french
-
 \begin_inset Note Comment
 status open
 
@@ -25635,14 +28893,10 @@ Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
 \begin_layout Description
 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
  La boîte de cette note ressemble à ceci :
-\lang english
-
 \begin_inset Newline newline
 \end_inset
 
 
-\lang french
-
 \begin_inset Newline newline
 \end_inset
 
@@ -25778,6 +29032,11 @@ Note
 LyX
 \family default
 .
+\lang english
+You can switch between the three note types by right-clicking on the note-box.
+
+\lang french
  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
 la et cliquez sur le bouton d'insertion de note.
  Pour retransformer une note en texte, appuyez sur la touche 
@@ -29339,8 +32598,6 @@ reference "sec:Boîtes-colorées"
 
 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
  son propre paragraphe.
-\lang english
-
 \begin_inset Box Shaded
 position "t"
 hor_pos "c"
@@ -29352,7 +32609,7 @@ width "50col%"
 special "none"
 height "1in"
 height_special "totalheight"
-status collapsed
+status open
 
 \begin_layout Plain Layout
 Boîte avec fond ombré
@@ -30107,8 +33364,6 @@ FrameSep}{9pt}
 \end_layout
 
 \begin_layout Standard
-
-\lang english
 \begin_inset VSpace bigskip
 \end_inset
 
@@ -30317,8 +33572,6 @@ definecolor{shadecolor}{rgb}{1,0,0}
 \end_layout
 
 \begin_layout Standard
-
-\lang english
 \begin_inset VSpace bigskip
 \end_inset
 
@@ -30389,12 +33642,6 @@ Horizontal
 \end_layout
 
 \begin_layout Standard
-
-\end_layout
-
-\begin_layout Standard
-
-\lang english
 \begin_inset Box Frameless
 position "t"
 hor_pos "c"
@@ -30410,7 +33657,7 @@ status open
 
 \begin_layout Plain Layout
 
-\lang german
+\lang ngerman
 Dies ist ein deutscher Text.
  Dies ist ein deutscher Text.
  Dies ist ein deutscher Text.
@@ -30429,7 +33676,7 @@ status collapsed
 
 \begin_layout Plain Layout
 
-\lang german
+\lang ngerman
 Dies ist eine deutsche Fußnote.
 \end_layout
 
@@ -30491,7 +33738,6 @@ This is an English footnote.
 \end_inset
 
  This is an English Text.
 \end_layout
 
 \end_inset
@@ -30569,17 +33815,6 @@ Boîtes ! Parboxes
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-
-\lang english
-En attendant une traduction de parbox (NdT)
-\end_layout
-
-\end_inset
-
 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
  ne peuvent avoir de note de bas de page.
 \end_layout
@@ -30597,7 +33832,7 @@ width "33col%"
 special "none"
 height "1in"
 height_special "totalheight"
-status collapsed
+status open
 
 \begin_layout Plain Layout
 Ceci est un texte à l'intérieur d'une parbox.
@@ -33034,8 +36269,6 @@ Flottants ! Flottants d'enrobage
 \end_inset
 
 
-\lang english
-
 \begin_inset Index idx
 status collapsed
 
@@ -33246,7 +36479,7 @@ Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
 \begin_layout Itemize
 Leur numérotation et leur référencement fonctionnent comme décrit dans le
  chapitre
-\begin_inset space \thinspace{}
+\begin_inset space ~
 \end_inset
 
 
@@ -33261,8 +36494,6 @@ reference "chap:Flottants"
 
 \begin_layout Section
 Objets fixes entourés par du texte
-\lang english
-
 \begin_inset Index idx
 status collapsed
 
@@ -34094,8 +37325,6 @@ end{window}
 \end_layout
 
 \begin_layout Standard
-
-\lang english
 \begin_inset ERT
 status collapsed
 
@@ -34108,11 +37337,7 @@ footnotetext{
 
 \end_inset
 
-
-\lang french
 Note de pied de page du paragraphe avec objet fixe.
-\lang english
-
 \begin_inset ERT
 status collapsed
 
@@ -34441,8 +37666,6 @@ Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
 
 \begin_deeper
 \begin_layout Initial
-
-\lang english
 \begin_inset Argument
 status open
 
@@ -34466,9 +37689,11 @@ status collapsed
 
 \end_inset
 
- was in the spring of the year 1894 that all London was interested, and
- the fashionable world dismayed, by the murder of the Honourable Ronald
- Adair under most unusual and inexplicable circumstances.
+\lang english
+was in the spring of the year 1894 that all London was interested, and the
+ fashionable world dismayed, by the murder of the Honourable Ronald Adair
+ under most unusual and inexplicable circumstances.
  The public has already learned those particulars of the crime which came
  out in the police investigation, but a good deal was suppressed upon that
  occasion, since the case for the prosecution was so overwhelmingly strong
@@ -34500,8 +37725,6 @@ L'initiale est entourée par une seule ligne et est formée de deux lettres
 
 \begin_deeper
 \begin_layout Initial
-
-\lang english
 \begin_inset Argument
 status open
 
@@ -34532,9 +37755,11 @@ status collapsed
 
 \end_inset
 
- was in the spring of the year 1894 that all London was interested, and
- the fashionable world dismayed, by the murder of the Honourable Ronald
- Adair under most unusual and inexplicable circumstances.
+\lang english
+was in the spring of the year 1894 that all London was interested, and the
+ fashionable world dismayed, by the murder of the Honourable Ronald Adair
+ under most unusual and inexplicable circumstances.
  The public has already learned those particulars of the crime which came
  out in the police investigation, but a good deal was suppressed upon that
  occasion, since the case for the prosecution was so overwhelmingly strong
@@ -34729,8 +37954,6 @@ colore la lettrine en magenta
 \end_layout
 
 \begin_layout Initial
-
-\lang english
 \begin_inset Argument
 status open
 
@@ -34753,6 +37976,8 @@ status open
 
 \end_inset
 
+
+\lang english
 t was in the spring
 \begin_inset ERT
 status collapsed
@@ -35781,7 +39006,7 @@ Inclus
 (include) Vous pouvez inclure des documents LyX et LaTeX.
  Quand vous cliquez sur le bouton 
 \family sans
-Charger
+Modifier
 \family default
  dans la fenêtre de dialogue 
 \family sans
@@ -41759,6 +44984,39 @@ LaTeX: A Document Preparation System.
  Addison-Wesley, second edition, 1994
 \end_layout
 
+\begin_layout Bibliography
+\labelwidthstring Bibliographie
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "arydshln"
+
+\end_inset
+
+Documentation du paquetage LaTeX
+\series bold
+\begin_inset CommandInset href
+LatexCommand href
+name "arydshln"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
+
+\end_inset
+
+
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Paquetages LaTeX ! arydshln
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Bibliography
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
@@ -41823,6 +45081,39 @@ Paquetages LaTeX ! caption
 \end_inset
 
 
+\end_layout
+
+\begin_layout Bibliography
+\labelwidthstring Bibliographie
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "diagbox"
+
+\end_inset
+
+Documentation du paquetage LaTeX 
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "diagbox"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
+
+\end_inset
+
+
+\series default
+
+\begin_inset Index idx
+status collapsed
+
+\begin_layout Plain Layout
+Paquetages LaTeX ! diagbox
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Bibliography
@@ -41994,7 +45285,7 @@ Paquetages LaTeX ! KOMA-Script
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "listings"
+key "lettrine"
 
 \end_inset
 
@@ -42003,19 +45294,27 @@ Documentation du paquetage LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "listings"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
+name "lettrine"
+target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
 
 \end_inset
 
 
 \series default
+ et un 
+\begin_inset CommandInset href
+LatexCommand href
+name "exemple"
+target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
+
+\end_inset
+
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! listings
+Paquetages LaTeX ! lettrine
 \end_layout
 
 \end_inset
@@ -42027,7 +45326,7 @@ Paquetages LaTeX ! listings
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "marginnote"
+key "listings"
 
 \end_inset
 
@@ -42036,8 +45335,8 @@ Documentation du paquetage LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "marginnote"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
+name "listings"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
 
 \end_inset
 
@@ -42048,7 +45347,7 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/margi
 status collapsed
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! marginnote
+Paquetages LaTeX ! listings
 \end_layout
 
 \end_inset
@@ -42060,7 +45359,7 @@ Paquetages LaTeX ! marginnote
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "lettrine"
+key "marginnote"
 
 \end_inset
 
@@ -42069,27 +45368,19 @@ Documentation du paquetage LaTeX
 
 \begin_inset CommandInset href
 LatexCommand href
-name "lettrine"
-target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
+name "marginnote"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
 
 \end_inset
 
 
 \series default
- et un 
-\begin_inset CommandInset href
-LatexCommand href
-name "exemple"
-target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
-
-\end_inset
-
 
 \begin_inset Index idx
 status collapsed
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! lettrine
+Paquetages LaTeX ! marginnote
 \end_layout
 
 \end_inset
@@ -42101,17 +45392,17 @@ Paquetages LaTeX ! lettrine
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "pstricks"
+key "pdfpages"
 
 \end_inset
 
-Page Web du paquetage LaTeX 
+Documentation du paquetage LaTeX 
 \series bold
 
 \begin_inset CommandInset href
 LatexCommand href
-name "PSTricks"
-target "http://tug.org/PSTricks/"
+name "pdfpages"
+target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
 
 \end_inset
 
@@ -42122,7 +45413,7 @@ target "http://tug.org/PSTricks/"
 status collapsed
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! PSTricks
+Paquetages LaTeX ! pdfpages
 \end_layout
 
 \end_inset
@@ -42134,17 +45425,17 @@ Paquetages LaTeX ! PSTricks
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "sidecap"
+key "prettyref"
 
 \end_inset
 
-Documentation du paquetage LaTeX 
+Documentation du paquetage LaTeX
 \series bold
-
 \begin_inset CommandInset href
 LatexCommand href
-name "sidecap"
-target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
+name "prettyref"
+target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
 
 \end_inset
 
@@ -42155,7 +45446,7 @@ target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.
 status collapsed
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! sidecap
+Paquetages LaTeX ! prettyref
 \end_layout
 
 \end_inset
@@ -42167,17 +45458,17 @@ Paquetages LaTeX ! sidecap
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "pdfpages"
+key "pstricks"
 
 \end_inset
 
-Documentation du paquetage LaTeX 
+Page Web du paquetage LaTeX 
 \series bold
 
 \begin_inset CommandInset href
 LatexCommand href
-name "pdfpages"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
+name "PSTricks"
+target "http://tug.org/PSTricks/"
 
 \end_inset
 
@@ -42188,7 +45479,7 @@ target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.p
 status collapsed
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! pdfpages
+Paquetages LaTeX ! PSTricks
 \end_layout
 
 \end_inset
@@ -42200,7 +45491,7 @@ Paquetages LaTeX ! pdfpages
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "prettyref"
+key "refstyle"
 
 \end_inset
 
@@ -42209,8 +45500,8 @@ Documentation du paquetage LaTeX
  
 \begin_inset CommandInset href
 LatexCommand href
-name "prettyref"
-target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
+name "refstyle"
+target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
 
 \end_inset
 
@@ -42221,7 +45512,7 @@ target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref
 status collapsed
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! prettyref
+Paquetages LaTeX ! refstyle
 \end_layout
 
 \end_inset
@@ -42233,17 +45524,17 @@ Paquetages LaTeX ! prettyref
 \labelwidthstring Bibliographie
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
-key "refstyle"
+key "sidecap"
 
 \end_inset
 
-Documentation du paquetage LaTeX
+Documentation du paquetage LaTeX 
 \series bold
+
 \begin_inset CommandInset href
 LatexCommand href
-name "refstyle"
-target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
+name "sidecap"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
 
 \end_inset
 
@@ -42254,7 +45545,7 @@ target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
 status collapsed
 
 \begin_layout Plain Layout
-Paquetages LaTeX ! refstyle
+Paquetages LaTeX ! sidecap
 \end_layout
 
 \end_inset