]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx: better description for rotated table cells with line breaks
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/fr/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102
103 % ------------------------------------
104 % used to check for needed LaTeX packages
105 \usepackage{ifthen}
106
107 % check for package arydshln
108 % used for tables with dashed lines
109 \newboolean{arydshln}
110 \IfFileExists{arydshln.sty}
111  {\usepackage{arydshln}
112   \setboolean{arydshln}{true}}
113  {\setboolean{arydshln}{false}}
114
115 % check for package marginnote
116 % used for margin notes
117 \newboolean{marginnote}
118 \IfFileExists{marginnote.sty}
119  {\usepackage{marginnote}
120   \let\marginpar\marginnote
121   \setboolean{marginnote}{true}}
122  {\setboolean{marginnote}{false}}
123
124 % check for package sidecap
125 % used for captions on the side
126 \newboolean{sidecap}
127 \IfFileExists{sidecap.sty}
128  {\usepackage{sidecap}
129   \setboolean{sidecap}{true}}
130  {\setboolean{sidecap}{false}}
131
132 % check for picinpar
133 % used for surrounded fixed objects
134 \newboolean{picinpar}
135 \IfFileExists{picinpar.sty}
136  {\usepackage{picinpar}
137   \setboolean{picinpar}{true}}
138  {\setboolean{picinpar}{false}}
139
140 % check for lettrine
141 \newboolean{lettrine}
142 \IfFileExists{lettrine.sty}
143  {\usepackage{lettrine}
144   \setboolean{lettrine}{true}}
145  {\setboolean{lettrine}{false}}
146
147 % check for diagbox
148 \newboolean{diagbox}
149 \IfFileExists{diagbox.sty}
150  {\usepackage{diagbox}
151   \setboolean{diagbox}{true}}
152  {\setboolean{diagbox}{false}}
153
154 % use normal list environments also in French documents
155 \@ifpackageloaded{babel}{%
156 \frenchbsetup{StandardLayout}
157 }{}
158 \end_preamble
159 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
160 \use_default_options false
161 \begin_modules
162 initials
163 graphicboxes
164 varwidth
165 \end_modules
166 \maintain_unincluded_children false
167 \language french
168 \language_package default
169 \inputencoding auto
170 \fontencoding global
171 \font_roman "lmodern" "default"
172 \font_sans "lmss" "default"
173 \font_typewriter "lmtt" "default"
174 \font_math "auto" "auto"
175 \font_default_family default
176 \use_non_tex_fonts false
177 \font_sc false
178 \font_osf false
179 \font_sf_scale 100 100
180 \font_tt_scale 100 100
181 \use_microtype false
182 \use_dash_ligatures false
183 \graphics default
184 \default_output_format pdf2
185 \output_sync 0
186 \bibtex_command default
187 \index_command default
188 \paperfontsize 12
189 \spacing single
190 \use_hyperref true
191 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
192 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
193 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
194 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
195 \pdf_bookmarks true
196 \pdf_bookmarksnumbered true
197 \pdf_bookmarksopen true
198 \pdf_bookmarksopenlevel 1
199 \pdf_breaklinks false
200 \pdf_pdfborder false
201 \pdf_colorlinks true
202 \pdf_backref false
203 \pdf_pdfusetitle false
204 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
205 \papersize default
206 \use_geometry false
207 \use_package amsmath 1
208 \use_package amssymb 1
209 \use_package cancel 1
210 \use_package esint 1
211 \use_package mathdots 1
212 \use_package mathtools 1
213 \use_package mhchem 1
214 \use_package stackrel 1
215 \use_package stmaryrd 1
216 \use_package undertilde 1
217 \cite_engine basic
218 \cite_engine_type default
219 \biblio_style plain
220 \use_bibtopic false
221 \use_indices false
222 \paperorientation portrait
223 \suppress_date false
224 \justification true
225 \use_refstyle 0
226 \use_minted 0
227 \notefontcolor #0000ff
228 \index Index
229 \shortcut idx
230 \color #008000
231 \end_index
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation skip
235 \defskip medskip
236 \is_math_indent 0
237 \math_numbering_side default
238 \quotes_style swiss
239 \dynamic_quotes 0
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
254  les boîtes et les objets externes de \SpecialChar LyX
255
256 \end_layout
257
258 \begin_layout Author
259 par l'Équipe \SpecialChar LyX
260
261 \begin_inset Foot
262 status collapsed
263
264 \begin_layout Plain Layout
265 \noindent
266 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
267  de la documentation de \SpecialChar LyX
268
269 \begin_inset CommandInset href
270 LatexCommand href
271 name "lyx-docs@lists.lyx.org"
272 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
273 type "mailto:"
274 literal "false"
275
276 \end_inset
277
278
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 auteur original : Uwe Stöhr
289 \end_layout
290
291 \begin_layout Plain Layout
292 Traduction française : Siegfried Meunier-Guttin-Cluzel
293 \end_layout
294
295 \begin_layout Plain Layout
296 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
297 n/Navigation, 31/10/2012, JPChrétien
298 \end_layout
299
300 \begin_layout Plain Layout
301 version initiale 2.1.x avril 2014, mise à jour J.P.
302  Chrétien
303 \end_layout
304
305 \begin_layout Plain Layout
306 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
307 \end_layout
308
309 \begin_layout Plain Layout
310 Mise à jour pour 2.2, 26 janvier 2016 (JPC)
311 \end_layout
312
313 \begin_layout Plain Layout
314 Mise à jour pour 2.2.3, section 2.11.3, 7 janvier 2017 (JPC)
315 \end_layout
316
317 \end_inset
318
319
320 \begin_inset Newline newline
321 \end_inset
322
323
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \family sans
329 Version 2.3.x
330 \end_layout
331
332 \begin_layout Standard
333 \begin_inset CommandInset toc
334 LatexCommand tableofcontents
335
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Standard
342 \begin_inset Note Note
343 status open
344
345 \begin_layout Plain Layout
346 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
347  
348 \series bold
349 arydshln
350 \series default
351
352 \series bold
353 colortbl
354 \series default
355
356 \series bold
357 diagbox, lettrine, marginnote, picinpar
358 \series default
359 , et 
360 \series bold
361 sidecap
362 \series default
363  doivent être installés.
364  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
365  les sections qui nécessitent les paquetages en question n'apparaîtront
366  pas sur la sortie.
367 \end_layout
368
369 \begin_layout Plain Layout
370 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
371 \begin_inset Newline newline
372 \end_inset
373
374
375 \series bold
376 http://wiki.lyx.org/\SpecialChar LyX
377 /Manuals#EmbeddedObjects
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Chapter
386 Figures
387 \begin_inset Index idx
388 status collapsed
389
390 \begin_layout Plain Layout
391 Figures
392 \end_layout
393
394 \end_inset
395
396
397 \begin_inset Index idx
398 status collapsed
399
400 \begin_layout Plain Layout
401 Graphiques|see
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407 {
408 \end_layout
409
410 \end_inset
411
412 Figures
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418 }
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \end_inset
427
428
429 \end_layout
430
431 \begin_layout Section
432 La fenêtre de dialogue graphique
433 \begin_inset Index idx
434 status collapsed
435
436 \begin_layout Plain Layout
437 Figures ! Fenêtre de dialogue Graphique
438 \end_layout
439
440 \end_inset
441
442
443 \begin_inset CommandInset label
444 LatexCommand label
445 name "sec:Graphics-Dialog"
446
447 \end_inset
448
449
450 \end_layout
451
452 \begin_layout Standard
453 Pour placer une figure dans votre document, cliquez sur le bouton 
454 \begin_inset Info
455 type  "icon"
456 arg   "dialog-show-new-inset graphics"
457 \end_inset
458
459  dans la barre d'outils, ou faites 
460 \family sans
461 Insertion\SpecialChar menuseparator
462 Graphique
463 \family default
464 .
465  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
466  à charger.
467  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
468  dans le texte.
469 \end_layout
470
471 \begin_layout Standard
472 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
473  sur une image
474 \begin_inset Note Note
475 status collapsed
476
477 \begin_layout Plain Layout
478 Ça marche aussi avec le bouton gauche ! (NdT)
479 \end_layout
480
481 \end_inset
482
483 .
484  Cette fenêtre de dialogue possède trois onglets:
485 \end_layout
486
487 \begin_layout Description
488 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
489  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
490  Les unités de longueurs utilisées sont décrites dans l'annexe
491 \begin_inset space ~
492 \end_inset
493
494
495 \begin_inset CommandInset ref
496 LatexCommand ref
497 reference "cha:Unités-de-longueur"
498
499 \end_inset
500
501 .
502 \begin_inset Newline newline
503 \end_inset
504
505
506 \begin_inset Index idx
507 status collapsed
508
509 \begin_layout Plain Layout
510 Figures ! Pivotées
511 \end_layout
512
513 \end_inset
514
515 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
516  d'une montre, en donnant l'angle de rotation et la position du pivot.
517  L'image apparaîtra pivotée dans \SpecialChar LyX
518 .
519 \begin_inset Newline newline
520 \end_inset
521
522
523 \begin_inset Index idx
524 status collapsed
525
526 \begin_layout Plain Layout
527 Figures ! Redimensionnées
528 \end_layout
529
530 \end_inset
531
532 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
533  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
534  sa largeur.
535  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
536  déterminée automatiquement.
537  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
538  éventuellement une distorsion.
539  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
540  
541 \family sans
542 Conserver
543 \begin_inset space ~
544 \end_inset
545
546 les
547 \begin_inset space ~
548 \end_inset
549
550 proportions
551 \family default
552 .
553  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
554  pas les valeurs fixées.
555  
556 \begin_inset Newline newline
557 \end_inset
558
559 Les images peuvent être modifiée en utilisant le programme de votre choix
560  en faisant un clic droit dessus et en choisissant 
561 \family sans
562 Éditer le fichier ailleurs
563 \family default
564  dans le menu contextuel qui apparaît.
565  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
566  
567 \family sans
568 Formats
569 \begin_inset space ~
570 \end_inset
571
572 de
573 \begin_inset space ~
574 \end_inset
575
576 fichiers
577 \family default
578  dans la fenêtre de dialogue de 
579 \family sans
580 Préférences
581 \family default
582  de \SpecialChar LyX
583 .
584 \end_layout
585
586 \begin_layout Description
587 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
588  la sortie finale est de modifier les coordonnées de la zone de l'image
589  qui est affichée.
590  Cette zone peut être calculée automatiquement à partir des données présentes
591  dans le fichier en appuyant sur le bouton 
592 \family sans
593 Valeurs
594 \begin_inset space ~
595 \end_inset
596
597 du
598 \begin_inset space ~
599 \end_inset
600
601 Fichier
602 \family default
603 .
604  Avec l'option 
605 \family sans
606 Couper
607 \begin_inset space ~
608 \end_inset
609
610 à
611 \begin_inset space ~
612 \end_inset
613
614 la
615 \begin_inset space ~
616 \end_inset
617
618 boîte
619 \begin_inset space ~
620 \end_inset
621
622 de
623 \begin_inset space ~
624 \end_inset
625
626 délimitation, 
627 \family default
628 seule la portion de l'image qui est dans la zone définie sera imprimée.
629  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
630  donc vous pouvez ignorer l'onglet 
631 \family sans
632 Rogner
633 \family default
634 .
635 \end_layout
636
637 \begin_layout Description
638
639 \family sans
640 Options
641 \begin_inset space ~
642 \end_inset
643
644 \SpecialChar LaTeX
645
646 \begin_inset space ~
647 \end_inset
648
649 et
650 \begin_inset space ~
651 \end_inset
652
653 \SpecialChar LyX
654
655 \family default
656  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
657  et les
658  experts ès-\SpecialChar LaTeX
659  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
660
661 \begin_inset Newline newline
662 \end_inset
663
664 L'option 
665 \family sans
666 Mode brouillon
667 \family default
668  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
669  avec la taille de l'image.
670 \begin_inset Newline newline
671 \end_inset
672
673 Dans la section 
674 \family sans
675 Groupe
676 \begin_inset space ~
677 \end_inset
678
679 de
680 \begin_inset space ~
681 \end_inset
682
683 graphiques
684 \family default
685  vous pouvez définir ou de choisir un groupe de paramètres d'image
686 \begin_inset Index idx
687 status collapsed
688
689 \begin_layout Plain Layout
690 Figures ! Groupes de paramétrisation
691 \end_layout
692
693 \end_inset
694
695 .
696  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
697  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
698  les autres soient automatiquement modifiées de la même manière.
699  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
700  avoir à modifier leur taille manuellement une par une.
701  On peut rattacher une image à un groupe existant en utilisant le menu contextue
702 l de l'image et en cochant le nom du groupe dans la liste
703 \begin_inset Foot
704 status collapsed
705
706 \begin_layout Plain Layout
707 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
708 \end_layout
709
710 \end_inset
711
712 .
713 \end_layout
714
715 \begin_layout Standard
716 \begin_inset VSpace bigskip
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Standard
723 Voici un exemple d'image au format PDF
724 \begin_inset Foot
725 status collapsed
726
727 \begin_layout Plain Layout
728 Les format d'images sont décrits dans la section
729 \begin_inset space ~
730 \end_inset
731
732
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:Image-Formats"
736
737 \end_inset
738
739 .
740 \end_layout
741
742 \end_inset
743
744  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
745 nt:
746 \end_layout
747
748 \begin_layout Standard
749 \align center
750 \begin_inset Graphics
751         filename ../clipart/2D-intensity-plot.pdf
752         scaleBeforeRotation
753         rotateOrigin center
754
755 \end_inset
756
757
758 \end_layout
759
760 \begin_layout Standard
761 Et voici la même image mais en mode brouillon:
762 \end_layout
763
764 \begin_layout Standard
765 \align center
766 \begin_inset Graphics
767         filename ../clipart/2D-intensity-plot.pdf
768         draft
769         scaleBeforeRotation
770         rotateOrigin center
771
772 \end_inset
773
774
775 \end_layout
776
777 \begin_layout Section
778 Figures flottantes
779 \begin_inset CommandInset label
780 LatexCommand label
781 name "sec:Figure-Floats"
782
783 \end_inset
784
785
786 \begin_inset Index idx
787 status collapsed
788
789 \begin_layout Plain Layout
790 Flottants ! Figures
791 \end_layout
792
793 \end_inset
794
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Figures ! Flottants
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \begin_layout Standard
809 Pour des explications d'ordre général concernant les flottants, jetez un
810  coup d'œil à la section
811 \begin_inset space ~
812 \end_inset
813
814
815 \begin_inset CommandInset ref
816 LatexCommand ref
817 reference "sec:Flottants-Introduction"
818
819 \end_inset
820
821 .
822 \end_layout
823
824 \begin_layout Standard
825 Le bouton 
826 \begin_inset Info
827 type  "icon"
828 arg   "float-insert figure"
829 \end_inset
830
831  de la barre d'outils et le menu 
832 \family sans
833 Insertion\SpecialChar menuseparator
834 Flottant\SpecialChar menuseparator
835 Figure
836 \family default
837  insèrent un flottant avec l'étiquette 
838 \begin_inset Quotes cld
839 \end_inset
840
841
842 \series bold
843 Figure
844 \begin_inset space ~
845 \end_inset
846
847 #:
848 \series default
849
850 \begin_inset Quotes crd
851 \end_inset
852
853  (# est le numéro réel de l'image).
854  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
855 \begin_inset space ~
856 \end_inset
857
858
859 \begin_inset CommandInset ref
860 LatexCommand ref
861 reference "fig:Une-etoile-dans"
862
863 \end_inset
864
865  ou en dessous de la légende comme pour la Figure
866 \begin_inset space ~
867 \end_inset
868
869
870 \begin_inset CommandInset ref
871 LatexCommand ref
872 reference "fig:Un-objet-3D"
873 plural "false"
874 caps "false"
875 noprefix "false"
876
877 \end_inset
878
879 .
880  Vous trouverez plus d'information sur le positionnement des légendes dans
881  la section
882 \begin_inset space ~
883 \end_inset
884
885
886 \begin_inset CommandInset ref
887 LatexCommand ref
888 reference "sec:Placement-légende"
889
890 \end_inset
891
892 .
893 \end_layout
894
895 \begin_layout Standard
896 \begin_inset Float figure
897 wide false
898 sideways false
899 status open
900
901 \begin_layout Plain Layout
902 \align center
903 \begin_inset Graphics
904         filename ../clipart/Star-structure.pdf
905         lyxscale 60
906         width 50col%
907         scaleBeforeRotation
908         rotateOrigin center
909
910 \end_inset
911
912
913 \end_layout
914
915 \begin_layout Plain Layout
916 \begin_inset Caption Standard
917
918 \begin_layout Plain Layout
919 \begin_inset CommandInset label
920 LatexCommand label
921 name "fig:Une-etoile-dans"
922
923 \end_inset
924
925 Une étoile dans un flottant.
926 \end_layout
927
928 \end_inset
929
930
931 \end_layout
932
933 \end_inset
934
935
936 \end_layout
937
938 \begin_layout Standard
939 \begin_inset Float figure
940 wide false
941 sideways false
942 status open
943
944 \begin_layout Plain Layout
945 \begin_inset Caption Standard
946
947 \begin_layout Plain Layout
948 \begin_inset CommandInset label
949 LatexCommand label
950 name "fig:Un-objet-3D"
951
952 \end_inset
953
954 Un objet 3D.
955 \end_layout
956
957 \end_inset
958
959
960 \end_layout
961
962 \begin_layout Plain Layout
963 \align center
964 \begin_inset Graphics
965         filename ../clipart/3D-structure-distort.pdf
966         lyxscale 60
967         scale 80
968         scaleBeforeRotation
969         rotateOrigin center
970
971 \end_inset
972
973
974 \end_layout
975
976 \end_inset
977
978
979 \end_layout
980
981 \begin_layout Standard
982 \begin_inset Index idx
983 status collapsed
984
985 \begin_layout Plain Layout
986 References@Références ! à des Figures
987 \end_layout
988
989 \end_inset
990
991 Les figure
992 \begin_inset space ~
993 \end_inset
994
995
996 \begin_inset CommandInset ref
997 LatexCommand ref
998 reference "fig:Une-etoile-dans"
999
1000 \end_inset
1001
1002  et 
1003 \begin_inset CommandInset ref
1004 LatexCommand ref
1005 reference "fig:Un-objet-3D"
1006 plural "false"
1007 caps "false"
1008 noprefix "false"
1009
1010 \end_inset
1011
1012  sont des exemples de figures référencées.
1013  Dans le texte, on fait référence à une figure en faisant référence à sa
1014  légende.
1015  On insère donc une étiquette dans la légende en utilisant le menu 
1016 \family sans
1017 Insertion
1018 \family default
1019 \SpecialChar menuseparator
1020
1021 \family sans
1022 Étiquette
1023 \family default
1024  ou le bouton 
1025 \begin_inset Info
1026 type  "icon"
1027 arg   "label-insert"
1028 \end_inset
1029
1030  de la barre d'outils.
1031  On peut alors faire référence à cette étiquette en utilisant le menu 
1032 \family sans
1033 Insertion\SpecialChar menuseparator
1034 Référence
1035 \begin_inset space ~
1036 \end_inset
1037
1038 croisée
1039 \family default
1040  ou le bouton 
1041 \begin_inset Info
1042 type  "icon"
1043 arg   "dialog-show-new-inset ref"
1044 \end_inset
1045
1046  de la barre d'outils.
1047  Il est important d'utiliser des références pour les flottants de figures
1048  plutôt que des locutions vagues du genre 
1049 \begin_inset Quotes cld
1050 \end_inset
1051
1052 la figure ci-dessous
1053 \begin_inset Quotes crd
1054 \end_inset
1055
1056 , puisque \SpecialChar LaTeX
1057  va repositionner la figure dans le document final.
1058  Votre figure risque de ne plus être ci-dessous du tout !
1059 \begin_inset Newline newline
1060 \end_inset
1061
1062 Le référencement est expliqué plus en détail dans la section
1063 \begin_inset space ~
1064 \end_inset
1065
1066
1067 \begin_inset CommandInset ref
1068 LatexCommand ref
1069 reference "sec:Referencer-les-Flottants"
1070
1071 \end_inset
1072
1073 .
1074 \end_layout
1075
1076 \begin_layout Standard
1077 En principe on met une seule figure dans un flottant, mais parfois vous
1078  pouvez vouloir deux figures avec chacune sa sous-légende.
1079  C'est possible en insérant des flottants d'image dans des flottants d'image
1080  existants.
1081  Notez que seule la légende principale des flottants est reprise dans la
1082  liste des figures.
1083  La figure
1084 \begin_inset space ~
1085 \end_inset
1086
1087
1088 \begin_inset CommandInset ref
1089 LatexCommand ref
1090 reference "fig:Deux-images-déformées"
1091
1092 \end_inset
1093
1094  est un exemple de flottant de figure avec deux images mises l'une à côté
1095  de l'autre.
1096  Vous pouvez aussi mettre les images les unes sous les autres.
1097  Les figures
1098 \begin_inset space ~
1099 \end_inset
1100
1101
1102 \begin_inset CommandInset ref
1103 LatexCommand ref
1104 reference "fig:Pink-object"
1105
1106 \end_inset
1107
1108  et 
1109 \begin_inset CommandInset ref
1110 LatexCommand ref
1111 reference "fig:A-star"
1112
1113 \end_inset
1114
1115  sont des sous-figures.
1116 \end_layout
1117
1118 \begin_layout Standard
1119 \begin_inset Float figure
1120 wide false
1121 sideways false
1122 status open
1123
1124 \begin_layout Plain Layout
1125 \begin_inset Float figure
1126 wide false
1127 sideways false
1128 status collapsed
1129
1130 \begin_layout Plain Layout
1131 \begin_inset Caption Standard
1132
1133 \begin_layout Plain Layout
1134 \begin_inset CommandInset label
1135 LatexCommand label
1136 name "fig:Pink-object"
1137
1138 \end_inset
1139
1140 Objet rose
1141 \end_layout
1142
1143 \end_inset
1144
1145
1146 \end_layout
1147
1148 \begin_layout Plain Layout
1149 \begin_inset Graphics
1150         filename ../clipart/3D-structure-distort.pdf
1151         width 45col%
1152         scaleBeforeRotation
1153         groupId Déformés
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \end_inset
1161
1162
1163 \begin_inset space \hfill{}
1164 \end_inset
1165
1166
1167 \begin_inset Float figure
1168 wide false
1169 sideways false
1170 status collapsed
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Caption Standard
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "fig:A-star"
1179
1180 \end_inset
1181
1182 Une étoile
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Plain Layout
1191 \begin_inset Graphics
1192         filename ../clipart/Star-structure.pdf
1193         width 45col%
1194         scaleBeforeRotation
1195         groupId Déformés
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \begin_inset space \hfill{}
1206 \end_inset
1207
1208
1209 \end_layout
1210
1211 \begin_layout Plain Layout
1212 \begin_inset Caption Standard
1213
1214 \begin_layout Plain Layout
1215 \begin_inset CommandInset label
1216 LatexCommand label
1217 name "fig:Deux-images-déformées"
1218
1219 \end_inset
1220
1221 Deux images déformées.
1222  Les deux images font partie du groupe de paramétrisation 
1223 \begin_inset Quotes cld
1224 \end_inset
1225
1226 déformés
1227 \begin_inset Quotes crd
1228 \end_inset
1229
1230 .
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \end_inset
1239
1240
1241 \end_layout
1242
1243 \begin_layout Section
1244 Les formats d'images
1245 \begin_inset CommandInset label
1246 LatexCommand label
1247 name "sec:Image-Formats"
1248
1249 \end_inset
1250
1251
1252 \begin_inset Index idx
1253 status collapsed
1254
1255 \begin_layout Plain Layout
1256 Formats d' images
1257 \end_layout
1258
1259 \end_inset
1260
1261
1262 \begin_inset Index idx
1263 status collapsed
1264
1265 \begin_layout Plain Layout
1266 Figures ! Formats d'images
1267 \end_layout
1268
1269 \end_inset
1270
1271
1272 \end_layout
1273
1274 \begin_layout Standard
1275 Vous pouvez insérer des images dans n'importe quel format connu.
1276  Mais, comme nous l'avons expliqué dans l'annexe
1277 \begin_inset space ~
1278 \end_inset
1279
1280
1281 \begin_inset CommandInset ref
1282 LatexCommand ref
1283 reference "cha:Formats-fichiers-graphiques"
1284
1285 \end_inset
1286
1287 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1288  de formats d'images.
1289  Pour s'en sortir \SpecialChar LyX
1290  utilise le programme 
1291 \family typewriter
1292 ImageMagick
1293 \family default
1294  en arrière plan pour convertir les formats que vous utilisez dans un des
1295  formats acceptés par le format de sortie.
1296  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1297 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1298 \begin_inset space ~
1299 \end_inset
1300
1301
1302 \begin_inset CommandInset ref
1303 LatexCommand ref
1304 reference "cha:Formats-fichiers-graphiques"
1305
1306 \end_inset
1307
1308 .
1309 \end_layout
1310
1311 \begin_layout Standard
1312 Comme pour les polices de caractères, il y a deux grands types de formats
1313  d'images:
1314 \end_layout
1315
1316 \begin_layout Description
1317 Les
1318 \begin_inset space ~
1319 \end_inset
1320
1321 images
1322 \begin_inset space ~
1323 \end_inset
1324
1325 Matricielles
1326 \begin_inset space ~
1327 \end_inset
1328
1329 (ou
1330 \begin_inset space ~
1331 \end_inset
1332
1333 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1334  enregistrés sous un format compressé.
1335  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1336  petits carrés quand on utilise des agrandissements trop importants (aspect
1337  
1338 \begin_inset Quotes cld
1339 \end_inset
1340
1341 pixellisé
1342 \begin_inset Quotes crd
1343 \end_inset
1344
1345 ).
1346  Les formats matriciels les plus connus sont le GIF (
1347 \begin_inset Quotes cld
1348 \end_inset
1349
1350 Graphics Interchange Format
1351 \begin_inset Quotes crd
1352 \end_inset
1353
1354 , avec comme suffixe de fichier 
1355 \begin_inset Quotes cld
1356 \end_inset
1357
1358
1359 \family typewriter
1360 .gif
1361 \family default
1362
1363 \begin_inset Quotes crd
1364 \end_inset
1365
1366 )
1367 \begin_inset Index idx
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371 GIF|see
1372 \begin_inset ERT
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376
1377 {
1378 \end_layout
1379
1380 \end_inset
1381
1382 Format d'image
1383 \begin_inset ERT
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387
1388 }
1389 \end_layout
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \end_inset
1397
1398 , le PNG (
1399 \begin_inset Quotes cld
1400 \end_inset
1401
1402 Portable Network Graphics
1403 \begin_inset Quotes crd
1404 \end_inset
1405
1406 , suffixe 
1407 \begin_inset Quotes cld
1408 \end_inset
1409
1410
1411 \family typewriter
1412 .png
1413 \family default
1414
1415 \begin_inset Quotes crd
1416 \end_inset
1417
1418 )
1419 \begin_inset Index idx
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423 PNG|see
1424 \begin_inset ERT
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428
1429 {
1430 \end_layout
1431
1432 \end_inset
1433
1434 Formats d'image
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 }
1441 \end_layout
1442
1443 \end_inset
1444
1445
1446 \end_layout
1447
1448 \end_inset
1449
1450  et le JPG (
1451 \begin_inset Quotes cld
1452 \end_inset
1453
1454 Joint Photographic Expert Group
1455 \begin_inset Quotes crd
1456 \end_inset
1457
1458 , suffixe 
1459 \begin_inset Quotes cld
1460 \end_inset
1461
1462
1463 \family typewriter
1464 .jpg
1465 \family default
1466
1467 \begin_inset Quotes crd
1468 \end_inset
1469
1470  ou 
1471 \begin_inset Quotes cld
1472 \end_inset
1473
1474
1475 \family typewriter
1476 .jpeg
1477 \family default
1478
1479 \begin_inset Quotes crd
1480 \end_inset
1481
1482 )
1483 \begin_inset Index idx
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487 JPG|see
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 {
1494 \end_layout
1495
1496 \end_inset
1497
1498 Formats d'image
1499 \begin_inset ERT
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503
1504 }
1505 \end_layout
1506
1507 \end_inset
1508
1509
1510 \end_layout
1511
1512 \end_inset
1513
1514 .
1515 \end_layout
1516
1517 \begin_layout Description
1518 Les
1519 \begin_inset space ~
1520 \end_inset
1521
1522 images
1523 \begin_inset space ~
1524 \end_inset
1525
1526 Vectorielles
1527 \begin_inset space ~
1528 \end_inset
1529
1530 (ou
1531 \begin_inset space ~
1532 \end_inset
1533
1534 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1535  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1536 nnée comme on le veut sans perte de précision.
1537  La possibilité de redimensionner les images est très utilisé pour les présentat
1538 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1539 nnement.
1540  Le redimensionnement permet aussi de présenter des documents en ligne où
1541  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1542  étudier les détails.
1543 \begin_inset Newline newline
1544 \end_inset
1545
1546 Les principaux formats vectoriels sont le SVG (
1547 \begin_inset Quotes cld
1548 \end_inset
1549
1550 Scalable Vector Graphics
1551 \begin_inset Quotes crd
1552 \end_inset
1553
1554 , suffixe 
1555 \begin_inset Quotes cld
1556 \end_inset
1557
1558
1559 \family typewriter
1560 .svg
1561 \family default
1562
1563 \begin_inset Quotes crd
1564 \end_inset
1565
1566 )
1567 \begin_inset Index idx
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571 SVG|see
1572 \begin_inset ERT
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 {
1578 \end_layout
1579
1580 \end_inset
1581
1582 Format d'image
1583 \begin_inset ERT
1584 status collapsed
1585
1586 \begin_layout Plain Layout
1587
1588 }
1589 \end_layout
1590
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \end_inset
1597
1598 , l'EPS ( 
1599 \begin_inset Quotes cld
1600 \end_inset
1601
1602 encapsulated PostScript
1603 \begin_inset Quotes crd
1604 \end_inset
1605
1606 , suffixe 
1607 \begin_inset Quotes cld
1608 \end_inset
1609
1610
1611 \family typewriter
1612 .eps
1613 \family default
1614
1615 \begin_inset Quotes crd
1616 \end_inset
1617
1618 )
1619 \begin_inset Index idx
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 EPS|see
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629 {
1630 \end_layout
1631
1632 \end_inset
1633
1634 Format d'image
1635 \begin_inset ERT
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639
1640 }
1641 \end_layout
1642
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \end_inset
1649
1650 , le PDF (
1651 \begin_inset Quotes cld
1652 \end_inset
1653
1654 Portable Document Format
1655 \begin_inset Quotes crd
1656 \end_inset
1657
1658 , suffixe 
1659 \begin_inset Quotes cld
1660 \end_inset
1661
1662
1663 \family typewriter
1664 .pdf
1665 \family default
1666
1667 \begin_inset Quotes crd
1668 \end_inset
1669
1670 )
1671 \begin_inset Index idx
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675 PDF|see
1676 \begin_inset ERT
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680
1681 {
1682 \end_layout
1683
1684 \end_inset
1685
1686 Format d'image
1687 \begin_inset ERT
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691
1692 }
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \end_inset
1701
1702  et le WMF (
1703 \begin_inset Quotes cld
1704 \end_inset
1705
1706 Windows Metafile
1707 \begin_inset Quotes crd
1708 \end_inset
1709
1710 , suffixe 
1711 \begin_inset Quotes cld
1712 \end_inset
1713
1714
1715 \family typewriter
1716 .wfm
1717 \family default
1718
1719 \begin_inset Quotes crd
1720 \end_inset
1721
1722  ou 
1723 \begin_inset Quotes cld
1724 \end_inset
1725
1726
1727 \family typewriter
1728 .emf
1729 \family default
1730
1731 \begin_inset Quotes crd
1732 \end_inset
1733
1734 )
1735 \begin_inset Index idx
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 WMF|see
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745 {
1746 \end_layout
1747
1748 \end_inset
1749
1750 Formats d'images
1751 \begin_inset ERT
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755
1756 }
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \end_inset
1765
1766 .
1767  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1768  en EPS, mais le résultat ne sera pas redimensionnable.
1769  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1770 \begin_inset Foot
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774 Dans le cas du PDF l'image initiale est aussi compressée.
1775 \end_layout
1776
1777 \end_inset
1778
1779
1780 \end_layout
1781
1782 \begin_layout Standard
1783 Les fichiers PDF générés par 
1784 \family typewriter
1785 Adobe Photoshop
1786 \family default
1787 , par exemple, sont des images matricielles.
1788 \end_layout
1789
1790 \begin_layout Standard
1791 En principe il est quasiment impossible de convertir une image matricielle
1792  en graphique vectoriel, seul le contraire est possible.
1793  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1794  dans respectivement un fichier de sortie PDF ou PostScript.
1795  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1796  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1797  WMF/SVG
1798 \begin_inset Formula $\to$
1799 \end_inset
1800
1801 PDF/EPS convenables.
1802 \end_layout
1803
1804 \begin_layout Chapter
1805 Tableaux
1806 \begin_inset Index idx
1807 status collapsed
1808
1809 \begin_layout Plain Layout
1810 Tableau
1811 \end_layout
1812
1813 \end_inset
1814
1815
1816 \end_layout
1817
1818 \begin_layout Section
1819 Introduction
1820 \begin_inset Index idx
1821 status collapsed
1822
1823 \begin_layout Plain Layout
1824 Tableau ! Introduction
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \begin_layout Standard
1833 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1834  
1835 \begin_inset Info
1836 type  "icon"
1837 arg   "tabular-insert"
1838 \end_inset
1839
1840  soit 
1841 \family sans
1842 Insertion\SpecialChar menuseparator
1843 Tableau
1844 \family default
1845 .
1846  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1847  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1848  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1849  sur un bouton de la souris pour valider votre choix.
1850  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1851  vous demandant le nombre de lignes et de colonnes.
1852 \begin_inset Newline newline
1853 \end_inset
1854
1855 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1856  une à droite de la colonne la plus à droite et une en bas de la rangée
1857  du bas, qui forment une boîte autour du tableau.
1858  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1859  apparaît séparée du reste du tableau.
1860  Voici un exemple :
1861 \end_layout
1862
1863 \begin_layout Standard
1864 \align center
1865 \begin_inset Tabular
1866 <lyxtabular version="3" rows="4" columns="4">
1867 <features tabularvalignment="middle">
1868 <column alignment="center" valignment="top">
1869 <column alignment="center" valignment="top">
1870 <column alignment="center" valignment="top">
1871 <column alignment="center" valignment="top">
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 1
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895 2
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904 3
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 </row>
1910 <row>
1911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915 A
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 </row>
1948 <row>
1949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953 B
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \end_layout
1973
1974 \end_inset
1975 </cell>
1976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1977 \begin_inset Text
1978
1979 \begin_layout Plain Layout
1980
1981 \end_layout
1982
1983 \end_inset
1984 </cell>
1985 </row>
1986 <row>
1987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991 C
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2006 \begin_inset Text
2007
2008 \begin_layout Plain Layout
2009
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2015 \begin_inset Text
2016
2017 \begin_layout Plain Layout
2018
2019 \end_layout
2020
2021 \end_inset
2022 </cell>
2023 </row>
2024 </lyxtabular>
2025
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \begin_layout Section
2032 La fenêtre 
2033 \family sans
2034 tableau
2035 \family default
2036
2037 \begin_inset Index idx
2038 status collapsed
2039
2040 \begin_layout Plain Layout
2041 Tableau ! Fenêtre de dialogue
2042 \end_layout
2043
2044 \end_inset
2045
2046
2047 \end_layout
2048
2049 \begin_layout Standard
2050 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2051  de la souris, qui ouvre le menu contextuel.
2052  A l'aide du choix de menu 
2053 \family sans
2054 Plus...
2055
2056 \family default
2057  vous pouvez modifier les réglages concernant la cellule, la colonne et
2058  la ligne dans laquelle le curseur se trouve.
2059  Le menu contextuel 
2060 \family sans
2061 Plus...\SpecialChar menuseparator
2062 Paramètres...
2063
2064 \family default
2065  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2066  sont possibles.
2067  La plupart des options peuvent s'appliquer à des sélections.
2068  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2069  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2070  votre sélection.
2071  Notez qu'il y a une différence entre sélectionner le 
2072 \emph on
2073 contenu 
2074 \emph default
2075 d'une cellule et sélectionner la cellule elle-même.
2076 \begin_inset Newline newline
2077 \end_inset
2078
2079 En cochant l'option 
2080 \family sans
2081 Application
2082 \begin_inset space ~
2083 \end_inset
2084
2085 immédiate
2086 \family default
2087  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2088  est appliquée directement.
2089  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2090  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2091  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2092  de dialogue, vous devez appuyer sur 
2093 \family sans
2094 Entrée
2095 \family default
2096  pour que la modification soit appliquée.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2101  :
2102 \end_layout
2103
2104 \begin_layout Description
2105 Paramètres
2106 \begin_inset space ~
2107 \end_inset
2108
2109 du
2110 \begin_inset space ~
2111 \end_inset
2112
2113 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2114  la largeur de la colonne courante.
2115  L'alignement horizontal 
2116 \family sans
2117 Au
2118 \begin_inset space ~
2119 \end_inset
2120
2121 séparateur
2122 \begin_inset space ~
2123 \end_inset
2124
2125 décimal
2126 \family default
2127  est décrit dans la section
2128 \begin_inset space ~
2129 \end_inset
2130
2131
2132 \begin_inset CommandInset ref
2133 LatexCommand ref
2134 reference "subsec:Alignements-de-cellules"
2135
2136 \end_inset
2137
2138 .
2139  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2140  vertical de la ligne courante.
2141  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2142  et donc, plusieurs paragraphes de texte, voir la section
2143 \begin_inset space ~
2144 \end_inset
2145
2146
2147 \begin_inset CommandInset ref
2148 LatexCommand ref
2149 reference "subsec:Lignes-multiple-dans-cellule"
2150
2151 \end_inset
2152
2153 .
2154  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2155  pour accommoder le contenu de cellule le plus large.
2156 \begin_inset Newline newline
2157 \end_inset
2158
2159 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2160  un multi-colonnes, voir la section
2161 \begin_inset space ~
2162 \end_inset
2163
2164
2165 \begin_inset CommandInset ref
2166 LatexCommand ref
2167 reference "subsec:Multicolonnes"
2168
2169 \end_inset
2170
2171  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2172 \begin_inset space ~
2173 \end_inset
2174
2175
2176 \begin_inset CommandInset ref
2177 LatexCommand ref
2178 reference "subsec:Multi-lignes"
2179
2180 \end_inset
2181
2182 .
2183 \begin_inset Newline newline
2184 \end_inset
2185
2186 L'option 
2187 \family sans
2188 Tourner
2189 \begin_inset space ~
2190 \end_inset
2191
2192 la
2193 \begin_inset space ~
2194 \end_inset
2195
2196 case
2197 \begin_inset space ~
2198 \end_inset
2199
2200 de
2201 \begin_inset space ~
2202 \end_inset
2203
2204 90°
2205 \family default
2206  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2207  L'option 
2208 \family sans
2209 Tourner
2210 \begin_inset space ~
2211 \end_inset
2212
2213 le
2214 \begin_inset space ~
2215 \end_inset
2216
2217 tableau
2218 \begin_inset space ~
2219 \end_inset
2220
2221 de
2222 \begin_inset space ~
2223 \end_inset
2224
2225 90°
2226 \family default
2227  fait pivoter tout le tableau.
2228  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2229 , mais devraient l'être dans la
2230  sortie finale.
2231  Pour plus d'information voir la section
2232 \begin_inset space ~
2233 \end_inset
2234
2235
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "sec:Pivotement-des-cellules"
2239
2240 \end_inset
2241
2242 .
2243 \begin_inset Newline newline
2244 \end_inset
2245
2246
2247 \begin_inset Note Greyedout
2248 status open
2249
2250 \begin_layout Plain Layout
2251
2252 \series bold
2253 Note:
2254 \series default
2255  La plupart des visualiseurs DVI ne sont 
2256 \emph on
2257 pas
2258 \emph default
2259  capables d'afficher ces rotations.
2260 \end_layout
2261
2262 \end_inset
2263
2264
2265 \begin_inset Newline newline
2266 \end_inset
2267
2268 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2269  qui sont incorporés dans une ligne de texte :
2270 \begin_inset Newline newline
2271 \end_inset
2272
2273 Une ligne avec des tableaux alignés de différentes manières: 
2274 \begin_inset Tabular
2275 <lyxtabular version="3" rows="2" columns="2">
2276 <features tabularvalignment="top">
2277 <column alignment="center" valignment="top" width="0pt">
2278 <column alignment="center" valignment="top">
2279 <row>
2280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2281 \begin_inset Text
2282
2283 \begin_layout Plain Layout
2284
2285 \end_layout
2286
2287 \end_inset
2288 </cell>
2289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2290 \begin_inset Text
2291
2292 \begin_layout Plain Layout
2293 1
2294 \end_layout
2295
2296 \end_inset
2297 </cell>
2298 </row>
2299 <row>
2300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2301 \begin_inset Text
2302
2303 \begin_layout Plain Layout
2304 A
2305 \end_layout
2306
2307 \end_inset
2308 </cell>
2309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2310 \begin_inset Text
2311
2312 \begin_layout Plain Layout
2313
2314 \end_layout
2315
2316 \end_inset
2317 </cell>
2318 </row>
2319 </lyxtabular>
2320
2321 \end_inset
2322
2323  
2324 \begin_inset Tabular
2325 <lyxtabular version="3" rows="2" columns="2">
2326 <features tabularvalignment="middle">
2327 <column alignment="center" valignment="top">
2328 <column alignment="center" valignment="top">
2329 <row>
2330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343 1
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 </row>
2349 <row>
2350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2351 \begin_inset Text
2352
2353 \begin_layout Plain Layout
2354 A
2355 \end_layout
2356
2357 \end_inset
2358 </cell>
2359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2360 \begin_inset Text
2361
2362 \begin_layout Plain Layout
2363
2364 \end_layout
2365
2366 \end_inset
2367 </cell>
2368 </row>
2369 </lyxtabular>
2370
2371 \end_inset
2372
2373  
2374 \begin_inset Tabular
2375 <lyxtabular version="3" rows="2" columns="2">
2376 <features tabularvalignment="bottom">
2377 <column alignment="center" valignment="top" width="0pt">
2378 <column alignment="center" valignment="top">
2379 <row>
2380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Plain Layout
2384
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 1
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 </row>
2399 <row>
2400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2401 \begin_inset Text
2402
2403 \begin_layout Plain Layout
2404 A
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2410 \begin_inset Text
2411
2412 \begin_layout Plain Layout
2413
2414 \end_layout
2415
2416 \end_inset
2417 </cell>
2418 </row>
2419 </lyxtabular>
2420
2421 \end_inset
2422
2423
2424 \begin_inset Newline newline
2425 \end_inset
2426
2427 On peut aussi entrer des paramètres \SpecialChar LaTeX
2428  pour obtenir des mise en formes spéciales
2429  pour le tableau, voir les sections
2430 \begin_inset space ~
2431 \end_inset
2432
2433
2434 \begin_inset CommandInset ref
2435 LatexCommand ref
2436 reference "subsec:Calculs-multicolonnes"
2437
2438 \end_inset
2439
2440  et 
2441 \begin_inset CommandInset ref
2442 LatexCommand ref
2443 reference "sec:Tableaux-Colorés"
2444
2445 \end_inset
2446
2447 .
2448 \end_layout
2449
2450 \begin_layout Description
2451 Bordures Cet onglet vous permet d'ajouter ou de supprimer les bordures pour
2452  la ligne ou la colonne courante.
2453  
2454 \begin_inset Newline newline
2455 \end_inset
2456
2457 En utilisant le style 
2458 \family sans
2459 Formel
2460 \family default
2461  à la place du style par 
2462 \family sans
2463 Défaut
2464 \family default
2465 , on va convertir le tableau en tableau formel comme on le décrit dans la
2466  section
2467 \begin_inset space ~
2468 \end_inset
2469
2470
2471 \begin_inset CommandInset ref
2472 LatexCommand ref
2473 reference "sec:Tableaux-Formels"
2474
2475 \end_inset
2476
2477 .
2478 \begin_inset Newline newline
2479 \end_inset
2480
2481 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2482  dans les lignes du tableau comme c'est décrit dans la section
2483 \begin_inset space ~
2484 \end_inset
2485
2486
2487 \begin_inset CommandInset ref
2488 LatexCommand ref
2489 reference "subsec:Espacement-lignes"
2490
2491 \end_inset
2492
2493 .
2494 \end_layout
2495
2496 \begin_layout Description
2497 Tableau
2498 \begin_inset space ~
2499 \end_inset
2500
2501 multi-pages Cet onglet est utilisé pour transformer un tableau en ce que
2502  l'on nomme un 
2503 \begin_inset Quotes cld
2504 \end_inset
2505
2506
2507 \emph on
2508 tableau multi-pages
2509 \emph default
2510
2511 \begin_inset Quotes crd
2512 \end_inset
2513
2514  qui peut continuer sur plusieurs pages.
2515  Les sections
2516 \begin_inset space ~
2517 \end_inset
2518
2519
2520 \begin_inset CommandInset ref
2521 LatexCommand ref
2522 reference "sec:Tableaux-multi-pages"
2523
2524 \end_inset
2525
2526  et 
2527 \begin_inset CommandInset ref
2528 LatexCommand ref
2529 reference "sec:Questions-sur-tableaux-multi-pages"
2530
2531 \end_inset
2532
2533  décrivent ces tableaux multi-pages plus en détail.
2534 \end_layout
2535
2536 \begin_layout Section
2537 La barre d'outils tableau
2538 \begin_inset Index idx
2539 status collapsed
2540
2541 \begin_layout Plain Layout
2542 Tableau ! Barre d'outils
2543 \end_layout
2544
2545 \end_inset
2546
2547
2548 \end_layout
2549
2550 \begin_layout Standard
2551 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2552  permet de modifier plus rapidement les tableaux.
2553  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2554  quand le
2555  curseur se trouve à l'intérieur d'un tableau.
2556  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2557  au menu 
2558 \family sans
2559 Visualiser\SpecialChar menuseparator
2560 Barres
2561 \begin_inset space ~
2562 \end_inset
2563
2564 d'outils\SpecialChar menuseparator
2565 Tableau
2566 \family default
2567 .
2568 \end_layout
2569
2570 \begin_layout Standard
2571 La barre d'outils contient les icônes suivantes :
2572 \end_layout
2573
2574 \begin_layout Labeling
2575 \labelwidthstring 00.00.0000
2576 \begin_inset Info
2577 type  "icon"
2578 arg   "tabular-feature append-row"
2579 \end_inset
2580
2581  ajoute une ligne sous la cellule ou la sélection courante
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586 \begin_inset Info
2587 type  "icon"
2588 arg   "tabular-feature append-column"
2589 \end_inset
2590
2591  ajoute une colonne à la droite de la cellule ou de la sélection courante
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596 \begin_inset Info
2597 type  "icon"
2598 arg   "tabular-feature delete-row"
2599 \end_inset
2600
2601  supprime la ligne ou la sélection courante
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "tabular-feature delete-column"
2609 \end_inset
2610
2611  supprime la colonne ou la sélection courante
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "tabular-feature move-row-up"
2619 \end_inset
2620
2621  déplace la ligne vers le haut
2622 \end_layout
2623
2624 \begin_layout Labeling
2625 \labelwidthstring 00.00.0000
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "tabular-feature move-column-left"
2629 \end_inset
2630
2631  déplace la colonne vers la gauche
2632 \end_layout
2633
2634 \begin_layout Labeling
2635 \labelwidthstring 00.00.0000
2636 \begin_inset Info
2637 type  "icon"
2638 arg   "tabular-feature move-row-down"
2639 \end_inset
2640
2641  déplace la ligne vers le bas
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646 \begin_inset Info
2647 type  "icon"
2648 arg   "tabular-feature move-column-right"
2649 \end_inset
2650
2651  déplace la colonne vers la droite
2652 \end_layout
2653
2654 \begin_layout Labeling
2655 \labelwidthstring 00.00.0000
2656 \begin_inset Info
2657 type  "icon"
2658 arg   "tabular-feature toggle-line-top"
2659 \end_inset
2660
2661  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2662  courante
2663 \end_layout
2664
2665 \begin_layout Labeling
2666 \labelwidthstring 00.00.0000
2667 \begin_inset Info
2668 type  "icon"
2669 arg   "tabular-feature toggle-line-bottom"
2670 \end_inset
2671
2672  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2673 \end_layout
2674
2675 \begin_layout Labeling
2676 \labelwidthstring 00.00.0000
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "tabular-feature toggle-line-left"
2680 \end_inset
2681
2682  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2683 \begin_inset Note Note
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 ou colonne ?
2688 \end_layout
2689
2690 \end_inset
2691
2692  ou de la sélection courante
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697 \begin_inset Info
2698 type  "icon"
2699 arg   "tabular-feature toggle-line-right"
2700 \end_inset
2701
2702  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2703 \begin_inset Note Note
2704 status collapsed
2705
2706 \begin_layout Plain Layout
2707 ou colonne ?
2708 \end_layout
2709
2710 \end_inset
2711
2712  ou de la sélection courante
2713 \end_layout
2714
2715 \begin_layout Labeling
2716 \labelwidthstring 00.00.0000
2717 \begin_inset Info
2718 type  "icon"
2719 arg   "tabular-feature set-all-lines"
2720 \end_inset
2721
2722  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2723  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2724  colonne et la ligne courante
2725 \end_layout
2726
2727 \begin_layout Labeling
2728 \labelwidthstring 00.00.0000
2729 \begin_inset Info
2730 type  "icon"
2731 arg   "tabular-feature unset-all-lines"
2732 \end_inset
2733
2734  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2735  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2736  aussi la colonne et la ligne courante
2737 \end_layout
2738
2739 \begin_layout Labeling
2740 \labelwidthstring 00.00.0000
2741 \begin_inset Info
2742 type  "icon"
2743 arg   "tabular-feature m-align-left"
2744 \end_inset
2745
2746  aligne à gauche le contenu de la cellule ou de la colonne courante
2747 \end_layout
2748
2749 \begin_layout Labeling
2750 \labelwidthstring 00.00.0000
2751 \begin_inset Info
2752 type  "icon"
2753 arg   "tabular-feature m-align-center"
2754 \end_inset
2755
2756  centre horizontalement le contenu de la cellule ou de la colonne courante
2757 \end_layout
2758
2759 \begin_layout Labeling
2760 \labelwidthstring 00.00.0000
2761 \begin_inset Info
2762 type  "icon"
2763 arg   "tabular-feature m-align-right"
2764 \end_inset
2765
2766  aligne à droite le contenu de la cellule ou de la colonne courante
2767 \end_layout
2768
2769 \begin_layout Labeling
2770 \labelwidthstring 00.00.0000
2771 \begin_inset Info
2772 type  "icon"
2773 arg   "tabular-feature align-decimal"
2774 \end_inset
2775
2776  aligne le contenu de la colonne courante sur un caractère
2777 \end_layout
2778
2779 \begin_layout Labeling
2780 \labelwidthstring 00.00.0000
2781 \begin_inset Info
2782 type  "icon"
2783 arg   "tabular-feature m-valign-top"
2784 \end_inset
2785
2786  aligne le contenu de la cellule courante verticalement vers le haut
2787 \end_layout
2788
2789 \begin_layout Labeling
2790 \labelwidthstring 00.00.0000
2791 \begin_inset Info
2792 type  "icon"
2793 arg   "tabular-feature m-valign-middle"
2794 \end_inset
2795
2796  centre verticalement le contenu de la cellule courante
2797 \end_layout
2798
2799 \begin_layout Labeling
2800 \labelwidthstring 00.00.0000
2801 \begin_inset Info
2802 type  "icon"
2803 arg   "tabular-feature m-valign-bottom"
2804 \end_inset
2805
2806  aligne le contenu de la cellule courante verticalement vers le bas
2807 \end_layout
2808
2809 \begin_layout Labeling
2810 \labelwidthstring 00.00.0000
2811 \begin_inset Info
2812 type  "icon"
2813 arg   "tabular-feature set-rotate-cell"
2814 \end_inset
2815
2816  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2817 re
2818 \end_layout
2819
2820 \begin_layout Labeling
2821 \labelwidthstring 00.00.0000
2822 \begin_inset Info
2823 type  "icon"
2824 arg   "tabular-feature set-rotate-tabular"
2825 \end_inset
2826
2827  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2828 \end_layout
2829
2830 \begin_layout Labeling
2831 \labelwidthstring 00.00.0000
2832 \begin_inset Info
2833 type  "icon"
2834 arg   "tabular-feature multicolumn"
2835 \end_inset
2836
2837  transforme en multi-colonnes la cellule ou la sélection courante
2838 \end_layout
2839
2840 \begin_layout Labeling
2841 \labelwidthstring 00.00.0000
2842 \begin_inset Info
2843 type  "icon"
2844 arg   "tabular-feature multirow"
2845 \end_inset
2846
2847  transforme en multi-lignes la cellule ou la sélection courante
2848 \end_layout
2849
2850 \begin_layout Standard
2851 \begin_inset Note Greyedout
2852 status open
2853
2854 \begin_layout Plain Layout
2855
2856 \series bold
2857 Note :
2858 \series default
2859  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2860  est utilisé pour toutes les autres cellules de la ligne.
2861 \end_layout
2862
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \begin_layout Section
2869 Le menu Édition tableau
2870 \begin_inset Index idx
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874 Tableau ! Menu Édition
2875 \end_layout
2876
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \begin_layout Standard
2883 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2884  
2885 \family sans
2886 Édition\SpecialChar menuseparator
2887 Tableau
2888 \family default
2889  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2890  ou de la ligne courante et aussi de transformer la sélection courante en
2891  multi-colonnes.
2892  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2893 \end_layout
2894
2895 \begin_layout Section
2896 Flottant de tableau
2897 \begin_inset CommandInset label
2898 LatexCommand label
2899 name "sec:Table-Floats"
2900
2901 \end_inset
2902
2903
2904 \begin_inset Index idx
2905 status collapsed
2906
2907 \begin_layout Plain Layout
2908 Flottants ! Tableaux
2909 \end_layout
2910
2911 \end_inset
2912
2913
2914 \begin_inset Index idx
2915 status collapsed
2916
2917 \begin_layout Plain Layout
2918 Tableau ! Flottants
2919 \end_layout
2920
2921 \end_inset
2922
2923
2924 \end_layout
2925
2926 \begin_layout Standard
2927 Pour des explications générales sur les flottants, jetez un œil à la section
2928 \begin_inset space ~
2929 \end_inset
2930
2931
2932 \begin_inset CommandInset ref
2933 LatexCommand ref
2934 reference "sec:Flottants-Introduction"
2935
2936 \end_inset
2937
2938 .
2939 \end_layout
2940
2941 \begin_layout Standard
2942 \begin_inset Float table
2943 placement h
2944 wide false
2945 sideways false
2946 status open
2947
2948 \begin_layout Plain Layout
2949 \begin_inset Caption Standard
2950
2951 \begin_layout Plain Layout
2952 \begin_inset CommandInset label
2953 LatexCommand label
2954 name "tab:Flottant-de-tableau"
2955
2956 \end_inset
2957
2958 Un flottant de tableau.
2959 \end_layout
2960
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \begin_layout Plain Layout
2967 \align center
2968 \begin_inset Tabular
2969 <lyxtabular version="3" rows="3" columns="3">
2970 <features tabularvalignment="middle">
2971 <column alignment="center" valignment="top" width="0pt">
2972 <column alignment="center" valignment="top" width="0pt">
2973 <column alignment="center" valignment="top" width="0pt">
2974 <row>
2975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 1
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988 2
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997 3
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 </row>
3003 <row>
3004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008 Jules
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017 Marie
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026 Jean
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 </row>
3032 <row>
3033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037 \begin_inset Formula $\int x^{2}dx$
3038 \end_inset
3039
3040
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 \begin_inset Formula $\left[\begin{array}{cc}
3050 a & b\\
3051 c & d
3052 \end{array}\right]$
3053 \end_inset
3054
3055
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 \begin_inset Formula $1+1=2$
3065 \end_inset
3066
3067
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 </lyxtabular>
3074
3075 \end_inset
3076
3077
3078 \end_layout
3079
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \begin_layout Standard
3086 Les flottants de tableau sont insérés en utilisant le menu 
3087 \family sans
3088 Insertion\SpecialChar menuseparator
3089 Flottant\SpecialChar menuseparator
3090 Tableau
3091 \family default
3092  ou le bouton 
3093 \begin_inset Info
3094 type  "icon"
3095 arg   "float-insert table"
3096 \end_inset
3097
3098  de la barre d'outils.
3099 \end_layout
3100
3101 \begin_layout Standard
3102 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3103  qui a comme étiquette 
3104 \begin_inset Quotes cld
3105 \end_inset
3106
3107 Tableau
3108 \begin_inset space ~
3109 \end_inset
3110
3111 #:
3112 \begin_inset Quotes crd
3113 \end_inset
3114
3115  (où # est le numéro du tableau).
3116  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3117 \end_layout
3118
3119 \begin_layout Standard
3120 Le tableau
3121 \begin_inset space ~
3122 \end_inset
3123
3124
3125 \begin_inset CommandInset ref
3126 LatexCommand ref
3127 reference "tab:Flottant-de-tableau"
3128
3129 \end_inset
3130
3131  est un exemple de tableau dans un flottant de tableau.
3132 \end_layout
3133
3134 \begin_layout Standard
3135 On met habituellement la légende au dessus des tableaux, mais cette règle
3136  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3137 .
3138  Cela signifie que si vous utilisez un document appartenant aux classes
3139  
3140 \family sans
3141 article
3142 \family default
3143
3144 \family sans
3145 book
3146 \family default
3147
3148 \family sans
3149 letter
3150 \family default
3151 , ou
3152 \family sans
3153  report
3154 \family default
3155  il n'y aura pas d'espace entre la légende et le tableau.
3156  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3157  la commande de chargement du paquetage \SpecialChar LaTeX
3158  
3159 \series bold
3160 caption
3161 \series default
3162
3163 \begin_inset Index idx
3164 status collapsed
3165
3166 \begin_layout Plain Layout
3167 Paquetages \SpecialChar LaTeX
3168  ! caption
3169 \end_layout
3170
3171 \end_inset
3172
3173  dans le préambule de votre document.
3174 \begin_inset Foot
3175 status collapsed
3176
3177 \begin_layout Plain Layout
3178 Pour plus d'information voyez la section
3179 \begin_inset space ~
3180 \end_inset
3181
3182
3183 \begin_inset CommandInset ref
3184 LatexCommand ref
3185 reference "sec:Placement-légende"
3186
3187 \end_inset
3188
3189 .
3190 \end_layout
3191
3192 \end_inset
3193
3194 :
3195 \end_layout
3196
3197 \begin_layout Standard
3198
3199 \series bold
3200 tableposition=top
3201 \end_layout
3202
3203 \begin_layout Standard
3204 Le paquetage 
3205 \series bold
3206 caption
3207 \series default
3208 , qui est décrit dans la section
3209 \begin_inset space ~
3210 \end_inset
3211
3212
3213 \begin_inset CommandInset ref
3214 LatexCommand ref
3215 reference "sec:Formatage-légende"
3216
3217 \end_inset
3218
3219 , est utilisé pour ajuster le format des légendes.
3220 \end_layout
3221
3222 \begin_layout Standard
3223 Dans le texte, on fait référence à un tableau
3224 \begin_inset Index idx
3225 status collapsed
3226
3227 \begin_layout Plain Layout
3228 References@Références ! à des Tableaux
3229 \end_layout
3230
3231 \end_inset
3232
3233  en faisant référence à sa légende.
3234  On insère donc une étiquette dans la légende en utilisant le menu 
3235 \family sans
3236 Insertion
3237 \family default
3238 \SpecialChar menuseparator
3239
3240 \family sans
3241 Étiquette
3242 \family default
3243  ou le bouton 
3244 \begin_inset Info
3245 type  "icon"
3246 arg   "label-insert"
3247 \end_inset
3248
3249  de la barre d'outils.
3250  On peut alors faire référence à cette étiquette en utilisant le menu 
3251 \family sans
3252 Insertion\SpecialChar menuseparator
3253 Référence
3254 \begin_inset space ~
3255 \end_inset
3256
3257 croisée
3258 \family default
3259  ou le bouton 
3260 \begin_inset Info
3261 type  "icon"
3262 arg   "dialog-show-new-inset ref"
3263 \end_inset
3264
3265  de la barre d'outils.
3266 \begin_inset Newline newline
3267 \end_inset
3268
3269 Les références croisées sont expliquées en détail dans la section
3270 \begin_inset space ~
3271 \end_inset
3272
3273
3274 \begin_inset CommandInset ref
3275 LatexCommand ref
3276 reference "sec:Referencer-les-Flottants"
3277
3278 \end_inset
3279
3280 .
3281 \end_layout
3282
3283 \begin_layout Section
3284 Tableaux multi-pages
3285 \begin_inset CommandInset label
3286 LatexCommand label
3287 name "sec:Tableaux-multi-pages"
3288
3289 \end_inset
3290
3291
3292 \begin_inset Index idx
3293 status collapsed
3294
3295 \begin_layout Plain Layout
3296 Tableau multi-pages
3297 \end_layout
3298
3299 \end_inset
3300
3301
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 Tableau ! multi-pages
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \begin_layout Standard
3315 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3316  l'option 
3317 \family sans
3318 Utiliser
3319 \begin_inset space ~
3320 \end_inset
3321
3322 les
3323 \begin_inset space ~
3324 \end_inset
3325
3326 tableaux
3327 \begin_inset space ~
3328 \end_inset
3329
3330 multi-pages
3331 \family default
3332  de l'onglet 
3333 \family sans
3334 Tableau
3335 \begin_inset space ~
3336 \end_inset
3337
3338 multi-pages
3339 \family default
3340  de la fenêtre 
3341 \family sans
3342 Paramètres
3343 \begin_inset space ~
3344 \end_inset
3345
3346 du
3347 \begin_inset space ~
3348 \end_inset
3349
3350 tableau
3351 \family default
3352  pour le répartir automatiquement sur plusieurs pages.
3353  En cochant cette option, vous activez les options suivantes:
3354 \end_layout
3355
3356 \begin_layout Description
3357 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3358  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3359  d'en-tête utilisées pour toutes les pages du tableau multi-pages; sauf
3360  pour la première page, si 
3361 \family sans
3362 Premier
3363 \begin_inset space ~
3364 \end_inset
3365
3366 en-tête
3367 \family default
3368  est défini.
3369  Ces lignes forment l'en-tête principal.
3370 \end_layout
3371
3372 \begin_layout Description
3373 Premier
3374 \begin_inset space ~
3375 \end_inset
3376
3377 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3378  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3379  d'en-tête utilisées pour la première page du tableau multi-pages.
3380 \end_layout
3381
3382 \begin_layout Description
3383 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3384  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3385  constituant les pieds de toutes les pages du tableau multi-pages; sauf
3386  de la dernière page si 
3387 \family sans
3388 Dernier
3389 \begin_inset space ~
3390 \end_inset
3391
3392 pied
3393 \family default
3394  est défini.
3395 \end_layout
3396
3397 \begin_layout Description
3398 Dernier
3399 \begin_inset space ~
3400 \end_inset
3401
3402 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3403  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3404  constituant le pied de la dernière page du tableau multi-pages.
3405 \end_layout
3406
3407 \begin_layout Description
3408 Légende La ligne courante contient la légende du tableau.
3409  La première ligne est transformée en une colonne unique et une légende
3410  est insérée.
3411  Vous trouverez d'autres explications sur les légendes pour les tableaux
3412  multi-pages dans la section
3413 \begin_inset space ~
3414 \end_inset
3415
3416
3417 \begin_inset CommandInset ref
3418 LatexCommand ref
3419 reference "subsec:Tableaux-multi-pages-légende"
3420
3421 \end_inset
3422
3423 .
3424 \end_layout
3425
3426 \begin_layout Standard
3427 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3428  Voyez le tableau multi-pages qui suit pour voir comment ça marche :
3429 \end_layout
3430
3431 \begin_layout Standard
3432 \align center
3433 \begin_inset Tabular
3434 <lyxtabular version="3" rows="69" columns="3">
3435 <features islongtable="true" longtabularalignment="center">
3436 <column alignment="left" valignment="top" width="0cm">
3437 <column alignment="left" valignment="top" width="0pt">
3438 <column alignment="center" valignment="top" width="0pt">
3439 <row endfirsthead="true">
3440 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 Exemple d'annuaire téléphonique (ignorez les noms)
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 <row endfirsthead="true">
3471 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \series bold
3477 NOM
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 TEL.
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 </row>
3503 <row endhead="true">
3504 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \series bold
3510 Exemple d'annuaire téléphonique
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row endhead="true">
3535 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539
3540 \series bold
3541 NOM
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \series bold
3561 TEL.
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 <row endfoot="true">
3568 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572  continue page suivante
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row>
3597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603 Annovi
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 Silvia
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 111
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row>
3628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634 Bertoli
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 Stefano
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 111
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 <row>
3659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \series bold
3665 Bozzi
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 Walter
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 111
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \series bold
3696 Cachia
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Maria
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 111
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727 Cachia
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 Maurizio
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 111
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756
3757 \series bold
3758 Cinquemani
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 Giusi
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 111
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 Colin
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 Bernard
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 111
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row>
3814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Concli
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Gianfranco
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 111
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row>
3845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 Dal Bosco
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Carolina
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 111
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \series bold
3882 Dalpiaz
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 Annamaria
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 111
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Feliciello
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Domenico
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Focarelli
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Paola
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Galletti
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Oreste
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Gasparini
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Franca
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Rizzardi
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Paola
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Lassini
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Giancarlo
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Malfatti
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Luciano
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Malfatti
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Valeriano
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Meneguzzo
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Roberto
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Mezzadra
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Roberto
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Pirpamer
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Erich
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 111
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Pochiesa
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Paolo
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 111, 222
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Radina
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Claudio
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 111
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Stuffer
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Oskar
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 111
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Tacchelli
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Ugo
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 111
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Tezzele
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Margit
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 111
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Unterkalmsteiner
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Frieda
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 111
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Vieider
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Hilde
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 111
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Vigna
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Jürgen
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 111
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Weber
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Maurizio
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 111
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Winkler
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Franz
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 111
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562  
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Annovi
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Silvia
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 555
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622
4623 \series bold
4624 Bertoli
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 Stefano
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 555
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \series bold
4655 Bozzi
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 Walter
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 555
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684
4685 \series bold
4686 Cachia
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 Maria
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 555
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \series bold
4717 Cachia
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 Maurizio
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 555
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746
4747 \series bold
4748 Cinquemani
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 Giusi
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 555
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 </row>
4772 <row>
4773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777
4778 \series bold
4779 Colin
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 Bernard
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 555
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \series bold
4810 Concli
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 Gianfranco
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 555
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 </row>
4834 <row>
4835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839
4840 \series bold
4841 Dal Bosco
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 Carolina
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 555
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \series bold
4872 Dalpiaz
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 Annamaria
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 555
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Feliciello
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Domenico
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Focarelli
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Paola
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Galletti
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Oreste
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Gasparini
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Franca
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Rizzardi
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Paola
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Lassini
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Giancarlo
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Malfatti
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Luciano
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 555
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Malfatti
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Valeriano
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 555
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Meneguzzo
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Roberto
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row>
5176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \series bold
5182 Mezzadra
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Roberto
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 555
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row>
5207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211
5212 \series bold
5213 Pirpamer
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 Erich
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 555
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 </row>
5237 <row>
5238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242
5243 \series bold
5244 Pochiesa
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 Paolo
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 555, 222
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 </row>
5268 <row>
5269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273
5274 \series bold
5275 Radina
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 Claudio
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 555
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 </row>
5299 <row>
5300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304
5305 \series bold
5306 Stuffer
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 Oskar
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 555
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 </row>
5330 <row>
5331 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335
5336 \series bold
5337 Tacchelli
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 Ugo
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 555
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row>
5362 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366
5367 \series bold
5368 Tezzele
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 Margit
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 555
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 </row>
5392 <row>
5393 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397
5398 \series bold
5399 Unterkalmsteiner
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 Frieda
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 555
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 </row>
5423 <row>
5424 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428
5429 \series bold
5430 Vieider
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Hilde
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 555
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 </row>
5454 <row>
5455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459
5460 \series bold
5461 Vigna
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 Jürgen
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 999
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 <row>
5486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490
5491 \series bold
5492 Weber
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 Maurizio
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 555
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 </row>
5516 <row>
5517 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521
5522 \series bold
5523 Winkler
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 Franz
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 555
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 </row>
5547 <row endlastfoot="true">
5548 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 Fin
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 </row>
5576 </lyxtabular>
5577
5578 \end_inset
5579
5580
5581 \begin_inset ERT
5582 status collapsed
5583
5584 \begin_layout Plain Layout
5585
5586
5587 \backslash
5588 addtocounter{table}{-1}
5589 \end_layout
5590
5591 \end_inset
5592
5593
5594 \begin_inset Note Note
5595 status collapsed
5596
5597 \begin_layout Plain Layout
5598 Voyez la première note grisée de la section
5599 \begin_inset space ~
5600 \end_inset
5601
5602
5603 \begin_inset CommandInset ref
5604 LatexCommand ref
5605 reference "subsec:Tableaux-multi-pages-légende"
5606
5607 \end_inset
5608
5609  pour une explication de cette commande.
5610 \end_layout
5611
5612 \end_inset
5613
5614
5615 \end_layout
5616
5617 \begin_layout Subsection
5618 Notes de bas de page dans les tableaux multi-pages
5619 \begin_inset CommandInset label
5620 LatexCommand label
5621 name "subsec:Notes-dans-tableau-multi-pages"
5622
5623 \end_inset
5624
5625
5626 \begin_inset Index idx
5627 status collapsed
5628
5629 \begin_layout Plain Layout
5630 Tableau ! multi-pages ! Notes de bas de page
5631 \end_layout
5632
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \begin_layout Standard
5639 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5640  multi-pages.
5641  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5642  contenant la note.
5643  Par exemple le tableau
5644 \begin_inset space ~
5645 \end_inset
5646
5647
5648 \begin_inset CommandInset ref
5649 LatexCommand ref
5650 reference "tab:Légendes-tableau-différentes"
5651
5652 \end_inset
5653
5654  a une note de bas de page.
5655 \end_layout
5656
5657 \begin_layout Subsection
5658 Alignement des tableaux multi-pages
5659 \begin_inset Index idx
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663 Tableau ! multi-pages ! Alignement
5664 \end_layout
5665
5666 \end_inset
5667
5668
5669 \end_layout
5670
5671 \begin_layout Standard
5672 L'alignement horizontal des tableaux multi-pages peut être modifié dans
5673  la fenêtre de dialogue des paramètres de tableau.
5674  Pour les alignements à droite et à gauche, le tableau sera directement
5675  au bord de la page.
5676  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5677  l'alignement centré et modifier les valeurs des longueurs 
5678 \series bold
5679
5680 \backslash
5681 LTleft 
5682 \series default
5683 et 
5684 \series bold
5685
5686 \backslash
5687 LTright
5688 \series default
5689  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5690  avant le tableau multi-pages
5691  concerné :
5692 \end_layout
5693
5694 \begin_layout Standard
5695
5696 \series bold
5697
5698 \backslash
5699 setlength{
5700 \backslash
5701 LTleft}{valeur}
5702 \end_layout
5703
5704 \begin_layout Standard
5705 Où 
5706 \series bold
5707 valeur
5708 \series default
5709  peut avoir n'importe laquelle des unités listées dans le tableau
5710 \begin_inset space ~
5711 \end_inset
5712
5713
5714 \begin_inset CommandInset ref
5715 LatexCommand ref
5716 reference "cha:Unités-de-longueur"
5717
5718 \end_inset
5719
5720 .
5721  
5722 \series bold
5723
5724 \backslash
5725 LTleft
5726 \series default
5727  contrôle la distance horizontale entre le bord gauche de la page et le
5728  tableau, et
5729 \series bold
5730  
5731 \backslash
5732 LTright
5733 \series default
5734  la distance au bord droit.
5735  La valeur implicite des ces deux distances est 
5736 \series bold
5737
5738 \backslash
5739 fill
5740 \series default
5741 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5742 .
5743 \end_layout
5744
5745 \begin_layout Standard
5746 Le tableau multi-pages suivant a été centrée en mettant 
5747 \series bold
5748
5749 \backslash
5750 LTleft
5751 \series default
5752  à 
5753 \family sans
5754 0.1
5755 \backslash
5756 columnwidth
5757 \family default
5758 :
5759 \begin_inset ERT
5760 status collapsed
5761
5762 \begin_layout Plain Layout
5763
5764
5765 \backslash
5766 setlength{
5767 \backslash
5768 LTleft}{0.1
5769 \backslash
5770 columnwidth}
5771 \end_layout
5772
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \begin_layout Standard
5779 \begin_inset Tabular
5780 <lyxtabular version="3" rows="5" columns="5">
5781 <features islongtable="true" longtabularalignment="center">
5782 <column alignment="center" valignment="top">
5783 <column alignment="center" valignment="top">
5784 <column alignment="center" valignment="top">
5785 <column alignment="center" valignment="top">
5786 <column alignment="center" valignment="top">
5787 <row>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 1
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 2
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 3
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 4
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 5
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 </row>
5834 <row>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 asd
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 s
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 s
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 s
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 asd
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 </row>
5881 <row>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 s
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 s
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 s
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 asd
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 </row>
5928 <row>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 asd
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 s
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 s
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 s
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 asd
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 asd
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989 asd
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 asd
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 asd
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 asd
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 </lyxtabular>
6023
6024 \end_inset
6025
6026
6027 \begin_inset ERT
6028 status collapsed
6029
6030 \begin_layout Plain Layout
6031
6032
6033 \backslash
6034 setlength{
6035 \backslash
6036 LTleft}{
6037 \backslash
6038 fill}
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \begin_inset ERT
6045 status collapsed
6046
6047 \begin_layout Plain Layout
6048
6049
6050 \backslash
6051 addtocounter{table}{-1}
6052 \end_layout
6053
6054 \end_inset
6055
6056
6057 \begin_inset Note Note
6058 status collapsed
6059
6060 \begin_layout Plain Layout
6061 Voyez la première note grisée de la section
6062 \begin_inset space ~
6063 \end_inset
6064
6065
6066 \begin_inset CommandInset ref
6067 LatexCommand ref
6068 reference "subsec:Tableaux-multi-pages-légende"
6069
6070 \end_inset
6071
6072  pour une explication de cette commande.
6073 \end_layout
6074
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \begin_layout Subsection
6081 Légendes et tableaux multi-pages
6082 \begin_inset Index idx
6083 status collapsed
6084
6085 \begin_layout Plain Layout
6086 Tableau ! multi-pages ! Legendes@Légendes
6087 \end_layout
6088
6089 \end_inset
6090
6091
6092 \begin_inset CommandInset label
6093 LatexCommand label
6094 name "subsec:Tableaux-multi-pages-légende"
6095
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \begin_layout Standard
6102 Vous ne pouvez pas placer un tableau multi-pages dans un flottant de tableau
6103  puisque les flottants ne peuvent pas être sur plusieurs pages, mais l'environne
6104 ment de légende des flottants de tableau peut aussi être utilisé pour les
6105  tableaux multi-pages quand on utilise pour une ligne l'option de tableau
6106  multi-pages 
6107 \family sans
6108 Légende
6109 \family default
6110 , comme c'est expliqué dans la section
6111 \begin_inset space ~
6112 \end_inset
6113
6114
6115 \begin_inset CommandInset ref
6116 LatexCommand ref
6117 reference "sec:Tableaux-multi-pages"
6118
6119 \end_inset
6120
6121 .
6122 \end_layout
6123
6124 \begin_layout Standard
6125 Voici un petit Tableau multi-pages pour voir comment ça marche :
6126 \end_layout
6127
6128 \begin_layout Standard
6129 \begin_inset Tabular
6130 <lyxtabular version="3" rows="6" columns="5">
6131 <features islongtable="true" longtabularalignment="center">
6132 <column alignment="center" valignment="top">
6133 <column alignment="center" valignment="top">
6134 <column alignment="center" valignment="top">
6135 <column alignment="center" valignment="top">
6136 <column alignment="center" valignment="top">
6137 <row endfirsthead="true" caption="true">
6138 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 \begin_inset Caption Standard
6143
6144 \begin_layout Plain Layout
6145 Tableau multi-pages avec une légende
6146 \begin_inset Argument 1
6147 status open
6148
6149 \begin_layout Plain Layout
6150 Tableau multi-pages
6151 \end_layout
6152
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159
6160
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 </row>
6202 <row>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 1
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 2
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 3
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 4
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 5
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 </row>
6249 <row>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 asd
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 s
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 s
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 s
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 asd
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 </row>
6296 <row>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 s
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 s
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 s
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 asd
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 </row>
6343 <row>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 asd
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 s
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 s
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 s
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 asd
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 </row>
6390 <row>
6391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 asd
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 asd
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 asd
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 asd
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 asd
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 </row>
6437 </lyxtabular>
6438
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \begin_layout Standard
6445 \begin_inset VSpace medskip
6446 \end_inset
6447
6448
6449 \begin_inset Note Greyedout
6450 status open
6451
6452 \begin_layout Plain Layout
6453
6454 \series bold
6455 Note
6456 \begin_inset space ~
6457 \end_inset
6458
6459 1:
6460 \series default
6461  Le numéro de tableau est incrémenté à chaque tableau multi-pages, même
6462  si vous n'avez pas prévu de légende.
6463  De ce fait, vous pouvez avoir le cas où par exemple le tableau
6464 \begin_inset space ~
6465 \end_inset
6466
6467 2.4 suit le tableau
6468 \begin_inset space ~
6469 \end_inset
6470
6471 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux multi-page
6472 s sans légende.
6473  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6474  après
6475  chaque tableau multi-pages sans légende :
6476 \end_layout
6477
6478 \begin_layout Plain Layout
6479
6480 \series bold
6481
6482 \backslash
6483 addtocounter{table}{-1}
6484 \end_layout
6485
6486 \begin_layout Plain Layout
6487 Ce n'est pas nécessaire quand aucun de vos tableaux multi-pages n'a de légende
6488  et que vous ajoutez le code suivant dans le préambule du document :
6489 \end_layout
6490
6491 \begin_layout Plain Layout
6492
6493 \series bold
6494
6495 \backslash
6496 let
6497 \backslash
6498 myEnd
6499 \backslash
6500 endlongtable
6501 \begin_inset Newline newline
6502 \end_inset
6503
6504
6505 \backslash
6506 renewcommand{
6507 \backslash
6508 endlongtable}{
6509 \backslash
6510 myEnd
6511 \backslash
6512 addtocounter{table}{-1}}
6513 \end_layout
6514
6515 \end_inset
6516
6517
6518 \end_layout
6519
6520 \begin_layout Standard
6521 \begin_inset Note Greyedout
6522 status open
6523
6524 \begin_layout Plain Layout
6525
6526 \series bold
6527 Note
6528 \begin_inset space ~
6529 \end_inset
6530
6531 2:
6532 \series default
6533  Si vous utilisez 
6534 \series bold
6535 hyperref
6536 \series default
6537
6538 \begin_inset Index idx
6539 status collapsed
6540
6541 \begin_layout Plain Layout
6542 Paquetages \SpecialChar LaTeX
6543  ! hyperref
6544 \end_layout
6545
6546 \end_inset
6547
6548  dans les 
6549 \family sans
6550 Paramètres du document
6551 \family default
6552  rubrique 
6553 \family sans
6554 Propriétés
6555 \begin_inset space ~
6556 \end_inset
6557
6558 du
6559 \begin_inset space ~
6560 \end_inset
6561
6562 PDF
6563 \family default
6564 , pour transformer vos références croisées en liens cliquables, le lien
6565  vers un tableau multi-pages pointera toujours sur le début du document.
6566 \end_layout
6567
6568 \end_inset
6569
6570
6571 \end_layout
6572
6573 \begin_layout Subsubsection
6574 Références à des tableaux multi-pages
6575 \begin_inset Index idx
6576 status collapsed
6577
6578 \begin_layout Plain Layout
6579 Tableau ! multi-pages ! Références
6580 \end_layout
6581
6582 \end_inset
6583
6584
6585 \end_layout
6586
6587 \begin_layout Standard
6588 \begin_inset Tabular
6589 <lyxtabular version="3" rows="6" columns="5">
6590 <features islongtable="true" longtabularalignment="center">
6591 <column alignment="center" valignment="top">
6592 <column alignment="center" valignment="top">
6593 <column alignment="center" valignment="top">
6594 <column alignment="center" valignment="top">
6595 <column alignment="center" valignment="top">
6596 <row endfirsthead="true" caption="true">
6597 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6598 \begin_inset Text
6599
6600 \begin_layout Plain Layout
6601 \begin_inset Caption Standard
6602
6603 \begin_layout Plain Layout
6604 Tableau multi-pages référencé
6605 \begin_inset CommandInset label
6606 LatexCommand label
6607 name "tab:RefExemple"
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 </row>
6658 <row>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 1
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 2
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 3
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 4
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 5
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 </row>
6705 <row>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 asd
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 s
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 s
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 s
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 asd
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 </row>
6752 <row>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 s
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 s
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 s
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 asd
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 </row>
6799 <row>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 asd
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 s
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 s
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 asd
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 </row>
6846 <row>
6847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 asd
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 sad
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 asd
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 asd
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 </row>
6893 </lyxtabular>
6894
6895 \end_inset
6896
6897
6898 \end_layout
6899
6900 \begin_layout Standard
6901 Pour pouvoir faire référence à un tableau multi-pages, il faut insérer une
6902  étiquette dans sa légende.
6903 \end_layout
6904
6905 \begin_layout Standard
6906 Ceci est une référence au tableau
6907 \begin_inset space ~
6908 \end_inset
6909
6910
6911 \begin_inset CommandInset ref
6912 LatexCommand ref
6913 reference "tab:RefExemple"
6914
6915 \end_inset
6916
6917 .
6918 \end_layout
6919
6920 \begin_layout Standard
6921 La mise en forme de la légende peut être ajustée avec celle de toutes les
6922  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6923  
6924 \series bold
6925 caption
6926 \series default
6927
6928 \begin_inset Index idx
6929 status collapsed
6930
6931 \begin_layout Plain Layout
6932 Paquetages \SpecialChar LaTeX
6933  ! caption
6934 \end_layout
6935
6936 \end_inset
6937
6938 , voir la section
6939 \begin_inset space ~
6940 \end_inset
6941
6942
6943 \begin_inset CommandInset ref
6944 LatexCommand ref
6945 reference "sec:Formatage-légende"
6946
6947 \end_inset
6948
6949 .
6950 \end_layout
6951
6952 \begin_layout Subsubsection
6953 Largeur de la légende
6954 \begin_inset Index idx
6955 status collapsed
6956
6957 \begin_layout Plain Layout
6958 Tableau ! multi-pages ! Largeur de la légende
6959 \end_layout
6960
6961 \end_inset
6962
6963
6964 \end_layout
6965
6966 \begin_layout Standard
6967 La largeur maximale des lignes de légende est définie par la longueur 
6968 \series bold
6969
6970 \backslash
6971 LTcapwidth
6972 \series default
6973 .
6974  Sa valeur implicite est 4
6975 \begin_inset space \thinspace{}
6976 \end_inset
6977
6978 in.
6979  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6980  de votre document ou en tant que code \SpecialChar TeX
6981  directement dans votre document
6982  avant le tableau qui doit être affectée.
6983 \end_layout
6984
6985 \begin_layout Standard
6986
6987 \series bold
6988
6989 \backslash
6990 setlength{
6991 \backslash
6992 LTcapwidth}{largeur}
6993 \end_layout
6994
6995 \begin_layout Standard
6996 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
6997 \begin_inset space ~
6998 \end_inset
6999
7000
7001 \begin_inset CommandInset ref
7002 LatexCommand ref
7003 reference "cha:Unités-de-longueur"
7004
7005 \end_inset
7006
7007 .
7008 \end_layout
7009
7010 \begin_layout Standard
7011 Les tableaux suivants montrent la différence :
7012 \end_layout
7013
7014 \begin_layout Standard
7015 \begin_inset Tabular
7016 <lyxtabular version="3" rows="6" columns="5">
7017 <features islongtable="true" longtabularalignment="center">
7018 <column alignment="center" valignment="top">
7019 <column alignment="center" valignment="top">
7020 <column alignment="center" valignment="top">
7021 <column alignment="center" valignment="top">
7022 <column alignment="center" valignment="top">
7023 <row endfirsthead="true" caption="true">
7024 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 \begin_inset Caption Standard
7029
7030 \begin_layout Plain Layout
7031 long titre complet avec la largeur implicite long titre complet avec la
7032  largeur implicite long titre complet avec la largeur implicite
7033 \begin_inset Argument 1
7034 status open
7035
7036 \begin_layout Plain Layout
7037 Légende avec largeur implicite
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 </row>
7089 <row>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 1
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 2
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 3
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 4
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 5
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 <row>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 s
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 s
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 asd
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 s
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 s
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 s
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 asd
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 s
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 asd
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 </row>
7277 <row>
7278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 sad
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 asd
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 asd
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 </row>
7324 </lyxtabular>
7325
7326 \end_inset
7327
7328
7329 \end_layout
7330
7331 \begin_layout Standard
7332 \begin_inset ERT
7333 status collapsed
7334
7335 \begin_layout Plain Layout
7336
7337
7338 \backslash
7339 setlength{
7340 \backslash
7341 LTcapwidth}{5cm}
7342 \end_layout
7343
7344 \end_inset
7345
7346
7347 \begin_inset Tabular
7348 <lyxtabular version="3" rows="6" columns="5">
7349 <features islongtable="true" longtabularalignment="center">
7350 <column alignment="center" valignment="top">
7351 <column alignment="center" valignment="top">
7352 <column alignment="center" valignment="top">
7353 <column alignment="center" valignment="top">
7354 <column alignment="center" valignment="top">
7355 <row endfirsthead="true" caption="true">
7356 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 \begin_inset Caption Standard
7361
7362 \begin_layout Plain Layout
7363 long titre complet avec la largeur réglée à 5
7364 \begin_inset space \thinspace{}
7365 \end_inset
7366
7367 cm long titre complet avec la largeur réglée à 5
7368 \begin_inset space \thinspace{}
7369 \end_inset
7370
7371 cm long titre complet avec la largeur réglée à 5
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 cm
7376 \begin_inset Argument 1
7377 status open
7378
7379 \begin_layout Plain Layout
7380 Légende avec largeur à
7381 \begin_inset space \thinspace{}
7382 \end_inset
7383
7384 =
7385 \begin_inset space \thinspace{}
7386 \end_inset
7387
7388 5
7389 \begin_inset space \thinspace{}
7390 \end_inset
7391
7392 cm
7393 \end_layout
7394
7395 \end_inset
7396
7397
7398 \end_layout
7399
7400 \end_inset
7401
7402
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 1
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 2
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 3
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 4
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 5
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 asd
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 s
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 s
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 s
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 asd
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 s
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 s
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 s
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 asd
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 <row>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 asd
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 s
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 s
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 s
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 asd
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 </row>
7632 <row>
7633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 asd
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 sad
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 asd
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 asd
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 asd
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 </lyxtabular>
7680
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \begin_layout Standard
7687 \begin_inset ERT
7688 status collapsed
7689
7690 \begin_layout Plain Layout
7691
7692
7693 \backslash
7694 setlength{
7695 \backslash
7696 LTcapwidth}{4in}
7697 \end_layout
7698
7699 \end_inset
7700
7701
7702 \end_layout
7703
7704 \begin_layout Standard
7705 \begin_inset Note Greyedout
7706 status open
7707
7708 \begin_layout Plain Layout
7709
7710 \series bold
7711 Note:
7712 \series default
7713  Quand on utilise la paquetage \SpecialChar LaTeX
7714  
7715 \series bold
7716 caption
7717 \series default
7718
7719 \begin_inset Index idx
7720 status collapsed
7721
7722 \begin_layout Plain Layout
7723 Paquetages \SpecialChar LaTeX
7724  ! caption
7725 \end_layout
7726
7727 \end_inset
7728
7729  , comme c'est les cas dans ce document, la légende prend toute la largeur
7730  de la page quand on utilise la largeur implicite de 4
7731 \begin_inset space \thinspace{}
7732 \end_inset
7733
7734 in pour 
7735 \series bold
7736
7737 \backslash
7738 LTcapwidth
7739 \series default
7740 .
7741  Pour avoir dans ce cas une légende qui fasse exactement 4
7742 \begin_inset space \thinspace{}
7743 \end_inset
7744
7745 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7746  comme par exemple 3.99
7747 \begin_inset space \thinspace{}
7748 \end_inset
7749
7750 in, soit utiliser la commande \SpecialChar LaTeX
7751  
7752 \series bold
7753
7754 \backslash
7755 captionsetup{width=valeur}
7756 \series default
7757  qui est disponible dans le paquetage 
7758 \series bold
7759 caption
7760 \series default
7761 .
7762 \end_layout
7763
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \begin_layout Subsubsection
7770 Des légendes différentes sur chaque page d'un tableau
7771 \begin_inset Argument 1
7772 status collapsed
7773
7774 \begin_layout Plain Layout
7775 Légendes différentes
7776 \end_layout
7777
7778 \end_inset
7779
7780
7781 \begin_inset Index idx
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785 Tableau ! multi-pages ! Legendes@Légendes différentes par page
7786 \end_layout
7787
7788 \end_inset
7789
7790
7791 \end_layout
7792
7793 \begin_layout Standard
7794 Quand la légende du tableau pour les pages suivantes doit être différente
7795  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7796  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7797  dans le menu contextuel
7798 \family sans
7799  Légende
7800 \begin_inset space ~
7801 \end_inset
7802
7803 (NonNuméroté)
7804 \family default
7805 .
7806  Le tableau
7807 \begin_inset space ~
7808 \end_inset
7809
7810
7811 \begin_inset CommandInset ref
7812 LatexCommand ref
7813 reference "tab:Légendes-tableau-différentes"
7814
7815 \end_inset
7816
7817  est un exemple de tableau long avec des légendes différentes et où la seconde
7818  légende ne contient pas le numéro du tableau.
7819 \end_layout
7820
7821 \begin_layout Standard
7822 \align center
7823 \begin_inset Tabular
7824 <lyxtabular version="3" rows="59" columns="3">
7825 <features islongtable="true" longtabularalignment="center">
7826 <column alignment="left" valignment="top" width="0pt">
7827 <column alignment="left" valignment="top" width="0pt">
7828 <column alignment="center" valignment="top" width="0pt">
7829 <row endfirsthead="true" caption="true">
7830 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 \begin_inset Caption Standard
7835
7836 \begin_layout Plain Layout
7837 Exemple d'annuaire téléphonique
7838 \begin_inset CommandInset label
7839 LatexCommand label
7840 name "tab:Légendes-tableau-différentes"
7841
7842 \end_inset
7843
7844
7845 \begin_inset Argument 1
7846 status collapsed
7847
7848 \begin_layout Plain Layout
7849 Exemple Annuaire 
7850 \end_layout
7851
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \end_inset
7858
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row endfirsthead="true">
7884 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \series bold
7890 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row endfirsthead="true">
7915 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 NOM
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \series bold
7941 TÉL.
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 </row>
7947 <row endhead="true" caption="true">
7948 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 \begin_inset Caption Unnumbered
7953
7954 \begin_layout Plain Layout
7955 Suite de l'exemple d'annuaire téléphonique
7956 \end_layout
7957
7958 \end_inset
7959
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 </row>
7984 <row endhead="true">
7985 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989
7990 \series bold
7991 Exemple d'annuaire téléphonique
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row endhead="true">
8016 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \series bold
8022 NOM
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \series bold
8042 TÉL.
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row endfoot="true">
8049 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 suite page suivante\SpecialChar ldots
8054
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \series bold
8085 Annovi
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 Silvia
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 111
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 </row>
8109 <row>
8110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114
8115 \series bold
8116 Bertoli
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Stefano
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 111
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \series bold
8147 Bozzi
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Walter
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 111
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \series bold
8178 Cachia
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 Maria
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 111
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \series bold
8209 Cachia
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 Maurizio
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 111
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \series bold
8240 Cinquemani
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 Giusi
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 111
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \series bold
8271 Colin
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 Bernard
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 111
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \series bold
8302 Concli
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 Gianfranco
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 111
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \series bold
8333 Dal Bosco
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 Carolina
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 111
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \series bold
8364 Dalpiaz
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 Annamaria
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 111
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \series bold
8395 Feliciello
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 Domenico
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 111
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 <row>
8420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424
8425 \series bold
8426 Focarelli
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 Paola
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 111
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \series bold
8457 Galletti
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 Oreste
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 111
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \series bold
8488 Gasparini
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 Franca
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 111
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \series bold
8519 Rizzardi
8520 \series default
8521
8522 \begin_inset Foot
8523 status open
8524
8525 \begin_layout Plain Layout
8526 Exemple de note de bas de page
8527 \end_layout
8528
8529 \end_inset
8530
8531
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 Paola
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 111
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \series bold
8562 Lassini
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 Giancarlo
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 111
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \series bold
8593 Malfatti
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 Luciano
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 111
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 </row>
8617 <row>
8618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622
8623 \series bold
8624 Malfatti
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 Valeriano
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 111
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \series bold
8655 Meneguzzo
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 Roberto
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 111
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \series bold
8686 Mezzadra
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 Roberto
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 111
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \series bold
8717 Pirpamer
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Erich
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 111
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748 Pochiesa
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Paolo
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 111, 222
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777
8778 \series bold
8779 Radina
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 Claudio
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 111
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row>
8804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \series bold
8810 Stuffer
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 Oskar
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 111
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \series bold
8841 Tacchelli
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 Ugo
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 111
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \series bold
8872 Tezzele
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 Margit
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 111
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901
8902 \series bold
8903 Unterkalmsteiner
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 Frieda
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 111
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 <row>
8928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932
8933 \series bold
8934 Vieider
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 Hilde
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 111
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \series bold
8965 Vigna
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 Jürgen
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 111
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \series bold
8996 Weber
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 Maurizio
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 111
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \series bold
9027 Winkler
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Franz
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 111
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056  
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Annovi
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Silvia
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 555
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Bertoli
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Stefano
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 555
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \series bold
9149 Bozzi
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 Walter
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 555
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \series bold
9180 Cachia
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 Maria
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 555
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209
9210 \series bold
9211 Cachia
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 Maurizio
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 555
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \series bold
9242 Cinquemani
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 Giusi
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 555
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273 Colin
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 Bernard
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 555
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 </row>
9297 <row>
9298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302
9303 \series bold
9304 Concli
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 Gianfranco
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 555
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \series bold
9335 Dal Bosco
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 Carolina
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9350 \begin_inset Text
9351
9352 \begin_layout Plain Layout
9353 555
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 <row>
9360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \series bold
9366 Dalpiaz
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 Annamaria
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 555
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 </row>
9390 <row>
9391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 Feliciello
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 Domenico
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 555
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 </row>
9421 <row>
9422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \series bold
9428 Focarelli
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 Paola
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446 555
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row>
9453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \series bold
9459 Galletti
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 Oreste
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477 555
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row>
9484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \series bold
9490 Gasparini
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 Franca
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508 555
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row>
9515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \series bold
9521 Rizzardi
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 Paola
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539 555
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 </row>
9545 <row>
9546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550
9551 \series bold
9552 Lassini
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 Giancarlo
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570 555
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 <row>
9577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581
9582 \series bold
9583 Malfatti
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592 Luciano
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601 555
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 </row>
9607 <row>
9608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \series bold
9614 Malfatti
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 Valeriano
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632 555
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 </row>
9638 <row>
9639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \series bold
9645 Meneguzzo
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 Roberto
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 555
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 </row>
9669 <row>
9670 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \series bold
9676 Mezzadra
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 Roberto
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694 555
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 </lyxtabular>
9701
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \begin_layout Section
9708 Questions particulières concernant les tableaux multi-pages
9709 \begin_inset Argument 1
9710 status collapsed
9711
9712 \begin_layout Plain Layout
9713 Questions sur les tableaux multi-pages
9714 \end_layout
9715
9716 \end_inset
9717
9718
9719 \begin_inset CommandInset label
9720 LatexCommand label
9721 name "sec:Questions-sur-tableaux-multi-pages"
9722
9723 \end_inset
9724
9725
9726 \end_layout
9727
9728 \begin_layout Subsection
9729 Calculs des pages des tableaux multi-pages
9730 \begin_inset Index idx
9731 status collapsed
9732
9733 \begin_layout Plain Layout
9734 Tableau ! multi-pages ! Calculs
9735 \end_layout
9736
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \begin_layout Standard
9743 \SpecialChar LaTeX
9744  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9745  utilisant des blocs (chunks).
9746  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9747  mémoire de \SpecialChar LaTeX
9748 .
9749  La valeur implicite est fixée pour des raisons historiques à seulement
9750  20
9751 \begin_inset space ~
9752 \end_inset
9753
9754 lignes de tableau.
9755  Si vous utilisez des tableaux multi-pages couvrant de nombreuses pages,
9756  ceci peut ralentir la création de votre document.
9757  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9758  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9759  préambule de votre document :
9760 \end_layout
9761
9762 \begin_layout Standard
9763
9764 \series bold
9765
9766 \backslash
9767 setcounter{LTchunksize}{100}
9768 \end_layout
9769
9770 \begin_layout Subsection
9771 Les flottants et les tableaux multi-pages
9772 \begin_inset Index idx
9773 status collapsed
9774
9775 \begin_layout Plain Layout
9776 Tableau ! multi-pages ! Flottants
9777 \end_layout
9778
9779 \end_inset
9780
9781
9782 \end_layout
9783
9784 \begin_layout Standard
9785 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9786  commence un tableau multi-pages.
9787  Pour éviter une telle situation, insérez un saut de page (menu 
9788 \family sans
9789 Insertion\SpecialChar menuseparator
9790 Typographie
9791 \begin_inset space ~
9792 \end_inset
9793
9794 spéciale\SpecialChar menuseparator
9795 Saut de page (vide le tampon)
9796 \family default
9797
9798 \begin_inset space \thinspace{}
9799 \end_inset
9800
9801 ) juste avant votre tableau multi-pages.
9802 \end_layout
9803
9804 \begin_layout Subsection
9805 Sauts de pages forcés
9806 \begin_inset Index idx
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810 Tableau ! multi-pages ! Sauts de pages forcés
9811 \end_layout
9812
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \begin_layout Standard
9819 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9820  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9821  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9822  de
9823  saut de ligne 
9824 \begin_inset Quotes cld
9825 \end_inset
9826
9827
9828 \backslash
9829
9830 \backslash
9831
9832 \begin_inset Quotes crd
9833 \end_inset
9834
9835  en code \SpecialChar TeX
9836  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9837  Avant la commande 
9838 \begin_inset Quotes cld
9839 \end_inset
9840
9841
9842 \backslash
9843
9844 \backslash
9845
9846 \begin_inset Quotes crd
9847 \end_inset
9848
9849 , vous devez insérer en code \SpecialChar TeX
9850 , autant de caractères 
9851 \begin_inset Quotes cld
9852 \end_inset
9853
9854 &
9855 \begin_inset Quotes crd
9856 \end_inset
9857
9858  qu'il y a de colonnes après la cellule concernée.
9859  Le caractère 
9860 \begin_inset Quotes cld
9861 \end_inset
9862
9863 &
9864 \begin_inset Quotes crd
9865 \end_inset
9866
9867  sert à séparer les colonnes d'un tableau.
9868  Écrivez en code-\SpecialChar TeX
9869 , après chaque 
9870 \begin_inset Quotes cld
9871 \end_inset
9872
9873 &
9874 \begin_inset Quotes crd
9875 \end_inset
9876
9877  le contenu des cellules correspondantes et en même temps supprimez le contenu
9878  de ces cellules dans le texte normal.
9879  
9880 \begin_inset Newline newline
9881 \end_inset
9882
9883 Après la commande 
9884 \backslash
9885
9886 \backslash
9887 , insérez autant de caractères 
9888 \begin_inset Quotes cld
9889 \end_inset
9890
9891 &
9892 \begin_inset Quotes crd
9893 \end_inset
9894
9895  qu'il y a de colonnes avant la colonne traitée.
9896  Dans le tableau
9897 \begin_inset space ~
9898 \end_inset
9899
9900
9901 \begin_inset CommandInset ref
9902 LatexCommand ref
9903 reference "tab:Tableau-saut-de-page"
9904
9905 \end_inset
9906
9907  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9908  suivie par une autre colonne.
9909  La commande suivante a donc été insérée en code \SpecialChar TeX
9910  dans la cellule après
9911  le mot 
9912 \begin_inset Quotes cld
9913 \end_inset
9914
9915
9916 \emph on
9917 Castelchiodato,
9918 \emph default
9919
9920 \begin_inset Quotes crd
9921 \end_inset
9922
9923 :
9924 \end_layout
9925
9926 \begin_layout Standard
9927
9928 \series bold
9929 & 111
9930 \backslash
9931
9932 \backslash
9933  
9934 \backslash
9935 newpage
9936 \begin_inset Newline newline
9937 \end_inset
9938
9939 &
9940 \end_layout
9941
9942 \begin_layout Standard
9943 Le 
9944 \begin_inset Quotes cld
9945 \end_inset
9946
9947 111
9948 \begin_inset Quotes crd
9949 \end_inset
9950
9951  dans la troisième colonne de la ligne a été supprimé.
9952  
9953 \series bold
9954
9955 \backslash
9956 newpage
9957 \series default
9958  est nécessaire seulement quand un saut de page doit impérativement avoir
9959  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9960  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9961  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9962  est coupée, utilisez cette commande à la place de la précédente :
9963 \end_layout
9964
9965 \begin_layout Standard
9966
9967 \series bold
9968 & 111
9969 \backslash
9970
9971 \backslash
9972
9973 \begin_inset Newline newline
9974 \end_inset
9975
9976
9977 \backslash
9978 hline &
9979 \end_layout
9980
9981 \begin_layout Standard
9982 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9983  insérer la commande
9984 \end_layout
9985
9986 \begin_layout Standard
9987
9988 \series bold
9989
9990 \backslash
9991 setlength{
9992 \backslash
9993 parfillskip}{0pt}
9994 \end_layout
9995
9996 \begin_layout Standard
9997 au début de la cellule.
9998  Cela assure que la portion de la cellule qui va se trouver affichée sur
9999  la page suivante le sera avec toute la largeur de la cellule.
10000 \end_layout
10001
10002 \begin_layout Standard
10003 \align center
10004 \begin_inset Tabular
10005 <lyxtabular version="3" rows="38" columns="3">
10006 <features islongtable="true" longtabularalignment="center">
10007 <column alignment="left" valignment="top" width="0pt">
10008 <column alignment="left" valignment="top" width="3cm">
10009 <column alignment="center" valignment="top" width="0pt">
10010 <row endfirsthead="true" caption="true">
10011 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 \begin_inset Caption Standard
10016
10017 \begin_layout Plain Layout
10018 Tableau avec un saut de page forcé dans une cellule
10019 \begin_inset CommandInset label
10020 LatexCommand label
10021 name "tab:Tableau-saut-de-page"
10022
10023 \end_inset
10024
10025
10026 \begin_inset Argument 1
10027 status collapsed
10028
10029 \begin_layout Plain Layout
10030 Tableau avec un saut de page forcé dans une cellule
10031 \end_layout
10032
10033 \end_inset
10034
10035
10036 \end_layout
10037
10038 \end_inset
10039
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row endfirsthead="true">
10065 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row endfirsthead="true">
10096 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \series bold
10102 NOM
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 TÉL.
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row endhead="true" caption="true">
10129 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 \begin_inset Caption Unnumbered
10134
10135 \begin_layout Plain Layout
10136 Tableau sur deux pages avec un saut de page dans une cellule
10137 \end_layout
10138
10139 \end_inset
10140
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 </row>
10165 <row endhead="true">
10166 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170  
10171 \series bold
10172 Exemple d'annuaire téléphonique
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 </row>
10196 <row endhead="true">
10197 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201
10202 \series bold
10203 NOM
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 TÉL.
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row endfoot="true">
10230 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 suite page suivante\SpecialChar ldots
10235
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 </row>
10259 <row>
10260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \series bold
10266 Annovi
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 Silvia
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 111
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 </row>
10290 <row>
10291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \series bold
10297 Bertoli
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 Stefano
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 111
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \series bold
10328 Bozzi
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 Walter
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 111
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \series bold
10359 Cachia
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 Maria
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 111
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Cachia
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Maurizio
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 111
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Cinquemani
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Giusi
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Colin
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Bernard
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Concli
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Gianfranco
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Dal Bosco
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Carolina
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Dalpiaz
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Annamaria
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Feliciello
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Domenico
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Focarelli
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Paola
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row>
10632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \series bold
10638 Galletti
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 Oreste
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 111
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row>
10663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \series bold
10669 Gasparini
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 Franca
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 111
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \series bold
10700 Lassini
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Giancarlo
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 111
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \series bold
10731 Malfatti
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Luciano
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 111
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \series bold
10762 Malfatti
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Valeriano
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 111
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 </row>
10786 <row>
10787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \series bold
10793 Meneguzzo
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Roberto
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 111
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \series bold
10824 Mezzadra
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 Roberto
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 111
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \series bold
10855 Pirpamer
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Erich
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 111
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \series bold
10886 Pochiesa
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 Paolo
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 111, 222
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \series bold
10917 Radina
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 Claudio
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 111
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \series bold
10948 Rizzardi
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 Giancarlo, 11.
10958  Fürst von Montecompatri, 11.
10959  Fürst von Sulmona und Vivaro, 10.
10960  Fürst von Rossano, 5.
10961  Herzog von Canemorte, 11.
10962  Herzog von Palombara, 5.
10963  Herzog von Castelchiodato,
10964 \begin_inset ERT
10965 status open
10966
10967 \begin_layout Plain Layout
10968
10969 & 111
10970 \backslash
10971
10972 \backslash
10973  
10974 \backslash
10975 newpage
10976 \end_layout
10977
10978 \begin_layout Plain Layout
10979
10980 &
10981 \end_layout
10982
10983 \end_inset
10984
10985  11.
10986  Herzog von Poggionativo, 11.
10987  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10988  Graf von Valinfreda, 11.
10989  Baron von Cropalati, 11.
10990  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 </row>
11005 <row>
11006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \series bold
11012 Stuffer
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 Oskar
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 111
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \series bold
11043 Tacchelli
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 Ugo
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 111
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \series bold
11074 Tezzele
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 Margit
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 111
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row>
11099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \series bold
11105 Unterkalmsteiner
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 Frieda
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 111
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 </row>
11129 <row>
11130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134
11135 \series bold
11136 Vieider
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 Hilde
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 111
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 </row>
11160 <row>
11161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165
11166 \series bold
11167 Vigna
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 Jürgen
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 111
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196
11197 \series bold
11198 Weber
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 Maurizio
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 111
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 <row>
11223 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227
11228 \series bold
11229 Winkler
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 Franz
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 111
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 </lyxtabular>
11254
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \begin_layout Section
11261 Colonnes et lignes à lignes multiples
11262 \end_layout
11263
11264 \begin_layout Subsection
11265 Lignes multiples dans une cellule de tableau
11266 \begin_inset CommandInset label
11267 LatexCommand label
11268 name "subsec:Lignes-multiple-dans-cellule"
11269
11270 \end_inset
11271
11272
11273 \begin_inset Index idx
11274 status collapsed
11275
11276 \begin_layout Plain Layout
11277 Plusieurs lignes dans une case de tableau
11278 \end_layout
11279
11280 \end_inset
11281
11282
11283 \begin_inset Index idx
11284 status collapsed
11285
11286 \begin_layout Plain Layout
11287 Tableau ! Saut de ligne
11288 \end_layout
11289
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \begin_layout Standard
11296 \noindent
11297 \begin_inset Float table
11298 placement H
11299 wide false
11300 sideways false
11301 status open
11302
11303 \begin_layout Plain Layout
11304 \begin_inset Caption Standard
11305
11306 \begin_layout Plain Layout
11307 \begin_inset CommandInset label
11308 LatexCommand label
11309 name "tab:Tableau-avec-plusieurs-lignes"
11310
11311 \end_inset
11312
11313 Tableau avec des lignes multiples dans une cellule
11314 \end_layout
11315
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \begin_layout Plain Layout
11322 \align center
11323 \begin_inset Tabular
11324 <lyxtabular version="3" rows="3" columns="3">
11325 <features tabularvalignment="middle">
11326 <column alignment="center" valignment="middle" width="2.5cm">
11327 <column alignment="center" valignment="middle">
11328 <column alignment="center" valignment="middle">
11329 <row>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 Lignes
11335 \begin_inset Newline linebreak
11336 \end_inset
11337
11338 multiples
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 b
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 c
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 d
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 e
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 f
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 g
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 h
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 i
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 </lyxtabular>
11421
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \begin_layout Standard
11433 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11434  d'un paragraphe avec des sauts de lignes et des césures.
11435 \end_layout
11436
11437 \begin_layout Standard
11438 Pour obtenir le tableau
11439 \begin_inset space ~
11440 \end_inset
11441
11442
11443 \begin_inset CommandInset ref
11444 LatexCommand ref
11445 reference "tab:Tableau-avec-plusieurs-lignes"
11446
11447 \end_inset
11448
11449 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11450  droit dessus.
11451  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11452  2.5
11453 \begin_inset space \thinspace{}
11454 \end_inset
11455
11456 cm et choisissez les alignements vertical et horizontal centrés.
11457  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11458  Comme notre texte est plus petit que 2.5
11459 \begin_inset space \thinspace{}
11460 \end_inset
11461
11462 cm, une seule ligne va apparaître.
11463  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11464  
11465 \family sans
11466 Ctrl-Shift-Entrée
11467 \family default
11468 ).
11469  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11470 ement découpé en plusieurs lignes.
11471 \end_layout
11472
11473 \begin_layout Standard
11474 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11475  ne peut pas
11476  effectuer de césure si c'est le premier élément de la cellule.
11477  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11478  premier élément : Ajoutez un espace horizontal de 0
11479 \begin_inset space \thinspace{}
11480 \end_inset
11481
11482 pt juste avant votre mot.
11483  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11484  Le tableau
11485 \begin_inset space ~
11486 \end_inset
11487
11488
11489 \begin_inset CommandInset ref
11490 LatexCommand ref
11491 reference "tab:Tableau-césure"
11492
11493 \end_inset
11494
11495  montre l'effet de cette insertion.
11496 \end_layout
11497
11498 \begin_layout Standard
11499 \begin_inset Float table
11500 placement h
11501 wide false
11502 sideways false
11503 status open
11504
11505 \begin_layout Plain Layout
11506 \begin_inset Caption Standard
11507
11508 \begin_layout Plain Layout
11509 \begin_inset CommandInset label
11510 LatexCommand label
11511 name "tab:Tableau-césure"
11512
11513 \end_inset
11514
11515 Tableau avec et sans césure.
11516 \end_layout
11517
11518 \end_inset
11519
11520
11521 \end_layout
11522
11523 \begin_layout Plain Layout
11524 \begin_inset space \hfill{}
11525 \end_inset
11526
11527
11528 \begin_inset Tabular
11529 <lyxtabular version="3" rows="3" columns="3">
11530 <features tabularvalignment="middle">
11531 <column alignment="center" valignment="middle" width="2.5cm">
11532 <column alignment="center" valignment="middle">
11533 <column alignment="center" valignment="middle">
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 mottrèslongdansunecellule
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 b
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 c
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row>
11564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 d
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 e
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 f
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 <row>
11593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 g
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 h
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 i
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 </row>
11621 </lyxtabular>
11622
11623 \end_inset
11624
11625
11626 \begin_inset space \hfill{}
11627 \end_inset
11628
11629
11630 \begin_inset Tabular
11631 <lyxtabular version="3" rows="3" columns="3">
11632 <features tabularvalignment="middle">
11633 <column alignment="center" valignment="middle" width="2.5cm">
11634 <column alignment="center" valignment="middle">
11635 <column alignment="center" valignment="middle">
11636 <row>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 \begin_inset space \hspace{}
11642 \length 0pt
11643 \end_inset
11644
11645 mottrèslongdansunecellule
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 b
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 c
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 </row>
11669 <row>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 d
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 e
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 f
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 </row>
11698 <row>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 g
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 h
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 i
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 </lyxtabular>
11728
11729 \end_inset
11730
11731
11732 \begin_inset space \hfill{}
11733 \end_inset
11734
11735
11736 \end_layout
11737
11738 \end_inset
11739
11740
11741 \end_layout
11742
11743 \begin_layout Subsection
11744 Multi-colonnes
11745 \begin_inset CommandInset label
11746 LatexCommand label
11747 name "subsec:Multicolonnes"
11748
11749 \end_inset
11750
11751
11752 \begin_inset Index idx
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756 Multi-colonnes
11757 \end_layout
11758
11759 \end_inset
11760
11761
11762 \begin_inset Index idx
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766 Tableau ! Multi-colonnes
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Subsubsection
11775 Les bases des multi-colonnes
11776 \end_layout
11777
11778 \begin_layout Standard
11779 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11780  qu'elle doit couvrir et utilisez soit le bouton 
11781 \begin_inset Info
11782 type  "icon"
11783 arg   "tabular-feature multicolumn"
11784 \end_inset
11785
11786  de la barre d'outils tableau, ou le menu 
11787 \family sans
11788 Édition\SpecialChar menuseparator
11789 Tableau\SpecialChar menuseparator
11790 Multi-colonnes
11791 \family default
11792 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11793  
11794 \family sans
11795 Multi-colonnes
11796 \family default
11797 .
11798 \end_layout
11799
11800 \begin_layout Standard
11801 Les multi-colonnes ont leurs propres paramètres de cellule.
11802  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11803  de la cellule, cela n'affecte que la cellule multi-colonnes.
11804  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11805  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11806 \end_layout
11807
11808 \begin_layout Standard
11809 \align center
11810 \begin_inset Tabular
11811 <lyxtabular version="3" rows="3" columns="4">
11812 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11813 <column alignment="center" valignment="top" width="0pt">
11814 <column alignment="center" valignment="middle">
11815 <column alignment="center" valignment="top" width="0in">
11816 <column alignment="center" valignment="top" width="0pt">
11817 <row>
11818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 abc
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 def ghi
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 jkl
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 <row>
11856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 A
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 B
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 C
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 D
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 </row>
11893 <row>
11894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 1
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 2
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 3
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 4
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 </row>
11931 </lyxtabular>
11932
11933 \end_inset
11934
11935
11936 \end_layout
11937
11938 \begin_layout Subsubsection
11939 Calculs avec les multi-colonnes
11940 \begin_inset CommandInset label
11941 LatexCommand label
11942 name "subsec:Calculs-multicolonnes"
11943
11944 \end_inset
11945
11946
11947 \begin_inset Index idx
11948 status collapsed
11949
11950 \begin_layout Plain Layout
11951 Multi-colonnes ! Calculs
11952 \end_layout
11953
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Standard
11960 \SpecialChar LyX
11961  gère directement les multi-colonnes, mais nous devons faire attention à
11962  la largeur des cellules couvertes par la cellule multi-colonnes.
11963 \end_layout
11964
11965 \begin_layout Standard
11966 \begin_inset Float table
11967 placement h
11968 wide false
11969 sideways false
11970 status open
11971
11972 \begin_layout Plain Layout
11973 \begin_inset Caption Standard
11974
11975 \begin_layout Plain Layout
11976 \begin_inset CommandInset label
11977 LatexCommand label
11978 name "tab:Tableau-multicolonne-parfaite"
11979
11980 \end_inset
11981
11982 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
11983  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
11984 \begin_inset Argument 1
11985 status open
11986
11987 \begin_layout Plain Layout
11988 Tableau avec multi-colonnes parfaite
11989 \end_layout
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \begin_layout Plain Layout
12002 \align center
12003 \begin_inset Tabular
12004 <lyxtabular version="3" rows="3" columns="3">
12005 <features tabularvalignment="middle">
12006 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12007 <column alignment="center" valignment="middle">
12008 <column alignment="center" valignment="top">
12009 <row>
12010 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 multi-colonnes sur plusieurs lignes
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 c
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 </row>
12038 <row>
12039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 d
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 e
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 f
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 </row>
12067 <row>
12068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 g
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 h
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 i
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 </row>
12096 </lyxtabular>
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \end_inset
12104
12105
12106 \end_layout
12107
12108 \begin_layout Standard
12109 Par exemple, pour créer le tableau
12110 \begin_inset space ~
12111 \end_inset
12112
12113
12114 \begin_inset CommandInset ref
12115 LatexCommand ref
12116 reference "tab:Tableau-multicolonne-parfaite"
12117
12118 \end_inset
12119
12120 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12121  3×3 et faites un clic droit dessus.
12122  Ensuite choisissez pour cette cellule
12123 \emph on
12124 ,
12125 \emph default
12126  dans la fenêtre de dialogue de tableau, 
12127 \emph on
12128 multi-colonnes
12129 \emph default
12130
12131 \emph on
12132 alignement
12133 \begin_inset space ~
12134 \end_inset
12135
12136 horizontal
12137 \begin_inset space ~
12138 \end_inset
12139
12140 centré
12141 \emph default
12142  et une largeur de 2.5
12143 \begin_inset space \thinspace{}
12144 \end_inset
12145
12146 cm.
12147  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12148  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12149 \begin_inset space \thinspace{}
12150 \end_inset
12151
12152 cm pour la première colonne.
12153  La deuxième colonne aura alors automatiquement une largeur de 1.25
12154 \begin_inset space \thinspace{}
12155 \end_inset
12156
12157 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12158  C'est ce qui a été fait pour le tableau
12159 \begin_inset space ~
12160 \end_inset
12161
12162
12163 \begin_inset CommandInset ref
12164 LatexCommand ref
12165 reference "tab:Tableau-multicolonne-imparfait"
12166
12167 \end_inset
12168
12169 .
12170 \end_layout
12171
12172 \begin_layout Standard
12173 \begin_inset Float table
12174 wide false
12175 sideways false
12176 status open
12177
12178 \begin_layout Plain Layout
12179 \begin_inset Caption Standard
12180
12181 \begin_layout Plain Layout
12182 \begin_inset CommandInset label
12183 LatexCommand label
12184 name "tab:Tableau-multicolonne-imparfait"
12185
12186 \end_inset
12187
12188 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12189  de la largeur de la cellule multi-colonnes.
12190 \begin_inset Argument 1
12191 status open
12192
12193 \begin_layout Plain Layout
12194 Tableau avec multi-colonnes pas parfaite
12195 \end_layout
12196
12197 \end_inset
12198
12199
12200 \end_layout
12201
12202 \end_inset
12203
12204
12205 \end_layout
12206
12207 \begin_layout Plain Layout
12208 \align center
12209 \begin_inset Tabular
12210 <lyxtabular version="3" rows="3" columns="3">
12211 <features tabularvalignment="middle">
12212 <column alignment="center" valignment="top" width="1.25cm">
12213 <column alignment="center" valignment="top">
12214 <column alignment="center" valignment="top">
12215 <row>
12216 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 multi-colonnes sur plusieurs lignes
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 c
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 </row>
12244 <row>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 d
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12255 \begin_inset Text
12256
12257 \begin_layout Plain Layout
12258 e
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 f
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 </row>
12273 <row>
12274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 g
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 h
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 i
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 </row>
12302 </lyxtabular>
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Standard
12315 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12316  de la cellule multi-colonnes, elle est un peu plus large.
12317  La raison est que la taille que l'on donne à une cellule, 
12318 \begin_inset Formula $W_{g}$
12319 \end_inset
12320
12321  n'est pas sa taille totale, 
12322 \begin_inset Formula $W_{\mathrm{tot}}$
12323 \end_inset
12324
12325  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12326  lui donne.
12327  L'annexe
12328 \begin_inset space ~
12329 \end_inset
12330
12331
12332 \begin_inset CommandInset ref
12333 LatexCommand ref
12334 reference "cha:Explication-de-l'Equation"
12335
12336 \end_inset
12337
12338  explique pourquoi en détail.
12339 \end_layout
12340
12341 \begin_layout Standard
12342 La largeur nécessaire 
12343 \begin_inset Formula $W_{g\,n}$
12344 \end_inset
12345
12346  quand 
12347 \emph on
12348 n
12349 \emph default
12350  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12351  ait une largeur totale de 
12352 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12353 \end_inset
12354
12355 :
12356 \begin_inset Formula 
12357 \begin{equation}
12358 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12359 \end{equation}
12360
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \begin_layout Standard
12367 Dans notre cas nous avons 
12368 \begin_inset Formula $n=2$
12369 \end_inset
12370
12371
12372 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12373 \end_inset
12374
12375 cm et les valeurs implicites pour les autres longueurs, l'équation
12376 \begin_inset space ~
12377 \end_inset
12378
12379
12380 \begin_inset CommandInset ref
12381 LatexCommand ref
12382 reference "eq:Wgn"
12383
12384 \end_inset
12385
12386  devient
12387 \begin_inset Formula 
12388 \begin{equation}
12389 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12390 \end{equation}
12391
12392 \end_inset
12393
12394
12395 \end_layout
12396
12397 \begin_layout Standard
12398 Pour permettre des calculs avec \SpecialChar LaTeX
12399 , vous devez charger le paquetage \SpecialChar LaTeX
12400  
12401 \series bold
12402 calc
12403 \series default
12404  avec la ligne suivante dans le préambule du document
12405 \begin_inset Index idx
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409 Paquetages \SpecialChar LaTeX
12410  ! calc
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \begin_layout Standard
12419
12420 \series bold
12421
12422 \backslash
12423 usepackage{calc}
12424 \end_layout
12425
12426 \begin_layout Standard
12427 \SpecialChar LyX
12428  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12429  de dialogue.
12430  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12431  dans la
12432  fenêtre de dialogue.
12433  Voici un aperçu de ces paramètres :
12434 \end_layout
12435
12436 \begin_layout Itemize
12437
12438 \series bold
12439 p{largeur}
12440 \series default
12441  crée une cellule de taille donnée, le texte est aligné verticalement en
12442  haut.
12443 \end_layout
12444
12445 \begin_layout Itemize
12446
12447 \series bold
12448 m{largeur}
12449 \series default
12450  crée une cellule de taille donnée, le texte est aligné verticalement au
12451  centre
12452 \end_layout
12453
12454 \begin_layout Itemize
12455
12456 \series bold
12457 b{largeur}
12458 \series default
12459  crée une cellule de taille donnée, le texte est aligné verticalement en
12460  bas
12461 \end_layout
12462
12463 \begin_layout Standard
12464 En entrant un paramètre \SpecialChar LaTeX
12465 , tous les réglages de cellule donnés dans la fenêtre
12466  de dialogue sont ignorés.
12467 \end_layout
12468
12469 \begin_layout Standard
12470 \begin_inset Note Greyedout
12471 status open
12472
12473 \begin_layout Plain Layout
12474
12475 \series bold
12476 Note:
12477 \series default
12478  À cause d'un bug, \SpecialChar LyX
12479  affiche quand même les réglages qui ne sont pas pris
12480  en compte.
12481 \end_layout
12482
12483 \end_inset
12484
12485
12486 \end_layout
12487
12488 \begin_layout Standard
12489 Comme le texte doit être centré horizontalement, on ajoute la commande 
12490 \series bold
12491
12492 \backslash
12493 centering
12494 \series default
12495 .
12496  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12497  suivant pour la première des
12498  colonnes recouvertes :
12499 \end_layout
12500
12501 \begin_layout Standard
12502
12503 \series bold
12504 >{
12505 \backslash
12506 centering}m{1.25cm-6.2pt}
12507 \end_layout
12508
12509 \begin_layout Standard
12510 La commande 
12511 \series bold
12512 >{ }
12513 \series default
12514  signifie que les commandes qui se trouvent entre les accolades doivent
12515  être appliquées avant que la cellule ne soit créée.
12516 \end_layout
12517
12518 \begin_layout Standard
12519 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12520  multi-colonnes, il est toujours aligné à gauche.
12521  Cela vient du fait que \SpecialChar LyX
12522  applique l'alignement seulement à des colonnes
12523  isolées.
12524  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12525  suivant pour la multi-colonnes
12526 \end_layout
12527
12528 \begin_layout Standard
12529
12530 \series bold
12531 >{
12532 \backslash
12533 centering}m{2.5cm}
12534 \end_layout
12535
12536 \begin_layout Subsection
12537 Multi-lignes
12538 \begin_inset CommandInset label
12539 LatexCommand label
12540 name "subsec:Multi-lignes"
12541
12542 \end_inset
12543
12544
12545 \begin_inset Index idx
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549 Multi-lignes
12550 \end_layout
12551
12552 \end_inset
12553
12554
12555 \begin_inset Index idx
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559 Tableau ! multi-lignes
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \end_layout
12566
12567 \begin_layout Standard
12568 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12569  qu'elle doit couvrir et utilisez soit le bouton 
12570 \begin_inset Info
12571 type  "icon"
12572 arg   "tabular-feature multirow"
12573 \end_inset
12574
12575  de la barre d'outils tableau, ou le menu 
12576 \family sans
12577 Édition\SpecialChar menuseparator
12578 Tableau\SpecialChar menuseparator
12579 Multi-lignes
12580 \family default
12581 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12582  
12583 \family sans
12584 Multi-lignes
12585 \family default
12586 .
12587 \end_layout
12588
12589 \begin_layout Standard
12590 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12591 \end_layout
12592
12593 \begin_layout Standard
12594 \align center
12595 \begin_inset Tabular
12596 <lyxtabular version="3" rows="3" columns="3">
12597 <features tabularvalignment="middle">
12598 <column alignment="center" valignment="top" width="0pt">
12599 <column alignment="center" valignment="top">
12600 <column alignment="center" valignment="top">
12601 <row>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 un contenu long
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 b
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 c
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 </row>
12630 <row>
12631 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 multi-lignes
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 e
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 f
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 </row>
12659 <row>
12660 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 h
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 i
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 </row>
12688 </lyxtabular>
12689
12690 \end_inset
12691
12692
12693 \end_layout
12694
12695 \begin_layout Standard
12696 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12697  la colonne.
12698  L'
12699 \family sans
12700 Espacement
12701 \begin_inset space ~
12702 \end_inset
12703
12704 vertical
12705 \family default
12706  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12707  est positive ou négative.
12708 \end_layout
12709
12710 \begin_layout Standard
12711 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12712  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12713  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12714  implicite, vous devez redéfinir la commande 
12715 \series bold
12716
12717 \backslash
12718 multirowsetup
12719 \series default
12720  avec la commande
12721 \end_layout
12722
12723 \begin_layout Standard
12724
12725 \series bold
12726
12727 \backslash
12728 renewcommand{
12729 \backslash
12730 multirowsetup}{
12731 \backslash
12732 centering}
12733 \end_layout
12734
12735 \begin_layout Standard
12736 dans le préambule du document.
12737  Après ça, tous les contenus de cellules multi-lignes du document seront
12738  centrés.
12739  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12740  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12741  juste
12742  avant le tableau concerné, plutôt que dans le préambule.
12743  Si le texte doit être aligné à droite, remplacez 
12744 \series bold
12745
12746 \backslash
12747 centering
12748 \series default
12749  par 
12750 \series bold
12751
12752 \backslash
12753 raggedleft
12754 \series default
12755 .
12756  Pour revenir à l'alignement à gauche utilisez 
12757 \series bold
12758
12759 \backslash
12760 raggedright
12761 \series default
12762 .
12763 \end_layout
12764
12765 \begin_layout Standard
12766 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12767  avec un décalage vertical de -4
12768 \begin_inset space \thinspace{}
12769 \end_inset
12770
12771 mm dans une colonne de 3
12772 \begin_inset space \thinspace{}
12773 \end_inset
12774
12775 cm de large
12776 \begin_inset space ~
12777 \end_inset
12778
12779 :
12780 \end_layout
12781
12782 \begin_layout Standard
12783 \noindent
12784 \align center
12785 \begin_inset ERT
12786 status collapsed
12787
12788 \begin_layout Plain Layout
12789
12790
12791 \backslash
12792 renewcommand{
12793 \backslash
12794 multirowsetup}{
12795 \backslash
12796 raggedleft}
12797 \end_layout
12798
12799 \end_inset
12800
12801
12802 \begin_inset Tabular
12803 <lyxtabular version="3" rows="4" columns="3">
12804 <features tabularvalignment="middle">
12805 <column alignment="center" valignment="top" width="3cm">
12806 <column alignment="center" valignment="top">
12807 <column alignment="center" valignment="top">
12808 <row>
12809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12810 \begin_inset Text
12811
12812 \begin_layout Plain Layout
12813 un contenu long
12814 \end_layout
12815
12816 \end_inset
12817 </cell>
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822 b
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 c
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 </row>
12837 <row>
12838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 t
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851 n
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860 m
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 </row>
12866 <row>
12867 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 multi-lignes
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 e
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 f
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 </row>
12895 <row>
12896 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 h
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 i
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 </row>
12924 </lyxtabular>
12925
12926 \end_inset
12927
12928
12929 \begin_inset ERT
12930 status collapsed
12931
12932 \begin_layout Plain Layout
12933
12934
12935 \backslash
12936 renewcommand{
12937 \backslash
12938 multirowsetup}{
12939 \backslash
12940 raggedright}
12941 \end_layout
12942
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \begin_layout Standard
12949 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12950  utiliser un saut de ligne forcé (
12951 \begin_inset space ~
12952 \end_inset
12953
12954 raccourci 
12955 \family sans
12956 Ctrl+Entrée
12957 \family default
12958
12959 \begin_inset space ~
12960 \end_inset
12961
12962 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12963  on le voit dans ce tableau :
12964 \end_layout
12965
12966 \begin_layout Standard
12967 \noindent
12968 \align center
12969 \begin_inset Tabular
12970 <lyxtabular version="3" rows="3" columns="2">
12971 <features tabularvalignment="middle">
12972 <column alignment="left" valignment="middle" width="2cm">
12973 <column alignment="center" valignment="top">
12974 <row>
12975 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 aaa
12980 \begin_inset Newline newline
12981 \end_inset
12982
12983 aaa
12984 \begin_inset Newline newline
12985 \end_inset
12986
12987 mauvaise cellule
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 ccc
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row>
13003 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 ddd
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 </row>
13022 <row>
13023 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 bbb
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036 eee
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 </row>
13042 </lyxtabular>
13043
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \begin_layout Standard
13050 Vous devez donc faire attention avec les saut de lignes forcés.
13051 \end_layout
13052
13053 \begin_layout Subsection
13054 Cellules avec ligne(s) diagonale(s)
13055 \end_layout
13056
13057 \begin_layout Standard
13058 Pour instruire le lecteur de la signification ds titres de lignes et de
13059  colonnes dans un tableau, il est pratique de partager le première cellule
13060  du tableau à l'aide d'une ou deux lignes diagonales.
13061  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13062  \SpecialChar LaTeX
13063
13064 \series bold
13065 \lang english
13066  diagbox
13067 \series default
13068 \lang french
13069
13070 \begin_inset Index idx
13071 status collapsed
13072
13073 \begin_layout Plain Layout
13074 Paquetages \SpecialChar LaTeX
13075  ! diagbox
13076 \end_layout
13077
13078 \end_inset
13079
13080 .
13081  Ce paquetage inclut la commande 
13082 \series bold
13083 \lang english
13084
13085 \backslash
13086 diagbox
13087 \series default
13088 \lang french
13089  que l'on peut insérer en mode \SpecialChar TeX
13090  et qui peut avoir 2 ou 3 arguments:
13091 \end_layout
13092
13093 \begin_layout Standard
13094
13095 \series bold
13096 \lang english
13097
13098 \backslash
13099 diagbox[options]
13100 \lang french
13101 {inférieur gauche}{supérieur droit}
13102 \end_layout
13103
13104 \begin_layout Standard
13105
13106 \series bold
13107 \lang english
13108
13109 \backslash
13110 diagbox[options]
13111 \lang french
13112 {inférieur gauche}{supérieur gauche}{supérieur droit}
13113 \end_layout
13114
13115 \begin_layout Standard
13116 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13117  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13118  Dans le second cas, la cellule est partagée par deux lignes.
13119 \end_layout
13120
13121 \begin_layout Standard
13122 \begin_inset ERT
13123 status collapsed
13124
13125 \begin_layout Plain Layout
13126
13127
13128 \backslash
13129 ifdiagbox
13130 \end_layout
13131
13132 \end_inset
13133
13134
13135 \begin_inset Note Note
13136 status open
13137
13138 \begin_layout Plain Layout
13139 La section suivante ne s'affichera que si vous avez installé le paquetage
13140  \SpecialChar LaTeX
13141  
13142 \series bold
13143 diagbox
13144 \series default
13145 .
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \end_layout
13152
13153 \begin_layout Standard
13154 Voici un exemple de tableau où 
13155 \series bold
13156 \lang english
13157
13158 \backslash
13159 diagbox
13160 \lang french
13161  
13162 \series default
13163 est utilisé avec 2 arguments
13164 \begin_inset space ~
13165 \end_inset
13166
13167 dans la première cellule:
13168 \begin_inset VSpace medskip
13169 \end_inset
13170
13171
13172 \end_layout
13173
13174 \begin_layout Standard
13175 \noindent
13176 \begin_inset Tabular
13177 <lyxtabular version="3" rows="4" columns="4">
13178 <features tabularvalignment="middle">
13179 <column alignment="center" valignment="top">
13180 <column alignment="center" valignment="top">
13181 <column alignment="center" valignment="top">
13182 <column alignment="center" valignment="top">
13183 <row>
13184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 \begin_inset ERT
13189 status collapsed
13190
13191 \begin_layout Plain Layout
13192
13193
13194 \backslash
13195 diagbox{
13196 \end_layout
13197
13198 \end_inset
13199
13200 Nom
13201 \begin_inset ERT
13202 status collapsed
13203
13204 \begin_layout Plain Layout
13205
13206 }{
13207 \end_layout
13208
13209 \end_inset
13210
13211 Paramètre
13212 \begin_inset ERT
13213 status collapsed
13214
13215 \begin_layout Plain Layout
13216
13217 }
13218 \end_layout
13219
13220 \end_inset
13221
13222
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Épaisseur en nm
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 Transparence en %
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 Dureté en MPa
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 </row>
13255 <row>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 Vert parfait
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 45
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 80
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 504
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 </row>
13293 <row>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 Multi-P foncé
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 60
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 72
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 982
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 </row>
13331 <row>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Pro transparent
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 18
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 86
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 374
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 </row>
13369 </lyxtabular>
13370
13371 \end_inset
13372
13373
13374 \begin_inset VSpace medskip
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \begin_layout Standard
13381 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13382  sport ou les distances:
13383 \end_layout
13384
13385 \begin_layout Standard
13386 \noindent
13387 \align center
13388 \begin_inset Tabular
13389 <lyxtabular version="3" rows="4" columns="4">
13390 <features tabularvalignment="middle">
13391 <column alignment="center" valignment="top" width="0pt">
13392 <column alignment="center" valignment="top">
13393 <column alignment="center" valignment="top">
13394 <column alignment="center" valignment="top">
13395 <row>
13396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405
13406 \backslash
13407 diagbox{
13408 \end_layout
13409
13410 \end_inset
13411
13412 À domicile
13413 \begin_inset ERT
13414 status collapsed
13415
13416 \begin_layout Plain Layout
13417
13418 }{
13419 \end_layout
13420
13421 \end_inset
13422
13423 Résultat
13424 \begin_inset ERT
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428
13429 }{
13430 \end_layout
13431
13432 \end_inset
13433
13434 À l'extérieur
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440 }
13441 \end_layout
13442
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 Tigres
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 Panthères
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 Faucons
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 </row>
13478 <row>
13479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 Tigres
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 1:3
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 0:1
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 </row>
13516 <row>
13517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 Panthères
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 3:1
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 0:0
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Faucons
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 1:0
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 0:0
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 </lyxtabular>
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13601  2 coins ou plus du tableau comme ici:
13602 \end_layout
13603
13604 \begin_layout Standard
13605 \noindent
13606 \align center
13607 \begin_inset Tabular
13608 <lyxtabular version="3" rows="5" columns="5">
13609 <features tabularvalignment="middle">
13610 <column alignment="center" valignment="top" width="0pt">
13611 <column alignment="center" valignment="top">
13612 <column alignment="center" valignment="top">
13613 <column alignment="center" valignment="top">
13614 <column alignment="center" valignment="top">
13615 <row>
13616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620 \begin_inset ERT
13621 status open
13622
13623 \begin_layout Plain Layout
13624
13625
13626 \backslash
13627 diagbox{
13628 \end_layout
13629
13630 \end_inset
13631
13632 À domicile}{Résultat
13633 \begin_inset ERT
13634 status collapsed
13635
13636 \begin_layout Plain Layout
13637
13638 }{
13639 \end_layout
13640
13641 \end_inset
13642
13643 À l'extérieur
13644 \begin_inset ERT
13645 status collapsed
13646
13647 \begin_layout Plain Layout
13648
13649 }
13650 \end_layout
13651
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Tigres
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 Panthères
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 Faucons
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 \begin_inset ERT
13691 status open
13692
13693 \begin_layout Plain Layout
13694
13695
13696 \backslash
13697 diagbox[dir=NE]{
13698 \end_layout
13699
13700 \end_inset
13701
13702 À domicile
13703 \begin_inset ERT
13704 status collapsed
13705
13706 \begin_layout Plain Layout
13707
13708 }{
13709 \end_layout
13710
13711 \end_inset
13712
13713 Résultat
13714 \begin_inset ERT
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718
13719 }{
13720 \end_layout
13721
13722 \end_inset
13723
13724 À l'extérieur
13725 \begin_inset ERT
13726 status collapsed
13727
13728 \begin_layout Plain Layout
13729
13730 }
13731 \end_layout
13732
13733 \end_inset
13734
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 Tigres
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 1:3
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 0:1
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 Tigres
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 </row>
13788 <row>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Panthères
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 3:1
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 0:0
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 Panthères
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 </row>
13835 <row>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 Faucons
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 1:0
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 0:0
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 Faucons
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 </row>
13882 <row>
13883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 \begin_inset ERT
13888 status open
13889
13890 \begin_layout Plain Layout
13891
13892
13893 \backslash
13894 diagbox[dir=SW]{
13895 \end_layout
13896
13897 \end_inset
13898
13899 À domicile
13900 \begin_inset ERT
13901 status collapsed
13902
13903 \begin_layout Plain Layout
13904
13905 }{
13906 \end_layout
13907
13908 \end_inset
13909
13910 Résultat
13911 \begin_inset ERT
13912 status collapsed
13913
13914 \begin_layout Plain Layout
13915
13916 }{
13917 \end_layout
13918
13919 \end_inset
13920
13921 À l'extérieur
13922 \begin_inset ERT
13923 status collapsed
13924
13925 \begin_layout Plain Layout
13926
13927 }
13928 \end_layout
13929
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 Tigres
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 Panthères
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959 Faucons
13960 \end_layout
13961
13962 \end_inset
13963 </cell>
13964 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13965 \begin_inset Text
13966
13967 \begin_layout Plain Layout
13968 \begin_inset ERT
13969 status open
13970
13971 \begin_layout Plain Layout
13972
13973
13974 \backslash
13975 diagbox[dir=SE]{
13976 \end_layout
13977
13978 \end_inset
13979
13980 À domicile
13981 \begin_inset ERT
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985
13986 }{
13987 \end_layout
13988
13989 \end_inset
13990
13991 Résultat
13992 \begin_inset ERT
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996
13997 }{
13998 \end_layout
13999
14000 \end_inset
14001
14002 À l'extérieur
14003 \begin_inset ERT
14004 status collapsed
14005
14006 \begin_layout Plain Layout
14007
14008 }
14009 \end_layout
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 </row>
14019 </lyxtabular>
14020
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \begin_layout Standard
14027 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14028  
14029 \series bold
14030 dir=direction
14031 \series default
14032
14033 \emph on
14034 direction
14035 \emph default
14036  est à choisir parmi 
14037 \series bold
14038 NE
14039 \series default
14040
14041 \series bold
14042 SE
14043 \series default
14044
14045 \series bold
14046 SW
14047 \series default
14048  et 
14049 \series bold
14050 NW
14051 \series default
14052  comme sur une rose des vents.
14053  
14054 \series bold
14055 SW
14056 \series default
14057  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14058  du tableau ci-dessus, désigné via la commande:
14059 \end_layout
14060
14061 \begin_layout Standard
14062
14063 \series bold
14064 \lang english
14065
14066 \backslash
14067 diagbox[dir=SW]{
14068 \series default
14069 \lang french
14070 À domicile
14071 \series bold
14072 \lang english
14073 }{
14074 \series default
14075 \lang french
14076 Résultat
14077 \series bold
14078 \lang english
14079 }{
14080 \series default
14081 \lang french
14082 À l'extérieur
14083 \series bold
14084 \lang english
14085 }
14086 \series default
14087 \lang french
14088 .
14089  
14090 \end_layout
14091
14092 \begin_layout Standard
14093 Si aucune direction n'est spécifiée, elle est implicitement NW.
14094 \end_layout
14095
14096 \begin_layout Standard
14097 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14098  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14099  le contenu de la cellule va déborder:
14100 \end_layout
14101
14102 \begin_layout Standard
14103 \noindent
14104 \align center
14105 \begin_inset Tabular
14106 <lyxtabular version="3" rows="2" columns="2">
14107 <features tabularvalignment="middle">
14108 <column alignment="center" valignment="top" width="3cm">
14109 <column alignment="center" valignment="top">
14110 <row>
14111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 \begin_inset ERT
14116 status collapsed
14117
14118 \begin_layout Plain Layout
14119
14120
14121 \backslash
14122 diagbox{
14123 \end_layout
14124
14125 \end_inset
14126
14127 Nom
14128 \begin_inset ERT
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132
14133 }{
14134 \end_layout
14135
14136 \end_inset
14137
14138 Paramètre
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144 }
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 Épaisseur en nm
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 </row>
14164 <row>
14165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 Vert parfait
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 45
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 </lyxtabular>
14185
14186 \end_inset
14187
14188
14189 \end_layout
14190
14191 \begin_layout Standard
14192 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14193  cellule partagée, utilisez l'option de commande 
14194 \series bold
14195 \lang english
14196 width=3cm
14197 \series default
14198 \lang french
14199  (remplacez 
14200 \begin_inset Quotes cld
14201 \end_inset
14202
14203 3cm
14204 \begin_inset Quotes crd
14205 \end_inset
14206
14207 par la largeur désirée).
14208  Dans le tableau qui suit, la largeur de la première colonne est réglée
14209  à 4cm.
14210  Pour 
14211 \series bold
14212 \lang english
14213
14214 \backslash
14215 diagbox
14216 \series default
14217 \lang french
14218  une largeur de 4
14219 \begin_inset space \thinspace{}
14220 \end_inset
14221
14222 cm + 2
14223 \begin_inset space \thinspace{}
14224 \end_inset
14225
14226
14227 \backslash
14228 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14229  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14230  de la cellule.
14231  Le calcul de la largeur ne peut pas être fait directement dans l'option
14232  de la commande 
14233 \series bold
14234 \lang english
14235
14236 \backslash
14237 diagbox
14238 \series default
14239 \lang french
14240 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14241  la suite.
14242  Ceci se fait via les commandes en code \SpecialChar TeX
14243 :
14244 \end_layout
14245
14246 \begin_layout Standard
14247
14248 \series bold
14249
14250 \backslash
14251 newlength{
14252 \backslash
14253 diagtest}
14254 \begin_inset Newline newline
14255 \end_inset
14256
14257
14258 \backslash
14259 setlength{
14260 \backslash
14261 diagtest}{4cm+2
14262 \backslash
14263 tabcolsep}
14264 \end_layout
14265
14266 \begin_layout Standard
14267 \begin_inset ERT
14268 status collapsed
14269
14270 \begin_layout Plain Layout
14271
14272
14273 \backslash
14274 newlength{
14275 \backslash
14276 diagtest}
14277 \end_layout
14278
14279 \begin_layout Plain Layout
14280
14281
14282 \backslash
14283 setlength{
14284 \backslash
14285 diagtest}{4cm+2
14286 \backslash
14287 tabcolsep}
14288 \end_layout
14289
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \begin_layout Standard
14296 Pour permettre les calculs en \SpecialChar LaTeX
14297 , il faut charger dans le préambule du document
14298  le paquetage 
14299 \series bold
14300 calc
14301 \series default
14302
14303 \begin_inset Index idx
14304 status collapsed
14305
14306 \begin_layout Plain Layout
14307 Paquetages \SpecialChar LaTeX
14308  ! calc
14309 \end_layout
14310
14311 \end_inset
14312
14313 .
14314 \end_layout
14315
14316 \begin_layout Standard
14317 Dans le tableau vous pouvez maintenant utiliser la commande
14318 \end_layout
14319
14320 \begin_layout Standard
14321
14322 \series bold
14323
14324 \backslash
14325 diagbox[width=
14326 \backslash
14327 diagtest]{A}{B}
14328 \end_layout
14329
14330 \begin_layout Standard
14331 dans la première cellule:
14332 \end_layout
14333
14334 \begin_layout Standard
14335 \noindent
14336 \align center
14337 \begin_inset Tabular
14338 <lyxtabular version="3" rows="2" columns="2">
14339 <features tabularvalignment="middle">
14340 <column alignment="center" valignment="top" width="4cm">
14341 <column alignment="center" valignment="top">
14342 <row>
14343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Plain Layout
14347 \begin_inset ERT
14348 status open
14349
14350 \begin_layout Plain Layout
14351
14352
14353 \backslash
14354 diagbox[width=
14355 \backslash
14356 diagtest]{
14357 \end_layout
14358
14359 \end_inset
14360
14361 A
14362 \begin_inset ERT
14363 status collapsed
14364
14365 \begin_layout Plain Layout
14366
14367 }{
14368 \end_layout
14369
14370 \end_inset
14371
14372 B
14373 \begin_inset ERT
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377
14378 }
14379 \end_layout
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 Épaisseur en nm
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 </row>
14398 <row>
14399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 Vert parfait
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 45
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 </row>
14418 </lyxtabular>
14419
14420 \end_inset
14421
14422
14423 \end_layout
14424
14425 \begin_layout Standard
14426 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14427  la longueur de la diagonale ne peut pas être calculée correctement comme
14428  dans ce tableau:
14429 \end_layout
14430
14431 \begin_layout Standard
14432 \noindent
14433 \align center
14434 \begin_inset Tabular
14435 <lyxtabular version="3" rows="2" columns="2">
14436 <features tabularvalignment="middle">
14437 <column alignment="center" valignment="top" width="0pt">
14438 <column alignment="center" valignment="top">
14439 <row>
14440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 \begin_inset ERT
14445 status collapsed
14446
14447 \begin_layout Plain Layout
14448
14449
14450 \backslash
14451 diagbox{
14452 \end_layout
14453
14454 \end_inset
14455
14456 A
14457 \begin_inset ERT
14458 status collapsed
14459
14460 \begin_layout Plain Layout
14461
14462 }{
14463 \end_layout
14464
14465 \end_inset
14466
14467 B
14468 \begin_inset ERT
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472
14473 }
14474 \end_layout
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 Épaisseur en nm
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 </row>
14493 <row>
14494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 Vert parfait
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507 45
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 </row>
14513 </lyxtabular>
14514
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \begin_layout Standard
14521 Dans ce cas, vous pouvez utiliser directement
14522 \series bold
14523  
14524 \lang english
14525 width
14526 \series default
14527 \lang french
14528  dans l'option de 
14529 \series bold
14530 \lang english
14531
14532 \backslash
14533 diagbox
14534 \series default
14535 \lang french
14536 , il n'est plus nécessaire d’ajouter 2
14537 \backslash
14538 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14539  colonne.
14540  Ici une largeur de 3cm est utilisée:
14541 \end_layout
14542
14543 \begin_layout Standard
14544 \noindent
14545 \align center
14546 \begin_inset Tabular
14547 <lyxtabular version="3" rows="2" columns="2">
14548 <features tabularvalignment="middle">
14549 <column alignment="center" valignment="top" width="0pt">
14550 <column alignment="center" valignment="top">
14551 <row>
14552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 \begin_inset ERT
14557 status open
14558
14559 \begin_layout Plain Layout
14560
14561
14562 \backslash
14563 diagbox[width=3cm]{
14564 \end_layout
14565
14566 \end_inset
14567
14568 A
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574 }{
14575 \end_layout
14576
14577 \end_inset
14578
14579 B
14580 \begin_inset ERT
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584
14585 }
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 Épaisseur en nm
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 Vert parfait
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 45
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 </row>
14625 </lyxtabular>
14626
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \begin_layout Standard
14633 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14634  supplémentaire pour placer le texte dans la cellule.
14635  Ceci peut être obtenu avec l'option
14636 \series bold
14637  
14638 \lang english
14639 height
14640 \lang french
14641 =3cm
14642 \series default
14643  de la commande 
14644 \series bold
14645 \lang english
14646
14647 \backslash
14648 diagbox
14649 \series default
14650 \lang french
14651  (remplacer « 3cm » par la hauteur désirée).
14652  Dans le tableau qui suit, la commande
14653 \end_layout
14654
14655 \begin_layout Standard
14656
14657 \series bold
14658
14659 \backslash
14660 diagbox[width=3cm,height=1.4cm]{A
14661 \backslash
14662
14663 \backslash
14664 B}{C
14665 \backslash
14666
14667 \backslash
14668 D}
14669 \end_layout
14670
14671 \begin_layout Standard
14672 est utilisée dans la première cellule.
14673  La commande 
14674 \backslash
14675
14676 \backslash
14677  crée le saut de ligne
14678 \begin_inset Foot
14679 status open
14680
14681 \begin_layout Plain Layout
14682 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14683  largeur fixée.
14684 \end_layout
14685
14686 \end_inset
14687
14688 .
14689 \end_layout
14690
14691 \begin_layout Standard
14692 \noindent
14693 \align center
14694 \begin_inset Tabular
14695 <lyxtabular version="3" rows="2" columns="2">
14696 <features tabularvalignment="middle">
14697 <column alignment="center" valignment="top">
14698 <column alignment="center" valignment="top">
14699 <row>
14700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 \begin_inset ERT
14705 status open
14706
14707 \begin_layout Plain Layout
14708
14709
14710 \backslash
14711 diagbox[width=3cm,height=1.4cm]{
14712 \end_layout
14713
14714 \end_inset
14715
14716 A
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722
14723 \backslash
14724
14725 \backslash
14726
14727 \end_layout
14728
14729 \end_inset
14730
14731 B
14732 \begin_inset ERT
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736
14737 }{
14738 \end_layout
14739
14740 \end_inset
14741
14742 C
14743 \begin_inset ERT
14744 status collapsed
14745
14746 \begin_layout Plain Layout
14747
14748
14749 \backslash
14750
14751 \backslash
14752
14753 \end_layout
14754
14755 \end_inset
14756
14757 D
14758 \begin_inset ERT
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762
14763 }
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 Épaisseur en nm
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 <row>
14784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 Vert parfait
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797 45
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 </row>
14803 </lyxtabular>
14804
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 \begin_inset ERT
14812 status collapsed
14813
14814 \begin_layout Plain Layout
14815
14816
14817 \backslash
14818 else
14819 \end_layout
14820
14821 \end_inset
14822
14823
14824 \begin_inset Note Note
14825 status open
14826
14827 \begin_layout Plain Layout
14828 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14829  
14830 \series bold
14831 diagbox
14832 \series default
14833  n'est pas installé :
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \end_layout
14840
14841 \begin_layout Standard
14842 Vous devez installer le paquetage \SpecialChar LaTeX
14843  
14844 \series bold
14845 diagbox
14846 \series default
14847  pour voir le contenu de cette section dans la sortie imprimée.
14848 \end_layout
14849
14850 \begin_layout Standard
14851 \begin_inset ERT
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855
14856
14857 \backslash
14858 fi
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \begin_layout Standard
14867 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14868  
14869 \series bold
14870 \lang english
14871 diagbox
14872 \series default
14873 \lang french
14874 , voir sa documentation, 
14875 \begin_inset CommandInset citation
14876 LatexCommand cite
14877 key "diagbox"
14878 literal "true"
14879
14880 \end_inset
14881
14882 .
14883 \end_layout
14884
14885 \begin_layout Section
14886 Les tableaux formels
14887 \begin_inset CommandInset label
14888 LatexCommand label
14889 name "sec:Tableaux-Formels"
14890
14891 \end_inset
14892
14893
14894 \begin_inset Index idx
14895 status collapsed
14896
14897 \begin_layout Plain Layout
14898 Tableau ! Formel
14899 \end_layout
14900
14901 \end_inset
14902
14903
14904 \end_layout
14905
14906 \begin_layout Standard
14907 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14908  à celle du tableau
14909 \begin_inset space ~
14910 \end_inset
14911
14912
14913 \begin_inset CommandInset ref
14914 LatexCommand ref
14915 reference "tab:Exemple-tableau-booktabs"
14916
14917 \end_inset
14918
14919 .
14920  Ce genre de tableau est appelé 
14921 \begin_inset Quotes cld
14922 \end_inset
14923
14924
14925 \emph on
14926 formel
14927 \emph default
14928
14929 \begin_inset Quotes crd
14930 \end_inset
14931
14932 .
14933  Pour transformer un tableau en tableau formel, utilisez l'option 
14934 \family sans
14935 Formel
14936 \family default
14937  de l'onglet 
14938 \family sans
14939 Bordures
14940 \family default
14941  de la fenêtre de dialogue 
14942 \family sans
14943 Paramètres
14944 \begin_inset space ~
14945 \end_inset
14946
14947 du
14948 \begin_inset space ~
14949 \end_inset
14950
14951 tableau
14952 \family default
14953 .
14954 \end_layout
14955
14956 \begin_layout Standard
14957 \begin_inset Float table
14958 placement h
14959 wide false
14960 sideways false
14961 status open
14962
14963 \begin_layout Plain Layout
14964 \begin_inset Caption Standard
14965
14966 \begin_layout Plain Layout
14967 \begin_inset CommandInset label
14968 LatexCommand label
14969 name "tab:Exemple-tableau-booktabs"
14970
14971 \end_inset
14972
14973 Exemple de tableau formel
14974 \end_layout
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \begin_layout Plain Layout
14982 \align center
14983 \begin_inset Tabular
14984 <lyxtabular version="3" rows="8" columns="4">
14985 <features booktabs="true" tabularvalignment="middle">
14986 <column alignment="center" valignment="top">
14987 <column alignment="center" valignment="top">
14988 <column alignment="center" valignment="top">
14989 <column alignment="center" valignment="top">
14990 <row>
14991 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 Système
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" topline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 Chip
15005 \begin_inset space \thinspace{}
15006 \end_inset
15007
15008 1
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 Chip
15018 \begin_inset space \thinspace{}
15019 \end_inset
15020
15021 2
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 </row>
15036 <row>
15037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 \begin_inset ERT
15042 status collapsed
15043
15044 \begin_layout Plain Layout
15045
15046
15047 \backslash
15048 cmidrule(r){2-2}
15049 \end_layout
15050
15051 \end_inset
15052
15053
15054 \begin_inset ERT
15055 status collapsed
15056
15057 \begin_layout Plain Layout
15058
15059
15060 \backslash
15061 cmidrule(l){3-4}
15062 \end_layout
15063
15064 \end_inset
15065
15066 Épaisseur du capteur en µm
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 300
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 300
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093 700
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 Angle du biseau en °
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" topline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 3.55
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" topline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 2.71
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 7.99
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row topspace="default">
15138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 Résolution spatiale en µm
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 4.26
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 10.17
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 10.56
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 </row>
15175 <row topspace="default">
15176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180 MTF à 
15181 \begin_inset Formula $f_{\mathrm{max}}$
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 0.53
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 0.37
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 0.39
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row topspace="default">
15218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 \begin_inset ERT
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226
15227
15228 \backslash
15229 cmidrule[2pt](l{10pt}){1-1}
15230 \end_layout
15231
15232 \end_inset
15233
15234 résolution spatiale LSF
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 <cell alignment="center" valignment="top" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 <cell alignment="center" valignment="top" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 <row>
15268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 en µm
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 <cell alignment="center" valignment="top" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281 129.7
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 52.75
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299 50.78
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 <row>
15306 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310 en % de la taille des pixels
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319 76.3
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328 95.9
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 92.3
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 </row>
15343 </lyxtabular>
15344
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \begin_layout Standard
15356 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15357  
15358 \family sans
15359 Bordures
15360 \family default
15361  de la fenêtre de dialogue 
15362 \family sans
15363 Paramètres
15364 \begin_inset space ~
15365 \end_inset
15366
15367 du
15368 \begin_inset space ~
15369 \end_inset
15370
15371 tableau
15372 \family default
15373  comme c'est décrit dans la section
15374 \begin_inset space ~
15375 \end_inset
15376
15377
15378 \begin_inset CommandInset ref
15379 LatexCommand ref
15380 reference "subsec:Espacement-lignes"
15381
15382 \end_inset
15383
15384 .
15385 \end_layout
15386
15387 \begin_layout Standard
15388 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15389  verticales.
15390  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15391  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15392  sortie imprimée :
15393 \begin_inset Newline newline
15394 \end_inset
15395
15396 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15397 \begin_inset space \thinspace{}
15398 \end_inset
15399
15400 em alors que les autres lignes ont implicite une épaisseur de 0.05
15401 \begin_inset space \thinspace{}
15402 \end_inset
15403
15404 em.
15405 \end_layout
15406
15407 \begin_layout Standard
15408 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15409  les lignes de préambule suivantes :
15410 \end_layout
15411
15412 \begin_layout Standard
15413
15414 \series bold
15415
15416 \backslash
15417 let
15418 \backslash
15419 mytoprule
15420 \backslash
15421 toprule
15422 \begin_inset Newline newline
15423 \end_inset
15424
15425
15426 \backslash
15427 renewcommand{
15428 \backslash
15429 toprule}{
15430 \backslash
15431 mytoprule[width]}
15432 \end_layout
15433
15434 \begin_layout Standard
15435 Cet exemple concerne la première ligne, appelée 
15436 \series bold
15437 toprule
15438 \series default
15439 .
15440  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15441 \series bold
15442 toprule
15443 \series default
15444  par 
15445 \series bold
15446 bottomrule
15447 \series default
15448 .
15449  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15450  
15451 \series bold
15452 toprule
15453 \series default
15454  par 
15455 \series bold
15456 midrule
15457 \series default
15458 .
15459  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15460 \begin_inset space ~
15461 \end_inset
15462
15463
15464 \begin_inset CommandInset ref
15465 LatexCommand ref
15466 reference "cha:Unités-de-longueur"
15467
15468 \end_inset
15469
15470  pour préciser l'épaisseur voulue.
15471 \end_layout
15472
15473 \begin_layout Standard
15474 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15475  en mettant une ligne pour une cellule multi-colonnes.
15476  \SpecialChar LyX
15477  va utiliser en interne la commande 
15478 \series bold
15479
15480 \backslash
15481 cmidrule
15482 \series default
15483  pour créer cette ligne.
15484  Sa syntaxe complète est :
15485 \end_layout
15486
15487 \begin_layout Standard
15488
15489 \series bold
15490
15491 \backslash
15492 cmidrule[largeur](rognage){colDépart-colFin}
15493 \end_layout
15494
15495 \begin_layout Standard
15496 Les options de la commande 
15497 \series bold
15498
15499 \backslash
15500 cmidrule
15501 \series default
15502  ne sont pas actuellement gérées par \SpecialChar LyX
15503 , vous devez donc utiliser du code
15504  \SpecialChar TeX
15505  pour pouvoir les utiliser.
15506  On peut créer manuellement des lignes 
15507 \series bold
15508
15509 \backslash
15510 mitrales
15511 \series default
15512  en insérant la commande en code \SpecialChar TeX
15513  comme le premier élément de la première
15514  cellule de la ligne.
15515  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15516  en question.
15517 \end_layout
15518
15519 \begin_layout Standard
15520 La valeur 
15521 \series bold
15522 largeur
15523 \series default
15524  pour l'épaisseur des lignes est de 0.03
15525 \begin_inset space \thinspace{}
15526 \end_inset
15527
15528 em.
15529  
15530 \series bold
15531 colDépart
15532 \series default
15533  est le numéro de la colonne dans laquelle la ligne commence et 
15534 \series bold
15535 colFin
15536 \series default
15537  est le numéro de la colonne dans laquelle elle se termine.
15538  La valeur de 
15539 \series bold
15540 colFin
15541 \series default
15542  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15543  Le paramètre optionnel 
15544 \series bold
15545 rognage
15546 \series default
15547  peut être soit 
15548 \emph on
15549 l{largeurRognage}
15550 \emph default
15551 , ou 
15552 \emph on
15553 r{largeurRognage}
15554 \emph default
15555  où les valeurs de
15556 \emph on
15557  largeurRognage
15558 \emph default
15559  sont aussi optionnelles.
15560  En utilisant par exemple la valeur 
15561 \emph on
15562 l{2pt}
15563 \emph default
15564  pour ce paramètre, la ligne va être rognée de 2
15565 \begin_inset space \thinspace{}
15566 \end_inset
15567
15568 pt à son extrémité gauche.
15569  Si vous ne spécifiez pas de valeur pour 
15570 \emph on
15571 largeurRognage
15572 \emph default
15573  les lignes sont implicitement rognées de 0.5
15574 \begin_inset space \thinspace{}
15575 \end_inset
15576
15577 em.
15578 \end_layout
15579
15580 \begin_layout Standard
15581 \begin_inset VSpace bigskip
15582 \end_inset
15583
15584 Le tableau
15585 \begin_inset space ~
15586 \end_inset
15587
15588
15589 \begin_inset CommandInset ref
15590 LatexCommand ref
15591 reference "tab:Exemple-tableau-booktabs"
15592
15593 \end_inset
15594
15595  a été créé en utilisant les commandes
15596 \end_layout
15597
15598 \begin_layout Standard
15599
15600 \series bold
15601
15602 \backslash
15603 cmidrule(r){2-2}
15604 \backslash
15605 cmidrule(l){3-4}
15606 \end_layout
15607
15608 \begin_layout Standard
15609 au début de la deuxième ligne et
15610 \end_layout
15611
15612 \begin_layout Standard
15613
15614 \series bold
15615
15616 \backslash
15617 cmidrule[2pt](l{10pt}){1-1}
15618 \end_layout
15619
15620 \begin_layout Standard
15621 au début de la sixième ligne.
15622 \end_layout
15623
15624 \begin_layout Standard
15625 \begin_inset VSpace bigskip
15626 \end_inset
15627
15628
15629 \end_layout
15630
15631 \begin_layout Standard
15632 Vous pouvez vouloir des commandes 
15633 \series bold
15634
15635 \backslash
15636 cmidrule
15637 \series default
15638 s qui se recouvrent comme pour le tableau
15639 \begin_inset space ~
15640 \end_inset
15641
15642
15643 \begin_inset CommandInset ref
15644 LatexCommand ref
15645 reference "tab:Tableau-booktabs-special"
15646
15647 \end_inset
15648
15649 .
15650  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15651
15652 \end_layout
15653
15654 \begin_layout Standard
15655
15656 \series bold
15657
15658 \backslash
15659 morecmidrules
15660 \end_layout
15661
15662 \begin_layout Standard
15663 La commande qui a été utilisée pour la deuxième ligne du tableau
15664 \begin_inset space ~
15665 \end_inset
15666
15667
15668 \begin_inset CommandInset ref
15669 LatexCommand ref
15670 reference "tab:Tableau-booktabs-special"
15671
15672 \end_inset
15673
15674  est
15675 \end_layout
15676
15677 \begin_layout Standard
15678
15679 \series bold
15680
15681 \backslash
15682 cmidrule(r){2-2}
15683 \backslash
15684 cmidrule(l){3-4}
15685 \backslash
15686 morecmidrules
15687 \backslash
15688 cmidrule{2-4}
15689 \end_layout
15690
15691 \begin_layout Standard
15692 La commande pour la sixième ligne est
15693 \end_layout
15694
15695 \begin_layout Standard
15696
15697 \series bold
15698
15699 \backslash
15700 midrule
15701 \backslash
15702 morecmidrules
15703 \backslash
15704 cmidrule{3-4}
15705 \end_layout
15706
15707 \begin_layout Standard
15708 \begin_inset VSpace bigskip
15709 \end_inset
15710
15711
15712 \end_layout
15713
15714 \begin_layout Standard
15715 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15716 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15717  font toute la largeur du tableau :
15718 \end_layout
15719
15720 \begin_layout Standard
15721
15722 \series bold
15723
15724 \backslash
15725 specialrule{largeur}{espace au dessus}{espace en dessous}
15726 \end_layout
15727
15728 \begin_layout Standard
15729 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15730  du paquetage \SpecialChar LaTeX
15731  
15732 \series bold
15733 booktabs
15734 \series default
15735  
15736 \begin_inset CommandInset citation
15737 LatexCommand cite
15738 key "booktabs"
15739 literal "true"
15740
15741 \end_inset
15742
15743 .
15744 \begin_inset Index idx
15745 status collapsed
15746
15747 \begin_layout Plain Layout
15748 Paquetages \SpecialChar LaTeX
15749  ! booktabs
15750 \end_layout
15751
15752 \end_inset
15753
15754
15755 \end_layout
15756
15757 \begin_layout Standard
15758 \begin_inset Float table
15759 placement h
15760 wide false
15761 sideways false
15762 status open
15763
15764 \begin_layout Plain Layout
15765 \begin_inset Caption Standard
15766
15767 \begin_layout Plain Layout
15768 \begin_inset CommandInset label
15769 LatexCommand label
15770 name "tab:Tableau-booktabs-special"
15771
15772 \end_inset
15773
15774 Tableau formel spécial
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \end_layout
15781
15782 \begin_layout Plain Layout
15783 \align center
15784 \begin_inset Tabular
15785 <lyxtabular version="3" rows="8" columns="4">
15786 <features booktabs="true" tabularvalignment="middle">
15787 <column alignment="center" valignment="top">
15788 <column alignment="center" valignment="top">
15789 <column alignment="center" valignment="top">
15790 <column alignment="center" valignment="top">
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 Système
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805 Chip
15806 \begin_inset space \thinspace{}
15807 \end_inset
15808
15809 1
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 Chip
15819 \begin_inset space \thinspace{}
15820 \end_inset
15821
15822 2
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 <row>
15838 <cell alignment="center" valignment="top" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 \begin_inset ERT
15843 status collapsed
15844
15845 \begin_layout Plain Layout
15846
15847
15848 \backslash
15849 cmidrule(r){2-2}
15850 \end_layout
15851
15852 \end_inset
15853
15854
15855 \begin_inset ERT
15856 status collapsed
15857
15858 \begin_layout Plain Layout
15859
15860
15861 \backslash
15862 cmidrule(l){3-4}
15863 \end_layout
15864
15865 \end_inset
15866
15867
15868 \begin_inset ERT
15869 status collapsed
15870
15871 \begin_layout Plain Layout
15872
15873
15874 \backslash
15875 morecmidrules 
15876 \end_layout
15877
15878 \end_inset
15879
15880
15881 \begin_inset ERT
15882 status collapsed
15883
15884 \begin_layout Plain Layout
15885
15886
15887 \backslash
15888 cmidrule{2-4}
15889 \end_layout
15890
15891 \end_inset
15892
15893 Epaisseur du capteur en µm
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 300
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911 300
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 <cell alignment="center" valignment="top" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 700
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 </row>
15926 <row>
15927 <cell alignment="center" valignment="top" topline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 Angle biseau en °
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 3.55
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" topline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949 2.71
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" topline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 7.99
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 </row>
15964 <row topspace="default">
15965 <cell alignment="center" valignment="top" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 Résolution spatiale en µm
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 4.26
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 10.17
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 <cell alignment="center" valignment="top" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996 10.56
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 </row>
16002 <row topspace="default">
16003 <cell alignment="center" valignment="top" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 MTF à 
16008 \begin_inset Formula $f_{\mathrm{max}}$
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 0.53
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 0.37
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 0.39
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 </row>
16044 <row>
16045 <cell alignment="center" valignment="top" topline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049 \begin_inset ERT
16050 status collapsed
16051
16052 \begin_layout Plain Layout
16053
16054
16055 \backslash
16056 morecmidrules 
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \begin_inset ERT
16063 status collapsed
16064
16065 \begin_layout Plain Layout
16066
16067
16068 \backslash
16069 cmidrule{3-4}
16070 \end_layout
16071
16072 \end_inset
16073
16074 résolution spatiale LSF
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112 en µm
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 129.7
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 52.75
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 <cell alignment="center" valignment="top" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 50.78
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 </row>
16145 <row>
16146 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 en % de la taille des pixels
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159 76.3
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 95.9
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 92.3
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 </lyxtabular>
16184
16185 \end_inset
16186
16187
16188 \end_layout
16189
16190 \end_inset
16191
16192
16193 \end_layout
16194
16195 \begin_layout Section
16196 Alignement vertical des tableaux
16197 \begin_inset Index idx
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201 Tableau ! Alignement
16202 \end_layout
16203
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \begin_layout Standard
16210 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16211  doit être à l'intérieur d'une boîte.
16212  La boîte peut alors être alignée comme c'est décrit dans la 
16213 \begin_inset space ~
16214 \end_inset
16215
16216
16217 \begin_inset CommandInset ref
16218 LatexCommand ref
16219 reference "sec:Boîte-Dialogue"
16220
16221 \end_inset
16222
16223 .
16224 \end_layout
16225
16226 \begin_layout Standard
16227 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16228  minipage
16229 \begin_inset Foot
16230 status open
16231
16232 \begin_layout Plain Layout
16233 Les minipages son décrites dans la section
16234 \begin_inset space ~
16235 \end_inset
16236
16237
16238 \begin_inset CommandInset ref
16239 LatexCommand ref
16240 reference "sec:Minipages"
16241
16242 \end_inset
16243
16244 .
16245 \end_layout
16246
16247 \end_inset
16248
16249  dont la largeur est de 15
16250 \begin_inset space \thinspace{}
16251 \end_inset
16252
16253 col% :
16254 \end_layout
16255
16256 \begin_layout Itemize
16257 test 
16258 \begin_inset Box Frameless
16259 position "t"
16260 hor_pos "c"
16261 has_inner_box 1
16262 inner_pos "c"
16263 use_parbox 0
16264 use_makebox 0
16265 width "15col%"
16266 special "none"
16267 height "1in"
16268 height_special "totalheight"
16269 thickness "0.4pt"
16270 separation "3pt"
16271 shadowsize "4pt"
16272 framecolor "black"
16273 backgroundcolor "none"
16274 status collapsed
16275
16276 \begin_layout Plain Layout
16277 \begin_inset Tabular
16278 <lyxtabular version="3" rows="3" columns="3">
16279 <features tabularvalignment="middle">
16280 <column alignment="center" valignment="top">
16281 <column alignment="center" valignment="top">
16282 <column alignment="center" valignment="top">
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 a
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297 d
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 g
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 <row>
16313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317 b
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 e
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 h
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346 c
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 f
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 i
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 </row>
16370 </lyxtabular>
16371
16372 \end_inset
16373
16374
16375 \end_layout
16376
16377 \end_inset
16378
16379  test 
16380 \begin_inset ERT
16381 status collapsed
16382
16383 \begin_layout Plain Layout
16384
16385
16386 \backslash
16387 raisebox{0.85
16388 \backslash
16389 baselineskip}{
16390 \end_layout
16391
16392 \end_inset
16393
16394
16395 \begin_inset Box Frameless
16396 position "t"
16397 hor_pos "c"
16398 has_inner_box 1
16399 inner_pos "c"
16400 use_parbox 0
16401 use_makebox 0
16402 width "15col%"
16403 special "none"
16404 height "1in"
16405 height_special "totalheight"
16406 thickness "0.4pt"
16407 separation "3pt"
16408 shadowsize "4pt"
16409 framecolor "black"
16410 backgroundcolor "none"
16411 status collapsed
16412
16413 \begin_layout Plain Layout
16414 \begin_inset Tabular
16415 <lyxtabular version="3" rows="3" columns="3">
16416 <features tabularvalignment="middle">
16417 <column alignment="center" valignment="top">
16418 <column alignment="center" valignment="top">
16419 <column alignment="center" valignment="top">
16420 <row>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 a
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 d
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 g
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 <row>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 b
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 e
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 h
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 <row>
16479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 c
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 f
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 i
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 </lyxtabular>
16508
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515
16516
16517 \begin_inset ERT
16518 status collapsed
16519
16520 \begin_layout Plain Layout
16521
16522 }
16523 \end_layout
16524
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \begin_layout Itemize
16531 test 
16532 \begin_inset Box Frameless
16533 position "c"
16534 hor_pos "c"
16535 has_inner_box 1
16536 inner_pos "c"
16537 use_parbox 0
16538 use_makebox 0
16539 width "15col%"
16540 special "none"
16541 height "1in"
16542 height_special "totalheight"
16543 thickness "0.4pt"
16544 separation "3pt"
16545 shadowsize "4pt"
16546 framecolor "black"
16547 backgroundcolor "none"
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551 \begin_inset Tabular
16552 <lyxtabular version="3" rows="3" columns="3">
16553 <features tabularvalignment="middle">
16554 <column alignment="center" valignment="top">
16555 <column alignment="center" valignment="top">
16556 <column alignment="center" valignment="top">
16557 <row>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 a
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 d
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 g
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 b
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 e
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 h
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 c
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 f
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 i
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 </lyxtabular>
16645
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Itemize
16657 test 
16658 \begin_inset Box Frameless
16659 position "b"
16660 hor_pos "c"
16661 has_inner_box 1
16662 inner_pos "c"
16663 use_parbox 0
16664 use_makebox 0
16665 width "15col%"
16666 special "none"
16667 height "1in"
16668 height_special "totalheight"
16669 thickness "0.4pt"
16670 separation "3pt"
16671 shadowsize "4pt"
16672 framecolor "black"
16673 backgroundcolor "none"
16674 status collapsed
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Tabular
16678 <lyxtabular version="3" rows="3" columns="3">
16679 <features tabularvalignment="middle">
16680 <column alignment="center" valignment="top">
16681 <column alignment="center" valignment="top">
16682 <column alignment="center" valignment="top">
16683 <row>
16684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 a
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 d
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 g
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 b
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 e
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 h
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 </row>
16741 <row>
16742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 c
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 f
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 i
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 </lyxtabular>
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778
16779  test 
16780 \begin_inset ERT
16781 status collapsed
16782
16783 \begin_layout Plain Layout
16784
16785
16786 \backslash
16787 raisebox{-0.32
16788 \backslash
16789 baselineskip}{
16790 \end_layout
16791
16792 \end_inset
16793
16794
16795 \begin_inset Box Frameless
16796 position "b"
16797 hor_pos "c"
16798 has_inner_box 1
16799 inner_pos "c"
16800 use_parbox 0
16801 use_makebox 0
16802 width "15col%"
16803 special "none"
16804 height "1in"
16805 height_special "totalheight"
16806 thickness "0.4pt"
16807 separation "3pt"
16808 shadowsize "4pt"
16809 framecolor "black"
16810 backgroundcolor "none"
16811 status collapsed
16812
16813 \begin_layout Plain Layout
16814 \begin_inset Tabular
16815 <lyxtabular version="3" rows="3" columns="3">
16816 <features tabularvalignment="middle">
16817 <column alignment="center" valignment="top">
16818 <column alignment="center" valignment="top">
16819 <column alignment="center" valignment="top">
16820 <row>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 a
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 d
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 g
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 <row>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 b
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 e
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 h
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 c
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 f
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 i
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 </lyxtabular>
16908
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \end_inset
16915
16916
16917 \begin_inset ERT
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921
16922 }
16923 \end_layout
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \begin_layout Standard
16931 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16932  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16933  la ligne dans laquelle le tableau est inséré.
16934  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16935  boîte élévatrice (raisebox)
16936 \begin_inset Foot
16937 status collapsed
16938
16939 \begin_layout Plain Layout
16940 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16941 \begin_inset space ~
16942 \end_inset
16943
16944
16945 \begin_inset CommandInset ref
16946 LatexCommand ref
16947 reference "subsec:Alignement-Vertical"
16948
16949 \end_inset
16950
16951 .
16952 \end_layout
16953
16954 \end_inset
16955
16956 .
16957  Dans l'exemple précédent, le deuxième tableau de la première ligne est
16958  aligné en utilisant la commande en code \SpecialChar TeX
16959  suivante 
16960 \end_layout
16961
16962 \begin_layout Standard
16963
16964 \series bold
16965
16966 \backslash
16967 raisebox{0.85
16968 \backslash
16969 baselineskip}{
16970 \end_layout
16971
16972 \begin_layout Standard
16973 placée juste avant la boîte minipage.
16974  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
16975 .
16976  Pour le deuxième tableau de la dernière ligne, la commande 
16977 \end_layout
16978
16979 \begin_layout Standard
16980
16981 \series bold
16982
16983 \backslash
16984 raisebox{-0.32
16985 \backslash
16986 baselineskip}{
16987 \end_layout
16988
16989 \begin_layout Standard
16990 est utilisée.
16991 \end_layout
16992
16993 \begin_layout Standard
16994 \begin_inset Note Greyedout
16995 status open
16996
16997 \begin_layout Plain Layout
16998
16999 \series bold
17000 Note:
17001 \series default
17002  L'alignement entre le contenu de la ligne du tableau et le texte de la
17003  ligne qui l'entoure ne peut pas être parfait.
17004  Le facteur utilisé dans la commande 
17005 \series bold
17006
17007 \backslash
17008 raisebox
17009 \series default
17010  pour obtenir cet alignement dépend de la police de caractères du document,
17011  de la taille de la police et de l'épaisseur des lignes du tableau.
17012 \end_layout
17013
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \begin_layout Section
17020 Tableaux colorés
17021 \begin_inset CommandInset label
17022 LatexCommand label
17023 name "sec:Tableaux-Colorés"
17024
17025 \end_inset
17026
17027
17028 \begin_inset Index idx
17029 status collapsed
17030
17031 \begin_layout Plain Layout
17032 Tableau ! Coloré
17033 \end_layout
17034
17035 \end_inset
17036
17037
17038 \end_layout
17039
17040 \begin_layout Subsection
17041 Cellules colorées
17042 \begin_inset Index idx
17043 status collapsed
17044
17045 \begin_layout Plain Layout
17046 Couleur des tableaux ! Pour les cellules
17047 \end_layout
17048
17049 \end_inset
17050
17051
17052 \begin_inset Index idx
17053 status collapsed
17054
17055 \begin_layout Plain Layout
17056 Couleur ! Pour les cellules de tableau
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 \begin_inset Float table
17066 placement h
17067 wide false
17068 sideways false
17069 status open
17070
17071 \begin_layout Plain Layout
17072 \begin_inset Caption Standard
17073
17074 \begin_layout Plain Layout
17075 \begin_inset CommandInset label
17076 LatexCommand label
17077 name "tab:Tableau-coloré-sans-colortbl"
17078
17079 \end_inset
17080
17081 Tableau coloré sans utiliser le paquetage  
17082 \series bold
17083 colortbl
17084 \series default
17085
17086 \begin_inset Argument 1
17087 status open
17088
17089 \begin_layout Plain Layout
17090 Tableau sans colortbl
17091 \end_layout
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \begin_layout Plain Layout
17104 \align center
17105 \begin_inset Tabular
17106 <lyxtabular version="3" rows="3" columns="3">
17107 <features tabularvalignment="middle">
17108 <column alignment="center" valignment="top">
17109 <column alignment="center" valignment="top">
17110 <column alignment="center" valignment="top">
17111 <row>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116
17117 \color green
17118 a
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \color red
17129 b
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \color red
17140 c
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 </row>
17146 <row>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \color green
17153 d
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \color blue
17164 e
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \color blue
17175 f
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \color green
17188 g
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \color blue
17199 h
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \color blue
17210 i
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 </lyxtabular>
17217
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \begin_layout Standard
17229 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17230  et choisissez une couleur dans le menu 
17231 \family sans
17232 Édition\SpecialChar menuseparator
17233 Style
17234 \begin_inset space ~
17235 \end_inset
17236
17237 de
17238 \begin_inset space ~
17239 \end_inset
17240
17241 Texte
17242 \family default
17243 .
17244  C'est ce qui a été utilisé pour créer le tableau
17245 \begin_inset space ~
17246 \end_inset
17247
17248
17249 \begin_inset CommandInset ref
17250 LatexCommand ref
17251 reference "tab:Tableau-coloré-sans-colortbl"
17252
17253 \end_inset
17254
17255 .
17256  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17257  
17258 \series bold
17259 colortbl
17260 \series default
17261 .
17262 \begin_inset Index idx
17263 status collapsed
17264
17265 \begin_layout Plain Layout
17266 Paquetages \SpecialChar LaTeX
17267  ! colortbl
17268 \end_layout
17269
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \begin_layout Standard
17276 \begin_inset ERT
17277 status collapsed
17278
17279 \begin_layout Plain Layout
17280
17281
17282 \backslash
17283 ifcolortbl
17284 \end_layout
17285
17286 \end_inset
17287
17288
17289 \begin_inset Note Note
17290 status open
17291
17292 \begin_layout Plain Layout
17293 La section qui suit ne sera affichée que si vous avez installé le paquetage
17294  \SpecialChar LaTeX
17295  
17296 \series bold
17297 colortbl
17298 \series default
17299 .
17300 \end_layout
17301
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \begin_layout Standard
17308 Pour créer des tableaux colorés, vous devez charger le paquetage
17309 \series bold
17310  colortbl
17311 \series default
17312  dans le préambule avec la ligne
17313 \end_layout
17314
17315 \begin_layout Standard
17316
17317 \series bold
17318
17319 \backslash
17320 usepackage{colortbl}
17321 \end_layout
17322
17323 \begin_layout Standard
17324 On choisit la couleur d'une colonne avec la commande 
17325 \end_layout
17326
17327 \begin_layout Standard
17328
17329 \series bold
17330
17331 \backslash
17332 columncolor{nom de couleur}
17333 \end_layout
17334
17335 \begin_layout Standard
17336 à l'intérieur d'une commande 
17337 \series bold
17338 >{ }
17339 \series default
17340 .
17341  Vous trouverez plus d'information sur la commande 
17342 \series bold
17343 >{}
17344 \series default
17345  dans la section
17346 \begin_inset space ~
17347 \end_inset
17348
17349
17350 \begin_inset CommandInset ref
17351 LatexCommand ref
17352 reference "subsec:Calculs-multicolonnes"
17353
17354 \end_inset
17355
17356 .
17357 \end_layout
17358
17359 \begin_layout Standard
17360 Les noms de couleurs suivants sont prédéfinis :
17361 \end_layout
17362
17363 \begin_layout Standard
17364
17365 \family sans
17366 red
17367 \family default
17368  (rouge), 
17369 \family sans
17370 green
17371 \family default
17372  (vert), 
17373 \family sans
17374 yellow
17375 \family default
17376  (jaune), 
17377 \family sans
17378 blue
17379 \family default
17380  (bleu), 
17381 \family sans
17382 cyan
17383 \family default
17384
17385 \family sans
17386 magenta
17387 \family default
17388
17389 \family sans
17390 black 
17391 \family default
17392 (noir) et 
17393 \family sans
17394 white 
17395 \family default
17396 (blanc)
17397 \end_layout
17398
17399 \begin_layout Standard
17400 \begin_inset VSpace medskip
17401 \end_inset
17402
17403
17404 \end_layout
17405
17406 \begin_layout Standard
17407 Si vous ajoutez l'option
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413 dvipsname
17414 \end_layout
17415
17416 \begin_layout Standard
17417 aux options de la classe de document dans les paramètres du document, vous
17418  pouvez utiliser 61
17419 \begin_inset space ~
17420 \end_inset
17421
17422 couleurs supplémentaires.
17423  Ces couleurs sont listées dans l'annexe
17424 \begin_inset space ~
17425 \end_inset
17426
17427
17428 \begin_inset CommandInset ref
17429 LatexCommand ref
17430 reference "chap:Liste-de-noms-de-couleur-dvips"
17431
17432 \end_inset
17433
17434 .
17435  Une de ces couleurs, 
17436 \family sans
17437 Maroon
17438 \family default
17439 , est utilisée comme exemple dans le tableau
17440 \begin_inset space ~
17441 \end_inset
17442
17443
17444 \begin_inset CommandInset ref
17445 LatexCommand ref
17446 reference "tab:Tableau-coloré-avec-colortbl"
17447
17448 \end_inset
17449
17450 .
17451 \end_layout
17452
17453 \begin_layout Standard
17454 \begin_inset VSpace medskip
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \begin_layout Standard
17461 Vous pouvez aussi définir votre propre couleur avec la commande
17462 \end_layout
17463
17464 \begin_layout Standard
17465
17466 \series bold
17467
17468 \backslash
17469 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17470 \end_layout
17471
17472 \begin_layout Standard
17473 Le modèle de couleur peut être
17474 \end_layout
17475
17476 \begin_layout Labeling
17477 \labelwidthstring 00.00.0000
17478 cmyk
17479 \begin_inset space ~
17480 \end_inset
17481
17482 : cyan, magenta, jaune (yellow), noir (black)
17483 \end_layout
17484
17485 \begin_layout Labeling
17486 \labelwidthstring 00.00.0000
17487 rgb
17488 \begin_inset space ~
17489 \end_inset
17490
17491 : rouge (red), vert (green), bleu (blue)
17492 \end_layout
17493
17494 \begin_layout Labeling
17495 \labelwidthstring 00.00.0000
17496 gray
17497 \begin_inset space ~
17498 \end_inset
17499
17500 : dégradé de gris (gray)
17501 \end_layout
17502
17503 \begin_layout Standard
17504 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17505  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17506 \end_layout
17507
17508 \begin_layout Standard
17509 Vous pouvez par exemple définir la couleur 
17510 \begin_inset Quotes cld
17511 \end_inset
17512
17513
17514 \emph on
17515 vertfonce
17516 \begin_inset Quotes crd
17517 \end_inset
17518
17519  dans le préambule avec la ligne
17520 \end_layout
17521
17522 \begin_layout Standard
17523
17524 \series bold
17525
17526 \backslash
17527 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17528 \end_layout
17529
17530 \begin_layout Standard
17531 et la couleur 
17532 \emph on
17533
17534 \begin_inset Quotes cld
17535 \end_inset
17536
17537 grisclair
17538 \emph default
17539
17540 \begin_inset Quotes crd
17541 \end_inset
17542
17543  avec
17544 \end_layout
17545
17546 \begin_layout Standard
17547
17548 \series bold
17549
17550 \backslash
17551 definecolor{grisclair}{gray}{0.8}
17552 \end_layout
17553
17554 \begin_layout Standard
17555 \begin_inset VSpace medskip
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \begin_layout Standard
17562 Les lignes sont colorées avec la commande
17563 \end_layout
17564
17565 \begin_layout Standard
17566
17567 \series bold
17568
17569 \backslash
17570 rowcolor{nom de la couleur}
17571 \end_layout
17572
17573 \begin_layout Standard
17574 et les cellules sont colorées avec la commande
17575 \end_layout
17576
17577 \begin_layout Standard
17578
17579 \series bold
17580
17581 \backslash
17582 cellcolor{nom de la couleur}
17583 \end_layout
17584
17585 \begin_layout Standard
17586 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17587 .
17588 \end_layout
17589
17590 \begin_layout Standard
17591 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17592  choisissez une couleur dans le menu 
17593 \family sans
17594 Édition\SpecialChar menuseparator
17595 Style
17596 \begin_inset space ~
17597 \end_inset
17598
17599 de
17600 \begin_inset space ~
17601 \end_inset
17602
17603 Texte
17604 \family default
17605 .
17606  Si une cellule contient du code \SpecialChar TeX
17607 , faites bien attention à ne colorer que
17608  le texte, sinon le code \SpecialChar TeX
17609  coloré provoquera des erreurs \SpecialChar LaTeX
17610 .
17611 \end_layout
17612
17613 \begin_layout Standard
17614 \begin_inset Note Greyedout
17615 status open
17616
17617 \begin_layout Plain Layout
17618
17619 \series bold
17620 Note:
17621 \series default
17622  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17623  définies par l'utilisateur.
17624 \end_layout
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \begin_layout Standard
17632 \begin_inset VSpace bigskip
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \begin_layout Standard
17639 Pour créer le tableau
17640 \begin_inset space ~
17641 \end_inset
17642
17643
17644 \begin_inset CommandInset ref
17645 LatexCommand ref
17646 reference "tab:Tableau-coloré-avec-colortbl"
17647
17648 \end_inset
17649
17650  faites ce qui suit : La couleur de la première colonne doit être 
17651 \emph on
17652 vertfonce
17653 \emph default
17654 .
17655  On insère donc la commande
17656 \end_layout
17657
17658 \begin_layout Standard
17659
17660 \series bold
17661 >{
17662 \backslash
17663 columncolor{vertfonce}
17664 \backslash
17665 centering}c
17666 \end_layout
17667
17668 \begin_layout Standard
17669 en code \SpecialChar TeX
17670  pour cette colonne.
17671  La première ligne doit être bleu clair, d'où la commande en code \SpecialChar TeX
17672
17673 \end_layout
17674
17675 \begin_layout Standard
17676
17677 \series bold
17678
17679 \backslash
17680 rowcolor{cyan}
17681 \end_layout
17682
17683 \begin_layout Standard
17684 qui est insérée dans la première cellule de cette ligne.
17685  Notez que cela annule la couleur de colonne pour la première cellule.
17686  La dernière cellule de la dernière ligne est colorée en marron
17687 \series bold
17688  
17689 \series default
17690 en insérant en code \SpecialChar TeX
17691  la commande
17692 \end_layout
17693
17694 \begin_layout Standard
17695
17696 \series bold
17697
17698 \backslash
17699 cellcolor{Maroon}
17700 \end_layout
17701
17702 \begin_layout Standard
17703 Les caractères peuvent maintenant être colorés en utilisant le menu 
17704 \family sans
17705 Édition\SpecialChar menuseparator
17706 Style
17707 \begin_inset space ~
17708 \end_inset
17709
17710 de
17711 \begin_inset space ~
17712 \end_inset
17713
17714 Texte
17715 \family default
17716 .
17717 \end_layout
17718
17719 \begin_layout Standard
17720 \begin_inset Float table
17721 placement h
17722 wide false
17723 sideways false
17724 status open
17725
17726 \begin_layout Plain Layout
17727 \begin_inset Caption Standard
17728
17729 \begin_layout Plain Layout
17730 \begin_inset CommandInset label
17731 LatexCommand label
17732 name "tab:Tableau-coloré-avec-colortbl"
17733
17734 \end_inset
17735
17736 Tableau coloré en utilisant le paquetage 
17737 \series bold
17738 colortbl
17739 \series default
17740
17741 \begin_inset Argument 1
17742 status collapsed
17743
17744 \begin_layout Plain Layout
17745 Tableau avec colortbl
17746 \end_layout
17747
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \begin_layout Plain Layout
17759 \align center
17760 \begin_inset Tabular
17761 <lyxtabular version="3" rows="3" columns="3">
17762 <features tabularvalignment="middle">
17763 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17764 <column alignment="center" valignment="top">
17765 <column alignment="center" valignment="top">
17766 <row>
17767 <cell alignment="center" valignment="top" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771 \begin_inset ERT
17772 status collapsed
17773
17774 \begin_layout Plain Layout
17775
17776
17777 \backslash
17778 rowcolor{cyan}
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \color magenta
17785 a
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794
17795 \color red
17796 b
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 <cell alignment="center" valignment="top" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805
17806 \color red
17807 c
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 <row>
17814 <cell alignment="center" valignment="top" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818
17819 \color yellow
17820 d
17821 \end_layout
17822
17823 \end_inset
17824 </cell>
17825 <cell alignment="center" valignment="top" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \color blue
17831 e
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840
17841 \color blue
17842 f
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 </row>
17848 <row>
17849 <cell alignment="center" valignment="top" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853
17854 \color yellow
17855 g
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864
17865 \color blue
17866 h
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 \begin_inset ERT
17876 status collapsed
17877
17878 \begin_layout Plain Layout
17879
17880
17881 \backslash
17882 cellcolor{Maroon}
17883 \end_layout
17884
17885 \end_inset
17886
17887
17888 \color green
17889 i
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 </lyxtabular>
17896
17897 \end_inset
17898
17899
17900 \end_layout
17901
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \begin_layout Standard
17908 \begin_inset ERT
17909 status collapsed
17910
17911 \begin_layout Plain Layout
17912
17913
17914 \backslash
17915 else
17916 \end_layout
17917
17918 \end_inset
17919
17920
17921 \begin_inset Note Note
17922 status open
17923
17924 \begin_layout Plain Layout
17925 Ce qui suit sera affiché si le paquetage 
17926 \series bold
17927 colortbl
17928 \series default
17929  n'est pas installé :
17930 \end_layout
17931
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \begin_layout Standard
17938 Vous devez installer le paquetage 
17939 \series bold
17940 colortbl
17941 \series default
17942  pour voir le contenu des cette section dans la sortie imprimée.
17943 \end_layout
17944
17945 \begin_layout Standard
17946 \begin_inset ERT
17947 status collapsed
17948
17949 \begin_layout Plain Layout
17950
17951
17952 \backslash
17953 fi
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Subsection
17962 Lignes colorées
17963 \begin_inset Index idx
17964 status collapsed
17965
17966 \begin_layout Plain Layout
17967 Tableau Coloré ! Pour les lignes
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \begin_inset Index idx
17974 status collapsed
17975
17976 \begin_layout Plain Layout
17977 Couleur ! Pour les lignes de tableau
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \begin_layout Standard
17986 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
17987  alternative à la méthode décrite dans le paragraphe précédent: il faut
17988  charger le paquetage 
17989 \series bold
17990 xcolor
17991 \series default
17992
17993 \begin_inset Index idx
17994 status collapsed
17995
17996 \begin_layout Plain Layout
17997 Paquetages \SpecialChar LaTeX
17998  ! xcolor
17999 \begin_inset ERT
18000 status collapsed
18001
18002 \begin_layout Plain Layout
18003
18004
18005 \backslash
18006 vspace{4mm}
18007 \end_layout
18008
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \end_inset
18015
18016  dans le préambule du document avec la commande
18017 \end_layout
18018
18019 \begin_layout Standard
18020
18021 \series bold
18022
18023 \backslash
18024 usepackage[table]{xcolor}
18025 \end_layout
18026
18027 \begin_layout Standard
18028
18029 \series bold
18030 xcolor
18031 \series default
18032  charge automatiquement le paquetage 
18033 \series bold
18034 colortbl
18035 \series default
18036
18037 \begin_inset Index idx
18038 status collapsed
18039
18040 \begin_layout Plain Layout
18041 Paquetages \SpecialChar LaTeX
18042  ! colortbl
18043 \end_layout
18044
18045 \end_inset
18046
18047 , il faut donc que
18048 \series bold
18049  colortbl
18050 \series default
18051  existe dans votre distribution \SpecialChar LaTeX
18052 , sinon vous aurez des erreurs.
18053 \end_layout
18054
18055 \begin_layout Standard
18056 \begin_inset ERT
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060
18061
18062 \backslash
18063 ifcolortbl
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \begin_inset Note Note
18070 status open
18071
18072 \begin_layout Plain Layout
18073 La section qui suit ne sera affichée que si vous avez installé le paquetage
18074  \SpecialChar LaTeX
18075  
18076 \series bold
18077 colortbl
18078 \series default
18079 .
18080 \end_layout
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \begin_layout Standard
18088 Les lignes de tableau sont colorées par la commande
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094
18095 \backslash
18096 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18097  paire}
18098 \end_layout
18099
18100 \begin_layout Standard
18101 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18102  avant le premier
18103  tableau nécessitant la coloration alternative des lignes.
18104  
18105 \series bold
18106 numéro de ligne
18107 \series default
18108  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18109  
18110 \series bold
18111 commandes
18112 \series default
18113 \emph on
18114  
18115 \emph default
18116 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18117  Par exemple la commande
18118 \end_layout
18119
18120 \begin_layout Standard
18121
18122 \series bold
18123
18124 \backslash
18125 rowcolors{1}{white}{lightgray}
18126 \end_layout
18127
18128 \begin_layout Standard
18129 donne le schéma de couleurs du tableau
18130 \begin_inset space ~
18131 \end_inset
18132
18133
18134 \begin_inset CommandInset ref
18135 LatexCommand ref
18136 reference "tab:Table-rowcolors"
18137
18138 \end_inset
18139
18140 .
18141  La commande
18142 \end_layout
18143
18144 \begin_layout Standard
18145
18146 \series bold
18147
18148 \backslash
18149 rowcolors[
18150 \backslash
18151 hline]{1}{lightgray}{cyan}
18152 \end_layout
18153
18154 \begin_layout Standard
18155 donne le schéma de couleurs du tableau
18156 \begin_inset space ~
18157 \end_inset
18158
18159
18160 \begin_inset CommandInset ref
18161 LatexCommand ref
18162 reference "tab:Table-rowcolors-2"
18163
18164 \end_inset
18165
18166 .
18167  Si 
18168 \series bold
18169 couleur ligne impaire
18170 \series default
18171  ou 
18172 \series bold
18173 couleur ligne paire
18174 \series default
18175  est vide, aucune couleur n'est utilisée, donc la commande
18176 \end_layout
18177
18178 \begin_layout Standard
18179
18180 \series bold
18181
18182 \backslash
18183 rowcolors{1}{}{}
18184 \end_layout
18185
18186 \begin_layout Standard
18187 supprime toutes les couleurs.
18188  
18189 \series bold
18190
18191 \backslash
18192 rowcolors
18193 \series default
18194  s'applique aux tableaux qui suivent cette commande.
18195 \end_layout
18196
18197 \begin_layout Standard
18198 \begin_inset ERT
18199 status open
18200
18201 \begin_layout Plain Layout
18202
18203
18204 \backslash
18205 rowcolors{1}{white}{lightgray}
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Standard
18214 \begin_inset Float table
18215 placement h
18216 wide false
18217 sideways false
18218 status open
18219
18220 \begin_layout Plain Layout
18221 \begin_inset Caption Standard
18222
18223 \begin_layout Plain Layout
18224 \begin_inset CommandInset label
18225 LatexCommand label
18226 name "tab:Table-rowcolors"
18227
18228 \end_inset
18229
18230 Tableau avec une colonne sur deux en gris clair.
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Plain Layout
18239 \align center
18240 \begin_inset Tabular
18241 <lyxtabular version="3" rows="4" columns="3">
18242 <features tabularvalignment="middle">
18243 <column alignment="center" valignment="top">
18244 <column alignment="center" valignment="top" width="0pt">
18245 <column alignment="center" valignment="top" width="0pt">
18246 <row>
18247 <cell alignment="center" valignment="top" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251 X
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 Y
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 Z
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row>
18276 <cell alignment="center" valignment="top" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 1
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 2
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 3
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
18305 <cell alignment="center" valignment="top" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 4
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 5
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 <cell alignment="center" valignment="top" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 6
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 </row>
18333 <row>
18334 <cell alignment="center" valignment="top" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 7
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 8
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 9
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 </row>
18362 </lyxtabular>
18363
18364 \end_inset
18365
18366
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \end_layout
18373
18374 \begin_layout Standard
18375 \begin_inset ERT
18376 status open
18377
18378 \begin_layout Plain Layout
18379
18380
18381 \backslash
18382 rowcolors[
18383 \backslash
18384 hline]{1}{lightgray}{cyan}
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 \begin_inset Float table
18394 placement h
18395 wide false
18396 sideways false
18397 status open
18398
18399 \begin_layout Plain Layout
18400 \begin_inset Caption Standard
18401
18402 \begin_layout Plain Layout
18403 \begin_inset CommandInset label
18404 LatexCommand label
18405 name "tab:Table-rowcolors-2"
18406
18407 \end_inset
18408
18409 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18410  ligne
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \begin_layout Plain Layout
18419 \align center
18420 \begin_inset Tabular
18421 <lyxtabular version="3" rows="4" columns="3">
18422 <features tabularvalignment="middle">
18423 <column alignment="center" valignment="top">
18424 <column alignment="center" valignment="top">
18425 <column alignment="center" valignment="top" width="0pt">
18426 <row>
18427 <cell alignment="center" valignment="top" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 X
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 Y
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 Z
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 <row>
18456 <cell alignment="center" valignment="top" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 1
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 <cell alignment="center" valignment="top" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469 2
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 3
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 </row>
18484 <row>
18485 <cell alignment="center" valignment="top" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489 4
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 <cell alignment="center" valignment="top" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 5
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 <cell alignment="center" valignment="top" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507 6
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 </row>
18513 <row>
18514 <cell alignment="center" valignment="top" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 7
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 8
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 9
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 </row>
18542 </lyxtabular>
18543
18544 \end_inset
18545
18546
18547 \end_layout
18548
18549 \end_inset
18550
18551
18552 \end_layout
18553
18554 \begin_layout Standard
18555 \begin_inset ERT
18556 status collapsed
18557
18558 \begin_layout Plain Layout
18559
18560
18561 \backslash
18562 rowcolors{1}{}{}
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \begin_inset Note Note
18569 status collapsed
18570
18571 \begin_layout Plain Layout
18572
18573 \lang english
18574 turns off the row coloring
18575 \end_layout
18576
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \begin_layout Standard
18583 \begin_inset ERT
18584 status collapsed
18585
18586 \begin_layout Plain Layout
18587
18588
18589 \backslash
18590 else
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \begin_inset Note Note
18597 status open
18598
18599 \begin_layout Plain Layout
18600 Ce qui suit sera affiché si le paquetage 
18601 \series bold
18602 colortbl
18603 \series default
18604  n'est pas installé :
18605 \end_layout
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 Vous devez installer le paquetage 
18614 \series bold
18615 colortbl
18616 \series default
18617  pour voir le contenu des cette section dans la sortie imprimée.
18618 \end_layout
18619
18620 \begin_layout Standard
18621 \begin_inset ERT
18622 status collapsed
18623
18624 \begin_layout Plain Layout
18625
18626
18627 \backslash
18628 fi
18629 \end_layout
18630
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \begin_layout Subsection
18637 Les filets colorés
18638 \begin_inset Index idx
18639 status open
18640
18641 \begin_layout Plain Layout
18642 Tableau Coloré ! Pour les filets
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \begin_inset Index idx
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652 Couleur ! Pour les filets des tableaux
18653 \end_layout
18654
18655 \end_inset
18656
18657
18658 \begin_inset Note Note
18659 status collapsed
18660
18661 \begin_layout Plain Layout
18662 on parle de filets plutôt que de lignes pour les tableaux
18663 \end_layout
18664
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \begin_layout Standard
18671 Comme c'est décrit dans la section
18672 \begin_inset space ~
18673 \end_inset
18674
18675
18676 \begin_inset CommandInset ref
18677 LatexCommand ref
18678 reference "subsec:Epaisseur-filets"
18679
18680 \end_inset
18681
18682 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18683  variable 
18684 \series bold
18685
18686 \backslash
18687 arrayrulewidth
18688 \series default
18689 .
18690  Elle est mise à 1.5
18691 \begin_inset space \thinspace{}
18692 \end_inset
18693
18694 pt pour tous les tableaux de cette section.
18695 \begin_inset ERT
18696 status collapsed
18697
18698 \begin_layout Plain Layout
18699
18700
18701 \backslash
18702 setlength{
18703 \backslash
18704 arrayrulewidth}{1.5pt}
18705 \end_layout
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 Pour colorer les filets verticaux, par exemple en vert, créez le format
18714  de colonne suivant dans le préambule du document, en suivant la description
18715  de la section
18716 \begin_inset space ~
18717 \end_inset
18718
18719
18720 \begin_inset CommandInset ref
18721 LatexCommand ref
18722 reference "subsec:Formats-personnalisés"
18723
18724 \end_inset
18725
18726 :
18727 \end_layout
18728
18729 \begin_layout Standard
18730
18731 \series bold
18732
18733 \backslash
18734 newcolumntype{W}{!{
18735 \backslash
18736 color{green}
18737 \backslash
18738 vline}}
18739 \end_layout
18740
18741 \begin_layout Standard
18742 Pour le tableau
18743 \begin_inset space ~
18744 \end_inset
18745
18746
18747 \begin_inset CommandInset ref
18748 LatexCommand ref
18749 reference "tab:Tableau-filets-verticaux-colorés"
18750
18751 \end_inset
18752
18753  le paramètre \SpecialChar LaTeX
18754
18755 \series bold
18756  WcW
18757 \series default
18758  a été utilisé pour la dernière colonne et
18759 \series bold
18760  Wc
18761 \series default
18762  pour les autres colonnes.
18763 \end_layout
18764
18765 \begin_layout Standard
18766 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18767 \end_layout
18768
18769 \begin_layout Standard
18770 \begin_inset Float table
18771 placement h
18772 wide false
18773 sideways false
18774 status open
18775
18776 \begin_layout Plain Layout
18777 \begin_inset Caption Standard
18778
18779 \begin_layout Plain Layout
18780 \begin_inset CommandInset label
18781 LatexCommand label
18782 name "tab:Tableau-filets-verticaux-colorés"
18783
18784 \end_inset
18785
18786 Tableau avec filets verticaux colorés
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Plain Layout
18795 \align center
18796 \begin_inset Tabular
18797 <lyxtabular version="3" rows="3" columns="3">
18798 <features tabularvalignment="middle">
18799 <column alignment="center" valignment="top" special="Wc">
18800 <column alignment="center" valignment="top" special="Wc">
18801 <column alignment="center" valignment="top" special="WcW">
18802 <row>
18803 <cell alignment="center" valignment="top" topline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 sd
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 <cell alignment="center" valignment="top" topline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 </row>
18831 <row>
18832 <cell alignment="center" valignment="top" topline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 sd
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" topline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 </row>
18860 <row>
18861 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 sd
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 </row>
18889 </lyxtabular>
18890
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Standard
18902 \begin_inset VSpace bigskip
18903 \end_inset
18904
18905 Pour colorer les filets horizontaux en rouge comme pour le tableau
18906 \begin_inset space ~
18907 \end_inset
18908
18909
18910 \begin_inset CommandInset ref
18911 LatexCommand ref
18912 reference "tab:Tableau-filet-horizontaux-colorés"
18913
18914 \end_inset
18915
18916 , insérez les commandes suivantes en code \SpecialChar TeX
18917  juste avant le tableau ou le
18918  flottant de tableau :
18919 \end_layout
18920
18921 \begin_layout Standard
18922
18923 \series bold
18924
18925 \backslash
18926 let
18927 \backslash
18928 myHlineC
18929 \backslash
18930 hline
18931 \begin_inset Newline newline
18932 \end_inset
18933
18934
18935 \backslash
18936 renewcommand{
18937 \backslash
18938 hline}
18939 \begin_inset Newline newline
18940 \end_inset
18941
18942
18943 \begin_inset Phantom HPhantom
18944 status open
18945
18946 \begin_layout Plain Layout
18947
18948 \series bold
18949 \begin_inset space ~
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \end_inset
18956
18957 {
18958 \backslash
18959 arrayrulecolor{red}
18960 \backslash
18961 myHlineC
18962 \backslash
18963 arrayrulecolor{black}}
18964 \end_layout
18965
18966 \begin_layout Standard
18967 \begin_inset ERT
18968 status collapsed
18969
18970 \begin_layout Plain Layout
18971
18972
18973 \backslash
18974 let
18975 \backslash
18976 myHlineC
18977 \backslash
18978 hline
18979 \end_layout
18980
18981 \begin_layout Plain Layout
18982
18983
18984 \backslash
18985 renewcommand{
18986 \backslash
18987 hline}
18988 \end_layout
18989
18990 \begin_layout Plain Layout
18991
18992  {
18993 \backslash
18994 arrayrulecolor{red}
18995 \backslash
18996 myHlineC
18997 \backslash
18998 arrayrulecolor{black}}
18999 \end_layout
19000
19001 \end_inset
19002
19003
19004 \begin_inset Float table
19005 placement h
19006 wide false
19007 sideways false
19008 status open
19009
19010 \begin_layout Plain Layout
19011 \begin_inset Caption Standard
19012
19013 \begin_layout Plain Layout
19014 \begin_inset CommandInset label
19015 LatexCommand label
19016 name "tab:Tableau-filet-horizontaux-colorés"
19017
19018 \end_inset
19019
19020 Tableau avec filets horizontaux colorés
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Plain Layout
19029 \align center
19030 \begin_inset Tabular
19031 <lyxtabular version="3" rows="3" columns="3">
19032 <features tabularvalignment="middle">
19033 <column alignment="center" valignment="top">
19034 <column alignment="center" valignment="top">
19035 <column alignment="center" valignment="top">
19036 <row>
19037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041 sd
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 </row>
19065 <row>
19066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079 sd
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117 sd
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 </row>
19123 </lyxtabular>
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Standard
19136 Pour revenir à la couleur noire implicite, insérez la commande suivante
19137  en code \SpecialChar TeX
19138 , juste après le tableau ou le flottant de tableau :
19139 \end_layout
19140
19141 \begin_layout Standard
19142
19143 \series bold
19144
19145 \backslash
19146 renewcommand{
19147 \backslash
19148 hline}{
19149 \backslash
19150 myHlineC}
19151 \end_layout
19152
19153 \begin_layout Standard
19154 Le tableau
19155 \begin_inset space ~
19156 \end_inset
19157
19158
19159 \begin_inset CommandInset ref
19160 LatexCommand ref
19161 reference "tab:Tableau-avec-filets-colorés"
19162
19163 \end_inset
19164
19165  est un exemple avec des filets horizontaux et verticaux colorés.
19166 \end_layout
19167
19168 \begin_layout Standard
19169 \begin_inset Float table
19170 placement h
19171 wide false
19172 sideways false
19173 status open
19174
19175 \begin_layout Plain Layout
19176 \begin_inset Caption Standard
19177
19178 \begin_layout Plain Layout
19179 \begin_inset CommandInset label
19180 LatexCommand label
19181 name "tab:Tableau-avec-filets-colorés"
19182
19183 \end_inset
19184
19185 Tableau avec filets horizontaux et verticaux colorés
19186 \end_layout
19187
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \begin_layout Plain Layout
19194 \align center
19195 \begin_inset Tabular
19196 <lyxtabular version="3" rows="3" columns="3">
19197 <features tabularvalignment="middle">
19198 <column alignment="center" valignment="top" special="Wc">
19199 <column alignment="center" valignment="top" special="Wc">
19200 <column alignment="center" valignment="top" special="WcW">
19201 <row>
19202 <cell alignment="center" valignment="top" topline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 sd
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 <cell alignment="center" valignment="top" topline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 <cell alignment="center" valignment="top" topline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" topline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 sd
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" topline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 <row topspace="default">
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 sd
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 </lyxtabular>
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset ERT
19302 status collapsed
19303
19304 \begin_layout Plain Layout
19305
19306
19307 \backslash
19308 renewcommand{
19309 \backslash
19310 hline}{
19311 \backslash
19312 myHlineC}
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \begin_layout Standard
19321 \begin_inset ERT
19322 status collapsed
19323
19324 \begin_layout Plain Layout
19325
19326
19327 \backslash
19328 setlength{
19329 \backslash
19330 arrayrulewidth}{1.2pt}
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \begin_layout Standard
19339 Pour mettre en couleur une partie des lignes seulement, une autre stratégie
19340  est nécessaire.
19341  Pour mettre en couleur toutes les lignes horizontales qui suivent une ligne
19342  donnée, insérer cette commande en mode \SpecialChar TeX
19343  en tant que dernière saisie dans
19344  la ligne qui doit précéder la première ligne colorée:
19345 \end_layout
19346
19347 \begin_layout Standard
19348
19349 \series bold
19350
19351 \backslash
19352
19353 \backslash
19354
19355 \backslash
19356 arrayrulecolor{blue}%
19357 \end_layout
19358
19359 \begin_layout Standard
19360 Pour revenir aux lignes noires, ajouter cette commande en tant que première
19361  saisie dans la ligne située au-dessus des lignes noires:
19362 \end_layout
19363
19364 \begin_layout Standard
19365
19366 \series bold
19367
19368 \backslash
19369 arrayrulecolor{black}
19370 \end_layout
19371
19372 \begin_layout Standard
19373 Avec ces commandes, il est possible d'obtenir des lignes colorées comme
19374  dans le tableau
19375 \begin_inset space ~
19376 \end_inset
19377
19378
19379 \begin_inset CommandInset ref
19380 LatexCommand ref
19381 reference "tab:Table-with-different-hor"
19382
19383 \end_inset
19384
19385 .
19386  Cependant, cette méthode ne permet pas de colorer la ligne située au-dessus
19387  de la première ligne du tableau.
19388 \end_layout
19389
19390 \begin_layout Standard
19391 \begin_inset Float table
19392 wide false
19393 sideways false
19394 status open
19395
19396 \begin_layout Plain Layout
19397 \begin_inset Caption Standard
19398
19399 \begin_layout Plain Layout
19400 \begin_inset CommandInset label
19401 LatexCommand label
19402 name "tab:Table-with-different-hor"
19403
19404 \end_inset
19405
19406 Tableau avec des lignes de couleurs différentes
19407 \end_layout
19408
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \begin_layout Plain Layout
19415 \align center
19416 \begin_inset Tabular
19417 <lyxtabular version="3" rows="6" columns="7">
19418 <features tabularvalignment="middle">
19419 <column alignment="center" valignment="top">
19420 <column alignment="center" valignment="top">
19421 <column alignment="center" valignment="top">
19422 <column alignment="center" valignment="top">
19423 <column alignment="center" valignment="top">
19424 <column alignment="center" valignment="top">
19425 <column alignment="center" valignment="top">
19426 <row>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 <cell alignment="center" valignment="top" topline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 <cell alignment="center" valignment="top" topline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 \begin_inset ERT
19486 status open
19487
19488 \begin_layout Plain Layout
19489
19490
19491 \backslash
19492
19493 \backslash
19494
19495 \backslash
19496 arrayrulecolor{blue}%
19497 \end_layout
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512 Y
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 Y
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 <row>
19573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577 \begin_inset ERT
19578 status open
19579
19580 \begin_layout Plain Layout
19581
19582
19583 \backslash
19584 arrayrulecolor{black}
19585 \end_layout
19586
19587 \end_inset
19588
19589
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 <cell alignment="center" valignment="top" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 <cell alignment="center" valignment="top" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 <cell alignment="center" valignment="top" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 \begin_inset ERT
19709 status collapsed
19710
19711 \begin_layout Plain Layout
19712
19713
19714 \backslash
19715
19716 \backslash
19717
19718 \backslash
19719 arrayrulecolor{green}%
19720 \end_layout
19721
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 </row>
19730 <row>
19731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
19796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 \begin_inset ERT
19801 status collapsed
19802
19803 \begin_layout Plain Layout
19804
19805
19806 \backslash
19807 arrayrulecolor{black}
19808 \end_layout
19809
19810 \end_inset
19811
19812 B
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset ERT
19867 status collapsed
19868
19869 \begin_layout Plain Layout
19870
19871
19872 \backslash
19873
19874 \backslash
19875
19876 \backslash
19877 arrayrulecolor{blue}%
19878 \end_layout
19879
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 </row>
19888 </lyxtabular>
19889
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \begin_layout Standard
19901 Pour modifier la couleur des lignes verticales dans une ligne donnée, comme
19902  dans le tableau
19903 \begin_inset space ~
19904 \end_inset
19905
19906
19907 \begin_inset CommandInset ref
19908 LatexCommand ref
19909 reference "tab:Table-with-different-ver"
19910
19911 \end_inset
19912
19913 , il faut utiliser les multi-colonnes.
19914  D'abord, supprimer toutes les lignes verticales qui ne couvrent pas toute
19915  la colonne.
19916  Ensuite, colorer toutes les lignes via la commande:
19917 \end_layout
19918
19919 \begin_layout Standard
19920
19921 \series bold
19922
19923 \backslash
19924
19925 \backslash
19926
19927 \backslash
19928 arrayrulecolor{blue}%
19929 \end_layout
19930
19931 \begin_layout Standard
19932 comme vu plus haut.
19933  Enfin insérer la commande suivante en mode \SpecialChar TeX
19934  pour chaque cellule de la ligne
19935  qui nécessite une ligne verticale avec une couleur différente:
19936 \end_layout
19937
19938 \begin_layout Standard
19939
19940 \series bold
19941
19942 \backslash
19943 multicolumn{1}{!{
19944 \backslash
19945 color{green}
19946 \backslash
19947 vline}c!{
19948 \backslash
19949 color{red}
19950 \backslash
19951 vline}}{
19952 \end_layout
19953
19954 \begin_layout Standard
19955 Ceci ajoute une ligne verticale des deux côtés de la cellule: à gauche,
19956  une ligne verte, à droite, une ligne rouge.
19957  S'il n'est pas nécessaire de changer la couleur, il est possible d'éviter
19958  le mettre la commande 
19959 \series bold
19960
19961 \backslash
19962 color
19963 \series default
19964 .
19965  Pour obtenir par exemple une ligne noire à gauche et une ligne bleue à
19966  droite, on peut saisir:
19967 \end_layout
19968
19969 \begin_layout Standard
19970
19971 \series bold
19972
19973 \backslash
19974 multicolumn{1}{!{
19975 \backslash
19976 color{black}
19977 \backslash
19978 vline}c|}{
19979 \end_layout
19980
19981 \begin_layout Standard
19982 du fait que la couleur bleue était déjà choisie pour toutes les lignes.
19983  Le caractère | crée donc la ligne verticale tandis que
19984 \series bold
19985  
19986 \backslash
19987 vline
19988 \series default
19989  le fait quand 
19990 \series bold
19991
19992 \backslash
19993 color
19994 \series default
19995  est utilisée.
19996  Pour mettre des lignes verticales sans changer aucune couleur, utiliser
19997  la commande:
19998 \end_layout
19999
20000 \begin_layout Standard
20001
20002 \series bold
20003
20004 \backslash
20005 multicolumn{1}{|c|}{
20006 \end_layout
20007
20008 \begin_layout Standard
20009 Après cette commande saisir le contenu de la cellule comme d'habitude en
20010  ajoutant une accolade fermante 
20011 \series bold
20012 }
20013 \series default
20014  en code \SpecialChar TeX
20015 .
20016 \end_layout
20017
20018 \begin_layout Standard
20019 \begin_inset Float table
20020 wide false
20021 sideways false
20022 status open
20023
20024 \begin_layout Plain Layout
20025 \begin_inset Caption Standard
20026
20027 \begin_layout Plain Layout
20028 \begin_inset CommandInset label
20029 LatexCommand label
20030 name "tab:Table-with-different-ver"
20031
20032 \end_inset
20033
20034 Tableau avec différentes couleurs pour les lignes verticales dans une ligne.
20035 \end_layout
20036
20037 \end_inset
20038
20039
20040 \end_layout
20041
20042 \begin_layout Plain Layout
20043 \align center
20044 \begin_inset Tabular
20045 <lyxtabular version="3" rows="5" columns="7">
20046 <features tabularvalignment="middle">
20047 <column alignment="center" valignment="top">
20048 <column alignment="center" valignment="top">
20049 <column alignment="center" valignment="top">
20050 <column alignment="center" valignment="top">
20051 <column alignment="center" valignment="top">
20052 <column alignment="center" valignment="top">
20053 <column alignment="center" valignment="top">
20054 <row>
20055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" topline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" topline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 <cell alignment="center" valignment="top" topline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset ERT
20114 status open
20115
20116 \begin_layout Plain Layout
20117
20118
20119 \backslash
20120
20121 \backslash
20122
20123 \backslash
20124 arrayrulecolor{red}%
20125 \end_layout
20126
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 <row>
20136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset ERT
20141 status open
20142
20143 \begin_layout Plain Layout
20144
20145
20146 \backslash
20147 multicolumn{1}{!{
20148 \backslash
20149 color{black}
20150 \backslash
20151 vline}c|}{
20152 \end_layout
20153
20154 \end_inset
20155
20156 Y
20157 \begin_inset ERT
20158 status collapsed
20159
20160 \begin_layout Plain Layout
20161
20162 }
20163 \end_layout
20164
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 \begin_inset ERT
20213 status open
20214
20215 \begin_layout Plain Layout
20216
20217
20218 \backslash
20219 multicolumn{1}{c|}{
20220 \end_layout
20221
20222 \end_inset
20223
20224
20225 \begin_inset ERT
20226 status collapsed
20227
20228 \begin_layout Plain Layout
20229
20230 }
20231 \end_layout
20232
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset ERT
20245 status open
20246
20247 \begin_layout Plain Layout
20248
20249
20250 \backslash
20251 multicolumn{1}{c!{
20252 \backslash
20253 color{black}
20254 \backslash
20255 vline}}{
20256 \end_layout
20257
20258 \end_inset
20259
20260 Y
20261 \begin_inset ERT
20262 status collapsed
20263
20264 \begin_layout Plain Layout
20265
20266 }
20267 \end_layout
20268
20269 \end_inset
20270
20271
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 </row>
20277 <row>
20278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20279 \begin_inset Text
20280
20281 \begin_layout Plain Layout
20282 \begin_inset ERT
20283 status collapsed
20284
20285 \begin_layout Plain Layout
20286
20287
20288 \backslash
20289 arrayrulecolor{black}
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 \begin_inset ERT
20349 status collapsed
20350
20351 \begin_layout Plain Layout
20352
20353
20354 \backslash
20355
20356 \backslash
20357
20358 \backslash
20359 arrayrulecolor{magenta}%
20360 \end_layout
20361
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 <row>
20371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375 \begin_inset ERT
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379
20380
20381 \backslash
20382 multicolumn{1}{|c!{
20383 \backslash
20384 color{red}
20385 \backslash
20386 vline}}{
20387 \end_layout
20388
20389 \end_inset
20390
20391
20392 \begin_inset ERT
20393 status collapsed
20394
20395 \begin_layout Plain Layout
20396
20397 }
20398 \end_layout
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 \begin_inset ERT
20412 status collapsed
20413
20414 \begin_layout Plain Layout
20415
20416
20417 \backslash
20418 multicolumn{1}{c!{
20419 \backslash
20420 color{green}
20421 \backslash
20422 vline}}{
20423 \end_layout
20424
20425 \end_inset
20426
20427
20428 \begin_inset ERT
20429 status collapsed
20430
20431 \begin_layout Plain Layout
20432
20433 }
20434 \end_layout
20435
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 \begin_inset ERT
20448 status collapsed
20449
20450 \begin_layout Plain Layout
20451
20452
20453 \backslash
20454 multicolumn{1}{c!{
20455 \backslash
20456 color{yellow}
20457 \backslash
20458 vline}}{
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \begin_inset ERT
20465 status collapsed
20466
20467 \begin_layout Plain Layout
20468
20469 }
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483 \begin_inset ERT
20484 status collapsed
20485
20486 \begin_layout Plain Layout
20487
20488
20489 \backslash
20490 multicolumn{1}{c!{
20491 \backslash
20492 color{blue}
20493 \backslash
20494 vline}}{
20495 \end_layout
20496
20497 \end_inset
20498
20499
20500 \begin_inset ERT
20501 status collapsed
20502
20503 \begin_layout Plain Layout
20504
20505 }
20506 \end_layout
20507
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519 \begin_inset ERT
20520 status collapsed
20521
20522 \begin_layout Plain Layout
20523
20524
20525 \backslash
20526 multicolumn{1}{c!{
20527 \backslash
20528 color{cyan}
20529 \backslash
20530 vline}}{
20531 \end_layout
20532
20533 \end_inset
20534
20535
20536 \begin_inset ERT
20537 status collapsed
20538
20539 \begin_layout Plain Layout
20540
20541 }
20542 \end_layout
20543
20544 \end_inset
20545
20546
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555 \begin_inset ERT
20556 status collapsed
20557
20558 \begin_layout Plain Layout
20559
20560
20561 \backslash
20562 multicolumn{1}{c!{
20563 \backslash
20564 color{black}
20565 \backslash
20566 vline}}{
20567 \end_layout
20568
20569 \end_inset
20570
20571
20572 \begin_inset ERT
20573 status collapsed
20574
20575 \begin_layout Plain Layout
20576
20577 }
20578 \end_layout
20579
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 \begin_inset ERT
20592 status collapsed
20593
20594 \begin_layout Plain Layout
20595
20596
20597 \backslash
20598 multicolumn{1}{c|}{
20599 \end_layout
20600
20601 \end_inset
20602
20603
20604 \begin_inset ERT
20605 status collapsed
20606
20607 \begin_layout Plain Layout
20608
20609 }
20610 \end_layout
20611
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 </row>
20620 <row>
20621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20622 \begin_inset Text
20623
20624 \begin_layout Plain Layout
20625 \begin_inset ERT
20626 status collapsed
20627
20628 \begin_layout Plain Layout
20629
20630
20631 \backslash
20632 arrayrulecolor{black}
20633 \end_layout
20634
20635 \end_inset
20636
20637 B
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 </lyxtabular>
20698
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \begin_layout Standard
20710 \begin_inset ERT
20711 status collapsed
20712
20713 \begin_layout Plain Layout
20714
20715
20716 \backslash
20717 setlength{
20718 \backslash
20719 arrayrulewidth}{0.4pt}
20720 \end_layout
20721
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \begin_layout Section
20728 Pivotement des cellules
20729 \begin_inset CommandInset label
20730 LatexCommand label
20731 name "sec:Pivotement-des-cellules"
20732
20733 \end_inset
20734
20735
20736 \begin_inset Index idx
20737 status collapsed
20738
20739 \begin_layout Plain Layout
20740 Tableau ! Pivotement des cellules
20741 \end_layout
20742
20743 \end_inset
20744
20745
20746 \begin_inset Index idx
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750 Pivoter des objets
20751 \end_layout
20752
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \begin_layout Standard
20759 \begin_inset Note Greyedout
20760 status open
20761
20762 \begin_layout Plain Layout
20763
20764 \series bold
20765 Nota:
20766 \series default
20767  toutes les visionneuses DVI n'affichent pas les rotations.
20768 \end_layout
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Standard
20776 Le tableau
20777 \begin_inset space ~
20778 \end_inset
20779
20780
20781 \begin_inset CommandInset ref
20782 LatexCommand ref
20783 reference "tab:Tableau-incluant-des"
20784
20785 \end_inset
20786
20787  est un exemple dans lequel 3 cellules pivotent de 45
20788 \begin_inset space \thinspace{}
20789 \end_inset
20790
20791 °.
20792 \end_layout
20793
20794 \begin_layout Standard
20795 \begin_inset Float table
20796 placement h
20797 wide false
20798 sideways false
20799 status open
20800
20801 \begin_layout Plain Layout
20802 \begin_inset Caption Standard
20803
20804 \begin_layout Plain Layout
20805 \begin_inset CommandInset label
20806 LatexCommand label
20807 name "tab:Tableau-incluant-des"
20808
20809 \end_inset
20810
20811 Tableau incluant des cellules pivotées dans la première ligne.
20812 \end_layout
20813
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \begin_layout Plain Layout
20820 \noindent
20821 \align center
20822 \begin_inset Tabular
20823 <lyxtabular version="3" rows="2" columns="3">
20824 <features tabularvalignment="middle">
20825 <column alignment="center" valignment="top" width="0pt">
20826 <column alignment="center" valignment="top" width="0pt">
20827 <column alignment="center" valignment="top" width="0pt">
20828 <row>
20829 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833 soucoupes
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 assiettes
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 plats
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 45
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 33
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 21
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 </lyxtabular>
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \begin_layout Standard
20899 \begin_inset Note Greyedout
20900 status open
20901
20902 \begin_layout Plain Layout
20903
20904 \series bold
20905 Nota:
20906 \series default
20907  les ruptures de ligne (raccourci 
20908 \begin_inset Info
20909 type  "shortcut"
20910 arg   "newline-insert newline"
20911 \end_inset
20912
20913 ) ne sont pas autorisées dans les cellules pivotées
20914 \end_layout
20915
20916 \end_inset
20917
20918
20919 \end_layout
20920
20921 \begin_layout Standard
20922 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
20923  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
20924 \begin_inset Foot
20925 status collapsed
20926
20927 \begin_layout Plain Layout
20928 Pour en savoir plus sur ces boîtes, voir les sections
20929 \begin_inset space ~
20930 \end_inset
20931
20932
20933 \begin_inset CommandInset ref
20934 LatexCommand ref
20935 reference "sec:Minipages"
20936
20937 \end_inset
20938
20939  et 
20940 \begin_inset CommandInset ref
20941 LatexCommand ref
20942 reference "sec:Parboxes"
20943
20944 \end_inset
20945
20946 .
20947 \end_layout
20948
20949 \end_inset
20950
20951  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
20952  la hauteur de la cellule.
20953  
20954 \lang english
20955 To avoid to estimate a suitable box width one can use a minipage with a
20956  variable width.
20957  Such a box is inserted by loading the module
20958 \lang french
20959  
20960 \family sans
20961 Minipages
20962 \begin_inset space ~
20963 \end_inset
20964
20965 à
20966 \begin_inset space ~
20967 \end_inset
20968
20969 largeur
20970 \begin_inset space ~
20971 \end_inset
20972
20973 variable
20974 \family default
20975  
20976 \lang english
20977 in the document settings.
20978  Then one can use
20979 \lang french
20980  le menu 
20981 \family sans
20982 Insertion\SpecialChar menuseparator
20983 Inserts
20984 \begin_inset space ~
20985 \end_inset
20986
20987 personnalisables\SpecialChar menuseparator
20988 Minipage
20989 \begin_inset space ~
20990 \end_inset
20991
20992
20993 \family default
20994 (larg.
20995 \begin_inset space ~
20996 \end_inset
20997
20998 variable).
20999  Le tableau
21000 \begin_inset space ~
21001 \end_inset
21002
21003
21004 \begin_inset CommandInset ref
21005 LatexCommand ref
21006 reference "tab:Tableau-incluant-une"
21007
21008 \end_inset
21009
21010  donne un exemple d'une cellule multi-lignes où 
21011 \lang english
21012 a variable width minipage is used
21013 \lang french
21014 .
21015 \end_layout
21016
21017 \begin_layout Standard
21018 \begin_inset Float table
21019 placement h
21020 wide false
21021 sideways false
21022 status open
21023
21024 \begin_layout Plain Layout
21025 \begin_inset Caption Standard
21026
21027 \begin_layout Plain Layout
21028 \begin_inset CommandInset label
21029 LatexCommand label
21030 name "tab:Tableau-incluant-une"
21031
21032 \end_inset
21033
21034 Tableau incluant une cellule multi-lignes pivotée.
21035 \end_layout
21036
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \begin_layout Plain Layout
21043 \noindent
21044 \align center
21045 \begin_inset Tabular
21046 <lyxtabular version="3" rows="2" columns="3">
21047 <features tabularvalignment="middle">
21048 <column alignment="center" valignment="top">
21049 <column alignment="center" valignment="top" width="0pt">
21050 <column alignment="center" valignment="top">
21051 <row>
21052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 a
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Flex Minipage (Var. Width)
21066 status open
21067
21068 \begin_layout Plain Layout
21069 cellule pivotée
21070 \begin_inset Newline newline
21071 \end_inset
21072
21073 avec saut de ligne
21074 \begin_inset space ~
21075 \end_inset
21076
21077
21078 \end_layout
21079
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 e
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 <row>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 b
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111 c
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 d
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 </lyxtabular>
21127
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \begin_layout Section
21139 Calcul de la largeur du tableau
21140 \begin_inset CommandInset label
21141 LatexCommand label
21142 name "sec:Table-Width-Calculation"
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Standard
21150 Pour les tableaux un peu larges il est parfois difficile de garantir que
21151  le tableau ne déborde pas dans la marge.
21152  Fixer une largeur pour chaque colonne est une solution, mais quelle est
21153  la valeur à donner à chacune?
21154 \end_layout
21155
21156 \begin_layout Standard
21157 La largeur du tableau 
21158 \begin_inset Formula $L_{\mathrm{tableau}}$
21159 \end_inset
21160
21161  peut se calculer précisément: chaque colonne contribue pour sa largeur
21162  propre 
21163 \begin_inset Formula $L_{\mathrm{colonne}}$
21164 \end_inset
21165
21166  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
21167  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
21168
21169 \series bold
21170  
21171 \backslash
21172 tabcolsep
21173 \series default
21174 , implicitement 6
21175 \begin_inset space \thinspace{}
21176 \end_inset
21177
21178 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
21179  
21180 \series bold
21181
21182 \backslash
21183 arrayrulewidth
21184 \series default
21185 , implicitement 0.4
21186 \begin_inset space \thinspace{}
21187 \end_inset
21188
21189 pt).
21190  Donc si les 
21191 \begin_inset Formula $n$
21192 \end_inset
21193
21194
21195 \begin_inset space ~
21196 \end_inset
21197
21198 colonnes ont la même largeur, la largeur du tableau est
21199 \begin_inset Formula 
21200 \begin{equation}
21201 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21202 \end{equation}
21203
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \begin_layout Standard
21210 La largeur disponible pour placer un tableau est la distance entre les marges
21211  de la page ou la largeur de la colonne de texte (pour un document présenté
21212  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
21213  
21214 \series bold
21215
21216 \backslash
21217 columnwidth
21218 \series default
21219 .
21220  Si toutes le colonnes ont la même largeur et que 
21221 \begin_inset Formula $L_{\mathrm{tableau}}$
21222 \end_inset
21223
21224  doit valoir 1
21225 \begin_inset space \thinspace{}
21226 \end_inset
21227
21228
21229 \backslash
21230 columnwidth, 
21231 \begin_inset Formula $L_{\mathrm{colonne}}$
21232 \end_inset
21233
21234  se calcule facilement.
21235 \end_layout
21236
21237 \begin_layout Standard
21238 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
21239  
21240 \series bold
21241 calc
21242 \series default
21243
21244 \begin_inset Index idx
21245 status collapsed
21246
21247 \begin_layout Plain Layout
21248 Paquetages \SpecialChar LaTeX
21249  ! calc
21250 \end_layout
21251
21252 \end_inset
21253
21254  dans le préambule du document.
21255  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
21256  il faut utiliser le champ
21257 \family sans
21258  Argument \SpecialChar LaTeX
21259
21260 \family default
21261 .
21262  Le principe des commandes qui peuvent être saisies dans ce champ est celui
21263  qui est expliqué dans la section
21264 \begin_inset space ~
21265 \end_inset
21266
21267
21268 \begin_inset CommandInset ref
21269 LatexCommand ref
21270 reference "subsec:Calculs-multicolonnes"
21271
21272 \end_inset
21273
21274 .
21275  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
21276  saisir pour chaque colonne la commande
21277 \end_layout
21278
21279 \begin_layout Standard
21280
21281 \series bold
21282 >{
21283 \backslash
21284 centering}p{(1
21285 \backslash
21286 columnwidth-62.4pt)/5}
21287 \end_layout
21288
21289 \begin_layout Standard
21290 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
21291 \begin_inset space ~
21292 \end_inset
21293
21294 fois celle des 3 autres, le calcul est le suivant:
21295 \end_layout
21296
21297 \begin_layout Standard
21298 \begin_inset Formula 
21299 \begin{align}
21300 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21301  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21302  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
21303 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21304 \end{align}
21305
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \begin_layout Standard
21312 Par conséquent, dans le tableau, la commande
21313 \end_layout
21314
21315 \begin_layout Standard
21316
21317 \series bold
21318 >{
21319 \backslash
21320 centering}p{(1
21321 \backslash
21322 columnwidth-62.4pt)/
21323 \backslash
21324 real{4.5}}
21325 \end_layout
21326
21327 \begin_layout Standard
21328 est utilisée pour les colonnes les plus larges, et la commande
21329 \end_layout
21330
21331 \begin_layout Standard
21332
21333 \series bold
21334 >{
21335 \backslash
21336 centering}p{(1
21337 \backslash
21338 columnwidth-62.4pt)/
21339 \backslash
21340 real{4.5}*
21341 \backslash
21342 real{0.75}}
21343 \end_layout
21344
21345 \begin_layout Standard
21346 est utilisée pour les plus étroites:
21347 \end_layout
21348
21349 \begin_layout Standard
21350 \begin_inset Tabular
21351 <lyxtabular version="3" rows="2" columns="5">
21352 <features tabularvalignment="middle">
21353 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21354 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21355 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21356 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21357 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21358 <row>
21359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 1
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 2
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 3
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 4
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399 5
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 </row>
21405 <row>
21406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 111111 1111111 111111 111111111 11111 11111 1111
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 2222 22222 222222 222222222 2222222 22 22222
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446 333333 333333 333333 33333 3333333 333
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 </lyxtabular>
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \begin_layout Section
21460 Personnalisation des tableaux
21461 \begin_inset Index idx
21462 status collapsed
21463
21464 \begin_layout Plain Layout
21465 Tableau ! Personnalisation
21466 \end_layout
21467
21468 \end_inset
21469
21470
21471 \begin_inset Index idx
21472 status collapsed
21473
21474 \begin_layout Plain Layout
21475 Personnalisation des tableaux
21476 \end_layout
21477
21478 \end_inset
21479
21480
21481 \end_layout
21482
21483 \begin_layout Subsection
21484 Espacement des lignes
21485 \begin_inset CommandInset label
21486 LatexCommand label
21487 name "subsec:Espacement-lignes"
21488
21489 \end_inset
21490
21491
21492 \begin_inset Index idx
21493 status collapsed
21494
21495 \begin_layout Plain Layout
21496 Personnalisation des tableaux ! Espacement des lignes
21497 \end_layout
21498
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Standard
21505 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
21506  l'onglet 
21507 \family sans
21508 Bordures
21509 \family default
21510  de la fenêtre de dialogue 
21511 \family sans
21512 Paramètres
21513 \begin_inset space ~
21514 \end_inset
21515
21516 du
21517 \begin_inset space ~
21518 \end_inset
21519
21520 tableau
21521 \family default
21522 .
21523  Vous y trouverez trois possibilités :
21524 \end_layout
21525
21526 \begin_layout Description
21527 Haut
21528 \begin_inset space ~
21529 \end_inset
21530
21531 de
21532 \begin_inset space ~
21533 \end_inset
21534
21535 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
21536  Si le tableau est un tableau formel
21537 \begin_inset Foot
21538 status collapsed
21539
21540 \begin_layout Plain Layout
21541 Les tableaux formels sont décrits dans la section
21542 \begin_inset space ~
21543 \end_inset
21544
21545
21546 \begin_inset CommandInset ref
21547 LatexCommand ref
21548 reference "sec:Tableaux-Formels"
21549
21550 \end_inset
21551
21552 .
21553 \end_layout
21554
21555 \end_inset
21556
21557  \SpecialChar LyX
21558  va insérer implicitement un espace de 0.5
21559 \begin_inset space \thinspace{}
21560 \end_inset
21561
21562 em.
21563  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
21564  les filets verticaux comme dans le tableau suivant :
21565 \begin_inset VSpace medskip
21566 \end_inset
21567
21568
21569 \begin_inset Newline newline
21570 \end_inset
21571
21572
21573 \begin_inset space \hspace*{}
21574 \length 0pt
21575 \end_inset
21576
21577
21578 \begin_inset space \hfill{}
21579 \end_inset
21580
21581
21582 \begin_inset Tabular
21583 <lyxtabular version="3" rows="3" columns="1">
21584 <features tabularvalignment="middle">
21585 <column alignment="center" valignment="top">
21586 <row>
21587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591 A
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 </row>
21597 <row topspace="3mm">
21598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 espace de 3
21603 \begin_inset space \thinspace{}
21604 \end_inset
21605
21606 mm en haut de la ligne
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 C
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 </row>
21623 </lyxtabular>
21624
21625 \end_inset
21626
21627
21628 \begin_inset space \hfill{}
21629 \end_inset
21630
21631
21632 \begin_inset space \hspace*{}
21633 \length 0pt
21634 \end_inset
21635
21636
21637 \begin_inset VSpace medskip
21638 \end_inset
21639
21640
21641 \begin_inset Newline newline
21642 \end_inset
21643
21644 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
21645  pas de filets verticaux.
21646 \end_layout
21647
21648 \begin_layout Description
21649 Bas
21650 \begin_inset space ~
21651 \end_inset
21652
21653 de
21654 \begin_inset space ~
21655 \end_inset
21656
21657 ligne va ajouter de l'espace sous les caractères de la ligne.
21658  Si le tableau est un tableau formel \SpecialChar LyX
21659  va insérer implicitement un espace
21660  de 0.5
21661 \begin_inset space \thinspace{}
21662 \end_inset
21663
21664 em, pour les tableaux normaux, l'espace implicite est de 2
21665 \begin_inset space \thinspace{}
21666 \end_inset
21667
21668 pt.
21669 \end_layout
21670
21671 \begin_layout Description
21672 Entre
21673 \begin_inset space ~
21674 \end_inset
21675
21676 les
21677 \begin_inset space ~
21678 \end_inset
21679
21680 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
21681  Si le tableau est un tableau formel \SpecialChar LyX
21682  va insérer implicitement un espace
21683  de 0.5
21684 \begin_inset space \thinspace{}
21685 \end_inset
21686
21687 em.
21688  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
21689  les filets verticaux comme dans le tableau suivant :
21690 \begin_inset VSpace medskip
21691 \end_inset
21692
21693
21694 \begin_inset Newline newline
21695 \end_inset
21696
21697
21698 \begin_inset space \hspace*{}
21699 \length 0pt
21700 \end_inset
21701
21702
21703 \begin_inset space \hfill{}
21704 \end_inset
21705
21706
21707 \begin_inset Tabular
21708 <lyxtabular version="3" rows="3" columns="1">
21709 <features tabularvalignment="middle">
21710 <column alignment="center" valignment="top">
21711 <row>
21712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 A
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 </row>
21722 <row interlinespace="3mm">
21723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 \begin_inset Formula $\downarrow$
21728 \end_inset
21729
21730  espace de 3
21731 \begin_inset space \thinspace{}
21732 \end_inset
21733
21734 mm entre les lignes 
21735 \begin_inset Formula $\downarrow$
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\uparrow$
21750 \end_inset
21751
21752  espace de 3
21753 \begin_inset space \thinspace{}
21754 \end_inset
21755
21756 mm entre les lignes 
21757 \begin_inset Formula $\uparrow$
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 </row>
21766 </lyxtabular>
21767
21768 \end_inset
21769
21770
21771 \begin_inset space \hfill{}
21772 \end_inset
21773
21774
21775 \begin_inset space \hspace*{}
21776 \length 0pt
21777 \end_inset
21778
21779
21780 \begin_inset VSpace medskip
21781 \end_inset
21782
21783
21784 \begin_inset Newline newline
21785 \end_inset
21786
21787 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
21788  pas de filets verticaux.
21789 \end_layout
21790
21791 \begin_layout Standard
21792 \begin_inset VSpace bigskip
21793 \end_inset
21794
21795 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
21796  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
21797  dans le préambule :
21798 \end_layout
21799
21800 \begin_layout Standard
21801
21802 \series bold
21803
21804 \backslash
21805 @ifundefined{extrarowheight}
21806 \begin_inset Newline newline
21807 \end_inset
21808
21809
21810 \begin_inset Phantom HPhantom
21811 status open
21812
21813 \begin_layout Plain Layout
21814
21815 \series bold
21816 \begin_inset space ~
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \end_inset
21823
21824 {
21825 \backslash
21826 usepackage{array}}{}
21827 \begin_inset Newline newline
21828 \end_inset
21829
21830
21831 \backslash
21832 setlength{
21833 \backslash
21834 extrarowheight}{height}
21835 \series default
21836 \lang english
21837
21838 \begin_inset Note Note
21839 status collapsed
21840
21841 \begin_layout Plain Layout
21842
21843 \lang english
21844 The package 
21845 \series bold
21846 array
21847 \series default
21848  will be loaded automatically by \SpecialChar LyX
21849  when you use self defined table formats.
21850  To avoid that it is loaded twice the command 
21851 \series bold
21852
21853 \backslash
21854 @ifundefined
21855 \series default
21856  is used in the above command.
21857 \end_layout
21858
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \begin_layout Standard
21865 Mais ceci présente le défaut que le texte des cellules de tableau n'est
21866  plus exactement centré verticalement.
21867  (le paquetage 
21868 \series bold
21869 array 
21870 \series default
21871 sera chargé automatiquement par \SpecialChar LyX
21872  quand vous utilisez des formats de tableaux
21873  auto-définis.
21874  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
21875  
21876 \series bold
21877
21878 \backslash
21879 @ifundefined
21880 \series default
21881  dans la commande précédente.)
21882 \end_layout
21883
21884 \begin_layout Standard
21885 Si vous utilisez des polices de taille plus grande que la taille normale,
21886  les bordures des tableaux sont souvent trop proches du texte.
21887  On peut corriger ce problème en insérant la commande 
21888 \series bold
21889
21890 \begin_inset space \space{}
21891 \end_inset
21892
21893
21894 \backslash
21895 strut
21896 \series default
21897  en code \SpecialChar TeX
21898  au debut d'une ligne du tableau.
21899  Le tableau
21900 \begin_inset space ~
21901 \end_inset
21902
21903
21904 \begin_inset CommandInset ref
21905 LatexCommand ref
21906 reference "tab:Alignement-vertical"
21907
21908 \end_inset
21909
21910  montre l'effet de cette commande.
21911 \end_layout
21912
21913 \begin_layout Standard
21914 \noindent
21915 \begin_inset Float table
21916 placement h
21917 wide false
21918 sideways false
21919 status open
21920
21921 \begin_layout Plain Layout
21922 \begin_inset Caption Standard
21923
21924 \begin_layout Plain Layout
21925 \begin_inset CommandInset label
21926 LatexCommand label
21927 name "tab:Alignement-vertical"
21928
21929 \end_inset
21930
21931 Alignement vertical d'un texte avec une police de grande taille.
21932 \end_layout
21933
21934 \end_inset
21935
21936
21937 \end_layout
21938
21939 \begin_layout Plain Layout
21940 \begin_inset space \hfill{}
21941 \end_inset
21942
21943
21944 \begin_inset Float table
21945 wide false
21946 sideways false
21947 status collapsed
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Caption Standard
21951
21952 \begin_layout Plain Layout
21953 Tableau normal.
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Plain Layout
21962 \noindent
21963 \align center
21964 \begin_inset Tabular
21965 <lyxtabular version="3" rows="6" columns="1">
21966 <features tabularvalignment="middle">
21967 <column alignment="left" valignment="top">
21968 <row>
21969 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973 Normal, g
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \size large
21986 Large
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 </row>
21992 <row>
21993 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997
21998 \size larger
21999 Larger
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 <row>
22006 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010
22011 \size largest
22012 Largest
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 </row>
22018 <row>
22019 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22020 \begin_inset Text
22021
22022 \begin_layout Plain Layout
22023
22024 \size huge
22025 Huge
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 </row>
22031 <row>
22032 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036
22037 \size huge
22038 Huger
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 </row>
22044 </lyxtabular>
22045
22046 \end_inset
22047
22048
22049 \end_layout
22050
22051 \end_inset
22052
22053
22054 \begin_inset space \hfill{}
22055 \end_inset
22056
22057
22058 \begin_inset Float table
22059 wide false
22060 sideways false
22061 status collapsed
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Caption Standard
22065
22066 \begin_layout Plain Layout
22067 Tableau utilisant la commande 
22068 \series bold
22069
22070 \backslash
22071 strut
22072 \series default
22073 .
22074 \end_layout
22075
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \begin_layout Plain Layout
22082 \noindent
22083 \align center
22084 \begin_inset Tabular
22085 <lyxtabular version="3" rows="6" columns="1">
22086 <features tabularvalignment="middle">
22087 <column alignment="left" valignment="top">
22088 <row>
22089 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 Normal, g
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 </row>
22099 <row>
22100 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104
22105 \size large
22106 \begin_inset ERT
22107 status collapsed
22108
22109 \begin_layout Plain Layout
22110
22111
22112 \backslash
22113 strut 
22114 \end_layout
22115
22116 \end_inset
22117
22118 Large
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 <row>
22125 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129
22130 \size larger
22131 \begin_inset ERT
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135
22136
22137 \backslash
22138 strut 
22139 \end_layout
22140
22141 \end_inset
22142
22143 Larger
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 </row>
22149 <row>
22150 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154
22155 \size largest
22156 \begin_inset ERT
22157 status collapsed
22158
22159 \begin_layout Plain Layout
22160
22161
22162 \backslash
22163 strut 
22164 \end_layout
22165
22166 \end_inset
22167
22168 Largest
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 </row>
22174 <row>
22175 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179
22180 \size huge
22181 \begin_inset ERT
22182 status collapsed
22183
22184 \begin_layout Plain Layout
22185
22186
22187 \backslash
22188 strut 
22189 \end_layout
22190
22191 \end_inset
22192
22193 Huge
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 <row>
22200 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204
22205 \size giant
22206 \begin_inset ERT
22207 status collapsed
22208
22209 \begin_layout Plain Layout
22210
22211
22212 \backslash
22213 strut 
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \size huge
22220 Huger
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 </lyxtabular>
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \begin_inset space \hfill{}
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \begin_layout Standard
22248 \begin_inset Newpage newpage
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \begin_layout Subsection
22255 Alignements de cellules spéciaux
22256 \begin_inset CommandInset label
22257 LatexCommand label
22258 name "subsec:Alignements-de-cellules"
22259
22260 \end_inset
22261
22262
22263 \begin_inset Index idx
22264 status collapsed
22265
22266 \begin_layout Plain Layout
22267 Personnalisation des tableaux ! Alignement de cellules spéciaux
22268 \end_layout
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Standard
22276 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
22277  cellules sur un caractère donné, par exemple le séparateur décimal comme
22278  dans le tableau
22279 \begin_inset space ~
22280 \end_inset
22281
22282
22283 \begin_inset CommandInset ref
22284 LatexCommand ref
22285 reference "tab:Tableau-centré-sur-séparateur-1"
22286
22287 \end_inset
22288
22289 .
22290  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
22291  soit en appuyant sur le bouton 
22292 \begin_inset Info
22293 type  "icon"
22294 arg   "tabular-feature align-decimal"
22295 \end_inset
22296
22297  de la barre d'outils ou en modifiant le paramètre 
22298 \family sans
22299 Alignement horizontal
22300 \family default
22301  à 
22302 \family sans
22303 Au séparateur décimal
22304 \family default
22305 .
22306  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
22307  dans les paramètres du tableau.
22308 \end_layout
22309
22310 \begin_layout Standard
22311 \begin_inset Float table
22312 placement h
22313 wide false
22314 sideways false
22315 status open
22316
22317 \begin_layout Plain Layout
22318 \begin_inset Caption Standard
22319
22320 \begin_layout Plain Layout
22321 \begin_inset CommandInset label
22322 LatexCommand label
22323 name "tab:Tableau-centré-sur-séparateur-1"
22324
22325 \end_inset
22326
22327 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Plain Layout
22336 \align center
22337 \begin_inset Tabular
22338 <lyxtabular version="3" rows="4" columns="1">
22339 <features booktabs="true" tabularvalignment="middle">
22340 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22341 <row>
22342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 en-tête
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 </row>
22352 <row>
22353 <cell alignment="center" valignment="top" topline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 12,6
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 0,68
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 </row>
22374 <row>
22375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 -123,0
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 </lyxtabular>
22386
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \begin_layout Standard
22398 \begin_inset Float table
22399 placement h
22400 wide false
22401 sideways false
22402 status open
22403
22404 \begin_layout Plain Layout
22405 \begin_inset Caption Standard
22406
22407 \begin_layout Plain Layout
22408 \begin_inset CommandInset label
22409 LatexCommand label
22410 name "tab:Tableau-centré-sur-séparateur-2"
22411
22412 \end_inset
22413
22414 Les cellules d'une colonnes sont centrées sur les opérateurs.
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Plain Layout
22423 \align center
22424 \begin_inset Tabular
22425 <lyxtabular version="3" rows="4" columns="2">
22426 <features booktabs="true" tabularvalignment="middle">
22427 <column alignment="right" valignment="top" width="0pt">
22428 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22429 <row>
22430 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434 en-tête
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 </row>
22449 <row>
22450 <cell alignment="center" valignment="top" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Formula $12\,+$
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\,6$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 \begin_inset Formula $0\,-$
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Formula $\,68$
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 </row>
22501 <row>
22502 <cell alignment="center" valignment="top" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Formula $-123\,/$
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 \begin_inset Formula $\,0$
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 </lyxtabular>
22528
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \begin_layout Standard
22540 L'alignement sur un caractère ne fonctionne pas avec des formules parce
22541  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
22542  formules.
22543  Dans ce cas on doit utiliser la méthode du tableau
22544 \begin_inset space ~
22545 \end_inset
22546
22547
22548 \begin_inset CommandInset ref
22549 LatexCommand ref
22550 reference "tab:Tableau-centré-sur-séparateur-2"
22551
22552 \end_inset
22553
22554 .
22555  Ce tableau a été créé comme un tableau 4×2.
22556  L'en-tête est une cellule multi-colonnes centrée.
22557  La première colonne est alignée à droite et contient la première partie
22558  et inclue l'opérateur.
22559  La seconde colonne contient le reste de la cellule aligné à gauche.
22560  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
22561  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
22562  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
22563  tableau, le paramètre \SpecialChar LaTeX
22564  suivant a été utilisé pour la deuxième colonne :
22565 \end_layout
22566
22567 \begin_layout Standard
22568
22569 \series bold
22570 @{}l
22571 \end_layout
22572
22573 \begin_layout Standard
22574 Le tableau
22575 \begin_inset space ~
22576 \end_inset
22577
22578
22579 \begin_inset CommandInset ref
22580 LatexCommand ref
22581 reference "tab:Plusieurs-exemples-alignements"
22582
22583 \end_inset
22584
22585  montre quelques exemples d'alignements.
22586  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
22587  comme pour la deuxième colonne du tableau
22588 \begin_inset space ~
22589 \end_inset
22590
22591
22592 \begin_inset CommandInset ref
22593 LatexCommand ref
22594 reference "tab:Tableau-centré-sur-séparateur-2"
22595
22596 \end_inset
22597
22598 .
22599 \end_layout
22600
22601 \begin_layout Standard
22602 \begin_inset Float table
22603 wide false
22604 sideways false
22605 status open
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Caption Standard
22609
22610 \begin_layout Plain Layout
22611 \begin_inset CommandInset label
22612 LatexCommand label
22613 name "tab:Plusieurs-exemples-alignements"
22614
22615 \end_inset
22616
22617 Plusieurs exemples d'alignement de cellules.
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout Plain Layout
22626 \align center
22627 \begin_inset Tabular
22628 <lyxtabular version="3" rows="4" columns="6">
22629 <features tabularvalignment="middle">
22630 <column alignment="right" valignment="top">
22631 <column alignment="left" valignment="top" special="@{}l">
22632 <column alignment="right" valignment="top">
22633 <column alignment="left" valignment="top" special="@{}l">
22634 <column alignment="right" valignment="top">
22635 <column alignment="left" valignment="top" special="@{}l">
22636 <row>
22637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 unités
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 exposants
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 relations
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 12×
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 24
22707 \begin_inset space \thinspace{}
22708 \end_inset
22709
22710 bouteilles
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 \begin_inset Formula $10\cdot$
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Formula $10^{\mbox{-}17}$
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Formula $\Gamma(t)\propto$
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\:\Upsilon(t)$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769 1024×
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 768
22779 \begin_inset space \thinspace{}
22780 \end_inset
22781
22782 Pixels
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Formula $5.78\cdot$
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 \begin_inset Formula $10^{7}$
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 \begin_inset Formula $A\ne$
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset Formula $\:B_{\mathrm{red}}$
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 <row>
22837 <cell alignment="center" valignment="top" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 32×
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 6
22851 \begin_inset space \thinspace{}
22852 \end_inset
22853
22854 cm
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 -
22864 \begin_inset Formula $33.5\cdot$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 \begin_inset Formula $10^{4}$
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 \begin_inset Formula $\sin(\alpha)\ge$
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 \begin_inset Formula $\:\sin(\beta)$
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 </row>
22909 </lyxtabular>
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \begin_layout Subsection
22922 Formats de cellule et de colonne personnalisés
22923 \begin_inset CommandInset label
22924 LatexCommand label
22925 name "subsec:Formats-personnalisés"
22926
22927 \end_inset
22928
22929
22930 \begin_inset Index idx
22931 status collapsed
22932
22933 \begin_layout Plain Layout
22934 Personnalisation des tableaux !  Format de cellule/colonne
22935 \end_layout
22936
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \begin_layout Standard
22943 Calculer la largeur nécessaire pour colonnes normales comme dans la section
22944 \begin_inset space ~
22945 \end_inset
22946
22947
22948 \begin_inset CommandInset ref
22949 LatexCommand ref
22950 reference "sec:Table-Width-Calculation"
22951
22952 \end_inset
22953
22954  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
22955  la section
22956 \begin_inset space ~
22957 \end_inset
22958
22959
22960 \begin_inset CommandInset ref
22961 LatexCommand ref
22962 reference "subsec:Calculs-multicolonnes"
22963
22964 \end_inset
22965
22966  peut devenir très pénible si vous avez plusieurs tableaux.
22967  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
22968  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
22969  du document.
22970  Le format est défini avec la commande
22971 \end_layout
22972
22973 \begin_layout Standard
22974
22975 \series bold
22976
22977 \backslash
22978 newcolumntype{nom du format}[nombre d'arguments]{commandes}
22979 \end_layout
22980
22981 \begin_layout Standard
22982 Le nom du format peut n'avoir qu'une lettre.
22983  Les lettres 
22984 \emph on
22985 b
22986 \emph default
22987
22988 \emph on
22989 c
22990 \emph default
22991
22992 \emph on
22993 l
22994 \emph default
22995
22996 \emph on
22997 m
22998 \emph default
22999
23000 \emph on
23001 p
23002 \emph default
23003  et 
23004 \emph on
23005 r
23006 \emph default
23007  sont prédéfinies et donc ne peuvent être utilisées.
23008  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
23009 \end_layout
23010
23011 \begin_layout Standard
23012 \begin_inset VSpace medskip
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \begin_layout Standard
23019 Pour de cellules multi-colonnes centrées verticalement et horizontalement
23020  avec une largeur donnée, vous pouvez définir le format de cellule suivant
23021  :
23022 \end_layout
23023
23024 \begin_layout Standard
23025
23026 \series bold
23027
23028 \backslash
23029 newcolumntype{M}[1]{>{
23030 \backslash
23031 centering
23032 \backslash
23033 hspace{0pt}}m{#1}}
23034 \end_layout
23035
23036 \begin_layout Standard
23037 Où le 
23038 \series bold
23039
23040 \backslash
23041 hspace{0pt}
23042 \series default
23043  évite le problème de césure du premier mot, comme c'est décrit en section
23044 \begin_inset space ~
23045 \end_inset
23046
23047
23048 \begin_inset CommandInset ref
23049 LatexCommand ref
23050 reference "subsec:Lignes-multiple-dans-cellule"
23051
23052 \end_inset
23053
23054 .
23055  Ensuite, vous pouvez entrer
23056 \end_layout
23057
23058 \begin_layout Standard
23059
23060 \series bold
23061 M{width}
23062 \end_layout
23063
23064 \begin_layout Standard
23065 comme paramètre \SpecialChar LaTeX
23066  dans la fenêtre de dialogue de tableau pour créer une multi-col
23067 onnes.
23068 \end_layout
23069
23070 \begin_layout Standard
23071 \begin_inset VSpace bigskip
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \begin_layout Standard
23078 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
23079  pouvez définir le format
23080 \end_layout
23081
23082 \begin_layout Standard
23083
23084 \series bold
23085
23086 \backslash
23087 newcolumntype{S}[2]{>{
23088 \backslash
23089 centering
23090 \backslash
23091 hspace{0pt}}
23092 \begin_inset Newline newline
23093 \end_inset
23094
23095
23096 \begin_inset Phantom HPhantom
23097 status open
23098
23099 \begin_layout Plain Layout
23100
23101 \series bold
23102
23103 \backslash
23104 newcolumntype{S}[2]
23105 \end_layout
23106
23107 \end_inset
23108
23109 m{(#1+(2
23110 \backslash
23111 tabcolsep+
23112 \backslash
23113 arrayrulewidth)*(1-#2))/#2}}
23114 \end_layout
23115
23116 \begin_layout Standard
23117 Ce format utilise l'équation
23118 \begin_inset space ~
23119 \end_inset
23120
23121
23122 \begin_inset CommandInset ref
23123 LatexCommand eqref
23124 reference "eq:Wgn"
23125
23126 \end_inset
23127
23128  pour calculer la largeur que doit avoir chacune des cellules couverte par
23129  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
23130 \end_layout
23131
23132 \begin_layout Standard
23133 Ensuite, vous pouvez entrer
23134 \end_layout
23135
23136 \begin_layout Standard
23137
23138 \series bold
23139 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
23140 \end_layout
23141
23142 \begin_layout Standard
23143 comme paramètre \SpecialChar LaTeX
23144  de la colonne.
23145 \end_layout
23146
23147 \begin_layout Standard
23148 \begin_inset VSpace bigskip
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \begin_layout Standard
23155 Pour des colonnes colorées, vous pouvez définir
23156 \end_layout
23157
23158 \begin_layout Standard
23159
23160 \series bold
23161
23162 \backslash
23163 newcolumntype{K}[1]{>{
23164 \backslash
23165 columncolor{#1}
23166 \backslash
23167 hspace{0pt}}c}
23168 \end_layout
23169
23170 \begin_layout Standard
23171 Le 
23172 \begin_inset Quotes cld
23173 \end_inset
23174
23175 c
23176 \begin_inset Quotes crd
23177 \end_inset
23178
23179  à la fin crée une colonne de largeur variable dont le texte est centré
23180  horizontalement.
23181  Vous pouvez maintenant entrer
23182 \end_layout
23183
23184 \begin_layout Standard
23185
23186 \series bold
23187 K{nom de couleur}
23188 \end_layout
23189
23190 \begin_layout Standard
23191 comme paramètre \SpecialChar LaTeX
23192 .
23193 \end_layout
23194
23195 \begin_layout Standard
23196 \begin_inset VSpace bigskip
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \begin_layout Standard
23203 Pour créer le tableau
23204 \begin_inset space ~
23205 \end_inset
23206
23207
23208 \begin_inset CommandInset ref
23209 LatexCommand ref
23210 reference "tab:Tableau-formats-personnalisés"
23211
23212 \end_inset
23213
23214  utilisez les paramètres \SpecialChar LaTeX
23215
23216 \end_layout
23217
23218 \begin_layout Standard
23219
23220 \series bold
23221 M{2.5cm}
23222 \end_layout
23223
23224 \begin_layout Standard
23225 pour la première colonne et la multi-colonnes,
23226 \end_layout
23227
23228 \begin_layout Standard
23229
23230 \series bold
23231 K{red}
23232 \end_layout
23233
23234 \begin_layout Standard
23235 pour la dernière colonne, et
23236 \end_layout
23237
23238 \begin_layout Standard
23239
23240 \series bold
23241 S{2.5cm}{2}
23242 \end_layout
23243
23244 \begin_layout Standard
23245 pour les cellules de la deuxième colonne.
23246 \end_layout
23247
23248 \begin_layout Standard
23249 \begin_inset Float table
23250 placement h
23251 wide false
23252 sideways false
23253 status open
23254
23255 \begin_layout Plain Layout
23256 \begin_inset Caption Standard
23257
23258 \begin_layout Plain Layout
23259 \begin_inset CommandInset label
23260 LatexCommand label
23261 name "tab:Tableau-formats-personnalisés"
23262
23263 \end_inset
23264
23265 Tableau utilisant des formats personnalisés
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \begin_layout Plain Layout
23274 \align center
23275 \begin_inset Tabular
23276 <lyxtabular version="3" rows="3" columns="4">
23277 <features tabularvalignment="middle">
23278 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23279 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23280 <column alignment="center" valignment="middle">
23281 <column alignment="center" valignment="middle" special="K{red}">
23282 <row>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 motTrèsLongDansUneCellule
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 multi-colonnes avec multi-lignes
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 c
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 d
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 e
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 f
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 g
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 h
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 i
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 j
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 k
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 </lyxtabular>
23397
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \begin_layout Subsection
23409 Épaisseur des filets
23410 \begin_inset CommandInset label
23411 LatexCommand label
23412 name "subsec:Epaisseur-filets"
23413
23414 \end_inset
23415
23416
23417 \begin_inset Index idx
23418 status collapsed
23419
23420 \begin_layout Plain Layout
23421 Personnalisation des tableaux ! Épaisseur filets
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \begin_layout Standard
23430 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
23431  
23432 \series bold
23433
23434 \backslash
23435 arrayrulewidth
23436 \series default
23437 .
23438  Pour mettre, par exemple, une épaisseur de filet de 1.5
23439 \begin_inset space \thinspace{}
23440 \end_inset
23441
23442 pt, comme pour le tableau
23443 \begin_inset space ~
23444 \end_inset
23445
23446
23447 \begin_inset CommandInset ref
23448 LatexCommand ref
23449 reference "tab:Tableau-filets-1.5pt"
23450
23451 \end_inset
23452
23453 , insérez la commande
23454 \end_layout
23455
23456 \begin_layout Standard
23457
23458 \series bold
23459
23460 \backslash
23461 setlength{
23462 \backslash
23463 arrayrulewidth}{1.5pt}
23464 \end_layout
23465
23466 \begin_layout Standard
23467 en code \SpecialChar TeX
23468  avant le tableau ou le flottant de tableau.
23469  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
23470  suivent.
23471  pour revenir aux valeurs implicites, mettez 
23472 \series bold
23473
23474 \backslash
23475 arrayrulewidth
23476 \series default
23477  à 0.4
23478 \begin_inset space \thinspace{}
23479 \end_inset
23480
23481 pt en utilisant du code \SpecialChar LaTeX
23482  après le tableau ou le flottant de tableau.
23483 \end_layout
23484
23485 \begin_layout Standard
23486 \begin_inset ERT
23487 status collapsed
23488
23489 \begin_layout Plain Layout
23490
23491
23492 \backslash
23493 setlength{
23494 \backslash
23495 arrayrulewidth}{1.5pt}
23496 \end_layout
23497
23498 \end_inset
23499
23500
23501 \begin_inset Float table
23502 wide false
23503 sideways false
23504 status open
23505
23506 \begin_layout Plain Layout
23507 \begin_inset Caption Standard
23508
23509 \begin_layout Plain Layout
23510 \begin_inset CommandInset label
23511 LatexCommand label
23512 name "tab:Tableau-filets-1.5pt"
23513
23514 \end_inset
23515
23516 Tableau avec des filets de 1.5
23517 \begin_inset space \thinspace{}
23518 \end_inset
23519
23520 pt
23521 \end_layout
23522
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \begin_layout Plain Layout
23529 \align center
23530 \begin_inset Tabular
23531 <lyxtabular version="3" rows="3" columns="3">
23532 <features tabularvalignment="middle">
23533 <column alignment="center" valignment="top">
23534 <column alignment="center" valignment="top">
23535 <column alignment="center" valignment="top">
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 sd
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 sd
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 </row>
23594 <row>
23595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 sd
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 </lyxtabular>
23624
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631
23632
23633 \begin_inset ERT
23634 status collapsed
23635
23636 \begin_layout Plain Layout
23637
23638
23639 \backslash
23640 setlength{
23641 \backslash
23642 arrayrulewidth}{0.4pt}
23643 \end_layout
23644
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \begin_layout Standard
23651 \begin_inset VSpace bigskip
23652 \end_inset
23653
23654 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
23655 \begin_inset space \thinspace{}
23656 \end_inset
23657
23658 pt, comme dans le tableau
23659 \begin_inset space ~
23660 \end_inset
23661
23662
23663 \begin_inset CommandInset ref
23664 LatexCommand ref
23665 reference "tab:Tableau-filets-horizontaux-1.5pt"
23666
23667 \end_inset
23668
23669 , insérez les commandes suivantes en code \SpecialChar TeX
23670  avant le tableau ou le flottant
23671  de tableau :
23672 \end_layout
23673
23674 \begin_layout Standard
23675
23676 \series bold
23677
23678 \backslash
23679 let
23680 \backslash
23681 myHline
23682 \backslash
23683 hline
23684 \begin_inset Newline newline
23685 \end_inset
23686
23687
23688 \backslash
23689 renewcommand{
23690 \backslash
23691 hline}
23692 \begin_inset Newline newline
23693 \end_inset
23694
23695  {
23696 \backslash
23697 noalign{
23698 \backslash
23699 global
23700 \backslash
23701 arrayrulewidth 1.5pt}
23702 \begin_inset Newline newline
23703 \end_inset
23704
23705  
23706 \backslash
23707 myHline
23708 \backslash
23709 noalign{
23710 \backslash
23711 global
23712 \backslash
23713 arrayrulewidth 0.4pt}}
23714 \end_layout
23715
23716 \begin_layout Standard
23717 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
23718  en code \SpecialChar TeX
23719  après le tableau ou le flottant de tableau :
23720 \end_layout
23721
23722 \begin_layout Standard
23723
23724 \series bold
23725
23726 \backslash
23727 renewcommand{
23728 \backslash
23729 hline}{
23730 \backslash
23731 myHline}
23732 \end_layout
23733
23734 \begin_layout Standard
23735 \begin_inset ERT
23736 status collapsed
23737
23738 \begin_layout Plain Layout
23739
23740
23741 \backslash
23742 let
23743 \backslash
23744 myHline
23745 \backslash
23746 hline
23747 \end_layout
23748
23749 \begin_layout Plain Layout
23750
23751
23752 \backslash
23753 renewcommand{
23754 \backslash
23755 hline}
23756 \end_layout
23757
23758 \begin_layout Plain Layout
23759
23760  {
23761 \backslash
23762 noalign{
23763 \backslash
23764 global
23765 \backslash
23766 arrayrulewidth 1.5pt}
23767 \end_layout
23768
23769 \begin_layout Plain Layout
23770
23771   
23772 \backslash
23773 myHline
23774 \backslash
23775 noalign{
23776 \backslash
23777 global
23778 \backslash
23779 arrayrulewidth 0.4pt}}
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \begin_inset Float table
23786 wide false
23787 sideways false
23788 status open
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Caption Standard
23792
23793 \begin_layout Plain Layout
23794 \begin_inset CommandInset label
23795 LatexCommand label
23796 name "tab:Tableau-filets-horizontaux-1.5pt"
23797
23798 \end_inset
23799
23800 Tableau avec des filets horizontaux de 1.5
23801 \begin_inset space \thinspace{}
23802 \end_inset
23803
23804 pt
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \begin_layout Plain Layout
23813 \align center
23814 \begin_inset Tabular
23815 <lyxtabular version="3" rows="3" columns="3">
23816 <features tabularvalignment="middle">
23817 <column alignment="center" valignment="top">
23818 <column alignment="center" valignment="top">
23819 <column alignment="center" valignment="top">
23820 <row>
23821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825 sd
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 </row>
23849 <row>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 sd
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 </row>
23878 <row>
23879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 sd
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 </lyxtabular>
23908
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \begin_inset ERT
23918 status collapsed
23919
23920 \begin_layout Plain Layout
23921
23922
23923 \backslash
23924 renewcommand{
23925 \backslash
23926 hline}{
23927 \backslash
23928 myHline}
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \begin_layout Standard
23937 \begin_inset VSpace bigskip
23938 \end_inset
23939
23940 Pour que seuls les filets verticaux aient une épaisseur de 1.5
23941 \begin_inset space \thinspace{}
23942 \end_inset
23943
23944 pt, créez le format de colonne suivant dans le préambule, en suivant la
23945  description de la section
23946 \begin_inset space ~
23947 \end_inset
23948
23949
23950 \begin_inset CommandInset ref
23951 LatexCommand ref
23952 reference "subsec:Formats-personnalisés"
23953
23954 \end_inset
23955
23956 :
23957 \end_layout
23958
23959 \begin_layout Standard
23960
23961 \series bold
23962
23963 \backslash
23964 newcolumntype{V}{!{
23965 \backslash
23966 vrule width 1.5pt}}
23967 \end_layout
23968
23969 \begin_layout Standard
23970 Pour le tableau
23971 \begin_inset space ~
23972 \end_inset
23973
23974
23975 \begin_inset CommandInset ref
23976 LatexCommand ref
23977 reference "tab:Tableau-filets-verticaux-1.5pt"
23978
23979 \end_inset
23980
23981  le paramètre \SpecialChar LaTeX
23982  
23983 \end_layout
23984
23985 \begin_layout Standard
23986
23987 \series bold
23988 VcV
23989 \end_layout
23990
23991 \begin_layout Standard
23992 a été utilisé pour la dernière colonne et
23993 \end_layout
23994
23995 \begin_layout Standard
23996
23997 \series bold
23998 Vc
23999 \end_layout
24000
24001 \begin_layout Standard
24002 pour les autres colonnes.
24003 \end_layout
24004
24005 \begin_layout Standard
24006 \begin_inset Float table
24007 wide false
24008 sideways false
24009 status open
24010
24011 \begin_layout Plain Layout
24012 \begin_inset Caption Standard
24013
24014 \begin_layout Plain Layout
24015 \begin_inset CommandInset label
24016 LatexCommand label
24017 name "tab:Tableau-filets-verticaux-1.5pt"
24018
24019 \end_inset
24020
24021 Tableau avec des filets verticaux de 1.5
24022 \begin_inset space \thinspace{}
24023 \end_inset
24024
24025 pt 
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Plain Layout
24034 \align center
24035 \begin_inset Tabular
24036 <lyxtabular version="3" rows="3" columns="3">
24037 <features tabularvalignment="middle">
24038 <column alignment="center" valignment="top" special="Vc">
24039 <column alignment="center" valignment="top" special="Vc">
24040 <column alignment="center" valignment="top" special="VcV">
24041 <row>
24042 <cell alignment="center" valignment="top" topline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 sd
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" topline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 </row>
24070 <row>
24071 <cell alignment="center" valignment="top" topline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 sd
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 </row>
24099 <row>
24100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 sd
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 </lyxtabular>
24129
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \begin_layout Subsection
24141 Filets à traits interrompus
24142 \begin_inset Index idx
24143 status collapsed
24144
24145 \begin_layout Plain Layout
24146 Personnalisation des tableaux ! Filets à traits interrompus
24147 \end_layout
24148
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \begin_layout Standard
24155 \begin_inset ERT
24156 status collapsed
24157
24158 \begin_layout Plain Layout
24159
24160
24161 \backslash
24162 ifarydshln
24163 \end_layout
24164
24165 \end_inset
24166
24167
24168 \begin_inset Note Note
24169 status open
24170
24171 \begin_layout Plain Layout
24172 La section suivante ne s'affichera que si vous avez installé le paquetage
24173  \SpecialChar LaTeX
24174  
24175 \series bold
24176 arydshln
24177 \series default
24178 .
24179 \end_layout
24180
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \begin_layout Standard
24187 \begin_inset Float table
24188 placement H
24189 wide false
24190 sideways false
24191 status open
24192
24193 \begin_layout Plain Layout
24194 \begin_inset Caption Standard
24195
24196 \begin_layout Plain Layout
24197 \begin_inset CommandInset label
24198 LatexCommand label
24199 name "tab:Tableau-filets-tirets"
24200
24201 \end_inset
24202
24203 Tableau avec des filets à traits interrompus
24204 \end_layout
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \begin_layout Plain Layout
24212 \align center
24213 \begin_inset Tabular
24214 <lyxtabular version="3" rows="5" columns="5">
24215 <features tabularvalignment="middle">
24216 <column alignment="center" valignment="top">
24217 <column alignment="center" valignment="top">
24218 <column alignment="center" valignment="top" special=":c">
24219 <column alignment="center" valignment="top">
24220 <column alignment="center" valignment="top">
24221 <row>
24222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226 a
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235 b
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 c
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 d
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 e
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 </row>
24268 <row>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 f
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 g
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 h
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300 i
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309 j
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 <row>
24316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 \begin_inset ERT
24321 status collapsed
24322
24323 \begin_layout Plain Layout
24324
24325
24326 \backslash
24327 hdashline 
24328 \end_layout
24329
24330 \end_inset
24331
24332 k
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 l
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 m
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 n
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368 o
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 </row>
24374 <row>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379 \begin_inset ERT
24380 status collapsed
24381
24382 \begin_layout Plain Layout
24383
24384
24385 \backslash
24386 cdashline{4-5}
24387 \end_layout
24388
24389 \end_inset
24390
24391 p
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 q
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 r
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418 s
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 </row>
24433 <row>
24434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438 t
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 u
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 v
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 w
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474 x
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 </lyxtabular>
24481
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \begin_layout Standard
24493 \SpecialChar LyX
24494  ne gère pas de façon native les filets à lignes interrompues, vous devez
24495  donc employer du code \SpecialChar TeX
24496 .
24497  Mais avant il faut charger le paquetage \SpecialChar LaTeX
24498  
24499 \series bold
24500 arydshln
24501 \series default
24502
24503 \begin_inset Index idx
24504 status collapsed
24505
24506 \begin_layout Plain Layout
24507 Paquetages \SpecialChar LaTeX
24508  ! arydshln
24509 \end_layout
24510
24511 \end_inset
24512
24513  dans le préambule du document avec la commande 
24514 \end_layout
24515
24516 \begin_layout Standard
24517
24518 \series bold
24519
24520 \backslash
24521 usepackage{arydshln}
24522 \end_layout
24523
24524 \begin_layout Standard
24525 Pour faire un filet vertical avec un trait interrompu, mettez deux points
24526  
24527 \begin_inset Quotes cld
24528 \end_inset
24529
24530 :
24531 \begin_inset Quotes crd
24532 \end_inset
24533
24534  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
24535  dans
24536  la fenêtre de dialogue de paramètre du tableau.
24537 \end_layout
24538
24539 \begin_layout Standard
24540 Pour un trait horizontal interrompu, ajoutez la commande
24541 \end_layout
24542
24543 \begin_layout Standard
24544
24545 \series bold
24546
24547 \backslash
24548 hdashline
24549 \end_layout
24550
24551 \begin_layout Standard
24552 en code \SpecialChar TeX
24553  comme premier élément de la première cellule de la ligne de tableau.
24554 \end_layout
24555
24556 \begin_layout Standard
24557 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
24558  commande 
24559 \end_layout
24560
24561 \begin_layout Standard
24562
24563 \series bold
24564
24565 \backslash
24566 cdashline{
24567 \series default
24568 numéros de colonnes}
24569 \end_layout
24570
24571 \begin_layout Standard
24572 en code \SpecialChar TeX
24573  comme premier élément de la première cellule de la ligne.
24574  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
24575  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
24576 \end_layout
24577
24578 \begin_layout Standard
24579
24580 \series bold
24581
24582 \backslash
24583 cdashline{2-4}
24584 \end_layout
24585
24586 \begin_layout Standard
24587 comme premier élément de la première cellule de la ligne contenant la multi-colo
24588 nnes.
24589 \end_layout
24590
24591 \begin_layout Standard
24592 \begin_inset VSpace bigskip
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \begin_layout Standard
24599 Le tableau
24600 \begin_inset space ~
24601 \end_inset
24602
24603
24604 \begin_inset CommandInset ref
24605 LatexCommand ref
24606 reference "tab:Tableau-filets-tirets"
24607
24608 \end_inset
24609
24610  a été créé en utilisant 
24611 \begin_inset Quotes cld
24612 \end_inset
24613
24614
24615 \series bold
24616 :c
24617 \series default
24618
24619 \begin_inset Quotes crd
24620 \end_inset
24621
24622  comme paramètre \SpecialChar LaTeX
24623  pour la troisième colonne.
24624  La commande en code \SpecialChar TeX
24625  
24626 \series bold
24627
24628 \backslash
24629 hdashline
24630 \series default
24631  a été insérée dans la première cellule de la troisième ligne et la commande
24632  en code \SpecialChar TeX
24633  
24634 \series bold
24635
24636 \backslash
24637 cdashline{4-5}
24638 \series default
24639  a été insérée dans la première cellule de la quatrième ligne.
24640 \end_layout
24641
24642 \begin_layout Standard
24643 \begin_inset VSpace bigskip
24644 \end_inset
24645
24646 Les filets interrompus peuvent également colorés comme indiqué tableau
24647 \begin_inset space ~
24648 \end_inset
24649
24650
24651 \begin_inset CommandInset ref
24652 LatexCommand ref
24653 reference "tab:Colored-table-with"
24654
24655 \end_inset
24656
24657 .
24658 \end_layout
24659
24660 \begin_layout Standard
24661 \begin_inset ERT
24662 status collapsed
24663
24664 \begin_layout Plain Layout
24665
24666
24667 \backslash
24668 setlength{
24669 \backslash
24670 arrayrulewidth}{1pt}
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \begin_inset Note Note
24677 status collapsed
24678
24679 \begin_layout Plain Layout
24680 filets épaissis pour un meilleur affichage de la couleur du file
24681 \lang english
24682 t
24683 \end_layout
24684
24685 \end_inset
24686
24687
24688 \end_layout
24689
24690 \begin_layout Standard
24691 \begin_inset ERT
24692 status collapsed
24693
24694 \begin_layout Plain Layout
24695
24696
24697 \backslash
24698 dashgapcolor{green}
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \begin_inset Note Note
24705 status collapsed
24706
24707 \begin_layout Plain Layout
24708 espaces entre les tirets en vert
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Standard
24717 \begin_inset ERT
24718 status collapsed
24719
24720 \begin_layout Plain Layout
24721
24722
24723 \backslash
24724 let
24725 \backslash
24726 myHdashline
24727 \backslash
24728 hdashline
24729 \end_layout
24730
24731 \begin_layout Plain Layout
24732
24733
24734 \backslash
24735 renewcommand{
24736 \backslash
24737 hdashline}
24738 \end_layout
24739
24740 \begin_layout Plain Layout
24741
24742  {
24743 \backslash
24744 arrayrulecolor{red}
24745 \backslash
24746 myHdashline
24747 \backslash
24748 arrayrulecolor{black}}
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \begin_inset Note Note
24755 status collapsed
24756
24757 \begin_layout Plain Layout
24758 filets interrompus horizontaux en rouge
24759 \end_layout
24760
24761 \end_inset
24762
24763
24764 \end_layout
24765
24766 \begin_layout Standard
24767 \begin_inset ERT
24768 status collapsed
24769
24770 \begin_layout Plain Layout
24771
24772
24773 \backslash
24774 let
24775 \backslash
24776 myCdashline
24777 \backslash
24778 cdashline
24779 \end_layout
24780
24781 \begin_layout Plain Layout
24782
24783
24784 \backslash
24785 renewcommand{
24786 \backslash
24787 cdashline}[1]
24788 \end_layout
24789
24790 \begin_layout Plain Layout
24791
24792  {
24793 \backslash
24794 arrayrulecolor{yellow}
24795 \backslash
24796 myCdashline{#1}
24797 \backslash
24798 arrayrulecolor{black}}
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \begin_inset Note Note
24805 status collapsed
24806
24807 \begin_layout Plain Layout
24808 filets interrompus horizontaux en jaune, partiellement
24809 \end_layout
24810
24811 \end_inset
24812
24813
24814 \end_layout
24815
24816 \begin_layout Standard
24817 \begin_inset Float table
24818 placement h
24819 wide false
24820 sideways false
24821 status open
24822
24823 \begin_layout Plain Layout
24824 \begin_inset Caption Standard
24825
24826 \begin_layout Plain Layout
24827 \begin_inset CommandInset label
24828 LatexCommand label
24829 name "tab:Colored-table-with"
24830
24831 \end_inset
24832
24833 Tableau coloré avec filets interropus
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Plain Layout
24842 \align center
24843 \begin_inset Tabular
24844 <lyxtabular version="3" rows="5" columns="5">
24845 <features tabularvalignment="middle">
24846 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
24847 <column alignment="center" valignment="top" width="0pt">
24848 <column alignment="center" valignment="top" width="0pt" special=":c">
24849 <column alignment="center" valignment="top">
24850 <column alignment="center" valignment="top">
24851 <row>
24852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24853 \begin_inset Text
24854
24855 \begin_layout Plain Layout
24856 a
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" topline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865 b
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 c
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883 d
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892 e
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 </row>
24898 <row>
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903 f
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 g
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 h
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930 i
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939 j
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 </row>
24945 <row>
24946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 \begin_inset ERT
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954
24955
24956 \backslash
24957 hdashline 
24958 \end_layout
24959
24960 \end_inset
24961
24962
24963 \begin_inset ERT
24964 status collapsed
24965
24966 \begin_layout Plain Layout
24967
24968
24969 \backslash
24970 rowcolor{Gray}
24971 \end_layout
24972
24973 \end_inset
24974
24975 k
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 l
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 m
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002 n
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011 o
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 </row>
25017 <row>
25018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022 \begin_inset ERT
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026
25027
25028 \backslash
25029 cdashline{4-5}
25030 \end_layout
25031
25032 \end_inset
25033
25034 p
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043 q
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052 r
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 s
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 </row>
25076 <row>
25077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081 t
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090 u
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099 v
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108 w
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117 \begin_inset ERT
25118 status collapsed
25119
25120 \begin_layout Plain Layout
25121
25122
25123 \backslash
25124 cellcolor{Maroon}
25125 \end_layout
25126
25127 \end_inset
25128
25129 i
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 </row>
25135 </lyxtabular>
25136
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 \begin_inset ERT
25149 status collapsed
25150
25151 \begin_layout Plain Layout
25152
25153
25154 \backslash
25155 renewcommand{
25156 \backslash
25157 hdashline}{
25158 \backslash
25159 myHdashline}
25160 \end_layout
25161
25162 \end_inset
25163
25164
25165 \lang english
25166
25167 \begin_inset Note Note
25168 status collapsed
25169
25170 \begin_layout Plain Layout
25171 retour à la valeur implicite
25172 \end_layout
25173
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \begin_layout Standard
25180 \begin_inset ERT
25181 status collapsed
25182
25183 \begin_layout Plain Layout
25184
25185
25186 \backslash
25187 renewcommand{
25188 \backslash
25189 cdashline}{
25190 \backslash
25191 myCdashline}
25192 \end_layout
25193
25194 \end_inset
25195
25196
25197 \lang english
25198
25199 \begin_inset Note Note
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203 retour à la valeur implicite
25204 \end_layout
25205
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \begin_layout Standard
25212 \begin_inset ERT
25213 status collapsed
25214
25215 \begin_layout Plain Layout
25216
25217
25218 \backslash
25219 nodashgapcolor
25220 \end_layout
25221
25222 \end_inset
25223
25224
25225 \lang english
25226
25227 \begin_inset Note Note
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231 retour à la valeur implicite
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Standard
25240 \begin_inset ERT
25241 status collapsed
25242
25243 \begin_layout Plain Layout
25244
25245
25246 \backslash
25247 setlength{
25248 \backslash
25249 arrayrulewidth}{0.4pt}
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \lang english
25256
25257 \begin_inset Note Note
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261 retour à la valeur implicite
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Standard
25270 La coloration des lignes, des colonnes et des filets fonctionne comme il
25271  est décrit section
25272 \begin_inset space ~
25273 \end_inset
25274
25275
25276 \begin_inset CommandInset ref
25277 LatexCommand ref
25278 reference "sec:Tableaux-Colorés"
25279
25280 \end_inset
25281
25282 .
25283  Coloret les filets horizontaux fonctionne de manière analogue comme il
25284  est décrit ici, il suffit de remplacer la commande 
25285 \series bold
25286
25287 \backslash
25288 myHlineC
25289 \series default
25290  par 
25291 \series bold
25292
25293 \backslash
25294 myHdashline
25295 \series default
25296  et la commande 
25297 \backslash
25298
25299 \series bold
25300 hlinepar
25301 \series default
25302  
25303 \series bold
25304
25305 \backslash
25306 hdashline
25307 \series default
25308 .
25309  On utilise donc les commandes:
25310 \end_layout
25311
25312 \begin_layout Standard
25313
25314 \series bold
25315
25316 \backslash
25317 let
25318 \backslash
25319 myHdashline
25320 \backslash
25321 hdashline
25322 \begin_inset Newline newline
25323 \end_inset
25324
25325
25326 \backslash
25327 renewcommand{
25328 \backslash
25329 hdashline}
25330 \begin_inset Newline newline
25331 \end_inset
25332
25333
25334 \begin_inset Phantom HPhantom
25335 status open
25336
25337 \begin_layout Plain Layout
25338 \begin_inset space ~
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \end_inset
25345
25346 {
25347 \backslash
25348 arrayrulecolor{red}
25349 \backslash
25350 myHdashline
25351 \backslash
25352 arrayrulecolor{black}}
25353 \end_layout
25354
25355 \begin_layout Standard
25356 Pour colorer 
25357 \series bold
25358
25359 \backslash
25360 cdashline
25361 \series default
25362 , la commande est:
25363 \end_layout
25364
25365 \begin_layout Standard
25366
25367 \series bold
25368
25369 \backslash
25370 let
25371 \backslash
25372 myCdashline
25373 \backslash
25374 cdashline
25375 \begin_inset Newline newline
25376 \end_inset
25377
25378
25379 \backslash
25380 renewcommand{
25381 \backslash
25382 cdashline}[1]
25383 \begin_inset Newline newline
25384 \end_inset
25385
25386
25387 \begin_inset Phantom HPhantom
25388 status open
25389
25390 \begin_layout Plain Layout
25391 \begin_inset space ~
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \end_inset
25398
25399 {
25400 \backslash
25401 arrayrulecolor{red}
25402 \backslash
25403 myCdashline{#1}
25404 \backslash
25405 arrayrulecolor{black}}
25406 \end_layout
25407
25408 \begin_layout Standard
25409 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
25410  code \SpecialChar TeX
25411  après le tableau,
25412 \end_layout
25413
25414 \begin_layout Standard
25415 pour 
25416 \series bold
25417
25418 \backslash
25419 hdashline:
25420 \end_layout
25421
25422 \begin_layout Standard
25423
25424 \series bold
25425
25426 \backslash
25427 renewcommand{
25428 \backslash
25429 hdashline}{
25430 \backslash
25431 myHdashline}
25432 \end_layout
25433
25434 \begin_layout Standard
25435 et pour 
25436 \series bold
25437
25438 \backslash
25439 cdashline
25440 \end_layout
25441
25442 \begin_layout Standard
25443
25444 \series bold
25445
25446 \backslash
25447 renewcommand{
25448 \backslash
25449 cdashline}{
25450 \backslash
25451 myCdashline}
25452 \end_layout
25453
25454 \begin_layout Standard
25455 Pour colorer les espaces entre les tirets la commande
25456 \end_layout
25457
25458 \begin_layout Standard
25459
25460 \series bold
25461
25462 \backslash
25463 dashgapcolor{couleur}
25464 \end_layout
25465
25466 \begin_layout Standard
25467 peut être insérée en code \SpecialChar TeX
25468  avant un tableau.
25469  
25470 \series bold
25471 couleur
25472 \series default
25473  est ici le nom d'une couleur définie précédemment.
25474  La commande
25475 \end_layout
25476
25477 \begin_layout Standard
25478
25479 \series bold
25480
25481 \backslash
25482 nodashgapcolor
25483 \end_layout
25484
25485 \begin_layout Standard
25486 annule les changements induits par 
25487 \series bold
25488
25489 \backslash
25490 dashgapcolor
25491 \series default
25492 .
25493 \end_layout
25494
25495 \begin_layout Standard
25496 \begin_inset Note Greyedout
25497 status open
25498
25499 \begin_layout Plain Layout
25500
25501 \series bold
25502 Not
25503 \series default
25504 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
25505  de 
25506 \series bold
25507 arydshln
25508 \series default
25509  en premier.
25510  Donc dans la cellule 
25511 \emph on
25512 k
25513 \emph default
25514  du tableau
25515 \begin_inset space ~
25516 \end_inset
25517
25518
25519 \begin_inset CommandInset ref
25520 LatexCommand ref
25521 reference "tab:Colored-table-with"
25522
25523 \end_inset
25524
25525  , la commande 
25526 \series bold
25527
25528 \backslash
25529 hdashline
25530 \series default
25531  est placée avant 
25532 \series bold
25533
25534 \backslash
25535 rowcolor
25536 \series default
25537 .
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 \begin_inset Note Greyedout
25547 status open
25548
25549 \begin_layout Plain Layout
25550
25551 \series bold
25552 Nota:
25553 \series default
25554  le paquetage \SpecialChar LaTeX
25555  
25556 \series bold
25557 arydshln
25558 \series default
25559  doit être chargé dans le préambule 
25560 \emph on
25561 avant
25562 \emph default
25563  le paquetage 
25564 \series bold
25565 colortbl
25566 \series default
25567
25568 \begin_inset Index idx
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572 Paquetages \SpecialChar LaTeX
25573  ! colortbl
25574 \end_layout
25575
25576 \end_inset
25577
25578 .
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \begin_layout Standard
25587 \begin_inset ERT
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591
25592
25593 \backslash
25594 else
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \begin_inset Note Note
25601 status open
25602
25603 \begin_layout Plain Layout
25604 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
25605  
25606 \series bold
25607 arydshln
25608 \series default
25609  n'est pas installé :
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \begin_layout Standard
25618 Vous devez installer le paquetage \SpecialChar LaTeX
25619  
25620 \series bold
25621 arydshln
25622 \series default
25623  pour voir le contenu des cette section dans la sortie imprimée.
25624 \end_layout
25625
25626 \begin_layout Standard
25627 \begin_inset ERT
25628 status collapsed
25629
25630 \begin_layout Plain Layout
25631
25632
25633 \backslash
25634 fi
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \begin_layout Standard
25643 Pour les détails concernant les filets colorés, voir la documentation du
25644  paquetage 
25645 \series bold
25646 arydshln
25647 \series default
25648
25649 \begin_inset CommandInset citation
25650 LatexCommand cite
25651 key "arydshln"
25652 literal "true"
25653
25654 \end_inset
25655
25656 .
25657 \end_layout
25658
25659 \begin_layout Chapter
25660 Flottants
25661 \begin_inset CommandInset label
25662 LatexCommand label
25663 name "chap:Flottants"
25664
25665 \end_inset
25666
25667
25668 \begin_inset Index idx
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672 Flottants
25673 \end_layout
25674
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \begin_layout Section
25681 Introduction
25682 \begin_inset CommandInset label
25683 LatexCommand label
25684 name "sec:Flottants-Introduction"
25685
25686 \end_inset
25687
25688
25689 \begin_inset Index idx
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 Flottants ! Introduction
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \begin_layout Standard
25702 Un flottant est une portion de document, qui peut être associé à une étiquette
25703  et dont la position n'est pas fixée.
25704  Il peut 
25705 \begin_inset Quotes cld
25706 \end_inset
25707
25708 flotter
25709 \begin_inset Quotes crd
25710 \end_inset
25711
25712  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
25713  plus approprié.
25714  Les 
25715 \family sans
25716 Notes
25717 \begin_inset space ~
25718 \end_inset
25719
25720 en
25721 \begin_inset space ~
25722 \end_inset
25723
25724 Bas
25725 \begin_inset space ~
25726 \end_inset
25727
25728 de
25729 \begin_inset space ~
25730 \end_inset
25731
25732 Page
25733 \family default
25734  et le 
25735 \family sans
25736 Notes
25737 \begin_inset space ~
25738 \end_inset
25739
25740 en
25741 \begin_inset space ~
25742 \end_inset
25743
25744 Marge
25745 \family default
25746  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
25747  sur la page suivante quand il y a trop de notes sur la page courante.
25748 \end_layout
25749
25750 \begin_layout Standard
25751 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
25752  très grande qualité.
25753  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
25754  éviter des lignes blanches ou des pages sans texte.
25755  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
25756  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
25757  le texte.
25758  Les flottants sont donc numérotés.
25759  Les références croisées sont décrites dans la section
25760 \begin_inset space ~
25761 \end_inset
25762
25763
25764 \begin_inset CommandInset ref
25765 LatexCommand ref
25766 reference "sec:Referencer-les-Flottants"
25767
25768 \end_inset
25769
25770 .
25771 \end_layout
25772
25773 \begin_layout Standard
25774 Pour insérer un flottant, on utilise un des sous menus du menu 
25775 \family sans
25776 Insertion\SpecialChar menuseparator
25777 Flottant
25778 \family default
25779  (barre d'outils 
25780 \begin_inset Info
25781 type  "icon"
25782 arg   "float-insert figure"
25783 \end_inset
25784
25785  ou 
25786 \begin_inset Info
25787 type  "icon"
25788 arg   "float-insert table"
25789 \end_inset
25790
25791 ).
25792  Une boîte va être insérée dans votre document avec par exemple une étiquette
25793  du genre 
25794 \begin_inset Quotes cld
25795 \end_inset
25796
25797 Figure
25798 \begin_inset space ~
25799 \end_inset
25800
25801 #:
25802 \begin_inset Quotes crd
25803 \end_inset
25804
25805  (où # est un numéro).
25806  L'étiquette est automatiquement traduite dans la langue du document dans
25807  la sortie finale.
25808  Après l'étiquette vous pouvez insérer du texte comme légende.
25809  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
25810  séparé, à l'intérieur du flottant.
25811  Vous trouverez plus de détails sur le positionnement des légendes dans
25812  la section
25813 \begin_inset space ~
25814 \end_inset
25815
25816
25817 \begin_inset CommandInset ref
25818 LatexCommand ref
25819 reference "sec:Placement-légende"
25820
25821 \end_inset
25822
25823 .
25824  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
25825 , vous pouvez fermer
25826  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
25827  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
25828  Une boîte de flottant fermée ressemble à ceci : 
25829 \begin_inset Graphics
25830         filename clipart/float.png
25831         scale 95
25832
25833 \end_inset
25834
25835  – une case grise avec un texte rouge.
25836 \end_layout
25837
25838 \begin_layout Standard
25839 Il est recommandé d'insérer les flottants comme des paragraphes séparés
25840  pour éviter des erreurs avec \SpecialChar LaTeX
25841 , quand le texte qui entoure le flottant est
25842  formaté de façon particulière.
25843 \end_layout
25844
25845 \begin_layout Section
25846 Les types de flottants
25847 \end_layout
25848
25849 \begin_layout Standard
25850 En plus des flottants de figures et de tableau qui sont décrits respectivement
25851  dans les sections
25852 \begin_inset space ~
25853 \end_inset
25854
25855
25856 \begin_inset CommandInset ref
25857 LatexCommand ref
25858 reference "sec:Figure-Floats"
25859
25860 \end_inset
25861
25862  et 
25863 \begin_inset CommandInset ref
25864 LatexCommand ref
25865 reference "sec:Table-Floats"
25866
25867 \end_inset
25868
25869 , \SpecialChar LyX
25870  offre aussi les types 
25871 \family sans
25872 Algorithme
25873 \family default
25874  et 
25875 \family sans
25876 Enrobage
25877 \family default
25878 .
25879  Ces derniers sont expliques dans la section
25880 \begin_inset space \thinspace{}
25881 \end_inset
25882
25883
25884 \begin_inset CommandInset ref
25885 LatexCommand ref
25886 reference "sec:Flottant-d'enrobage"
25887
25888 \end_inset
25889
25890 .
25891 \end_layout
25892
25893 \begin_layout Subsection
25894 Flottant d'algorithme
25895 \begin_inset Index idx
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 Flottants ! Algorithmes
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Standard
25908 \begin_inset Float algorithm
25909 placement h
25910 wide false
25911 sideways false
25912 status open
25913
25914 \begin_layout Plain Layout
25915 \begin_inset Caption Standard
25916
25917 \begin_layout Plain Layout
25918 \begin_inset CommandInset label
25919 LatexCommand label
25920 name "alg:Exemple-Flottant-Algorithme"
25921
25922 \end_inset
25923
25924 Exemple de flottant d'algorithme
25925 \end_layout
25926
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \begin_layout LyX-Code
25933 for I in 1..N loop
25934 \begin_inset Newline newline
25935 \end_inset
25936
25937  Sum:= Sum + A(I); /*comment*/
25938 \begin_inset Newline newline
25939 \end_inset
25940
25941 end loop
25942 \begin_inset VSpace -4mm
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Standard
25954 Ce type de flottant est inséré à l'aide du menu 
25955 \family sans
25956 Insertion\SpecialChar menuseparator
25957 Flottant\SpecialChar menuseparator
25958 Algorithme
25959 \family default
25960 .
25961  Il peut être utilisé pour des morceaux de code source ou des descriptions
25962  d'algorithmes et peut être utilisé comme une alternative au listing de
25963  code source qui est décrit au chapitre
25964 \begin_inset space ~
25965 \end_inset
25966
25967
25968 \begin_inset CommandInset ref
25969 LatexCommand ref
25970 reference "cha:Program-Code-Listings"
25971
25972 \end_inset
25973
25974 .
25975  Vous pouvez par exemple utiliser l'environnement Code
25976 \begin_inset space ~
25977 \end_inset
25978
25979 \SpecialChar LyX
25980  qui est décrit dans le 
25981 \emph on
25982 Guide
25983 \emph default
25984
25985 \begin_inset space ~
25986 \end_inset
25987
25988
25989 \emph on
25990 de
25991 \begin_inset space ~
25992 \end_inset
25993
25994 l'Utilisateur
25995 \emph default
25996  de \SpecialChar LyX
25997 .
25998  l'algorithme
25999 \begin_inset space ~
26000 \end_inset
26001
26002
26003 \begin_inset CommandInset ref
26004 LatexCommand ref
26005 reference "alg:Exemple-Flottant-Algorithme"
26006
26007 \end_inset
26008
26009  est un exemple de flottant d'algorithme où un espace vertical de -4
26010 \begin_inset space \thinspace{}
26011 \end_inset
26012
26013 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
26014  soit placée exactement sous le texte de la dernière ligne.
26015 \end_layout
26016
26017 \begin_layout Standard
26018 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
26019  du document.
26020  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
26021 ent en ajoutant la ligne suivante dans le préambule de votre document :
26022 \end_layout
26023
26024 \begin_layout Standard
26025
26026 \series bold
26027
26028 \backslash
26029 floatname{algorithm}{votre
26030 \begin_inset space ~
26031 \end_inset
26032
26033 nom}
26034 \end_layout
26035
26036 \begin_layout Standard
26037
26038 \family sans
26039  votre
26040 \begin_inset space ~
26041 \end_inset
26042
26043 nom
26044 \family default
26045  est le mot 
26046 \begin_inset Quotes cld
26047 \end_inset
26048
26049
26050 \emph on
26051 algorithme
26052 \emph default
26053
26054 \begin_inset Quotes crd
26055 \end_inset
26056
26057  dans votre langue.
26058 \end_layout
26059
26060 \begin_layout Standard
26061 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
26062 \family sans
26063 Insertion\SpecialChar menuseparator
26064 Listes
26065 \begin_inset space ~
26066 \end_inset
26067
26068 &
26069 \begin_inset space ~
26070 \end_inset
26071
26072 TdM\SpecialChar menuseparator
26073 Liste
26074 \begin_inset space ~
26075 \end_inset
26076
26077 des
26078 \begin_inset space ~
26079 \end_inset
26080
26081 algorithmes
26082 \family default
26083  si votre document est en la même langue que les menus de \SpecialChar LyX
26084 .
26085  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
26086  en code \SpecialChar TeX
26087  à la place:
26088 \end_layout
26089
26090 \begin_layout Standard
26091
26092 \series bold
26093
26094 \backslash
26095 listof{algorithm}{votre
26096 \begin_inset space ~
26097 \end_inset
26098
26099 nom}
26100 \end_layout
26101
26102 \begin_layout Standard
26103 où 
26104 \family sans
26105 votre
26106 \begin_inset space ~
26107 \end_inset
26108
26109 nom
26110 \family default
26111  est la traduction de 
26112 \begin_inset Quotes cld
26113 \end_inset
26114
26115
26116 \emph on
26117 List of Algorithm
26118 \emph default
26119 s
26120 \begin_inset Quotes crd
26121 \end_inset
26122
26123  dans votre langue.
26124 \end_layout
26125
26126 \begin_layout Standard
26127 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
26128  le schéma 
26129 \begin_inset Quotes cld
26130 \end_inset
26131
26132 chapitre.algorithme
26133 \begin_inset Quotes crd
26134 \end_inset
26135
26136  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
26137  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
26138  commande dans le préambule de votre document :
26139 \end_layout
26140
26141 \begin_layout Standard
26142
26143 \series bold
26144
26145 \backslash
26146 numberwithin{algorithm}{chapter}
26147 \end_layout
26148
26149 \begin_layout Standard
26150 Pour pouvoir utiliser la commande 
26151 \series bold
26152
26153 \backslash
26154 numberwithin
26155 \series default
26156 , activez l'option 
26157 \family sans
26158 Utiliser
26159 \begin_inset space ~
26160 \end_inset
26161
26162 le
26163 \begin_inset space ~
26164 \end_inset
26165
26166 paquetage
26167 \begin_inset space ~
26168 \end_inset
26169
26170 AMS
26171 \begin_inset space ~
26172 \end_inset
26173
26174 math
26175 \family default
26176  dans la rubrique 
26177 \family sans
26178 Options
26179 \begin_inset space ~
26180 \end_inset
26181
26182 des
26183 \begin_inset space ~
26184 \end_inset
26185
26186 Maths
26187 \family default
26188  de la fenêtre de dialogue 
26189 \family sans
26190 Paramètres
26191 \begin_inset space ~
26192 \end_inset
26193
26194 du
26195 \begin_inset space ~
26196 \end_inset
26197
26198 Document
26199 \family default
26200 .
26201 \end_layout
26202
26203 \begin_layout Section
26204 Numérotation des flottants
26205 \begin_inset Index idx
26206 status collapsed
26207
26208 \begin_layout Plain Layout
26209 Flottants ! Numérotation
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \begin_layout Standard
26218 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
26219  ils se trouvent, soit en utilisant un format du genre 
26220 \begin_inset Quotes cld
26221 \end_inset
26222
26223 chapitre.numéro
26224 \begin_inset Quotes crd
26225 \end_inset
26226
26227  ou 
26228 \begin_inset Quotes cld
26229 \end_inset
26230
26231 section.numéro
26232 \begin_inset Quotes crd
26233 \end_inset
26234
26235 .
26236  Cela dépend de la classe de document utilisée.
26237 \end_layout
26238
26239 \begin_layout Standard
26240 Pour changer le format de la numérotation qui ne dépend pas de la section
26241  dans laquelle on se trouve, on peut utiliser la commande suivante dans
26242  le préambule du document :
26243 \end_layout
26244
26245 \begin_layout Standard
26246
26247 \series bold
26248
26249 \backslash
26250 renewcommand{
26251 \backslash
26252 thetable}{
26253 \backslash
26254 roman{table}}
26255 \end_layout
26256
26257 \begin_layout Standard
26258
26259 \series bold
26260
26261 \backslash
26262 thetable
26263 \series default
26264  est la commande qui imprime le numéro du tableau, pour les figures, la
26265  commande serait 
26266 \series bold
26267
26268 \backslash
26269 thefigure
26270 \series default
26271 .
26272  La commande 
26273 \series bold
26274
26275 \backslash
26276 roman
26277 \series default
26278  utilisée dans la commande précédente, imprime le numéro du tableau sous
26279  forme de petits chiffres romains.
26280 \end_layout
26281
26282 \begin_layout Standard
26283 Pour changer le type de numérotation pour par exemple 
26284 \begin_inset Quotes cld
26285 \end_inset
26286
26287 sous-section.numéro
26288 \begin_inset Quotes crd
26289 \end_inset
26290
26291 , utilisez la commande suivante dans le préambule du document :
26292 \end_layout
26293
26294 \begin_layout Standard
26295
26296 \series bold
26297
26298 \backslash
26299 numberwithin{table}{subsection}
26300 \end_layout
26301
26302 \begin_layout Standard
26303 Pour pouvoir utiliser la commande 
26304 \series bold
26305
26306 \backslash
26307 numberwithin
26308 \series default
26309 , vous devez activer l'option 
26310 \family sans
26311 Utiliser
26312 \begin_inset space ~
26313 \end_inset
26314
26315 le
26316 \begin_inset space ~
26317 \end_inset
26318
26319 paquetage
26320 \begin_inset space ~
26321 \end_inset
26322
26323 maths
26324 \begin_inset space ~
26325 \end_inset
26326
26327 AMS
26328 \family default
26329  dans la rubrique 
26330 \family sans
26331 Options
26332 \begin_inset space ~
26333 \end_inset
26334
26335 des
26336 \begin_inset space ~
26337 \end_inset
26338
26339 Maths
26340 \family default
26341  de la fenêtre de dialogue 
26342 \family sans
26343 Paramètres
26344 \family default
26345  du document.
26346 \end_layout
26347
26348 \begin_layout Standard
26349 Veuillez aussi jeter un coup d'œil à la section
26350 \begin_inset space ~
26351 \end_inset
26352
26353
26354 \begin_inset CommandInset ref
26355 LatexCommand ref
26356 reference "subsec:Numerotation-notes-bas-de-page"
26357
26358 \end_inset
26359
26360  pour plus de détails et des notes importantes sur les commandes de numérotation.
26361 \end_layout
26362
26363 \begin_layout Section
26364 Faire référence à des flottants
26365 \begin_inset CommandInset label
26366 LatexCommand label
26367 name "sec:Referencer-les-Flottants"
26368
26369 \end_inset
26370
26371
26372 \begin_inset Index idx
26373 status collapsed
26374
26375 \begin_layout Plain Layout
26376 Flottants ! Références
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \begin_inset Index idx
26383 status collapsed
26384
26385 \begin_layout Plain Layout
26386 References@Références ! à des Flottants 
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Standard
26395 Pour faire référence à un flottant, insérez une étiquette dans sa légende
26396  en utilisant le menu 
26397 \family sans
26398 Insertion\SpecialChar menuseparator
26399 Étiquette
26400 \family default
26401  ou le bouton 
26402 \begin_inset Info
26403 type  "icon"
26404 arg   "label-insert"
26405 \end_inset
26406
26407  de la barre d'outils.
26408  Une boîte grise de ce genre : 
26409 \begin_inset Graphics
26410         filename clipart/label.png
26411         scaleBeforeRotation
26412
26413 \end_inset
26414
26415  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
26416  de saisir le texte de l'étiquette.
26417  \SpecialChar LyX
26418  propose comme texte pour l'étiquette les premiers mots de la légendes
26419  précédés d'un préfixe.
26420  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
26421  préfixe sera 
26422 \begin_inset Quotes cld
26423 \end_inset
26424
26425
26426 \family sans
26427 fig:
26428 \family default
26429
26430 \begin_inset Quotes crd
26431 \end_inset
26432
26433 .
26434 \end_layout
26435
26436 \begin_layout Standard
26437 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
26438  Vous pouvez faire référence à cette étiquette en utilisant le menu 
26439 \family sans
26440 Insertion\SpecialChar menuseparator
26441 Référence
26442 \begin_inset space ~
26443 \end_inset
26444
26445 Croisée
26446 \family default
26447  ou le bouton 
26448 \begin_inset Info
26449 type  "icon"
26450 arg   "dialog-show-new-inset ref"
26451 \end_inset
26452
26453  de la barre d'outils.
26454  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
26455  définies dans votre document.
26456  Si vous avez plusieurs documents \SpecialChar LyX
26457  ouverts, vous pouvez choisir celui que
26458  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
26459  la fenêtre de dialogue.
26460  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
26461  une.
26462  Une boîte grise de référence croisée comme celle-ci : 
26463 \begin_inset Graphics
26464         filename clipart/reference.png
26465         scaleBeforeRotation
26466
26467 \end_inset
26468
26469  va être insérée.
26470  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
26471  de la référence croisée.
26472 \end_layout
26473
26474 \begin_layout Standard
26475 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
26476  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
26477  les deux.
26478  Si une référence croisées fait référence à une étiquette qui n'existe pas,
26479  vous verrez deux points d'interrogation dans la sortie imprimée à la place
26480  du numéro de la référence.
26481 \end_layout
26482
26483 \begin_layout Standard
26484 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
26485  Les références vers l'étiquette modifiée seront mise à jour automatiquement
26486  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
26487  pas à vous en préoccuper.
26488 \end_layout
26489
26490 \begin_layout Standard
26491 Le bouton 
26492 \family sans
26493 Aller
26494 \begin_inset space ~
26495 \end_inset
26496
26497 à
26498 \begin_inset space ~
26499 \end_inset
26500
26501 l'étiquette
26502 \family default
26503  dans la fenêtre de référence croisée va positionner le curseur juste devant
26504  l'étiquette à laquelle on fait référence.
26505  Le nom du bouton bouton 
26506 \family sans
26507 Revenir
26508 \family default
26509  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
26510 \end_layout
26511
26512 \begin_layout Subsection
26513 Formats de références croisées
26514 \begin_inset CommandInset label
26515 LatexCommand label
26516 name "subsec:Formats-Références-Croisées"
26517
26518 \end_inset
26519
26520
26521 \begin_inset Index idx
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525 References@Références ! Formats
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Standard
26534 Il y a six types de références croisées :
26535 \end_layout
26536
26537 \begin_layout Description
26538 <référence>
26539 \begin_inset space ~
26540 \end_inset
26541
26542 : affiche le numéro de l'élément, c'est le choix implicite : 
26543 \begin_inset CommandInset ref
26544 LatexCommand ref
26545 reference "fig:Deux-images-déformées"
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \begin_layout Description
26553 (<référence>)
26554 \begin_inset space ~
26555 \end_inset
26556
26557 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
26558  normalement pour faire référence à des formules mathématiques, en particulier
26559  quand le mot 
26560 \begin_inset Quotes cld
26561 \end_inset
26562
26563 Équation
26564 \begin_inset Quotes crd
26565 \end_inset
26566
26567  est omis : 
26568 \begin_inset CommandInset ref
26569 LatexCommand eqref
26570 reference "eq:Wgn"
26571
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \begin_layout Description
26578 <page>
26579 \begin_inset space ~
26580 \end_inset
26581
26582 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
26583 \begin_inset space ~
26584 \end_inset
26585
26586
26587 \begin_inset CommandInset ref
26588 LatexCommand pageref
26589 reference "fig:Deux-images-déformées"
26590
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \begin_layout Description
26597 Sur
26598 \begin_inset space ~
26599 \end_inset
26600
26601 la
26602 \begin_inset space ~
26603 \end_inset
26604
26605 page
26606 \begin_inset space ~
26607 \end_inset
26608
26609 <page>
26610 \begin_inset space ~
26611 \end_inset
26612
26613 : affiche le mot 
26614 \begin_inset Quotes cld
26615 \end_inset
26616
26617 page
26618 \begin_inset Quotes crd
26619 \end_inset
26620
26621  suivi du numéro de la page sur laquelle se trouve l'élément : 
26622 \begin_inset CommandInset ref
26623 LatexCommand vpageref
26624 reference "fig:Deux-images-déformées"
26625
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \begin_layout Description
26632 <référence>
26633 \begin_inset space ~
26634 \end_inset
26635
26636 page
26637 \begin_inset space ~
26638 \end_inset
26639
26640 <page>
26641 \begin_inset space ~
26642 \end_inset
26643
26644 : affiche le numéro de l'élément, le mot 
26645 \begin_inset Quotes cld
26646 \end_inset
26647
26648 page
26649 \begin_inset Quotes crd
26650 \end_inset
26651
26652  et le numéro de la page : 
26653 \begin_inset CommandInset ref
26654 LatexCommand vref
26655 reference "fig:Deux-images-déformées"
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \begin_layout Description
26663 Référence
26664 \begin_inset space ~
26665 \end_inset
26666
26667 mise
26668 \begin_inset space ~
26669 \end_inset
26670
26671 en
26672 \begin_inset space ~
26673 \end_inset
26674
26675 forme
26676 \begin_inset space ~
26677 \end_inset
26678
26679 : affiche une référence croisée qui définit son propre format.
26680 \begin_inset Newline newline
26681 \end_inset
26682
26683
26684 \begin_inset Note Greyedout
26685 status open
26686
26687 \begin_layout Plain Layout
26688
26689 \series bold
26690 Note:
26691 \series default
26692  Ce type de référence croisée n'est disponible que si vous avez installé
26693  le paquetage \SpecialChar LaTeX
26694  
26695 \series bold
26696 prettyref
26697 \series default
26698  ou 
26699 \series bold
26700 refstyle
26701 \series default
26702
26703 \begin_inset Index idx
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707 Paquetages \SpecialChar LaTeX
26708  ! prettyref
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \begin_inset Index idx
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718 Paquetages \SpecialChar LaTeX
26719  ! refstyle
26720 \end_layout
26721
26722 \end_inset
26723
26724 .
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \begin_inset Newline newline
26731 \end_inset
26732
26733 Vous pouvez choisir le paquetage \SpecialChar LaTeX
26734  qui doit être utilisé pour cette fonction
26735  en utilisant l'option 
26736 \family sans
26737 Utiliser refstyle (à la place de prettyref) pour les références croisées
26738 \family default
26739  dans le menu 
26740 \family sans
26741 Document\SpecialChar menuseparator
26742 Paramètres\SpecialChar menuseparator
26743 Classe de document
26744 \family default
26745 .
26746  Le format est précisé en ajoutant la commande 
26747 \series bold
26748
26749 \backslash
26750 newrefformat
26751 \series default
26752  (prettyref) ou 
26753 \series bold
26754
26755 \backslash
26756 newref
26757 \series default
26758  (refstyle) au préambule du document.
26759  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
26760  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
26761 \begin_inset space ~
26762 \end_inset
26763
26764 :
26765 \begin_inset Newline newline
26766 \end_inset
26767
26768
26769 \series bold
26770
26771 \backslash
26772 newref{fig}{refcmd={Image sur la page 
26773 \backslash
26774 pageref{#1}}}
26775 \series default
26776
26777 \begin_inset Newline newline
26778 \end_inset
26779
26780 Pour plus d'information sur le format, jetez un œil sur la documentation
26781  du paquetage, 
26782 \begin_inset CommandInset citation
26783 LatexCommand cite
26784 key "prettyref,refstyle"
26785 literal "true"
26786
26787 \end_inset
26788
26789 .
26790 \begin_inset Newline newline
26791 \end_inset
26792
26793 Les options 
26794 \family sans
26795 Plural
26796 \family default
26797  et 
26798 \family sans
26799 Capitalized
26800 \family default
26801  ne sont disponibles que si vous utilisez le paquetage \SpecialChar LaTeX
26802  
26803 \series bold
26804 refstyle
26805 \series default
26806 .
26807  
26808 \family sans
26809 Plural
26810 \family default
26811  met le nom au pluriel, e.
26812 \begin_inset space \thinspace{}
26813 \end_inset
26814
26815 g.
26816 \begin_inset space \space{}
26817 \end_inset
26818
26819
26820 \begin_inset Quotes cld
26821 \end_inset
26822
26823 tableaux
26824 \begin_inset Quotes crd
26825 \end_inset
26826
26827
26828 \family sans
26829 Capitalized
26830 \family default
26831  met une capitale au nom, e.
26832 \begin_inset space \thinspace{}
26833 \end_inset
26834
26835 g.
26836 \begin_inset space \space{}
26837 \end_inset
26838
26839
26840 \begin_inset Quotes cld
26841 \end_inset
26842
26843 Tableau
26844 \begin_inset Quotes crd
26845 \end_inset
26846
26847 .
26848 \end_layout
26849
26850 \begin_layout Description
26851 Référence
26852 \begin_inset space ~
26853 \end_inset
26854
26855 textuelle: affiche la légende de la référence
26856 \begin_inset space ~
26857 \end_inset
26858
26859
26860 \begin_inset CommandInset ref
26861 LatexCommand nameref
26862 reference "fig:Deux-images-déformées"
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Description
26870 Label
26871 \begin_inset space ~
26872 \end_inset
26873
26874 only: n'imprime que l'étiquette \SpecialChar LaTeX
26875  comme reference: 
26876 \begin_inset CommandInset ref
26877 LatexCommand labelonly
26878 reference "fig:Deux-images-déformées"
26879 plural "false"
26880 caps "false"
26881 noprefix "false"
26882
26883 \end_inset
26884
26885
26886 \begin_inset Newline newline
26887 \end_inset
26888
26889 Ceci perlmet d'utiliser l'étiquette en code TeX.
26890  L'option 
26891 \family sans
26892 No Prefix
26893 \family default
26894  enelève le préfixe du nom de l'étiquette: 
26895 \begin_inset CommandInset ref
26896 LatexCommand labelonly
26897 reference "fig:Deux-images-déformées"
26898 plural "false"
26899 caps "false"
26900 noprefix "true"
26901
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \begin_layout Standard
26908
26909 \family sans
26910 <page>
26911 \family default
26912  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
26913  précédente, la même page ou la page suivante.
26914  Vous verrez par exemple un texte du genre 
26915 \begin_inset Quotes cld
26916 \end_inset
26917
26918
26919 \family sans
26920 sur cette page
26921 \family default
26922
26923 \begin_inset Quotes crd
26924 \end_inset
26925
26926  à la place.
26927  Le style 
26928 \family sans
26929 <référence>
26930 \begin_inset space ~
26931 \end_inset
26932
26933 page
26934 \begin_inset space ~
26935 \end_inset
26936
26937 <page> 
26938 \family default
26939 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
26940  page.
26941 \end_layout
26942
26943 \begin_layout Standard
26944 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
26945  se trouve sont calculés automatiquement par \SpecialChar LaTeX
26946 .
26947  Vous choisissez une des six variétés de références dans le champ Format
26948  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
26949  boîte de la référence croisée.
26950 \end_layout
26951
26952 \begin_layout Standard
26953 \begin_inset Note Greyedout
26954 status open
26955
26956 \begin_layout Plain Layout
26957
26958 \series bold
26959 Note:
26960 \series default
26961  L'utilisation du paquetage \SpecialChar LaTeX
26962  
26963 \series bold
26964 refstyle
26965 \series default
26966
26967 \begin_inset Index idx
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971 Paquetages \SpecialChar LaTeX
26972  ! refstyle
26973 \end_layout
26974
26975 \end_inset
26976
26977  est recommandée parce que 
26978 \series bold
26979 prettyref
26980 \series default
26981
26982 \begin_inset Index idx
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986 Paquetages \SpecialChar LaTeX
26987  ! prettyref
26988 \end_layout
26989
26990 \end_inset
26991
26992  ne connaît pas tous les raccourcis possibles pour les étiquettes
26993 \begin_inset Foot
26994 status collapsed
26995
26996 \begin_layout Plain Layout
26997 \begin_inset Quotes cld
26998 \end_inset
26999
27000 fig:
27001 \begin_inset Quotes crd
27002 \end_inset
27003
27004  est par exemple le raccourci \SpecialChar LyX
27005  pour les étiquettes dans les légendes de
27006  figures,.
27007 \end_layout
27008
27009 \end_inset
27010
27011  et n'est pas internationalisé.
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \begin_layout Subsection
27020 Nommage automatique des références croisées
27021 \begin_inset Index idx
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025 References@Références ! Nommage automatique
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Standard
27034 Le paquetage \SpecialChar LaTeX
27035  
27036 \series bold
27037 hyperref
27038 \series default
27039
27040 \begin_inset Index idx
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044 Paquetages \SpecialChar LaTeX
27045  ! hyperref
27046 \end_layout
27047
27048 \end_inset
27049
27050
27051 \series bold
27052
27053 \series default
27054 qui est activé dans la rubrique 
27055 \family sans
27056 Propriétés du PDF
27057 \family default
27058  de la fenêtre de dialogue 
27059 \family sans
27060 Paramètres du document
27061 \family default
27062  fournit une fonction très utile pour automatiser la création des références
27063  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
27064  une section).
27065  Par exemple pour vous éviter de devoir écrire le mot 
27066 \begin_inset Quotes cld
27067 \end_inset
27068
27069 Figure
27070 \begin_inset Quotes crd
27071 \end_inset
27072
27073  devant chaque référence à une figure.
27074  Pour profiter de ce nommage automatique des références croisées, vous devez
27075  activer 
27076 \series bold
27077 hyperref
27078 \series default
27079  et insérer la ligne suivante dans le préambule du document :
27080 \end_layout
27081
27082 \begin_layout Standard
27083
27084 \series bold
27085
27086 \backslash
27087 AtBeginDocument{
27088 \backslash
27089 renewcommand{
27090 \backslash
27091 ref}[1]{
27092 \backslash
27093 mbox{
27094 \backslash
27095 autoref{#1}}}}
27096 \end_layout
27097
27098 \begin_layout Standard
27099 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
27100  défaut, par exemple vous préférez le nom 
27101 \begin_inset Quotes cld
27102 \end_inset
27103
27104 sec.
27105 \begin_inset Quotes crd
27106 \end_inset
27107
27108  plutôt que 
27109 \begin_inset Quotes cld
27110 \end_inset
27111
27112 section
27113 \begin_inset Quotes crd
27114 \end_inset
27115
27116 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
27117 \end_layout
27118
27119 \begin_layout Standard
27120
27121 \series bold
27122
27123 \backslash
27124 addto
27125 \backslash
27126 extrasfrench{
27127 \backslash
27128 renewcommand{
27129 \backslash
27130 sectionautorefname}
27131 \begin_inset Newline newline
27132 \end_inset
27133
27134
27135 \begin_inset Phantom HPhantom
27136 status open
27137
27138 \begin_layout Plain Layout
27139
27140 \series bold
27141 \begin_inset space ~
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \end_inset
27148
27149 {sec.
27150 \backslash
27151 negthinspace}}
27152 \end_layout
27153
27154 \begin_layout Standard
27155 Si vous utilisez une autre langue que le français, remplacez 
27156 \series bold
27157
27158 \backslash
27159 extrasfrench
27160 \series default
27161  par 
27162 \series bold
27163
27164 \backslash
27165 extras***
27166 \series default
27167 , où *** est le nom de la langue que vous utilisez.
27168
27169 \series bold
27170  
27171 \end_layout
27172
27173 \begin_layout Standard
27174 Pour avoir des noms automatiques, mais pas pour certains types de références,
27175  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
27176 \end_layout
27177
27178 \begin_layout Standard
27179
27180 \series bold
27181
27182 \backslash
27183 addto
27184 \backslash
27185 extrasfrench{
27186 \backslash
27187 renewcommand*{
27188 \backslash
27189 equationautorefname}[1]{}}
27190 \end_layout
27191
27192 \begin_layout Standard
27193 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
27194  de 
27195 \series bold
27196 hyperref
27197 \series default
27198  
27199 \begin_inset CommandInset citation
27200 LatexCommand cite
27201 key "hyperref"
27202 literal "true"
27203
27204 \end_inset
27205
27206 .
27207 \end_layout
27208
27209 \begin_layout Standard
27210 \begin_inset Note Greyedout
27211 status open
27212
27213 \begin_layout Plain Layout
27214
27215 \series bold
27216 Note:
27217 \series default
27218  Le nommage automatique de références ne peut être utilisé si vous avez
27219  choisi le style de référence 
27220 \family sans
27221 Référence
27222 \begin_inset space ~
27223 \end_inset
27224
27225 mise
27226 \begin_inset space ~
27227 \end_inset
27228
27229 en
27230 \begin_inset space ~
27231 \end_inset
27232
27233 forme
27234 \family default
27235  décrit dans la section
27236 \begin_inset space ~
27237 \end_inset
27238
27239
27240 \begin_inset CommandInset ref
27241 LatexCommand ref
27242 reference "subsec:Formats-Références-Croisées"
27243
27244 \end_inset
27245
27246 .
27247 \end_layout
27248
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Standard
27255 Le manuel 
27256 \emph on
27257 Math
27258 \emph default
27259  est un exemple dans lequel on a utilisé le référencement automatique.
27260 \end_layout
27261
27262 \begin_layout Subsection
27263 Positionnement des références 
27264 \begin_inset CommandInset label
27265 LatexCommand label
27266 name "subsec:Reference-Position"
27267
27268 \end_inset
27269
27270
27271 \begin_inset Index idx
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 References@Références ! Positionnement
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Standard
27284 Si vous utilisez le paquetage 
27285 \series bold
27286 hyperref, 
27287 \series default
27288 qui est activé dans la rubrique 
27289 \family sans
27290 Propriétés du PDF
27291 \family default
27292  de la fenêtre de dialogue 
27293 \family sans
27294 Paramètres du document,
27295 \family default
27296  pour lier vos références croisées dans la sortie finale, vous verrez que
27297  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
27298  l'image.
27299  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
27300  pourrez voir l'image sans faire défiler le texte.
27301  Ce problème vient du fait que le point d'ancrage de la référence se situe
27302  à l'endroit de l'étiquette.
27303  En utilisant le paquetage \SpecialChar LaTeX
27304  
27305 \series bold
27306 hypcap
27307 \series default
27308
27309 \begin_inset Index idx
27310 status collapsed
27311
27312 \begin_layout Plain Layout
27313 Paquetages \SpecialChar LaTeX
27314  ! hypcap
27315 \end_layout
27316
27317 \end_inset
27318
27319 , qui fait partie du paquetage \SpecialChar LaTeX
27320  
27321 \series bold
27322 oberdiek
27323 \series default
27324
27325 \begin_inset Index idx
27326 status collapsed
27327
27328 \begin_layout Plain Layout
27329 Paquetages \SpecialChar LaTeX
27330  ! oberdiek
27331 \end_layout
27332
27333 \end_inset
27334
27335 , le point d'ancrage d'un lien est place en haut du flottant.
27336  Pour utiliser cette fonction avec les flottants de figure, chargez 
27337 \series bold
27338 hypcap
27339 \series default
27340  dans l'entête du document avec la ligne
27341 \end_layout
27342
27343 \begin_layout Standard
27344
27345 \series bold
27346
27347 \backslash
27348 usepackage[figure]{hypcap}
27349 \end_layout
27350
27351 \begin_layout Standard
27352 Vous pouvez aussi utiliser 
27353 \series bold
27354 hypcap
27355 \series default
27356  pour tous les types de flottants, mais ce n'est pas recommandé pour des
27357  raisons de stabilité.
27358  Pour plus d'information, jetez un coup d'œil au manuel d' 
27359 \series bold
27360 hypcap
27361 \series default
27362  
27363 \begin_inset CommandInset citation
27364 LatexCommand cite
27365 key "hypcap"
27366 literal "true"
27367
27368 \end_inset
27369
27370 .
27371 \end_layout
27372
27373 \begin_layout Standard
27374 \begin_inset Note Greyedout
27375 status open
27376
27377 \begin_layout Plain Layout
27378
27379 \series bold
27380 Note:
27381 \series default
27382  
27383 \series bold
27384 hypcap
27385 \series default
27386  n'a aucun effet pour les références à des sous-figures.
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Section
27395 Placement des flottants
27396 \begin_inset CommandInset label
27397 LatexCommand label
27398 name "sec:Placement-flottants"
27399
27400 \end_inset
27401
27402
27403 \begin_inset Index idx
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407 Flottants ! Placement
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Standard
27416 En faisant un clic droit sur la boîte d'un flottant et 
27417 \lang english
27418 clicking on 
27419 \family sans
27420 Settings
27421 \family default
27422 \lang french
27423  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
27424  paramètres de placement que \SpecialChar LaTeX
27425  utilise pour déterminer où placer le flottant.
27426 \begin_inset Newline newline
27427 \end_inset
27428
27429 L'option 
27430 \family sans
27431 Plusieurs
27432 \begin_inset space ~
27433 \end_inset
27434
27435 colonnes
27436 \family default
27437  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
27438  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
27439  confiné sur une seule colonne.
27440 \begin_inset Newline newline
27441 \end_inset
27442
27443 L'option 
27444 \family sans
27445 Rotation
27446 \begin_inset space ~
27447 \end_inset
27448
27449 90°
27450 \family default
27451  est utilisée pour faire tourner les flottants, voyez la section
27452 \begin_inset space ~
27453 \end_inset
27454
27455
27456 \begin_inset CommandInset ref
27457 LatexCommand ref
27458 reference "sec:Flottants-renversés"
27459
27460 \end_inset
27461
27462 .
27463 \end_layout
27464
27465 \begin_layout Standard
27466 En désactivant l'option 
27467 \family sans
27468 Utilise
27469 \begin_inset space ~
27470 \end_inset
27471
27472 le
27473 \begin_inset space ~
27474 \end_inset
27475
27476 placement
27477 \begin_inset space ~
27478 \end_inset
27479
27480 par
27481 \begin_inset space ~
27482 \end_inset
27483
27484 défaut
27485 \family default
27486  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
27487  le placement du flottant:
27488 \end_layout
27489
27490 \begin_layout Description
27491 Ici,
27492 \begin_inset space ~
27493 \end_inset
27494
27495 si
27496 \begin_inset space ~
27497 \end_inset
27498
27499 possible: essaie de placer le flottant à la position où il a été inséré
27500  dans \SpecialChar LyX
27501
27502 \end_layout
27503
27504 \begin_layout Description
27505 Haut
27506 \begin_inset space ~
27507 \end_inset
27508
27509 de
27510 \begin_inset space ~
27511 \end_inset
27512
27513 la
27514 \begin_inset space ~
27515 \end_inset
27516
27517 page: essaie de placer le flottant en haut de la page courante
27518 \end_layout
27519
27520 \begin_layout Description
27521 Bas
27522 \begin_inset space ~
27523 \end_inset
27524
27525 de
27526 \begin_inset space ~
27527 \end_inset
27528
27529 la
27530 \begin_inset space ~
27531 \end_inset
27532
27533 page: essaie de placer le flottant en bas de la page courante
27534 \end_layout
27535
27536 \begin_layout Description
27537 Page
27538 \begin_inset space ~
27539 \end_inset
27540
27541 de
27542 \begin_inset space ~
27543 \end_inset
27544
27545 flottants: essaie de placer le flottant sur une page à part, éventuellement
27546  avec d'autres flottants 
27547 \end_layout
27548
27549 \begin_layout Standard
27550 \SpecialChar LaTeX
27551  utilise
27552 \emph on
27553  toujours 
27554 \emph default
27555 les options dans l'ordre donné ci-dessus.
27556  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
27557  va d'abord
27558  essayer 
27559 \family sans
27560 Ici
27561 \begin_inset space ~
27562 \end_inset
27563
27564 si
27565 \begin_inset space ~
27566 \end_inset
27567
27568 possible
27569 \family default
27570 , ensuite 
27571 \family sans
27572 Haut
27573 \begin_inset space ~
27574 \end_inset
27575
27576 de
27577 \begin_inset space ~
27578 \end_inset
27579
27580 la
27581 \begin_inset space ~
27582 \end_inset
27583
27584 page
27585 \family default
27586 , et ainsi de suite.
27587  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
27588  va essayer les options
27589  que vous avez cochées, mais dans l'ordre donné ci-dessus.
27590  Si aucune des quatre options de placement n'est possible, la procédure
27591  est répétée avec la possibilité de mettre les flottant sur la page suivante.
27592 \end_layout
27593
27594 \begin_layout Standard
27595 Implicitement, chaque option a ses propres règles d'application:
27596 \end_layout
27597
27598 \begin_layout Standard
27599
27600 \family sans
27601 Haut
27602 \begin_inset space ~
27603 \end_inset
27604
27605 de
27606 \begin_inset space ~
27607 \end_inset
27608
27609 la
27610 \begin_inset space ~
27611 \end_inset
27612
27613 page
27614 \family default
27615  : seuls les flottants occupant moins de 70% de la page peuvent être placés
27616  en haut de page (
27617 \series bold
27618
27619 \backslash
27620 topfraction
27621 \series default
27622 ).
27623 \end_layout
27624
27625 \begin_layout Standard
27626
27627 \family sans
27628 Bas
27629 \begin_inset space ~
27630 \end_inset
27631
27632 de
27633 \begin_inset space ~
27634 \end_inset
27635
27636 la
27637 \begin_inset space ~
27638 \end_inset
27639
27640 page
27641 \family default
27642  : seuls les flottants occupant moins de 30% de la page peuvent être placés
27643  en bas de page (
27644 \series bold
27645
27646 \backslash
27647 bottomfraction
27648 \series default
27649 ).
27650 \end_layout
27651
27652 \begin_layout Standard
27653
27654 \family sans
27655 Page
27656 \begin_inset space ~
27657 \end_inset
27658
27659 de
27660 \begin_inset space ~
27661 \end_inset
27662
27663 flottants
27664 \family default
27665  : plusieurs flottants peuvent être placés ensembles sur une page seulement
27666  si ils occupent plus de 50% de celle-ci (
27667 \series bold
27668
27669 \backslash
27670 floatpagefraction
27671 \series default
27672 ).
27673 \end_layout
27674
27675 \begin_layout Standard
27676 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
27677  supplémentaire 
27678 \family sans
27679 Ignorer
27680 \begin_inset space ~
27681 \end_inset
27682
27683 les
27684 \begin_inset space ~
27685 \end_inset
27686
27687 règles
27688 \begin_inset space ~
27689 \end_inset
27690
27691 \SpecialChar LaTeX
27692
27693 \family default
27694 \lang english
27695 .
27696 \begin_inset Newline newline
27697 \end_inset
27698
27699
27700 \lang french
27701 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
27702  qui sont données
27703  entre parenthèses après les descriptions des règles données ci-dessus.
27704  Par exemple, pour augmenter à 50
27705 \begin_inset space \thinspace{}
27706 \end_inset
27707
27708 % la valeur de la règle de bas de page dont la valeur implicite est souvent
27709  trop petite, ajoutez cette ligne au préambule de votre document :
27710 \end_layout
27711
27712 \begin_layout Standard
27713
27714 \series bold
27715
27716 \backslash
27717 renewcommand{
27718 \backslash
27719 bottomfraction}{0.5}
27720 \end_layout
27721
27722 \begin_layout Standard
27723 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
27724  exactement à l'endroit où vous l'avez inséré.
27725  dans ce cas utilisez l'option 
27726 \family sans
27727 Ici
27728 \begin_inset space ~
27729 \end_inset
27730
27731 à
27732 \begin_inset space ~
27733 \end_inset
27734
27735 tout
27736 \begin_inset space ~
27737 \end_inset
27738
27739 Prix
27740 \family default
27741 .
27742  Utilisez cette option le moins souvent possible et seulement quand le document
27743  est presque prêt à être imprimé.
27744  En effet, le flottant n'est plus capable de 
27745 \begin_inset Quotes cld
27746 \end_inset
27747
27748 flotter
27749 \begin_inset Quotes crd
27750 \end_inset
27751
27752 , ce qui peut perturber toutes les mises en page.
27753 \end_layout
27754
27755 \begin_layout Standard
27756 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
27757  sont toujours entourés par le texte d'un paragraphe donné.
27758 \begin_inset VSpace bigskip
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Standard
27765 On peut parfois se trouver dans la situation où un flottant est placé en
27766  haut d'une page alors que la section concernée ne commence qu'au milieu
27767  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
27768  la section précédente.
27769  On peut utiliser la commande \SpecialChar LaTeX
27770  
27771 \series bold
27772
27773 \backslash
27774 suppressfloats
27775 \series default
27776  pour éviter ce cas.
27777  Elle empêche le placement d'un flottant donné dans la page dans laquelle
27778  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
27779  soit placé avant que la section commence.
27780  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
27781  votre document :
27782 \end_layout
27783
27784 \begin_layout Standard
27785
27786 \series bold
27787
27788 \backslash
27789 let
27790 \backslash
27791 mySection
27792 \backslash
27793 section
27794 \begin_inset Newline newline
27795 \end_inset
27796
27797
27798 \backslash
27799 renewcommand{
27800 \backslash
27801 section}{
27802 \backslash
27803 suppressfloats[t]
27804 \backslash
27805 mySection}
27806 \end_layout
27807
27808 \begin_layout Standard
27809 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
27810  comme les chapitres et les sous-sections.
27811  Il n'est pas recommandé d'utiliser cette définition avec des portions de
27812  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
27813  pourrait ensuite
27814  avoir du mal à trouver un positionnement correct.
27815 \end_layout
27816
27817 \begin_layout Standard
27818 \begin_inset VSpace bigskip
27819 \end_inset
27820
27821 Dans certains cas il est demandé de placer toutes les figures et tous les
27822  tableaux à la fin du document.
27823  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
27824  
27825 \series bold
27826 endfloat
27827 \series default
27828
27829 \begin_inset Index idx
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 Paquetages \SpecialChar LaTeX
27834  ! endfloat
27835 \end_layout
27836
27837 \end_inset
27838
27839  a été développé.
27840  Il met en effet tous les flottants de figures et de tableaux à la fin du
27841  document dans leurs propres sections.
27842  À la position d'origine du flottant, une indication textuelle du genre
27843  
27844 \begin_inset Quotes cld
27845 \end_inset
27846
27847
27848 \family sans
27849 [Figure
27850 \begin_inset space ~
27851 \end_inset
27852
27853 3.2 
27854 \lang english
27855 about here.
27856 \lang french
27857 ]
27858 \family default
27859
27860 \begin_inset Quotes crd
27861 \end_inset
27862
27863  est insérée.
27864  Le paquetage 
27865 \series bold
27866 endfloat
27867 \series default
27868  est chargé dans le préambule avec la ligne suivante 
27869 \end_layout
27870
27871 \begin_layout Standard
27872
27873 \series bold
27874
27875 \backslash
27876 usepackage[options]{endfloat}
27877 \end_layout
27878
27879 \begin_layout Standard
27880 Il y a aussi de nombreuses options de paquetage pour modifier le format
27881  des sections de figures ou de tableau qui sont créées.
27882  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
27883  
27884 \series bold
27885 endfloa
27886 \series default
27887
27888 \begin_inset CommandInset citation
27889 LatexCommand cite
27890 key "endfloat"
27891 literal "true"
27892
27893 \end_inset
27894
27895 .
27896 \begin_inset Newline newline
27897 \end_inset
27898
27899
27900 \begin_inset Note Greyedout
27901 status open
27902
27903 \begin_layout Plain Layout
27904
27905 \series bold
27906 Note: endfloat
27907 \series default
27908  ne fournit pas de traduction automatique de l'indication textuelle, vous
27909  devez donc le faire manuellement, voyez la section
27910 \begin_inset space ~
27911 \end_inset
27912
27913 4 de 
27914 \begin_inset CommandInset citation
27915 LatexCommand cite
27916 key "endfloat"
27917 literal "true"
27918
27919 \end_inset
27920
27921 .
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \begin_inset Newline newline
27928 \end_inset
27929
27930
27931 \begin_inset Note Greyedout
27932 status open
27933
27934 \begin_layout Plain Layout
27935
27936 \series bold
27937 Note:
27938 \series default
27939  Il y a actuellement un bug dans le paquetage 
27940 \series bold
27941 endfloat
27942 \series default
27943  quand la légende contient un 
27944 \begin_inset Quotes cld
27945 \end_inset
27946
27947 ß
27948 \begin_inset Quotes crd
27949 \end_inset
27950
27951  allemand.
27952  Utilisez dans ce cas la commande 
27953 \begin_inset Quotes cld
27954 \end_inset
27955
27956
27957 \series bold
27958
27959 \backslash
27960 ss
27961 \series default
27962
27963 \begin_inset Quotes crd
27964 \end_inset
27965
27966  en code \SpecialChar TeX
27967  à la place du 
27968 \begin_inset Quotes cld
27969 \end_inset
27970
27971 ß
27972 \begin_inset Quotes crd
27973 \end_inset
27974
27975 .
27976 \end_layout
27977
27978 \end_inset
27979
27980
27981 \end_layout
27982
27983 \begin_layout Standard
27984 \begin_inset VSpace bigskip
27985 \end_inset
27986
27987 Pour plus d'information sur les manières de placer les flottants, jetez
27988  un coup d'œil aux livres sur \SpecialChar LaTeX
27989
27990 \begin_inset CommandInset citation
27991 LatexCommand cite
27992 key "latexcompanion,latexguide,latexbook"
27993 literal "true"
27994
27995 \end_inset
27996
27997 .
27998 \end_layout
27999
28000 \begin_layout Section
28001 Rotation des flottants
28002 \begin_inset CommandInset label
28003 LatexCommand label
28004 name "sec:Flottants-renversés"
28005
28006 \end_inset
28007
28008
28009 \begin_inset Index idx
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013 Flottants ! Renversés
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Standard
28022 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
28023  tableaux très larges.
28024  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
28025  un clic droit sur la boîte du flottant et utilisez l'option 
28026 \family sans
28027 Rotation
28028 \begin_inset space ~
28029 \end_inset
28030
28031 90°
28032 \family default
28033 .
28034 \end_layout
28035
28036 \begin_layout Standard
28037 Les flottants pivotés sont systématiquement placés sur leur propre page
28038  (ou colonne, si vous avez un document sur deux colonnes).
28039  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
28040  
28041 \family sans
28042 Plusieurs
28043 \begin_inset space ~
28044 \end_inset
28045
28046 colonnes
28047 \family default
28048  dans les paramètres du flottant.
28049  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
28050  du côté de la marge externe.
28051  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
28052  ajouter soit l'option 
28053 \series bold
28054 figuresleft
28055 \series default
28056  soit l'option 
28057 \series bold
28058 figuresright
28059 \series default
28060  aux options de la classe de document.
28061 \end_layout
28062
28063 \begin_layout Standard
28064 Faire référence à un flottant pivoté se fait de la même manière que pour
28065  un flottant normal, la mise en forme de la légende est aussi identique
28066  : Le tableau
28067 \begin_inset space ~
28068 \end_inset
28069
28070
28071 \begin_inset CommandInset ref
28072 LatexCommand ref
28073 reference "tab:Tableau-pivoté"
28074
28075 \end_inset
28076
28077  est un exemple de flottant de tableau pivoté.
28078 \end_layout
28079
28080 \begin_layout Standard
28081 \begin_inset Note Greyedout
28082 status open
28083
28084 \begin_layout Plain Layout
28085
28086 \series bold
28087 Note:
28088 \series default
28089  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
28090  DVI.
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \begin_layout Standard
28099 \begin_inset Float table
28100 wide false
28101 sideways true
28102 status open
28103
28104 \begin_layout Plain Layout
28105 \begin_inset Caption Standard
28106
28107 \begin_layout Plain Layout
28108 \begin_inset CommandInset label
28109 LatexCommand label
28110 name "tab:Tableau-pivoté"
28111
28112 \end_inset
28113
28114  Tableau pivoté
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Plain Layout
28123 \align center
28124 \begin_inset Tabular
28125 <lyxtabular version="3" rows="1" columns="5">
28126 <features tabularvalignment="middle">
28127 <column alignment="center" valignment="top">
28128 <column alignment="center" valignment="top">
28129 <column alignment="center" valignment="top">
28130 <column alignment="center" valignment="top">
28131 <column alignment="center" valignment="top">
28132 <row>
28133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28134 \begin_inset Text
28135
28136 \begin_layout Plain Layout
28137 test
28138 \end_layout
28139
28140 \end_inset
28141 </cell>
28142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28143 \begin_inset Text
28144
28145 \begin_layout Plain Layout
28146 b
28147 \end_layout
28148
28149 \end_inset
28150 </cell>
28151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28152 \begin_inset Text
28153
28154 \begin_layout Plain Layout
28155 c
28156 \end_layout
28157
28158 \end_inset
28159 </cell>
28160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28161 \begin_inset Text
28162
28163 \begin_layout Plain Layout
28164 d
28165 \end_layout
28166
28167 \end_inset
28168 </cell>
28169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28170 \begin_inset Text
28171
28172 \begin_layout Plain Layout
28173 e
28174 \end_layout
28175
28176 \end_inset
28177 </cell>
28178 </row>
28179 </lyxtabular>
28180
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Section
28192 Sous-flottants
28193 \begin_inset Index idx
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 Flottants ! Sous-flottants
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Standard
28206 Un exemple de sous-flottant : une figure composée de plusieurs images.
28207  On les crée en insérant un flottant dans un flottant existant.
28208  Le positionnement des sous-flottants peut être contrôlé comme pour les
28209  paragraphes comme on le voit avec les tableaux
28210 \begin_inset space ~
28211 \end_inset
28212
28213
28214 \begin_inset CommandInset ref
28215 LatexCommand ref
28216 reference "tab:Deux-sous-tableaux-cote-a-cote"
28217
28218 \end_inset
28219
28220  et 
28221 \begin_inset CommandInset ref
28222 LatexCommand ref
28223 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
28224
28225 \end_inset
28226
28227 .
28228 \end_layout
28229
28230 \begin_layout Standard
28231 On fait référence à des sous-flottants comme on le ferait avec des flottants
28232  normaux : Les tableaux
28233 \begin_inset space ~
28234 \end_inset
28235
28236
28237 \begin_inset CommandInset ref
28238 LatexCommand ref
28239 reference "tab:Le-sous-tableau-a"
28240
28241 \end_inset
28242
28243  et 
28244 \begin_inset CommandInset ref
28245 LatexCommand ref
28246 reference "tab:Le-sous-tableau-b"
28247
28248 \end_inset
28249
28250  sont des sous-tableaux du tableau
28251 \begin_inset space ~
28252 \end_inset
28253
28254
28255 \begin_inset CommandInset ref
28256 LatexCommand ref
28257 reference "tab:Deux-sous-tableaux-cote-a-cote"
28258
28259 \end_inset
28260
28261 .
28262 \end_layout
28263
28264 \begin_layout Standard
28265 \begin_inset Float table
28266 wide false
28267 sideways false
28268 status open
28269
28270 \begin_layout Plain Layout
28271 \begin_inset Caption Standard
28272
28273 \begin_layout Plain Layout
28274 \begin_inset CommandInset label
28275 LatexCommand label
28276 name "tab:Deux-sous-tableaux-cote-a-cote"
28277
28278 \end_inset
28279
28280 Deux sous-tableaux placés côte-à-côte.
28281 \end_layout
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \begin_layout Plain Layout
28289 \align center
28290 \begin_inset space \hfill{}
28291 \end_inset
28292
28293
28294 \begin_inset Float table
28295 wide false
28296 sideways false
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 \begin_inset Caption Standard
28301
28302 \begin_layout Plain Layout
28303 \begin_inset CommandInset label
28304 LatexCommand label
28305 name "tab:Le-sous-tableau-a"
28306
28307 \end_inset
28308
28309 Le sous-tableau a
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \end_layout
28316
28317 \begin_layout Plain Layout
28318 \align center
28319 \begin_inset Tabular
28320 <lyxtabular version="3" rows="1" columns="5">
28321 <features tabularvalignment="middle">
28322 <column alignment="center" valignment="top">
28323 <column alignment="center" valignment="top">
28324 <column alignment="center" valignment="top">
28325 <column alignment="center" valignment="top">
28326 <column alignment="center" valignment="top">
28327 <row>
28328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28329 \begin_inset Text
28330
28331 \begin_layout Plain Layout
28332 test
28333 \end_layout
28334
28335 \end_inset
28336 </cell>
28337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28338 \begin_inset Text
28339
28340 \begin_layout Plain Layout
28341 b
28342 \end_layout
28343
28344 \end_inset
28345 </cell>
28346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28347 \begin_inset Text
28348
28349 \begin_layout Plain Layout
28350 c
28351 \end_layout
28352
28353 \end_inset
28354 </cell>
28355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28356 \begin_inset Text
28357
28358 \begin_layout Plain Layout
28359 d
28360 \end_layout
28361
28362 \end_inset
28363 </cell>
28364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28365 \begin_inset Text
28366
28367 \begin_layout Plain Layout
28368 e
28369 \end_layout
28370
28371 \end_inset
28372 </cell>
28373 </row>
28374 </lyxtabular>
28375
28376 \end_inset
28377
28378
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \begin_inset space \hfill{}
28385 \end_inset
28386
28387
28388 \begin_inset Float table
28389 wide false
28390 sideways false
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394 \begin_inset Caption Standard
28395
28396 \begin_layout Plain Layout
28397 \begin_inset CommandInset label
28398 LatexCommand label
28399 name "tab:Le-sous-tableau-b"
28400
28401 \end_inset
28402
28403 Le sous-tableau b.
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Plain Layout
28412 \align center
28413 \begin_inset Tabular
28414 <lyxtabular version="3" rows="1" columns="5">
28415 <features tabularvalignment="middle">
28416 <column alignment="center" valignment="top">
28417 <column alignment="center" valignment="top">
28418 <column alignment="center" valignment="top">
28419 <column alignment="center" valignment="top">
28420 <column alignment="center" valignment="top">
28421 <row>
28422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28423 \begin_inset Text
28424
28425 \begin_layout Plain Layout
28426 e
28427 \end_layout
28428
28429 \end_inset
28430 </cell>
28431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28432 \begin_inset Text
28433
28434 \begin_layout Plain Layout
28435 d
28436 \end_layout
28437
28438 \end_inset
28439 </cell>
28440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28441 \begin_inset Text
28442
28443 \begin_layout Plain Layout
28444 c
28445 \end_layout
28446
28447 \end_inset
28448 </cell>
28449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28450 \begin_inset Text
28451
28452 \begin_layout Plain Layout
28453 b
28454 \end_layout
28455
28456 \end_inset
28457 </cell>
28458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28459 \begin_inset Text
28460
28461 \begin_layout Plain Layout
28462 test
28463 \end_layout
28464
28465 \end_inset
28466 </cell>
28467 </row>
28468 </lyxtabular>
28469
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \begin_inset space \hfill{}
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Standard
28490 \begin_inset Float table
28491 wide false
28492 sideways false
28493 status open
28494
28495 \begin_layout Plain Layout
28496 \begin_inset Caption Standard
28497
28498 \begin_layout Plain Layout
28499 \begin_inset CommandInset label
28500 LatexCommand label
28501 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
28502
28503 \end_inset
28504
28505 Deux sous-tableaux placés l'un sur l'autre.
28506  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \begin_layout Plain Layout
28515 \align center
28516 \begin_inset Float table
28517 wide false
28518 sideways false
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522 \begin_inset Caption Standard
28523
28524 \begin_layout Plain Layout
28525
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \begin_layout Plain Layout
28534 \align center
28535 \begin_inset Tabular
28536 <lyxtabular version="3" rows="1" columns="4">
28537 <features tabularvalignment="middle">
28538 <column alignment="center" valignment="top">
28539 <column alignment="center" valignment="top">
28540 <column alignment="center" valignment="top">
28541 <column alignment="center" valignment="top">
28542 <row>
28543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28544 \begin_inset Text
28545
28546 \begin_layout Plain Layout
28547 test
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556 test
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 test
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574 test
28575 \end_layout
28576
28577 \end_inset
28578 </cell>
28579 </row>
28580 </lyxtabular>
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Plain Layout
28593 \align center
28594 \begin_inset Float table
28595 wide false
28596 sideways false
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600 \begin_inset Caption Standard
28601
28602 \begin_layout Plain Layout
28603
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \begin_layout Plain Layout
28612 \align center
28613 \begin_inset Tabular
28614 <lyxtabular version="3" rows="1" columns="5">
28615 <features tabularvalignment="middle">
28616 <column alignment="center" valignment="top">
28617 <column alignment="center" valignment="top">
28618 <column alignment="center" valignment="top">
28619 <column alignment="center" valignment="top">
28620 <column alignment="center" valignment="top">
28621 <row>
28622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28623 \begin_inset Text
28624
28625 \begin_layout Plain Layout
28626 a
28627 \end_layout
28628
28629 \end_inset
28630 </cell>
28631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28632 \begin_inset Text
28633
28634 \begin_layout Plain Layout
28635 b
28636 \end_layout
28637
28638 \end_inset
28639 </cell>
28640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644 c
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28650 \begin_inset Text
28651
28652 \begin_layout Plain Layout
28653 d
28654 \end_layout
28655
28656 \end_inset
28657 </cell>
28658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28659 \begin_inset Text
28660
28661 \begin_layout Plain Layout
28662 e
28663 \end_layout
28664
28665 \end_inset
28666 </cell>
28667 </row>
28668 </lyxtabular>
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \end_inset
28676
28677
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \begin_layout Section
28686 Flottants côte-à-côte
28687 \begin_inset Index idx
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691 Flottants ! côte-à-côte
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \end_layout
28698
28699 \begin_layout Standard
28700 Pour placer des flottants côte-à-côte, comme pour la figure
28701 \begin_inset space ~
28702 \end_inset
28703
28704
28705 \begin_inset CommandInset ref
28706 LatexCommand ref
28707 reference "fig:Flottant-gauche"
28708
28709 \end_inset
28710
28711  et 
28712 \begin_inset CommandInset ref
28713 LatexCommand ref
28714 reference "fig:Flottant-droit"
28715
28716 \end_inset
28717
28718 , on n'utilise 
28719 \emph on
28720 qu'un seul 
28721 \emph default
28722 flottant.
28723  On y insère deux boîtes de minipages.
28724 \begin_inset Foot
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728 Les minipages sont décrites dans la section
28729 \begin_inset space ~
28730 \end_inset
28731
28732
28733 \begin_inset CommandInset ref
28734 LatexCommand ref
28735 reference "sec:Minipages"
28736
28737 \end_inset
28738
28739 .
28740 \end_layout
28741
28742 \end_inset
28743
28744  La largeur est mise à 45
28745 \begin_inset space \thinspace{}
28746 \end_inset
28747
28748 -50
28749 \begin_inset space \thinspace{}
28750 \end_inset
28751
28752 column% et l'alignement de la boîte à 
28753 \family sans
28754 Bas
28755 \family default
28756  pour chaque minipage.
28757  Les boîtes minipages contiennent l'image et la légende exactement comme
28758  avec un flottant.
28759  La seule différence est que l'unité de longueur 
28760 \family sans
28761 Largeur
28762 \begin_inset space ~
28763 \end_inset
28764
28765 colonne
28766 \begin_inset space ~
28767 \end_inset
28768
28769 %
28770 \family default
28771  utilisée pour l'image est maintenant définie par rapport à la largeur des
28772  boîtes minipages.
28773 \end_layout
28774
28775 \begin_layout Standard
28776 \begin_inset Float figure
28777 wide false
28778 sideways false
28779 status open
28780
28781 \begin_layout Plain Layout
28782 \begin_inset Box Frameless
28783 position "b"
28784 hor_pos "c"
28785 has_inner_box 1
28786 inner_pos "t"
28787 use_parbox 0
28788 use_makebox 0
28789 width "45col%"
28790 special "none"
28791 height "1in"
28792 height_special "totalheight"
28793 thickness "0.4pt"
28794 separation "3pt"
28795 shadowsize "4pt"
28796 framecolor "black"
28797 backgroundcolor "none"
28798 status open
28799
28800 \begin_layout Plain Layout
28801 \align center
28802 \begin_inset Graphics
28803         filename ../clipart/2D-intensity-plot.pdf
28804         width 100col%
28805         scaleBeforeRotation
28806
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \begin_layout Plain Layout
28813 \begin_inset Caption Standard
28814
28815 \begin_layout Plain Layout
28816 \begin_inset CommandInset label
28817 LatexCommand label
28818 name "fig:Flottant-gauche"
28819
28820 \end_inset
28821
28822 Flottant du côté gauche.
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \begin_inset space \hfill{}
28834 \end_inset
28835
28836
28837 \begin_inset Box Frameless
28838 position "b"
28839 hor_pos "c"
28840 has_inner_box 1
28841 inner_pos "t"
28842 use_parbox 0
28843 use_makebox 0
28844 width "45col%"
28845 special "none"
28846 height "1in"
28847 height_special "totalheight"
28848 thickness "0.4pt"
28849 separation "3pt"
28850 shadowsize "4pt"
28851 framecolor "black"
28852 backgroundcolor "none"
28853 status open
28854
28855 \begin_layout Plain Layout
28856 \align center
28857 \begin_inset Graphics
28858         filename ../clipart/Star-structure.pdf
28859         width 100col%
28860         scaleBeforeRotation
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Plain Layout
28868 \begin_inset Caption Standard
28869
28870 \begin_layout Plain Layout
28871 \begin_inset CommandInset label
28872 LatexCommand label
28873 name "fig:Flottant-droit"
28874
28875 \end_inset
28876
28877 Flottant du côté droit.
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Standard
28896 Une solution alternative plus simple consiste à utiliser le module 
28897 \family sans
28898 Minipages à largeur variable
28899 \family default
28900 , voir la section
28901 \begin_inset space \thinspace{}
28902 \end_inset
28903
28904
28905 \begin_inset CommandInset ref
28906 LatexCommand ref
28907 reference "sec:Minipages"
28908
28909 \end_inset
28910
28911 .
28912  Les minipages à largeur variable s’adaptent automatiquement à la largeur
28913  des figures et des tableaux.
28914  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
28915  améliorent l'alignement horizontal des figures.
28916  Le fichier du répertoire des exemples 
28917 \emph on
28918 varwidth-floats-side-by-side
28919 \emph default
28920  donnes des exemples d'utilisation du module.
28921 \end_layout
28922
28923 \begin_layout Section
28924 Mise en forme de la légende
28925 \begin_inset Index idx
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929 Légende ! Mise en forme
28930 \end_layout
28931
28932 \end_inset
28933
28934
28935 \begin_inset Index idx
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939 Flottants ! Mise en forme de la Légende
28940 \end_layout
28941
28942 \end_inset
28943
28944
28945 \begin_inset CommandInset label
28946 LatexCommand label
28947 name "sec:Formatage-légende"
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Standard
28955 L'environnement 
28956 \family sans
28957 Légende
28958 \family default
28959  est l'environnement de paragraphe implicite pour les 
28960 \family sans
28961 flottants
28962 \family default
28963 .
28964  Dans la fenêtre de \SpecialChar LyX
28965  les légendes apparaissent comme une étiquette comme
28966  par exemple 
28967 \begin_inset Quotes cld
28968 \end_inset
28969
28970
28971 \family sans
28972 Figure #:
28973 \family default
28974
28975 \begin_inset Quotes crd
28976 \end_inset
28977
28978  suivi par le texte de la légende.
28979  Le 
28980 \begin_inset Quotes cld
28981 \end_inset
28982
28983 #
28984 \begin_inset Quotes crd
28985 \end_inset
28986
28987  étant remplacé par le numéro de référence réel.
28988  implicitement l'étiquette et le numéro sont dans la même police de caractères
28989  que le texte de la légende et deux points suivent le numéro pour séparer
28990  l'étiquette du texte.
28991  Ce format de légende n'est pas forcément adapté à tous les types de documents.
28992 \end_layout
28993
28994 \begin_layout Standard
28995 Pour modifier le format implicite des légendes, il faut charger le paquetage
28996  \SpecialChar LaTeX
28997  
28998 \series bold
28999 caption
29000 \series default
29001
29002 \begin_inset Index idx
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 Paquetages \SpecialChar LaTeX
29007  ! caption
29008 \end_layout
29009
29010 \end_inset
29011
29012  dans le préambule de votre document avec la ligne suivante :
29013 \end_layout
29014
29015 \begin_layout Standard
29016
29017 \series bold
29018
29019 \backslash
29020 usepackage[format definition]{caption}
29021 \end_layout
29022
29023 \begin_layout Standard
29024 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
29025  grasse et les légendes de tableau toujours au dessus des tableaux, comme
29026  dans ce document, utilisez les commandes suivantes :
29027 \end_layout
29028
29029 \begin_layout Standard
29030
29031 \series bold
29032
29033 \backslash
29034 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
29035 \end_layout
29036
29037 \begin_layout Standard
29038 Vous pouvez aussi définir des formats de légendes différents pour les différents
29039  types de flottants.
29040  Dans ce cas chargez le paquetage 
29041 \series bold
29042 caption 
29043 \series default
29044 sans option de format spécifique et définissez les différents formats à
29045  l'aide de la commande 
29046 \end_layout
29047
29048 \begin_layout Standard
29049
29050 \series bold
29051
29052 \backslash
29053 captionsetup[type de flottant]{définition du format}
29054 \end_layout
29055
29056 \begin_layout Standard
29057 dans le préambule du document.
29058  Par exemple les formats de légende de la Figure
29059 \begin_inset space ~
29060 \end_inset
29061
29062
29063 \begin_inset CommandInset ref
29064 LatexCommand ref
29065 reference "fig:Legende-de-fig"
29066
29067 \end_inset
29068
29069  et du Tableau
29070 \begin_inset space ~
29071 \end_inset
29072
29073
29074 \begin_inset CommandInset ref
29075 LatexCommand ref
29076 reference "tab:Légende-de-tab"
29077
29078 \end_inset
29079
29080  peuvent être créés en utilisant les commandes suivantes dans le préambule
29081  :
29082 \end_layout
29083
29084 \begin_layout Standard
29085
29086 \series bold
29087
29088 \backslash
29089 usepackage[tableposition=top]{caption}
29090 \series default
29091
29092 \begin_inset Newline newline
29093 \end_inset
29094
29095
29096 \series bold
29097
29098 \backslash
29099 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
29100 \begin_inset Newline newline
29101 \end_inset
29102
29103
29104 \begin_inset Phantom HPhantom
29105 status open
29106
29107 \begin_layout Plain Layout
29108
29109 \series bold
29110
29111 \backslash
29112 captionsetup[figure]{
29113 \end_layout
29114
29115 \end_inset
29116
29117 labelsep=period}
29118 \begin_inset Newline newline
29119 \end_inset
29120
29121
29122 \backslash
29123 captionsetup[table]{labelfont={bf,sf}}
29124 \end_layout
29125
29126 \begin_layout Standard
29127 \begin_inset Note Greyedout
29128 status open
29129
29130 \begin_layout Plain Layout
29131
29132 \series bold
29133 Note:
29134 \series default
29135  L'option 
29136 \series bold
29137 tableposition=top
29138 \series default
29139  n'a pas d'effet quand on utilise un document de classe 
29140 \series bold
29141 KOMA-Script
29142 \series default
29143
29144 \begin_inset Index idx
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148 Paquetages \SpecialChar LaTeX
29149  ! KOMA-Script
29150 \end_layout
29151
29152 \end_inset
29153
29154 .
29155  Dans ce cas on doit utiliser l'option 
29156 \series bold
29157 captions=tableheading
29158 \series default
29159  de la classe de document.
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Standard
29168 Pour plus d'information sur le paquetage 
29169 \series bold
29170 caption
29171 \series default
29172  nous vous renvoyons à sa documentation 
29173 \begin_inset CommandInset citation
29174 LatexCommand cite
29175 key "caption"
29176 literal "true"
29177
29178 \end_inset
29179
29180 .
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Pour changer le nom de l'étiquette, par exemple de 
29185 \begin_inset Quotes cld
29186 \end_inset
29187
29188 Figure
29189 \begin_inset Quotes crd
29190 \end_inset
29191
29192  à 
29193 \begin_inset Quotes cld
29194 \end_inset
29195
29196 Image
29197 \begin_inset Quotes crd
29198 \end_inset
29199
29200 , utilisez la commande suivante dans le préambule :
29201 \end_layout
29202
29203 \begin_layout Standard
29204
29205 \series bold
29206
29207 \backslash
29208 renewcommand{
29209 \backslash
29210 fnum@figure}{Image~
29211 \backslash
29212 thefigure}
29213 \end_layout
29214
29215 \begin_layout Standard
29216 où 
29217 \series bold
29218
29219 \backslash
29220 thefigure
29221 \series default
29222  insère le numéro de la figure et
29223 \series bold
29224  
29225 \begin_inset Quotes cld
29226 \end_inset
29227
29228 ~
29229 \series default
29230
29231 \begin_inset Quotes crd
29232 \end_inset
29233
29234  ajoute une espace insécable.
29235 \end_layout
29236
29237 \begin_layout Standard
29238 \begin_inset VSpace bigskip
29239 \end_inset
29240
29241 Si vous utilisez un document de classe 
29242 \series bold
29243 KOMA-Script
29244 \series default
29245
29246 \begin_inset Index idx
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250 Paquetages \SpecialChar LaTeX
29251  ! KOMA-Script
29252 \end_layout
29253
29254 \end_inset
29255
29256  (
29257 \family sans
29258 article (KOMA-Script)
29259 \family default
29260
29261 \family sans
29262 book (KOMA-Script)
29263 \family default
29264
29265 \family sans
29266 letter (KOMA-Script)
29267 \family default
29268 , ou 
29269 \family sans
29270 report (KOMA-Script)
29271 \family default
29272
29273 \begin_inset space \thinspace{}
29274 \end_inset
29275
29276 ), Vous pouvez utiliser la commande incorporée 
29277 \series bold
29278
29279 \backslash
29280 setkomafont 
29281 \series default
29282 du paquetage
29283 \series bold
29284  KOMA-Script 
29285 \series default
29286 à la place du paquetage
29287 \series bold
29288  caption.
29289  
29290 \series default
29291 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
29292  suivante au préambule de votre document :
29293 \end_layout
29294
29295 \begin_layout Standard
29296
29297 \series bold
29298
29299 \backslash
29300 setkomafont{captionlabel}{
29301 \backslash
29302 bfseries}
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Pour plus d'information au sujet de 
29307 \series bold
29308
29309 \backslash
29310 setkomafont
29311 \series default
29312  nous vous renvoyons à la documentation du paquetage 
29313 \series bold
29314 KOMA-Script
29315 \series default
29316  
29317 \begin_inset CommandInset citation
29318 LatexCommand cite
29319 key "KOMA-Script"
29320 literal "true"
29321
29322 \end_inset
29323
29324 .
29325 \end_layout
29326
29327 \begin_layout Standard
29328 \begin_inset ERT
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332
29333
29334 \backslash
29335 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29336 }
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \begin_inset Note Note
29343 status open
29344
29345 \begin_layout Plain Layout
29346 Le format de la légende n'est modifié que pour cet exemple.
29347 \end_layout
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 \begin_inset Float figure
29356 placement !p
29357 wide false
29358 sideways false
29359 status open
29360
29361 \begin_layout Plain Layout
29362 \align center
29363 \begin_inset Graphics
29364         filename ../clipart/2D-intensity-plot.pdf
29365         scaleBeforeRotation
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Plain Layout
29373 \begin_inset Caption Standard
29374
29375 \begin_layout Plain Layout
29376 \begin_inset CommandInset label
29377 LatexCommand label
29378 name "fig:Legende-de-fig"
29379
29380 \end_inset
29381
29382 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
29383  pour montrer les différents types de formats de légendes.
29384  Ici on a utilisé un format de légende personnalisé.
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403
29404 \backslash
29405 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29406 on}
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Standard
29415 \begin_inset Float table
29416 placement !p
29417 wide false
29418 sideways false
29419 status open
29420
29421 \begin_layout Plain Layout
29422 \begin_inset Caption Standard
29423
29424 \begin_layout Plain Layout
29425 \begin_inset CommandInset label
29426 LatexCommand label
29427 name "tab:Légende-de-tab"
29428
29429 \end_inset
29430
29431 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
29432  pour montrer les différents types de formats de légendes.
29433  Ici on a utilisé le format de légende implicite.
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Plain Layout
29442 \align center
29443 \begin_inset Tabular
29444 <lyxtabular version="3" rows="1" columns="5">
29445 <features tabularvalignment="middle">
29446 <column alignment="center" valignment="top">
29447 <column alignment="center" valignment="top">
29448 <column alignment="center" valignment="top">
29449 <column alignment="center" valignment="top">
29450 <column alignment="center" valignment="top">
29451 <row>
29452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29453 \begin_inset Text
29454
29455 \begin_layout Plain Layout
29456 a
29457 \end_layout
29458
29459 \end_inset
29460 </cell>
29461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29462 \begin_inset Text
29463
29464 \begin_layout Plain Layout
29465 b
29466 \end_layout
29467
29468 \end_inset
29469 </cell>
29470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29471 \begin_inset Text
29472
29473 \begin_layout Plain Layout
29474 c
29475 \end_layout
29476
29477 \end_inset
29478 </cell>
29479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29480 \begin_inset Text
29481
29482 \begin_layout Plain Layout
29483 d
29484 \end_layout
29485
29486 \end_inset
29487 </cell>
29488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29489 \begin_inset Text
29490
29491 \begin_layout Plain Layout
29492 e
29493 \end_layout
29494
29495 \end_inset
29496 </cell>
29497 </row>
29498 </lyxtabular>
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Section
29511 Positionnement de la Légende
29512 \begin_inset Index idx
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Légende ! Placement
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \begin_inset Index idx
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526 Flottants ! Placement de la légende
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \begin_inset CommandInset label
29533 LatexCommand label
29534 name "sec:Placement-légende"
29535
29536 \end_inset
29537
29538
29539 \end_layout
29540
29541 \begin_layout Standard
29542 La règle habituelle pour placer la légende est :
29543 \end_layout
29544
29545 \begin_layout Description
29546 Figure
29547 \begin_inset space ~
29548 \end_inset
29549
29550 : La légende est placée en dessous de la figure
29551 \end_layout
29552
29553 \begin_layout Description
29554 Tableau
29555 \begin_inset space ~
29556 \end_inset
29557
29558 : La légende est placée au dessus du tableau
29559 \end_layout
29560
29561 \begin_layout Standard
29562 Malheureusement les classes standard de \SpecialChar LaTeX
29563  ne gèrent pas les légendes au dessus
29564  des tableaux.
29565  Ce qui fait que si vous utilisez une des classes de document 
29566 \family sans
29567 article
29568 \family default
29569
29570 \family sans
29571 book
29572 \family default
29573
29574 \family sans
29575 letter
29576 \family default
29577 , ou 
29578 \family sans
29579 report
29580 \family default
29581  il n'y aura pas d'espace libre entre la légende et le tableau.
29582  Pour insérer l'espace nécessaire, 
29583 \lang english
29584 load
29585 \lang french
29586  le paquetage \SpecialChar LaTeX
29587  
29588 \series bold
29589 caption
29590 \series default
29591
29592 \begin_inset Index idx
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596 Paquetages \SpecialChar LaTeX
29597  ! caption
29598 \end_layout
29599
29600 \end_inset
29601
29602  dans le préambule de votre document avec l'option
29603 \begin_inset Foot
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607 Voir la section
29608 \begin_inset space ~
29609 \end_inset
29610
29611
29612 \begin_inset CommandInset ref
29613 LatexCommand ref
29614 reference "sec:Formatage-légende"
29615
29616 \end_inset
29617
29618  pour plus d'information sur le paquetage 
29619 \series bold
29620 caption
29621 \series default
29622 .
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631
29632 \series bold
29633 tableposition=top
29634 \end_layout
29635
29636 \begin_layout Standard
29637 Si vous utilisez une classe de document 
29638 \series bold
29639 KOMA-Script
29640 \series default
29641
29642 \begin_inset Index idx
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646 Paquetages \SpecialChar LaTeX
29647  ! KOMA-Script
29648 \end_layout
29649
29650 \end_inset
29651
29652  (
29653 \family sans
29654 article (KOMA-Script)
29655 \family default
29656
29657 \family sans
29658 book (KOMA-Script)
29659 \family default
29660
29661 \family sans
29662 letter (KOMA-Script)
29663 \family default
29664 , ou 
29665 \family sans
29666 report (KOMA-Script)
29667 \family default
29668
29669 \begin_inset space \thinspace{}
29670 \end_inset
29671
29672 ), vous pouvez utiliser à la place du paquetage 
29673 \series bold
29674 caption
29675 \series default
29676  l'option
29677 \end_layout
29678
29679 \begin_layout Standard
29680
29681 \series bold
29682 captions=tableheading
29683 \end_layout
29684
29685 \begin_layout Standard
29686 de la classe de document.
29687 \begin_inset Foot
29688 status open
29689
29690 \begin_layout Plain Layout
29691 Cette option est utilisée dans le document
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \begin_layout Standard
29700 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
29701  le menu contextuel dans une légende avec un clic droit et indiquer si la
29702  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
29703  Vous pouvez de cette façon écraser le réglage global de placement des légendes
29704  pour certaines d'entre elles.
29705  Le tableau
29706 \begin_inset space ~
29707 \end_inset
29708
29709
29710 \begin_inset CommandInset ref
29711 LatexCommand ref
29712 reference "tab:A-caption-marked"
29713
29714 \end_inset
29715
29716  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
29717  alors qu'elle est insérée au-dessus.
29718  Par comparaison, la légende du tableau
29719 \begin_inset space ~
29720 \end_inset
29721
29722
29723 \begin_inset CommandInset ref
29724 LatexCommand ref
29725 reference "tab:A-standard-table"
29726
29727 \end_inset
29728
29729  n'est pas repositionnée.
29730 \end_layout
29731
29732 \begin_layout Standard
29733 \begin_inset Float table
29734 wide false
29735 sideways false
29736 status open
29737
29738 \begin_layout Plain Layout
29739 \begin_inset Caption Below
29740
29741 \begin_layout Plain Layout
29742 \begin_inset CommandInset label
29743 LatexCommand label
29744 name "tab:A-caption-marked"
29745
29746 \end_inset
29747
29748 Une légende positionnée sous le tableau par le menu contextuel
29749 \lang english
29750 .
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \begin_layout Plain Layout
29759 \align center
29760 \begin_inset Tabular
29761 <lyxtabular version="3" rows="3" columns="3">
29762 <features tabularvalignment="middle">
29763 <column alignment="center" valignment="top" width="0pt">
29764 <column alignment="center" valignment="top" width="0pt">
29765 <column alignment="center" valignment="top" width="0pt">
29766 <row>
29767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29768 \begin_inset Text
29769
29770 \begin_layout Plain Layout
29771 1
29772 \end_layout
29773
29774 \end_inset
29775 </cell>
29776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29777 \begin_inset Text
29778
29779 \begin_layout Plain Layout
29780 2
29781 \end_layout
29782
29783 \end_inset
29784 </cell>
29785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29786 \begin_inset Text
29787
29788 \begin_layout Plain Layout
29789 3
29790 \end_layout
29791
29792 \end_inset
29793 </cell>
29794 </row>
29795 <row>
29796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29797 \begin_inset Text
29798
29799 \begin_layout Plain Layout
29800 Jean
29801 \end_layout
29802
29803 \end_inset
29804 </cell>
29805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29806 \begin_inset Text
29807
29808 \begin_layout Plain Layout
29809 Marie
29810 \end_layout
29811
29812 \end_inset
29813 </cell>
29814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29815 \begin_inset Text
29816
29817 \begin_layout Plain Layout
29818 Pierre
29819 \end_layout
29820
29821 \end_inset
29822 </cell>
29823 </row>
29824 <row>
29825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29826 \begin_inset Text
29827
29828 \begin_layout Plain Layout
29829 \begin_inset Formula $\int x^{2}dx$
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \end_inset
29836 </cell>
29837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29838 \begin_inset Text
29839
29840 \begin_layout Plain Layout
29841 \begin_inset Formula $\left[\begin{array}{cc}
29842 a & b\\
29843 c & d
29844 \end{array}\right]$
29845 \end_inset
29846
29847
29848 \end_layout
29849
29850 \end_inset
29851 </cell>
29852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29853 \begin_inset Text
29854
29855 \begin_layout Plain Layout
29856 \begin_inset Formula $1+1=2$
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \end_inset
29863 </cell>
29864 </row>
29865 </lyxtabular>
29866
29867 \end_inset
29868
29869
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Standard
29878 \begin_inset Float table
29879 wide false
29880 sideways false
29881 status open
29882
29883 \begin_layout Plain Layout
29884 \begin_inset Caption Standard
29885
29886 \begin_layout Plain Layout
29887 \begin_inset CommandInset label
29888 LatexCommand label
29889 name "tab:A-standard-table"
29890
29891 \end_inset
29892
29893 Une légende de tableau standard
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \end_layout
29900
29901 \begin_layout Plain Layout
29902 \align center
29903 \begin_inset Tabular
29904 <lyxtabular version="3" rows="3" columns="3">
29905 <features tabularvalignment="middle">
29906 <column alignment="center" valignment="top" width="0pt">
29907 <column alignment="center" valignment="top" width="0pt">
29908 <column alignment="center" valignment="top" width="0pt">
29909 <row>
29910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29911 \begin_inset Text
29912
29913 \begin_layout Plain Layout
29914 1
29915 \end_layout
29916
29917 \end_inset
29918 </cell>
29919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29920 \begin_inset Text
29921
29922 \begin_layout Plain Layout
29923 2
29924 \end_layout
29925
29926 \end_inset
29927 </cell>
29928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29929 \begin_inset Text
29930
29931 \begin_layout Plain Layout
29932 3
29933 \end_layout
29934
29935 \end_inset
29936 </cell>
29937 </row>
29938 <row>
29939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29940 \begin_inset Text
29941
29942 \begin_layout Plain Layout
29943 Jean
29944 \end_layout
29945
29946 \end_inset
29947 </cell>
29948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29949 \begin_inset Text
29950
29951 \begin_layout Plain Layout
29952 Marie
29953 \end_layout
29954
29955 \end_inset
29956 </cell>
29957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29958 \begin_inset Text
29959
29960 \begin_layout Plain Layout
29961 Pierre
29962 \end_layout
29963
29964 \end_inset
29965 </cell>
29966 </row>
29967 <row>
29968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29969 \begin_inset Text
29970
29971 \begin_layout Plain Layout
29972 \begin_inset Formula $\int x^{2}dx$
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \end_inset
29979 </cell>
29980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29981 \begin_inset Text
29982
29983 \begin_layout Plain Layout
29984 \begin_inset Formula $\left[\begin{array}{cc}
29985 a & b\\
29986 c & d
29987 \end{array}\right]$
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \end_inset
29994 </cell>
29995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29996 \begin_inset Text
29997
29998 \begin_layout Plain Layout
29999 \begin_inset Formula $1+1=2$
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \end_inset
30006 </cell>
30007 </row>
30008 </lyxtabular>
30009
30010 \end_inset
30011
30012
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \end_layout
30019
30020 \begin_layout Standard
30021 \begin_inset VSpace bigskip
30022 \end_inset
30023
30024 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
30025  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
30026  
30027 \series bold
30028 sidecap
30029 \series default
30030
30031 \begin_inset Index idx
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035 Paquetages \SpecialChar LaTeX
30036  ! sidecap
30037 \end_layout
30038
30039 \end_inset
30040
30041  dans le préambule de votre document avec la ligne de commande suivante
30042 \end_layout
30043
30044 \begin_layout Standard
30045
30046 \series bold
30047
30048 \backslash
30049 usepackage[option]{sidecap}
30050 \end_layout
30051
30052 \begin_layout Standard
30053 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
30054  extérieure – à droite sur les pages impaires et à gauche sur les pages
30055  paires.
30056  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
30057  
30058 \series bold
30059 innercaption
30060 \series default
30061 .
30062  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
30063  
30064 \series bold
30065 rightcaption
30066 \series default
30067  ou 
30068 \series bold
30069 leftcaption
30070 \series default
30071 .
30072 \end_layout
30073
30074 \begin_layout Standard
30075 \begin_inset ERT
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079
30080
30081 \backslash
30082 ifsidecap
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \begin_inset Note Note
30089 status open
30090
30091 \begin_layout Plain Layout
30092 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
30093  
30094 \series bold
30095 sidecap
30096 \series default
30097  a été installé.
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \begin_layout Standard
30106 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
30107  ajouter ces commandes dans le préambule de votre document :
30108 \end_layout
30109
30110 \begin_layout Standard
30111 \noindent
30112 \begin_inset CommandInset line
30113 LatexCommand rule
30114 offset "0.5ex"
30115 width "100line%"
30116 height "1pt"
30117
30118 \end_inset
30119
30120
30121 \end_layout
30122
30123 \begin_layout Standard
30124
30125 \series bold
30126
30127 \backslash
30128 newcommand{
30129 \backslash
30130 TabBesBeg}[1][1.0]{%
30131 \begin_inset Newline newline
30132 \end_inset
30133
30134
30135 \begin_inset Phantom HPhantom
30136 status open
30137
30138 \begin_layout Plain Layout
30139 \begin_inset space ~
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \backslash
30149 let
30150 \backslash
30151 MyTable
30152 \backslash
30153 table
30154 \begin_inset Newline newline
30155 \end_inset
30156
30157
30158 \begin_inset Phantom HPhantom
30159 status open
30160
30161 \begin_layout Plain Layout
30162
30163 \series medium
30164 \begin_inset space ~
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \backslash
30174 let
30175 \backslash
30176 MyEndtable
30177 \backslash
30178 endtable
30179 \begin_inset Newline newline
30180 \end_inset
30181
30182
30183 \begin_inset Phantom HPhantom
30184 status open
30185
30186 \begin_layout Plain Layout
30187
30188 \series medium
30189 \begin_inset space ~
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \end_inset
30196
30197
30198 \backslash
30199 renewenvironment{table}[1]{
30200 \backslash
30201 begin{SCtable}[#1]##1}{
30202 \backslash
30203 end{SCtable}}}
30204 \end_layout
30205
30206 \begin_layout Standard
30207
30208 \series bold
30209
30210 \backslash
30211 newcommand{
30212 \backslash
30213 TabBesEnd}{%
30214 \begin_inset Newline newline
30215 \end_inset
30216
30217
30218 \begin_inset Phantom HPhantom
30219 status open
30220
30221 \begin_layout Plain Layout
30222 \begin_inset space ~
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \end_inset
30229
30230
30231 \backslash
30232 let
30233 \backslash
30234 table
30235 \backslash
30236 MyTable
30237 \begin_inset Newline newline
30238 \end_inset
30239
30240
30241 \begin_inset Phantom HPhantom
30242 status open
30243
30244 \begin_layout Plain Layout
30245 \begin_inset space ~
30246 \end_inset
30247
30248
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \backslash
30255 let
30256 \backslash
30257 endtable
30258 \backslash
30259 MyEndtable
30260 \end_layout
30261
30262 \begin_layout Standard
30263
30264 \series bold
30265
30266 \backslash
30267 newcommand{
30268 \backslash
30269 FigBesBeg}[1][1.0]{%
30270 \begin_inset Newline newline
30271 \end_inset
30272
30273
30274 \begin_inset Phantom HPhantom
30275 status open
30276
30277 \begin_layout Plain Layout
30278 \begin_inset space ~
30279 \end_inset
30280
30281
30282 \end_layout
30283
30284 \end_inset
30285
30286
30287 \backslash
30288 let
30289 \backslash
30290 MyFigure
30291 \backslash
30292 figure
30293 \begin_inset Newline newline
30294 \end_inset
30295
30296
30297 \begin_inset Phantom HPhantom
30298 status open
30299
30300 \begin_layout Plain Layout
30301 \begin_inset space ~
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \backslash
30311 let
30312 \backslash
30313 MyEndfigure
30314 \backslash
30315 endfigure
30316 \begin_inset Newline newline
30317 \end_inset
30318
30319
30320 \begin_inset Phantom HPhantom
30321 status open
30322
30323 \begin_layout Plain Layout
30324 \begin_inset space ~
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \backslash
30334 renewenvironment{figure}[1]{
30335 \backslash
30336 begin{SCfigure}[#1]##1}{
30337 \backslash
30338 end{SCfigure}}}
30339 \end_layout
30340
30341 \begin_layout Standard
30342
30343 \series bold
30344
30345 \backslash
30346 newcommand{
30347 \backslash
30348 FigBesEnd}{%
30349 \begin_inset Newline newline
30350 \end_inset
30351
30352
30353 \begin_inset Phantom HPhantom
30354 status open
30355
30356 \begin_layout Plain Layout
30357 \begin_inset space ~
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \backslash
30367 let
30368 \backslash
30369 figure
30370 \backslash
30371 MyFigure
30372 \begin_inset Newline newline
30373 \end_inset
30374
30375
30376 \begin_inset Phantom HPhantom
30377 status open
30378
30379 \begin_layout Plain Layout
30380 \begin_inset space ~
30381 \end_inset
30382
30383
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \backslash
30390 let
30391 \backslash
30392 endfigure
30393 \backslash
30394 MyEndfigure}
30395 \end_layout
30396
30397 \begin_layout Standard
30398 \noindent
30399 \begin_inset CommandInset line
30400 LatexCommand rule
30401 offset "0.5ex"
30402 width "100line%"
30403 height "1pt"
30404
30405 \end_inset
30406
30407
30408 \end_layout
30409
30410 \begin_layout Standard
30411 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
30412  la légende se place sur le côté.
30413  Pour les flottants de figure, utilisez la commande
30414 \end_layout
30415
30416 \begin_layout Standard
30417
30418 \series bold
30419
30420 \backslash
30421 FigBesBeg
30422 \end_layout
30423
30424 \begin_layout Standard
30425 en code \SpecialChar TeX
30426  avant le flottant.
30427  Et insérez la commande
30428 \end_layout
30429
30430 \begin_layout Standard
30431
30432 \series bold
30433
30434 \backslash
30435 FigBesEnd
30436 \end_layout
30437
30438 \begin_layout Standard
30439 en code \SpecialChar TeX
30440  à l'endroit où vous voulez revenir à la définition originale du
30441  flottant.
30442 \end_layout
30443
30444 \begin_layout Standard
30445 Pour les flottants de tableau, utilisez les commandes correspondantes
30446 \end_layout
30447
30448 \begin_layout Standard
30449
30450 \series bold
30451
30452 \backslash
30453 TabBesBeg
30454 \series default
30455  et 
30456 \series bold
30457
30458 \backslash
30459 TabBesEnd
30460 \end_layout
30461
30462 \begin_layout Standard
30463 La figure
30464 \begin_inset space ~
30465 \end_inset
30466
30467
30468 \begin_inset CommandInset ref
30469 LatexCommand ref
30470 reference "fig:legende-a-coté-fig"
30471
30472 \end_inset
30473
30474  et le tableau
30475 \begin_inset space ~
30476 \end_inset
30477
30478
30479 \begin_inset CommandInset ref
30480 LatexCommand ref
30481 reference "tab:legende-à-coté-tableau"
30482
30483 \end_inset
30484
30485  sont des exemples où la légende a été mises sur le coté.
30486 \end_layout
30487
30488 \begin_layout Standard
30489 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
30490  pour les flottants de tableau et vers le bas pour les flottants de figure.
30491  Pour changer ce comportement, vous pouvez utiliser les commandes
30492 \end_layout
30493
30494 \begin_layout Standard
30495
30496 \series bold
30497
30498 \backslash
30499 sidecaptionvpos{type flottant}{placement}
30500 \end_layout
30501
30502 \begin_layout Standard
30503 dans le préambule du document ou en code \SpecialChar TeX
30504  juste avant le flottant visé.
30505  Le type du flottant est soit 
30506 \family sans
30507 figure
30508 \family default
30509  soit 
30510 \family sans
30511 table
30512 \family default
30513 , le placement peut être 
30514 \begin_inset Quotes cld
30515 \end_inset
30516
30517
30518 \family sans
30519 t
30520 \family default
30521
30522 \begin_inset Quotes crd
30523 \end_inset
30524
30525  pour haut (top), 
30526 \begin_inset Quotes cld
30527 \end_inset
30528
30529
30530 \family sans
30531 c
30532 \family default
30533
30534 \begin_inset Quotes crd
30535 \end_inset
30536
30537
30538 \begin_inset Quotes erd
30539 \end_inset
30540
30541  pour centre (center), ou 
30542 \begin_inset Quotes cld
30543 \end_inset
30544
30545
30546 \family sans
30547 b
30548 \family default
30549
30550 \begin_inset Quotes crd
30551 \end_inset
30552
30553  pour bas (bottom).
30554  Pour que, par exemple, les légendes des flottants de figure soient centrés
30555  verticalement, utilisez la commande
30556 \end_layout
30557
30558 \begin_layout Standard
30559
30560 \series bold
30561
30562 \backslash
30563 sidecaptionvpos{figure}{c}
30564 \end_layout
30565
30566 \begin_layout Standard
30567 C'est ce qui a été utilisé pour la figure
30568 \begin_inset space ~
30569 \end_inset
30570
30571
30572 \begin_inset CommandInset ref
30573 LatexCommand ref
30574 reference "fig:legende-à-coté-fig-2"
30575
30576 \end_inset
30577
30578 .
30579 \end_layout
30580
30581 \begin_layout Standard
30582 \begin_inset VSpace medskip
30583 \end_inset
30584
30585
30586 \end_layout
30587
30588 \begin_layout Standard
30589 La largeur de légende par défaut est celle de l'image ou du tableau.
30590  Pour des images ou des tableaux étroits, comme le tableau
30591 \begin_inset space ~
30592 \end_inset
30593
30594
30595 \begin_inset CommandInset ref
30596 LatexCommand ref
30597 reference "tab:legende-à-coté-tableau"
30598
30599 \end_inset
30600
30601 , cela donne des légendes trop étroites.
30602  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
30603  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
30604  La largeur de la légende sera automatiquement recalculée dans le cas où
30605  cette dernière déborderait dans la marge de la page ou de la colonne à
30606  cause de la largeur indiquée.
30607  Le 
30608 \emph on
30609 facteur 
30610 \emph default
30611 peut soit être donné comme argument pour 
30612 \series bold
30613
30614 \backslash
30615 FigBesBeg
30616 \series default
30617 :
30618 \end_layout
30619
30620 \begin_layout Standard
30621
30622 \series bold
30623
30624 \backslash
30625 FigBesBeg[facteur]
30626 \end_layout
30627
30628 \begin_layout Standard
30629 ou dans la définition de 
30630 \series bold
30631
30632 \backslash
30633 FigBesBeg 
30634 \series default
30635 en remplaçant le
30636 \series bold
30637  1.0 
30638 \series default
30639 par une autre valeur.
30640  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
30641  façon implicite quand  
30642 \series bold
30643
30644 \backslash
30645 FigBesBeg
30646 \series default
30647  est utilisé sans argument.
30648  Pour le tableau
30649 \begin_inset space ~
30650 \end_inset
30651
30652
30653 \begin_inset CommandInset ref
30654 LatexCommand ref
30655 reference "tab:cap-beside-tab-wider"
30656
30657 \end_inset
30658
30659  on a utilisé 5 comme facteur.
30660 \end_layout
30661
30662 \begin_layout Standard
30663
30664 \lang english
30665 \begin_inset Note Greyedout
30666 status open
30667
30668 \begin_layout Plain Layout
30669
30670 \series bold
30671 Note:
30672 \series default
30673  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
30674  utiliser l'option de placement, 
30675 \family sans
30676 Ici
30677 \begin_inset space ~
30678 \end_inset
30679
30680 à
30681 \begin_inset space ~
30682 \end_inset
30683
30684 tout
30685 \begin_inset space ~
30686 \end_inset
30687
30688 prix
30689 \family default
30690  parce qu'elle n'est pas gérée par 
30691 \series bold
30692 sidecap
30693 \series default
30694 .
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \begin_layout Standard
30703 \begin_inset VSpace medskip
30704 \end_inset
30705
30706 Pour plus d'information sur le paquetage 
30707 \series bold
30708 sidecap
30709 \series default
30710  nous vous renvoyons à sa documentation 
30711 \begin_inset CommandInset citation
30712 LatexCommand cite
30713 key "sidecap"
30714 literal "true"
30715
30716 \end_inset
30717
30718 .
30719 \end_layout
30720
30721 \begin_layout Standard
30722 \begin_inset Note Greyedout
30723 status open
30724
30725 \begin_layout Plain Layout
30726
30727 \series bold
30728 Note:
30729 \series default
30730  Le paquetage \SpecialChar LaTeX
30731  
30732 \series bold
30733 hypcap
30734 \series default
30735
30736 \begin_inset Index idx
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740 Paquetages \SpecialChar LaTeX
30741  ! hypcap
30742 \end_layout
30743
30744 \end_inset
30745
30746 , qui est décrit dans la section
30747 \begin_inset space ~
30748 \end_inset
30749
30750
30751 \begin_inset CommandInset ref
30752 LatexCommand ref
30753 reference "subsec:Reference-Position"
30754
30755 \end_inset
30756
30757 , n'a pas d'effet sur les flottants avec une légende placée à côté.
30758 \end_layout
30759
30760 \end_inset
30761
30762
30763 \end_layout
30764
30765 \begin_layout Standard
30766 \begin_inset ERT
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770
30771
30772 \backslash
30773 FigBesBeg 
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \begin_layout Standard
30782 \begin_inset Float figure
30783 wide false
30784 sideways false
30785 status open
30786
30787 \begin_layout Plain Layout
30788 \begin_inset Graphics
30789         filename ../clipart/3D-structure-distort.pdf
30790         scale 50
30791         scaleBeforeRotation
30792
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \begin_layout Plain Layout
30799 \begin_inset Caption Standard
30800
30801 \begin_layout Plain Layout
30802 \begin_inset CommandInset label
30803 LatexCommand label
30804 name "fig:legende-a-coté-fig"
30805
30806 \end_inset
30807
30808 Une légende à côté d'une figure.
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827
30828 \backslash
30829 FigBesEnd
30830 \end_layout
30831
30832 \end_inset
30833
30834
30835 \end_layout
30836
30837 \begin_layout Standard
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843
30844 \backslash
30845 TabBesBeg 
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 \begin_inset Float table
30855 wide false
30856 sideways false
30857 status open
30858
30859 \begin_layout Plain Layout
30860 \begin_inset Caption Standard
30861
30862 \begin_layout Plain Layout
30863 \begin_inset CommandInset label
30864 LatexCommand label
30865 name "tab:legende-à-coté-tableau"
30866
30867 \end_inset
30868
30869 Une légende à côté d'un tableau.
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \begin_layout Plain Layout
30878 \begin_inset Tabular
30879 <lyxtabular version="3" rows="4" columns="5">
30880 <features tabularvalignment="middle">
30881 <column alignment="center" valignment="top">
30882 <column alignment="center" valignment="top">
30883 <column alignment="center" valignment="top">
30884 <column alignment="center" valignment="top">
30885 <column alignment="center" valignment="top">
30886 <row>
30887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30888 \begin_inset Text
30889
30890 \begin_layout Plain Layout
30891 a
30892 \end_layout
30893
30894 \end_inset
30895 </cell>
30896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30897 \begin_inset Text
30898
30899 \begin_layout Plain Layout
30900
30901 \end_layout
30902
30903 \end_inset
30904 </cell>
30905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30906 \begin_inset Text
30907
30908 \begin_layout Plain Layout
30909 b
30910 \end_layout
30911
30912 \end_inset
30913 </cell>
30914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30915 \begin_inset Text
30916
30917 \begin_layout Plain Layout
30918
30919 \end_layout
30920
30921 \end_inset
30922 </cell>
30923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30924 \begin_inset Text
30925
30926 \begin_layout Plain Layout
30927 c
30928 \end_layout
30929
30930 \end_inset
30931 </cell>
30932 </row>
30933 <row>
30934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30935 \begin_inset Text
30936
30937 \begin_layout Plain Layout
30938
30939 \end_layout
30940
30941 \end_inset
30942 </cell>
30943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30944 \begin_inset Text
30945
30946 \begin_layout Plain Layout
30947 d
30948 \end_layout
30949
30950 \end_inset
30951 </cell>
30952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30953 \begin_inset Text
30954
30955 \begin_layout Plain Layout
30956
30957 \end_layout
30958
30959 \end_inset
30960 </cell>
30961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30962 \begin_inset Text
30963
30964 \begin_layout Plain Layout
30965 e
30966 \end_layout
30967
30968 \end_inset
30969 </cell>
30970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30971 \begin_inset Text
30972
30973 \begin_layout Plain Layout
30974
30975 \end_layout
30976
30977 \end_inset
30978 </cell>
30979 </row>
30980 <row>
30981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30982 \begin_inset Text
30983
30984 \begin_layout Plain Layout
30985 f
30986 \end_layout
30987
30988 \end_inset
30989 </cell>
30990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30991 \begin_inset Text
30992
30993 \begin_layout Plain Layout
30994
30995 \end_layout
30996
30997 \end_inset
30998 </cell>
30999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31000 \begin_inset Text
31001
31002 \begin_layout Plain Layout
31003 g
31004 \end_layout
31005
31006 \end_inset
31007 </cell>
31008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31009 \begin_inset Text
31010
31011 \begin_layout Plain Layout
31012
31013 \end_layout
31014
31015 \end_inset
31016 </cell>
31017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31018 \begin_inset Text
31019
31020 \begin_layout Plain Layout
31021 h
31022 \end_layout
31023
31024 \end_inset
31025 </cell>
31026 </row>
31027 <row>
31028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31029 \begin_inset Text
31030
31031 \begin_layout Plain Layout
31032
31033 \end_layout
31034
31035 \end_inset
31036 </cell>
31037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31038 \begin_inset Text
31039
31040 \begin_layout Plain Layout
31041 i
31042 \end_layout
31043
31044 \end_inset
31045 </cell>
31046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31047 \begin_inset Text
31048
31049 \begin_layout Plain Layout
31050
31051 \end_layout
31052
31053 \end_inset
31054 </cell>
31055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31056 \begin_inset Text
31057
31058 \begin_layout Plain Layout
31059 j
31060 \end_layout
31061
31062 \end_inset
31063 </cell>
31064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31065 \begin_inset Text
31066
31067 \begin_layout Plain Layout
31068
31069 \end_layout
31070
31071 \end_inset
31072 </cell>
31073 </row>
31074 </lyxtabular>
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092
31093 \backslash
31094 TabBesEnd
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \end_layout
31101
31102 \begin_layout Standard
31103 \begin_inset ERT
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107
31108
31109 \backslash
31110 FigBesBeg 
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \end_layout
31117
31118 \begin_layout Standard
31119 \begin_inset ERT
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123
31124
31125 \backslash
31126 sidecaptionvpos{figure}{c}
31127 \end_layout
31128
31129 \end_inset
31130
31131
31132 \begin_inset Float figure
31133 wide false
31134 sideways false
31135 status open
31136
31137 \begin_layout Plain Layout
31138 \begin_inset Graphics
31139         filename ../clipart/3D-structure-distort.pdf
31140         scale 50
31141         scaleBeforeRotation
31142
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \begin_layout Plain Layout
31149 \begin_inset Caption Standard
31150
31151 \begin_layout Plain Layout
31152 \begin_inset CommandInset label
31153 LatexCommand label
31154 name "fig:legende-à-coté-fig-2"
31155
31156 \end_inset
31157
31158 Une légende centrée verticalement à côté d'une figure.
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Standard
31172 \begin_inset ERT
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176
31177
31178 \backslash
31179 FigBesEnd
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Standard
31188 \begin_inset ERT
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192
31193
31194 \backslash
31195 TabBesBeg[5]
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \end_layout
31202
31203 \begin_layout Standard
31204 \begin_inset Float table
31205 wide false
31206 sideways false
31207 status open
31208
31209 \begin_layout Plain Layout
31210 \begin_inset Caption Standard
31211
31212 \begin_layout Plain Layout
31213
31214 \lang english
31215 \begin_inset CommandInset label
31216 LatexCommand label
31217 name "tab:cap-beside-tab-wider"
31218
31219 \end_inset
31220
31221 This is a caption is wider than the one in
31222 \lang french
31223  tableau
31224 \begin_inset space ~
31225 \end_inset
31226
31227
31228 \begin_inset CommandInset ref
31229 LatexCommand ref
31230 reference "tab:legende-à-coté-tableau"
31231
31232 \end_inset
31233
31234 .
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \begin_layout Plain Layout
31243 \begin_inset Tabular
31244 <lyxtabular version="3" rows="4" columns="5">
31245 <features tabularvalignment="middle">
31246 <column alignment="center" valignment="top">
31247 <column alignment="center" valignment="top">
31248 <column alignment="center" valignment="top">
31249 <column alignment="center" valignment="top">
31250 <column alignment="center" valignment="top">
31251 <row>
31252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31253 \begin_inset Text
31254
31255 \begin_layout Plain Layout
31256 a
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265
31266 \end_layout
31267
31268 \end_inset
31269 </cell>
31270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31271 \begin_inset Text
31272
31273 \begin_layout Plain Layout
31274 b
31275 \end_layout
31276
31277 \end_inset
31278 </cell>
31279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31280 \begin_inset Text
31281
31282 \begin_layout Plain Layout
31283
31284 \end_layout
31285
31286 \end_inset
31287 </cell>
31288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31289 \begin_inset Text
31290
31291 \begin_layout Plain Layout
31292 c
31293 \end_layout
31294
31295 \end_inset
31296 </cell>
31297 </row>
31298 <row>
31299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31300 \begin_inset Text
31301
31302 \begin_layout Plain Layout
31303
31304 \end_layout
31305
31306 \end_inset
31307 </cell>
31308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31309 \begin_inset Text
31310
31311 \begin_layout Plain Layout
31312 d
31313 \end_layout
31314
31315 \end_inset
31316 </cell>
31317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31318 \begin_inset Text
31319
31320 \begin_layout Plain Layout
31321
31322 \end_layout
31323
31324 \end_inset
31325 </cell>
31326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Plain Layout
31330 e
31331 \end_layout
31332
31333 \end_inset
31334 </cell>
31335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31336 \begin_inset Text
31337
31338 \begin_layout Plain Layout
31339
31340 \end_layout
31341
31342 \end_inset
31343 </cell>
31344 </row>
31345 <row>
31346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31347 \begin_inset Text
31348
31349 \begin_layout Plain Layout
31350 f
31351 \end_layout
31352
31353 \end_inset
31354 </cell>
31355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31356 \begin_inset Text
31357
31358 \begin_layout Plain Layout
31359
31360 \end_layout
31361
31362 \end_inset
31363 </cell>
31364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31365 \begin_inset Text
31366
31367 \begin_layout Plain Layout
31368 g
31369 \end_layout
31370
31371 \end_inset
31372 </cell>
31373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31374 \begin_inset Text
31375
31376 \begin_layout Plain Layout
31377
31378 \end_layout
31379
31380 \end_inset
31381 </cell>
31382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31383 \begin_inset Text
31384
31385 \begin_layout Plain Layout
31386 h
31387 \end_layout
31388
31389 \end_inset
31390 </cell>
31391 </row>
31392 <row>
31393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31394 \begin_inset Text
31395
31396 \begin_layout Plain Layout
31397
31398 \end_layout
31399
31400 \end_inset
31401 </cell>
31402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31403 \begin_inset Text
31404
31405 \begin_layout Plain Layout
31406 i
31407 \end_layout
31408
31409 \end_inset
31410 </cell>
31411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31412 \begin_inset Text
31413
31414 \begin_layout Plain Layout
31415
31416 \end_layout
31417
31418 \end_inset
31419 </cell>
31420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31421 \begin_inset Text
31422
31423 \begin_layout Plain Layout
31424 j
31425 \end_layout
31426
31427 \end_inset
31428 </cell>
31429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31430 \begin_inset Text
31431
31432 \begin_layout Plain Layout
31433
31434 \end_layout
31435
31436 \end_inset
31437 </cell>
31438 </row>
31439 </lyxtabular>
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452 \begin_inset ERT
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457
31458 \backslash
31459 TabBesEnd
31460 \end_layout
31461
31462 \end_inset
31463
31464
31465 \end_layout
31466
31467 \begin_layout Standard
31468 \begin_inset ERT
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472
31473
31474 \backslash
31475 else
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \begin_inset Note Note
31482 status open
31483
31484 \begin_layout Plain Layout
31485 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
31486  
31487 \series bold
31488 sidecap
31489 \series default
31490  n'est pas installé :
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \begin_layout Standard
31499 Vous devez installer le paquetage \SpecialChar LaTeX
31500  
31501 \series bold
31502 sidecap
31503 \series default
31504  pour voir la suite de cette section dans la sortie imprimée.
31505 \end_layout
31506
31507 \begin_layout Standard
31508 \begin_inset ERT
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512
31513
31514 \backslash
31515 fi
31516 \end_layout
31517
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \begin_layout Section
31524 Les listes de flottants
31525 \begin_inset Index idx
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529 Flottants ! Listes de Flottants
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \end_layout
31536
31537 \begin_layout Standard
31538 De la même façon que la table des matières fait la liste des sections du
31539  document, il y a des listes pour tous les types de flottants, comme par
31540  exemple pour les figures du document.
31541  Vous pouvez les insérer en utilisant le menu 
31542 \family sans
31543 Insertion\SpecialChar menuseparator
31544 Listes
31545 \begin_inset space ~
31546 \end_inset
31547
31548 &
31549 \begin_inset space ~
31550 \end_inset
31551
31552 TdM
31553 \family default
31554 .
31555 \end_layout
31556
31557 \begin_layout Standard
31558 Les entrées de la liste sont la légende du flottant ou éventuellement le
31559  titre court, le numéro du flottant, et le numéro de la page où le flottant
31560  apparaît dans le document.
31561 \end_layout
31562
31563 \begin_layout Standard
31564 Vous trouverez à la fin de ce document une liste des figures et une liste
31565  des tableaux.
31566 \end_layout
31567
31568 \begin_layout Chapter
31569 Notes
31570 \end_layout
31571
31572 \begin_layout Section
31573 Les notes de \SpecialChar LyX
31574
31575 \begin_inset Index idx
31576 status collapsed
31577
31578 \begin_layout Plain Layout
31579 Notes ! Notes \SpecialChar LyX
31580  
31581 \end_layout
31582
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \begin_layout Standard
31589 On peut insérer une note en utilisant le bouton 
31590 \begin_inset Info
31591 type  "icon"
31592 arg   "note-insert"
31593 \end_inset
31594
31595  de la barre d'outils ou avec le menu 
31596 \family sans
31597 Insertion\SpecialChar menuseparator
31598 Note
31599 \family default
31600 .
31601  Il y a trois types de notes :
31602 \end_layout
31603
31604 \begin_layout Description
31605 Note
31606 \begin_inset space ~
31607 \end_inset
31608
31609 \SpecialChar LyX
31610  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
31611  La boîte de cette note ressemble à ceci :
31612 \begin_inset Newline newline
31613 \end_inset
31614
31615
31616 \begin_inset Newline newline
31617 \end_inset
31618
31619
31620 \begin_inset Graphics
31621         filename clipart/LyXNoteImage.png
31622         display false
31623         scale 90
31624         scaleBeforeRotation
31625
31626 \end_inset
31627
31628  
31629 \begin_inset Note Note
31630 status open
31631
31632 \begin_layout Plain Layout
31633 Le texte de cette note n'apparaîtra pas à l'impression.
31634 \end_layout
31635
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \begin_layout Description
31642 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
31643  il est inséré comme un commentaire \SpecialChar LaTeX
31644  quand vous exportez votre document
31645  vers un fichier au format \SpecialChar LaTeX
31646  avec le menu 
31647 \family sans
31648 Fichier\SpecialChar menuseparator
31649 Exporter\SpecialChar menuseparator
31650 LaTeX
31651 \begin_inset space ~
31652 \end_inset
31653
31654 (pdflatex) / (plain)
31655 \family default
31656 .
31657  La boîte de cette note ressemble à ceci :
31658 \begin_inset Newline newline
31659 \end_inset
31660
31661
31662 \begin_inset Newline newline
31663 \end_inset
31664
31665
31666 \begin_inset Graphics
31667         filename clipart/CommentNoteImage.png
31668         display false
31669         scale 90
31670         scaleBeforeRotation
31671
31672 \end_inset
31673
31674  
31675 \begin_inset Note Comment
31676 status open
31677
31678 \begin_layout Plain Layout
31679 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
31680  \SpecialChar LaTeX
31681 .
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \end_layout
31688
31689 \begin_layout Description
31690 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
31691  La boîte de cette note ressemble à ceci :
31692 \begin_inset Newline newline
31693 \end_inset
31694
31695
31696 \begin_inset Newline newline
31697 \end_inset
31698
31699
31700 \begin_inset Graphics
31701         filename clipart/GreyedOutNoteImage.png
31702         lyxscale 80
31703         display false
31704         scale 90
31705         scaleBeforeRotation
31706
31707 \end_inset
31708
31709
31710 \begin_inset Newline newline
31711 \end_inset
31712
31713
31714 \begin_inset ERT
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718
31719
31720 \backslash
31721 renewenvironment{lyxgreyedout}
31722 \end_layout
31723
31724 \begin_layout Plain Layout
31725
31726 {
31727 \backslash
31728 textcolor[gray]{0.8}
31729 \backslash
31730 bgroup}{
31731 \backslash
31732 egroup}
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \begin_inset Note Greyedout
31739 status open
31740
31741 \begin_layout Plain Layout
31742 Le texte de ce commentaire apparaîtra à l'impression sous forme de texte
31743  grisé.
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \begin_inset ERT
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753
31754
31755 \backslash
31756 renewenvironment{lyxgreyedout}
31757 \end_layout
31758
31759 \begin_layout Plain Layout
31760
31761 {
31762 \backslash
31763 textcolor{blue}
31764 \backslash
31765 bgroup}{
31766 \backslash
31767 egroup}
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \begin_inset Note Note
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
31778  originale qu'elle a dans \SpecialChar LyX
31779 .
31780  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
31781  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \begin_inset Newline newline
31788 \end_inset
31789
31790
31791 \begin_inset Newline newline
31792 \end_inset
31793
31794 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
31795  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
31796 \end_layout
31797
31798 \begin_layout Standard
31799 \begin_inset VSpace bigskip
31800 \end_inset
31801
31802 Quand vous utilisez le bouton 
31803 \begin_inset Info
31804 type  "icon"
31805 arg   "note-insert"
31806 \end_inset
31807
31808  de la barre d'outils, vous insérez une 
31809 \family sans
31810 Note
31811 \begin_inset space ~
31812 \end_inset
31813
31814 \SpecialChar LyX
31815
31816 \family default
31817 .
31818  Vous pouvez commuter entre les trois types de note avec un clic droit sur
31819  la boîte.
31820  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
31821 la et cliquez sur le bouton d'insertion de note.
31822  Pour retransformer une note en texte, appuyez sur la touche 
31823 \family sans
31824 backspace
31825 \family default
31826  quand le curseur est au tout début de la note ou appuyez sur la touche
31827  
31828 \family sans
31829 Suppr.
31830
31831 \family default
31832  quand le curseur se trouve à la fin de la note.
31833 \end_layout
31834
31835 \begin_layout Standard
31836 \begin_inset VSpace bigskip
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \begin_layout Standard
31843 Vous pouvez changer la couleur des notes grisées dans le menu 
31844 \family sans
31845 Document\SpecialChar menuseparator
31846 Paramètres\SpecialChar menuseparator
31847 Couleurs
31848 \family default
31849 .
31850 \end_layout
31851
31852 \begin_layout Section
31853 Notes en bas de page
31854 \begin_inset CommandInset label
31855 LatexCommand label
31856 name "sec:Notes-bas-de-page"
31857
31858 \end_inset
31859
31860
31861 \begin_inset Index idx
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865 Notes ! Notes de bas de page
31866 \end_layout
31867
31868 \end_inset
31869
31870
31871 \begin_inset Index idx
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875 Notes de bas de page
31876 \end_layout
31877
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \begin_layout Standard
31884 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
31885  
31886 \begin_inset Info
31887 type  "icon"
31888 arg   "footnote-insert"
31889 \end_inset
31890
31891  de la barre d'outils, soit en utilisant le menu 
31892 \family sans
31893 Insertion\SpecialChar menuseparator
31894 Note
31895 \begin_inset space ~
31896 \end_inset
31897
31898 en
31899 \begin_inset space ~
31900 \end_inset
31901
31902 Bas
31903 \begin_inset space ~
31904 \end_inset
31905
31906 de
31907 \begin_inset space ~
31908 \end_inset
31909
31910 Page
31911 \family default
31912 .
31913  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
31914  rouge 
31915 \begin_inset Quotes cld
31916 \end_inset
31917
31918 bas
31919 \begin_inset Quotes crd
31920 \end_inset
31921
31922  qui ressemble à ceci : 
31923 \begin_inset Graphics
31924         filename clipart/footnote.png
31925         scale 95
31926         scaleBeforeRotation
31927
31928 \end_inset
31929
31930  Vous pouvez y entrer votre texte.
31931  Si vous voulez transformer du texte déjà existant en note en bas de page,
31932  sélectionnez-le et cliquez sur le bouton 
31933 \family sans
31934 Note
31935 \begin_inset space ~
31936 \end_inset
31937
31938 en
31939 \begin_inset space ~
31940 \end_inset
31941
31942 Bas
31943 \begin_inset space ~
31944 \end_inset
31945
31946 de
31947 \begin_inset space ~
31948 \end_inset
31949
31950 Page
31951 \family default
31952  de la barre d'outils.
31953  Pour retransformer une note de bas de page en texte, appuyez sur la touche
31954  
31955 \family sans
31956 Backspace
31957 \family default
31958  quand le curseur est au tout début de la note ou appuyez sur la touche
31959  
31960 \family sans
31961 Suppr.
31962
31963 \family default
31964  quand le curseur se trouve à la fin de la note.
31965 \end_layout
31966
31967 \begin_layout Standard
31968 Voici un exemple de note en bas de page:
31969 \begin_inset Foot
31970 status open
31971
31972 \begin_layout Plain Layout
31973 \begin_inset CommandInset label
31974 LatexCommand label
31975 name "fn:Note-en-bas"
31976
31977 \end_inset
31978
31979 Ceci est un exemple de note en bas de page.
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \begin_inset ERT
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989
31990
31991 \backslash
31992 newcounter{MyRepeatFoot}
31993 \end_layout
31994
31995 \begin_layout Plain Layout
31996
31997
31998 \backslash
31999 setcounter{MyRepeatFoot}{
32000 \backslash
32001 thefootnote}
32002 \end_layout
32003
32004 \end_inset
32005
32006
32007 \end_layout
32008
32009 \begin_layout Standard
32010 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
32011  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
32012  de note.
32013  Le texte de la note est placé en bas de la page courante.
32014  Le numéro de note est calculé par \SpecialChar LaTeX
32015 , et les numéros se suivent.
32016  Selon votre classe de document les numéros de notes pourront être réinitialisés
32017  à chaque nouveau chapitre.
32018 \end_layout
32019
32020 \begin_layout Standard
32021 On peut faire référence à une note en bas de page comme on le fait avec
32022  les flottants : Insérez une étiquette dans la note et faites une référence
32023  croisée vers cette étiquette comme c'est décrit dans la
32024 \begin_inset space ~
32025 \end_inset
32026
32027
32028 \begin_inset CommandInset ref
32029 LatexCommand ref
32030 reference "sec:Referencer-les-Flottants"
32031
32032 \end_inset
32033
32034 .
32035 \begin_inset Newline newline
32036 \end_inset
32037
32038 Voici une référence à une note de bas de page :
32039 \begin_inset space ~
32040 \end_inset
32041
32042
32043 \begin_inset CommandInset ref
32044 LatexCommand ref
32045 reference "fn:Note-en-bas"
32046
32047 \end_inset
32048
32049 .
32050 \end_layout
32051
32052 \begin_layout Standard
32053 \begin_inset VSpace defskip
32054 \end_inset
32055
32056
32057 \lang english
32058 Footnotes in title environments are usually not numbered with symbols and
32059  they cannot contain several paragraphs.
32060  See for example the footnote in the titling of this document.
32061 \end_layout
32062
32063 \begin_layout Standard
32064 Les notes de bas de page dans des tableaux multi-pages sont décrites dans
32065  la section
32066 \begin_inset space ~
32067 \end_inset
32068
32069
32070 \begin_inset CommandInset ref
32071 LatexCommand ref
32072 reference "subsec:Notes-dans-tableau-multi-pages"
32073
32074 \end_inset
32075
32076 .
32077 \end_layout
32078
32079 \begin_layout Standard
32080 \begin_inset VSpace defskip
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Standard
32087 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
32088  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
32089 e, vu que la minipage est considérée comme une page se trouvant dans une
32090  autre page.
32091  Pour plus d'information sur les minipages, voyez la section
32092 \begin_inset space ~
32093 \end_inset
32094
32095
32096 \begin_inset CommandInset ref
32097 LatexCommand ref
32098 reference "sec:Minipages"
32099
32100 \end_inset
32101
32102 .
32103  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
32104  s'imprime en bas de page comme une note normale, on doit utiliser cette
32105  méthode : On insère la commande 
32106 \series bold
32107
32108 \backslash
32109 footnotemark{}
32110 \series default
32111  en code \SpecialChar TeX
32112  à la place de la note de bas de page.
32113  Le texte de la note est mis en argument de la commande \SpecialChar TeX
32114  
32115 \series bold
32116
32117 \backslash
32118 footnotetext
32119 \series default
32120  après la minipage.
32121 \begin_inset Newline newline
32122 \end_inset
32123
32124 C'est ce qui a été fait pour la minipage qui suit avec la commande
32125 \end_layout
32126
32127 \begin_layout Standard
32128
32129 \series bold
32130
32131 \backslash
32132 footnotetext{
32133 \series default
32134 Note de bas de page en dehors de la minipage.
32135 \series bold
32136 }
32137 \end_layout
32138
32139 \begin_layout Standard
32140 \begin_inset Box Frameless
32141 position "t"
32142 hor_pos "c"
32143 has_inner_box 1
32144 inner_pos "t"
32145 use_parbox 0
32146 use_makebox 0
32147 width "100col%"
32148 special "none"
32149 height "1in"
32150 height_special "totalheight"
32151 thickness "0.4pt"
32152 separation "3pt"
32153 shadowsize "4pt"
32154 framecolor "black"
32155 backgroundcolor "none"
32156 status open
32157
32158 \begin_layout Plain Layout
32159 Un exemple de texte dans une minipage.
32160 \begin_inset Foot
32161 status open
32162
32163 \begin_layout Plain Layout
32164 Note de bas de page dans la minipage.
32165 \end_layout
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Plain Layout
32173 Un autre exemple de texte dans une minipage.
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179
32180 \backslash
32181 footnotemark{}
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \begin_layout Standard
32195 \begin_inset ERT
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199
32200
32201 \backslash
32202 footnotetext{
32203 \end_layout
32204
32205 \end_inset
32206
32207 Note de bas de page en dehors de la minipage.
32208 \begin_inset ERT
32209 status collapsed
32210
32211 \begin_layout Plain Layout
32212
32213 }
32214 \end_layout
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Standard
32222 \begin_inset VSpace defskip
32223 \end_inset
32224
32225
32226 \end_layout
32227
32228 \begin_layout Standard
32229 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
32230  utilisez la commande 
32231 \series bold
32232
32233 \backslash
32234 footnotemark[number]
32235 \series default
32236  en code \SpecialChar TeX
32237 .
32238 \begin_inset Newline newline
32239 \end_inset
32240
32241 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
32242  votre texte, vous devez enregistrer son numéro.
32243  Dans l'exemple de marque de note de bas de page suivant, ces commandes
32244  ont été insérées en code \SpecialChar TeX
32245  après la note
32246 \begin_inset space ~
32247 \end_inset
32248
32249
32250 \begin_inset CommandInset ref
32251 LatexCommand ref
32252 reference "fn:Note-en-bas"
32253
32254 \end_inset
32255
32256  pour enregistrer son numéro
32257 \begin_inset space ~
32258 \end_inset
32259
32260 :
32261 \end_layout
32262
32263 \begin_layout Standard
32264
32265 \series bold
32266
32267 \backslash
32268 newcounter{MaNoteDupliquee}
32269 \begin_inset Newline newline
32270 \end_inset
32271
32272
32273 \backslash
32274 setcounter{MaNoteDupliquee}{
32275 \backslash
32276 thefootnote}
32277 \end_layout
32278
32279 \begin_layout Standard
32280 La note de bas de page a été créée avec la commande
32281 \begin_inset space ~
32282 \end_inset
32283
32284 :
32285 \end_layout
32286
32287 \begin_layout Standard
32288
32289 \series bold
32290
32291 \backslash
32292 footnotemark[
32293 \backslash
32294 MaNoteDupliquee]
32295 \end_layout
32296
32297 \begin_layout Standard
32298 Voici une note de bas de page dupliquée
32299 \begin_inset space ~
32300 \end_inset
32301
32302 :
32303 \begin_inset ERT
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307
32308
32309 \backslash
32310 footnotemark[
32311 \backslash
32312 theMyRepeatFoot]
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
32322 t du numéro de note et juste utiliser la commande suivante
32323 \end_layout
32324
32325 \begin_layout Standard
32326
32327 \series bold
32328
32329 \backslash
32330 footnotemark[
32331 \backslash
32332 thefootnote]
32333 \end_layout
32334
32335 \begin_layout Standard
32336 Voici une autre note de bas de page dupliquée
32337 \begin_inset space ~
32338 \end_inset
32339
32340 :
32341 \begin_inset ERT
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345
32346
32347 \backslash
32348 footnotemark[
32349 \backslash
32350 thefootnote]
32351 \end_layout
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \begin_layout Subsection
32359 Numérotation de notes de bas de page
32360 \begin_inset CommandInset label
32361 LatexCommand label
32362 name "subsec:Numerotation-notes-bas-de-page"
32363
32364 \end_inset
32365
32366
32367 \begin_inset Index idx
32368 status collapsed
32369
32370 \begin_layout Plain Layout
32371 Notes de bas de page ! Numérotation
32372 \end_layout
32373
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \begin_layout Standard
32380 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
32381  ajoutez cette commande dans le préambule de votre document :
32382 \end_layout
32383
32384 \begin_layout Standard
32385
32386 \series bold
32387
32388 \backslash
32389 @addtoreset{footnote}{section}
32390 \end_layout
32391
32392 \begin_layout Standard
32393 \begin_inset VSpace bigskip
32394 \end_inset
32395
32396 La commande de préambule suivante change le style de numérotation des notes
32397  en petits chiffres romains :
32398 \end_layout
32399
32400 \begin_layout Standard
32401
32402 \series bold
32403
32404 \backslash
32405 renewcommand{
32406 \backslash
32407 thefootnote}{
32408 \backslash
32409 roman{footnote}}
32410 \end_layout
32411
32412 \begin_layout Standard
32413 \begin_inset ERT
32414 status collapsed
32415
32416 \begin_layout Plain Layout
32417
32418
32419 \backslash
32420 renewcommand{
32421 \backslash
32422 thefootnote}{
32423 \backslash
32424 roman{footnote}}
32425 \end_layout
32426
32427 \end_inset
32428
32429  Cette note de bas de page utilise une numérotation en chiffres romains
32430  :
32431 \begin_inset Foot
32432 status open
32433
32434 \begin_layout Plain Layout
32435 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
32436  romains.
32437 \end_layout
32438
32439 \end_inset
32440
32441
32442 \end_layout
32443
32444 \begin_layout Standard
32445 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
32446  la commande précédente 
32447 \series bold
32448
32449 \backslash
32450 roman
32451 \series default
32452  par 
32453 \series bold
32454
32455 \backslash
32456 Roman
32457 \series default
32458 .
32459  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
32460  utilisez respectivement soit 
32461 \series bold
32462
32463 \backslash
32464 Alph
32465 \series default
32466  soit 
32467 \series bold
32468
32469 \backslash
32470 alph
32471 \series default
32472 .
32473  Pour les 
32474 \begin_inset Quotes cld
32475 \end_inset
32476
32477 numéroter
32478 \begin_inset Quotes crd
32479 \end_inset
32480
32481  avec des symboles, utilisez 
32482 \series bold
32483
32484 \backslash
32485 fnsymbol
32486 \series default
32487 .
32488 \end_layout
32489
32490 \begin_layout Standard
32491 \begin_inset Note Greyedout
32492 status open
32493
32494 \begin_layout Plain Layout
32495
32496 \series bold
32497 Note:
32498 \series default
32499  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
32500  puisque cette numérotation est limitée à des lettres seules.
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509
32510 \begin_inset Note Greyedout
32511 status open
32512
32513 \begin_layout Plain Layout
32514
32515 \series bold
32516 Note:
32517 \series default
32518  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Standard
32527 Pour revenir au style de numérotation implicite quand vous en avez changé,
32528  utilisez 
32529 \series bold
32530
32531 \backslash
32532 arabic
32533 \series default
32534  à la place de 
32535 \series bold
32536
32537 \backslash
32538 roman
32539 \series default
32540  dans la commande précédente.
32541 \begin_inset ERT
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545
32546
32547 \backslash
32548 renewcommand{
32549 \backslash
32550 thefootnote}{
32551 \backslash
32552 arabic{footnote}}
32553 \end_layout
32554
32555 \end_inset
32556
32557
32558 \end_layout
32559
32560 \begin_layout Standard
32561 \begin_inset VSpace bigskip
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \begin_layout Standard
32568 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
32569  le schéma 
32570 \begin_inset Quotes cld
32571 \end_inset
32572
32573 chapitre.note
32574 \begin_inset Quotes crd
32575 \end_inset
32576
32577 , ajoutez la commande suivante au préambule de votre document :
32578 \end_layout
32579
32580 \begin_layout Standard
32581
32582 \series bold
32583
32584 \backslash
32585 numberwithin{footnote}{chapter}
32586 \end_layout
32587
32588 \begin_layout Standard
32589 Pour pouvoir utiliser la commande 
32590 \series bold
32591
32592 \backslash
32593 numberwithin
32594 \series default
32595 , activez dans la rubrique 
32596 \family sans
32597 Options
32598 \begin_inset space ~
32599 \end_inset
32600
32601 des
32602 \begin_inset space ~
32603 \end_inset
32604
32605 Maths
32606 \family default
32607  dans les paramètres du document, l'option 
32608 \family sans
32609 Utiliser
32610 \begin_inset space ~
32611 \end_inset
32612
32613 le
32614 \begin_inset space ~
32615 \end_inset
32616
32617 paquetage
32618 \begin_inset space ~
32619 \end_inset
32620
32621 maths
32622 \begin_inset space ~
32623 \end_inset
32624
32625 AMS
32626 \family default
32627 .
32628 \end_layout
32629
32630 \begin_layout Standard
32631 \begin_inset ERT
32632 status collapsed
32633
32634 \begin_layout Plain Layout
32635
32636
32637 \backslash
32638 numberwithin{footnote}{chapter}
32639 \end_layout
32640
32641 \end_inset
32642
32643 Ceci est un autre exemple de note de bas de page:
32644 \series bold
32645
32646 \begin_inset Foot
32647 status open
32648
32649 \begin_layout Plain Layout
32650 Cette note est numérotée en suivant le schéma 
32651 \begin_inset Quotes cld
32652 \end_inset
32653
32654 chapitre.note
32655 \begin_inset Quotes crd
32656 \end_inset
32657
32658 .
32659 \end_layout
32660
32661 \end_inset
32662
32663
32664 \series default
32665
32666 \begin_inset ERT
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670
32671
32672 \backslash
32673 renewcommand{
32674 \backslash
32675 thefootnote}{
32676 \backslash
32677 arabic{footnote}}
32678 \end_layout
32679
32680 \end_inset
32681
32682
32683 \end_layout
32684
32685 \begin_layout Standard
32686 \begin_inset Note Greyedout
32687 status open
32688
32689 \begin_layout Plain Layout
32690
32691 \series bold
32692 Note:
32693 \series default
32694  
32695 \series bold
32696
32697 \backslash
32698 numberwithin
32699 \series default
32700  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
32701  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
32702  prises en compte.
32703  
32704 \end_layout
32705
32706 \end_inset
32707
32708
32709 \end_layout
32710
32711 \begin_layout Standard
32712 Donc pour avoir par exemple le schéma 
32713 \begin_inset Quotes cld
32714 \end_inset
32715
32716 chapitre.
32717 \backslash
32718 Roman{note}
32719 \begin_inset Quotes crd
32720 \end_inset
32721
32722 , utilisez la commande suivante plutôt que 
32723 \series bold
32724
32725 \backslash
32726 numberwithin
32727 \series default
32728  :
32729 \end_layout
32730
32731 \begin_layout Standard
32732
32733 \series bold
32734
32735 \backslash
32736 renewcommand{
32737 \backslash
32738 thefootnote}{
32739 \backslash
32740 thechapter.
32741 \backslash
32742 Roman{footnote}}
32743 \end_layout
32744
32745 \begin_layout Subsection
32746 Positionnement de notes de bas de page
32747 \begin_inset Index idx
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751 Notes de bas de page ! Positionnement
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \begin_layout Standard
32760 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
32761  vertical entre elles en bas de la page.
32762  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
32763  de 1.5
32764 \begin_inset space \thinspace{}
32765 \end_inset
32766
32767 mm avec la commande suivante dans le préambule :
32768 \end_layout
32769
32770 \begin_layout Standard
32771
32772 \series bold
32773
32774 \backslash
32775 let
32776 \backslash
32777 myFoot
32778 \backslash
32779 footnote
32780 \begin_inset Newline newline
32781 \end_inset
32782
32783
32784 \backslash
32785 renewcommand{
32786 \backslash
32787 footnote}[1]{
32788 \backslash
32789 myFoot{#1
32790 \backslash
32791 vspace{1.5mm}}}
32792 \end_layout
32793
32794 \begin_layout Standard
32795 \begin_inset VSpace bigskip
32796 \end_inset
32797
32798 Dans un document à deux colonnes les notes de bas de page apparaissent en
32799  bas de chaque colonne, comme sur la Figure
32800 \begin_inset space ~
32801 \end_inset
32802
32803
32804 \begin_inset CommandInset ref
32805 LatexCommand ref
32806 reference "fig:Position-standard-note-bas-de-page"
32807
32808 \end_inset
32809
32810 .
32811  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
32812  sur la Figure
32813 \begin_inset space ~
32814 \end_inset
32815
32816
32817 \begin_inset CommandInset ref
32818 LatexCommand ref
32819 reference "fig:Position-note-avec-ftnright"
32820
32821 \end_inset
32822
32823 , utilisez le paquetage \SpecialChar LaTeX
32824  
32825 \series bold
32826 ftnright
32827 \series default
32828
32829 \begin_inset Index idx
32830 status collapsed
32831
32832 \begin_layout Plain Layout
32833 Paquetages \SpecialChar LaTeX
32834  ! ftnright
32835 \end_layout
32836
32837 \end_inset
32838
32839  avec cette commande dans le préambule du document:
32840 \end_layout
32841
32842 \begin_layout Standard
32843
32844 \series bold
32845
32846 \backslash
32847 usepackage{ftnright}
32848 \end_layout
32849
32850 \begin_layout Standard
32851 \begin_inset Float figure
32852 placement !h
32853 wide false
32854 sideways false
32855 status open
32856
32857 \begin_layout Plain Layout
32858 \noindent
32859 \align center
32860 \begin_inset Box Boxed
32861 position "t"
32862 hor_pos "c"
32863 has_inner_box 0
32864 inner_pos "t"
32865 use_parbox 0
32866 use_makebox 0
32867 width ""
32868 special "none"
32869 height "1in"
32870 height_special "totalheight"
32871 thickness "0.4pt"
32872 separation "3pt"
32873 shadowsize "4pt"
32874 framecolor "black"
32875 backgroundcolor "none"
32876 status open
32877
32878 \begin_layout Plain Layout
32879 \begin_inset Graphics
32880         filename ../clipart/without_fntright.pdf
32881         width 100col%
32882         scaleBeforeRotation
32883
32884 \end_inset
32885
32886
32887 \end_layout
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \begin_layout Plain Layout
32895 \begin_inset Caption Standard
32896
32897 \begin_layout Plain Layout
32898 \begin_inset CommandInset label
32899 LatexCommand label
32900 name "fig:Position-standard-note-bas-de-page"
32901
32902 \end_inset
32903
32904 Positionnement standard des notes de bas de page dans un document à deux
32905  colonnes.
32906 \end_layout
32907
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \end_inset
32914
32915
32916 \end_layout
32917
32918 \begin_layout Standard
32919 \begin_inset Float figure
32920 placement !h
32921 wide false
32922 sideways false
32923 status open
32924
32925 \begin_layout Plain Layout
32926 \noindent
32927 \align center
32928 \begin_inset Box Boxed
32929 position "t"
32930 hor_pos "c"
32931 has_inner_box 0
32932 inner_pos "t"
32933 use_parbox 0
32934 use_makebox 0
32935 width ""
32936 special "none"
32937 height "1in"
32938 height_special "totalheight"
32939 thickness "0.4pt"
32940 separation "3pt"
32941 shadowsize "4pt"
32942 framecolor "black"
32943 backgroundcolor "none"
32944 status open
32945
32946 \begin_layout Plain Layout
32947 \begin_inset Graphics
32948         filename ../clipart/with_fntright.pdf
32949         width 100col%
32950         scaleBeforeRotation
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \begin_layout Plain Layout
32963 \begin_inset Caption Standard
32964
32965 \begin_layout Plain Layout
32966 \begin_inset CommandInset label
32967 LatexCommand label
32968 name "fig:Position-note-avec-ftnright"
32969
32970 \end_inset
32971
32972 Positionnement de notes de bas de page dans un document à deux colonnes
32973  en utilisant le paquetage \SpecialChar LaTeX
32974  
32975 \series bold
32976 ftnright
32977 \series default
32978 .
32979 \end_layout
32980
32981 \end_inset
32982
32983
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset VSpace bigskip
32993 \end_inset
32994
32995 Dans certaines publications scientifiques, il est courant de rassembler
32996  les notes de bas de page et de les imprimer dans un paragraphe particulier
32997  à la fin de la section, comme sur la Figure
32998 \begin_inset space ~
32999 \end_inset
33000
33001
33002 \begin_inset CommandInset ref
33003 LatexCommand ref
33004 reference "fig:Notes-de-fin"
33005
33006 \end_inset
33007
33008 .
33009  On les appelle 
33010 \begin_inset Quotes cld
33011 \end_inset
33012
33013 notes de fin
33014 \begin_inset Quotes crd
33015 \end_inset
33016
33017 .
33018 \begin_inset Index idx
33019 status collapsed
33020
33021 \begin_layout Plain Layout
33022 Notes de fin
33023 \end_layout
33024
33025 \end_inset
33026
33027  Pour utiliser des notes de fin à la place des notes de bas de page dans
33028  votre document, charger le module 
33029 \family sans
33030 Note de bas de page en fin de document
33031 \family default
33032  à partir de 
33033 \family sans
33034 Document\SpecialChar menuseparator
33035 Paramètres\SpecialChar menuseparator
33036 Modules
33037 \family default
33038 .
33039  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
33040 \end_layout
33041
33042 \begin_layout Standard
33043
33044 \series bold
33045
33046 \backslash
33047 theendnotes
33048 \end_layout
33049
33050 \begin_layout Standard
33051 en code \SpecialChar TeX
33052  à la fin d'une section ou d'un chapitre.
33053 \end_layout
33054
33055 \begin_layout Standard
33056 \begin_inset Float figure
33057 wide false
33058 sideways false
33059 status open
33060
33061 \begin_layout Plain Layout
33062 \align center
33063 \begin_inset Box Boxed
33064 position "t"
33065 hor_pos "c"
33066 has_inner_box 0
33067 inner_pos "t"
33068 use_parbox 0
33069 use_makebox 0
33070 width ""
33071 special "none"
33072 height "1in"
33073 height_special "totalheight"
33074 thickness "0.4pt"
33075 separation "3pt"
33076 shadowsize "4pt"
33077 framecolor "black"
33078 backgroundcolor "none"
33079 status open
33080
33081 \begin_layout Plain Layout
33082 \begin_inset Graphics
33083         filename ../clipart/endnotes.pdf
33084         width 100col%
33085         scaleBeforeRotation
33086
33087 \end_inset
33088
33089
33090 \end_layout
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Plain Layout
33098 \begin_inset Caption Standard
33099
33100 \begin_layout Plain Layout
33101 \begin_inset CommandInset label
33102 LatexCommand label
33103 name "fig:Notes-de-fin"
33104
33105 \end_inset
33106
33107 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
33108  séparé à la fin des sections ou des chapitres.
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \begin_layout Standard
33122 \begin_inset VSpace medskip
33123 \end_inset
33124
33125 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
33126  dans la langue du document, cela doit être fait manuellement.
33127  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
33128  
33129 \begin_inset Quotes cld
33130 \end_inset
33131
33132 Notes
33133 \begin_inset Quotes crd
33134 \end_inset
33135
33136  en sa traduction Allemande
33137 \begin_inset Foot
33138 status collapsed
33139
33140 \begin_layout Plain Layout
33141 En français, 
33142 \begin_inset Quotes cld
33143 \end_inset
33144
33145 Notes
33146 \begin_inset Quotes crd
33147 \end_inset
33148
33149  peut être conservé.
33150 \end_layout
33151
33152 \end_inset
33153
33154  
33155 \begin_inset Quotes cld
33156 \end_inset
33157
33158 Anmerkungen
33159 \begin_inset Quotes crd
33160 \end_inset
33161
33162  :
33163 \end_layout
33164
33165 \begin_layout Standard
33166
33167 \series bold
33168
33169 \backslash
33170 renewcommand{
33171 \backslash
33172 notesname}{Anmerkungen}
33173 \end_layout
33174
33175 \begin_layout Standard
33176 \begin_inset VSpace medskip
33177 \end_inset
33178
33179 La numérotation des notes de fin peut être modifiée comme celle des notes
33180  de bas de page comme c'est décrit dans la section
33181 \begin_inset space ~
33182 \end_inset
33183
33184
33185 \begin_inset CommandInset ref
33186 LatexCommand ref
33187 reference "subsec:Numerotation-notes-bas-de-page"
33188
33189 \end_inset
33190
33191  ; remplacez juste la commande 
33192 \series bold
33193
33194 \backslash
33195 thefootnote
33196 \series default
33197  par 
33198 \series bold
33199
33200 \backslash
33201 theendnote
33202 \series default
33203 .
33204  Pour réinitialiser le numéro de note de fin, utilisez la commande 
33205 \series bold
33206
33207 \backslash
33208 @addtoreset
33209 \series default
33210  comme c'est décrit dans la section
33211 \begin_inset space ~
33212 \end_inset
33213
33214
33215 \begin_inset CommandInset ref
33216 LatexCommand ref
33217 reference "subsec:Numerotation-notes-bas-de-page"
33218
33219 \end_inset
33220
33221  et remplacez le paramètre de commande 
33222 \series bold
33223 footnote
33224 \series default
33225  par 
33226 \series bold
33227 endnote
33228 \series default
33229 .
33230 \end_layout
33231
33232 \begin_layout Standard
33233 Pour les notes de fin, il y a la commande 
33234 \series bold
33235
33236 \backslash
33237 endnotemark[numéro]
33238 \series default
33239  qui est semblable à 
33240 \series bold
33241
33242 \backslash
33243 footnotemark
33244 \series default
33245 , décrite dans la section
33246 \begin_inset space ~
33247 \end_inset
33248
33249
33250 \begin_inset CommandInset ref
33251 LatexCommand ref
33252 reference "sec:Notes-bas-de-page"
33253
33254 \end_inset
33255
33256 .
33257 \end_layout
33258
33259 \begin_layout Standard
33260 \begin_inset VSpace bigskip
33261 \end_inset
33262
33263  Les notes de bas de page peuvent être mise dans la marge de la page et
33264  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
33265
33266  
33267 \series bold
33268 footmisc
33269 \series default
33270
33271 \begin_inset Index idx
33272 status collapsed
33273
33274 \begin_layout Plain Layout
33275 Paquetages \SpecialChar LaTeX
33276  ! footmisc
33277 \end_layout
33278
33279 \end_inset
33280
33281
33282 \begin_inset CommandInset citation
33283 LatexCommand cite
33284 key "footmisc"
33285 literal "true"
33286
33287 \end_inset
33288
33289  pour plus d'information à ce sujet.
33290 \end_layout
33291
33292 \begin_layout Standard
33293 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
33294  voyez les livres sur \SpecialChar LaTeX
33295
33296 \begin_inset CommandInset citation
33297 LatexCommand cite
33298 key "latexcompanion,latexguide,latexbook"
33299 literal "true"
33300
33301 \end_inset
33302
33303 .
33304  Si vous utilisez une classe de document  
33305 \series bold
33306 KOMA-Script
33307 \series default
33308
33309 \begin_inset Index idx
33310 status collapsed
33311
33312 \begin_layout Plain Layout
33313 Paquetages \SpecialChar LaTeX
33314  ! KOMA-Script
33315 \end_layout
33316
33317 \end_inset
33318
33319 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
33320  des commandes spécifiques à la classe de document utilisée, voyez 
33321 \begin_inset CommandInset citation
33322 LatexCommand cite
33323 key "KOMA-Script"
33324 literal "true"
33325
33326 \end_inset
33327
33328 .
33329 \end_layout
33330
33331 \begin_layout Section
33332 Notes en marge
33333 \begin_inset Index idx
33334 status collapsed
33335
33336 \begin_layout Plain Layout
33337 Notes ! Notes en Marge
33338 \end_layout
33339
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \begin_layout Standard
33346 Les notes en marge dans \SpecialChar LyX
33347  ressemblent aux notes en bas de page et se comportent
33348  de la même façon.
33349  Quand vous insérez une note en marge avec 
33350 \family sans
33351 Insertion\SpecialChar menuseparator
33352 Note
33353 \begin_inset space ~
33354 \end_inset
33355
33356 en
33357 \begin_inset space ~
33358 \end_inset
33359
33360 Marge
33361 \family default
33362  ou avec le bouton 
33363 \begin_inset Info
33364 type  "icon"
33365 arg   "marginalnote-insert"
33366 \end_inset
33367
33368  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
33369  grise avec une étiquette rouge 
33370 \begin_inset Quotes cld
33371 \end_inset
33372
33373 marge
33374 \begin_inset Quotes crd
33375 \end_inset
33376
33377 .
33378  
33379 \begin_inset Marginal
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383 C'est une note en marge.
33384 \end_layout
33385
33386 \end_inset
33387
33388  Cette boîte est la représentation de votre note dans \SpecialChar LyX
33389 .
33390  Vous pouvez y entrer votre texte.
33391 \end_layout
33392
33393 \begin_layout Standard
33394 Les notes en marge apparaissent dans la marge de droite dans les documents
33395  imprimées sur une seule face.
33396  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
33397  
33398 \begin_inset Quotes cld
33399 \end_inset
33400
33401 extérieure
33402 \begin_inset Quotes crd
33403 \end_inset
33404
33405  – la gauche sur les pages paires et la droite sur les pages impaires.
33406  Le texte de la note en marge est aligné à l'opposé de la marge externe
33407  – aligné à droite quand la note apparaît dans la marge de gauche.
33408  La première ligne de la note apparaît à la hauteur de la ligne de texte
33409  où la note a été insérée dans le document.
33410 \end_layout
33411
33412 \begin_layout Standard
33413 \begin_inset VSpace bigskip
33414 \end_inset
33415
33416 Pour placer une note dans la marge interne, ajoutez la commande suivante
33417  :
33418 \end_layout
33419
33420 \begin_layout Standard
33421
33422 \series bold
33423
33424 \backslash
33425 reversemarginpar
33426 \end_layout
33427
33428 \begin_layout Standard
33429 sous forme de code \SpecialChar TeX
33430  avant votre note de marge.
33431  Le nouveau positionnement est pris en compte pour toutes les notes en marge
33432  qui suivent 
33433 \begin_inset ERT
33434 status collapsed
33435
33436 \begin_layout Plain Layout
33437
33438
33439 \backslash
33440 reversemarginpar 
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \begin_inset Marginal
33447 status open
33448
33449 \begin_layout Plain Layout
33450 Cette note en marge est dans la marge interne.
33451 \end_layout
33452
33453 \end_inset
33454
33455
33456 \series bold
33457
33458 \begin_inset Newline newline
33459 \end_inset
33460
33461
33462 \series default
33463
33464 \begin_inset Note Greyedout
33465 status open
33466
33467 \begin_layout Plain Layout
33468
33469 \series bold
33470 Note:
33471 \series default
33472  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
33473  les notes sont souvent mal mises en formes dans la sortie imprimée.
33474 \end_layout
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Standard
33482 Pour revenir au positionnement implicite, ajoutez la commande :
33483 \end_layout
33484
33485 \begin_layout Standard
33486
33487 \series bold
33488
33489 \backslash
33490 normalmarginpar
33491 \end_layout
33492
33493 \begin_layout Standard
33494 sous forme de code \SpecialChar TeX
33495 .
33496 \begin_inset ERT
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500
33501
33502 \backslash
33503 normalmarginpar 
33504 \end_layout
33505
33506 \end_inset
33507
33508
33509 \begin_inset Newline newline
33510 \end_inset
33511
33512  
33513 \begin_inset Note Greyedout
33514 status open
33515
33516 \begin_layout Plain Layout
33517
33518 \series bold
33519 Note:
33520 \series default
33521  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
33522  
33523 \series bold
33524
33525 \backslash
33526 reversemarginpar
33527 \series default
33528  est aussi utilisée.
33529 \end_layout
33530
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \begin_layout Standard
33537 \begin_inset VSpace bigskip
33538 \end_inset
33539
33540
33541 \begin_inset Marginal
33542 status open
33543
33544 \begin_layout Plain Layout
33545 UnTrèsLongMotEnMarge sans césure.
33546 \end_layout
33547
33548 \end_inset
33549
33550  Comme dans le cas décrit dans la section
33551 \begin_inset space ~
33552 \end_inset
33553
33554
33555 \begin_inset CommandInset ref
33556 LatexCommand ref
33557 reference "subsec:Lignes-multiple-dans-cellule"
33558
33559 \end_inset
33560
33561 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
33562  mot d'une note en marge.
33563  Pour éviter ce problème, insérez un espacement horizontal de 0
33564 \begin_inset space \thinspace{}
33565 \end_inset
33566
33567 pt avant le mot en question: 
33568 \begin_inset Marginal
33569 status open
33570
33571 \begin_layout Plain Layout
33572 \begin_inset space \hspace{}
33573 \length 0pt
33574 \end_inset
33575
33576 UnMotTrèsLongEnMarge avec une césure.
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \begin_layout Standard
33585 \begin_inset VSpace bigskip
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \begin_layout Standard
33592 \begin_inset Note Greyedout
33593 status open
33594
33595 \begin_layout Plain Layout
33596
33597 \series bold
33598 Note:
33599 \series default
33600  Normalement, les notes en marge ne peuvent pas être utilisées dans des
33601  tableaux, des flottants et des notes de bas de page.
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Standard
33610 \begin_inset VSpace bigskip
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \begin_layout Standard
33617 \begin_inset ERT
33618 status collapsed
33619
33620 \begin_layout Plain Layout
33621
33622
33623 \backslash
33624 ifmarginnote
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \begin_inset Note Note
33631 status open
33632
33633 \begin_layout Plain Layout
33634 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
33635  
33636 \series bold
33637 marginnote
33638 \series default
33639  a été installé.
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Standard
33648 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
33649  
33650 \series bold
33651 marginnote
33652 \series default
33653
33654 \begin_inset Index idx
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 Paquetages \SpecialChar LaTeX
33659  ! marginnote
33660 \end_layout
33661
33662 \end_inset
33663
33664 .
33665  En ajoutant les deux lignes suivantes au préambule de votre document, la
33666  commande que \SpecialChar LyX
33667  utilise pour les notes de marge est redéfinie pour utiliser
33668  la commande fournie par le paquetage 
33669 \series bold
33670 marginnote
33671 \series default
33672  :
33673 \end_layout
33674
33675 \begin_layout Standard
33676
33677 \series bold
33678
33679 \backslash
33680 usepackage{marginnote}
33681 \begin_inset Newline newline
33682 \end_inset
33683
33684
33685 \backslash
33686 let
33687 \backslash
33688 marginpar
33689 \backslash
33690 marginnote
33691 \end_layout
33692
33693 \begin_layout Standard
33694 Ce paquetage est aussi utilisé dans ce document parce que 
33695 \series bold
33696 marginnote
33697 \series default
33698  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
33699  vertical pour une note.
33700  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
33701  sont trop proches les unes des autres ou que vous voulez améliorer la mise
33702  en page.
33703  Le décalage est inséré dans \SpecialChar LyX
33704  sous forme de code \SpecialChar TeX
33705  directement après la note
33706  sous la forme
33707 \end_layout
33708
33709 \begin_layout Standard
33710
33711 \series bold
33712 [offset]
33713 \end_layout
33714
33715 \begin_layout Standard
33716 où l'offset utilise l'une des unités listées dans le tableau
33717 \begin_inset space ~
33718 \end_inset
33719
33720
33721 \begin_inset CommandInset ref
33722 LatexCommand ref
33723 reference "cha:Unités-de-longueur"
33724
33725 \end_inset
33726
33727 .
33728  Une valeur négative déplace la note vers le haut, une valeur positive la
33729  déplace vers le bas.
33730  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
33731  vers le haut de 1.5
33732 \begin_inset space \thinspace{}
33733 \end_inset
33734
33735 cm avec la commande en code \SpecialChar TeX
33736  
33737 \begin_inset Quotes cld
33738 \end_inset
33739
33740
33741 \series bold
33742 [-1.5cm]
33743 \series default
33744
33745 \begin_inset Quotes crd
33746 \end_inset
33747
33748
33749 \begin_inset Marginal
33750 status collapsed
33751
33752 \begin_layout Plain Layout
33753 Cette note en marge est décalée vers le haut de 1.5
33754 \begin_inset space \thinspace{}
33755 \end_inset
33756
33757 cm par rapport à sa position d'origine.
33758 \end_layout
33759
33760 \end_inset
33761
33762
33763 \begin_inset ERT
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767
33768 [-1.5cm]
33769 \end_layout
33770
33771 \end_inset
33772
33773
33774 \end_layout
33775
33776 \begin_layout Standard
33777 \begin_inset VSpace medskip
33778 \end_inset
33779
33780 Avec le paquetage 
33781 \series bold
33782 marginnote
33783 \series default
33784  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
33785  Par exemple les commandes 
33786 \end_layout
33787
33788 \begin_layout Standard
33789
33790 \series bold
33791
33792 \backslash
33793 renewcommand*{
33794 \backslash
33795 raggedleftmarginnote}{
33796 \backslash
33797 centering}
33798 \begin_inset Newline newline
33799 \end_inset
33800
33801
33802 \backslash
33803 renewcommand*{
33804 \backslash
33805 raggedrightmarginnote}{
33806 \backslash
33807 centering}
33808 \end_layout
33809
33810 \begin_layout Standard
33811 donnent un alignement centré.
33812  
33813 \series bold
33814
33815 \backslash
33816 raggedleftmarginnote
33817 \series default
33818  indique une note qui apparaît dans la marge de gauche.
33819 \begin_inset ERT
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823
33824
33825 \backslash
33826 renewcommand*{
33827 \backslash
33828 raggedleftmarginnote}{
33829 \backslash
33830 centering}
33831 \end_layout
33832
33833 \begin_layout Plain Layout
33834
33835
33836 \backslash
33837 renewcommand*{
33838 \backslash
33839 raggedrightmarginnote}{
33840 \backslash
33841 centering}
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \begin_inset Marginal
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851 Le texte de cette note en marge est centré.
33852 \end_layout
33853
33854 \end_inset
33855
33856 .
33857  Le comportement implicite est donné par
33858 \end_layout
33859
33860 \begin_layout Standard
33861
33862 \series bold
33863
33864 \backslash
33865 renewcommand*{
33866 \backslash
33867 raggedleftmarginnote}{
33868 \backslash
33869 raggedleft}
33870 \begin_inset Newline newline
33871 \end_inset
33872
33873
33874 \backslash
33875 renewcommand*{
33876 \backslash
33877 raggedrightmarginnote}{
33878 \backslash
33879 raggedright}
33880 \series default
33881
33882 \begin_inset ERT
33883 status collapsed
33884
33885 \begin_layout Plain Layout
33886
33887
33888 \backslash
33889 renewcommand*{
33890 \backslash
33891 raggedleftmarginnote}{
33892 \backslash
33893 raggedleft}
33894 \end_layout
33895
33896 \begin_layout Plain Layout
33897
33898
33899 \backslash
33900 renewcommand*{
33901 \backslash
33902 raggedrightmarginnote}{
33903 \backslash
33904 raggedright}
33905 \end_layout
33906
33907 \end_inset
33908
33909
33910 \end_layout
33911
33912 \begin_layout Standard
33913 \begin_inset VSpace medskip
33914 \end_inset
33915
33916 Pour les autre fonctions du paquetage 
33917 \series bold
33918 marginnote
33919 \series default
33920  nous vous renvoyons à sa documentation 
33921 \begin_inset CommandInset citation
33922 LatexCommand cite
33923 key "marginnote"
33924 literal "true"
33925
33926 \end_inset
33927
33928 .
33929 \end_layout
33930
33931 \begin_layout Standard
33932 \begin_inset VSpace bigskip
33933 \end_inset
33934
33935 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
33936  définition.
33937  Pour créer par exemple une entête pour toutes les notes en marge avec le
33938  texte 
33939 \begin_inset Quotes cld
33940 \end_inset
33941
33942
33943 \family sans
33944 \series bold
33945 \bar under
33946 Attention!
33947 \family default
33948 \series default
33949 \bar default
33950
33951 \begin_inset Quotes crd
33952 \end_inset
33953
33954  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
33955  de votre document :
33956 \end_layout
33957
33958 \begin_layout Standard
33959
33960 \series bold
33961
33962 \backslash
33963 let
33964 \backslash
33965 myMarginpar
33966 \backslash
33967 marginpar
33968 \begin_inset Newline newline
33969 \end_inset
33970
33971
33972 \backslash
33973 renewcommand{
33974 \backslash
33975 marginpar}[1]{
33976 \backslash
33977 myMarginpar{%
33978 \begin_inset Newline newline
33979 \end_inset
33980
33981
33982 \begin_inset Phantom HPhantom
33983 status open
33984
33985 \begin_layout Plain Layout
33986
33987 \series bold
33988 \begin_inset space ~
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \end_inset
33995
33996
33997 \backslash
33998 hspace{0pt}
33999 \backslash
34000 textsf{
34001 \backslash
34002 textbf{
34003 \backslash
34004 underbar{Attention!}}}%
34005 \begin_inset Newline newline
34006 \end_inset
34007
34008
34009 \begin_inset Phantom HPhantom
34010 status open
34011
34012 \begin_layout Plain Layout
34013
34014 \series bold
34015 \begin_inset space ~
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \backslash
34025 vspace{1.5mm}
34026 \backslash
34027
34028 \backslash
34029 #1}}
34030 \end_layout
34031
34032 \begin_layout Standard
34033 \begin_inset ERT
34034 status collapsed
34035
34036 \begin_layout Plain Layout
34037
34038
34039 \backslash
34040 let
34041 \backslash
34042 myMarginpar
34043 \backslash
34044 marginpar
34045 \end_layout
34046
34047 \begin_layout Plain Layout
34048
34049
34050 \backslash
34051 renewcommand{
34052 \backslash
34053 marginpar}[1]{
34054 \backslash
34055 myMarginpar{%
34056 \end_layout
34057
34058 \begin_layout Plain Layout
34059
34060    
34061 \backslash
34062 textsf{
34063 \backslash
34064 textbf{
34065 \backslash
34066 underbar{Attention!}}}%
34067 \end_layout
34068
34069 \begin_layout Plain Layout
34070
34071    
34072 \backslash
34073 vspace{1.5mm}
34074 \backslash
34075
34076 \backslash
34077 #1}}
34078 \end_layout
34079
34080 \end_inset
34081
34082
34083 \begin_inset Marginal
34084 status open
34085
34086 \begin_layout Plain Layout
34087 Ceci est une note en marge avec une en-tête prédéfinie.
34088 \end_layout
34089
34090 \end_inset
34091
34092
34093 \begin_inset ERT
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097
34098 [-1.5cm]
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \begin_inset ERT
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108
34109
34110 \backslash
34111 renewcommand{
34112 \backslash
34113 marginpar}[1]{
34114 \backslash
34115 myMarginpar{#1}}
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \begin_inset Note Note
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125
34126 \lang english
34127 The margin note format is changed only for this example.
34128 \end_layout
34129
34130 \end_inset
34131
34132
34133 \end_layout
34134
34135 \begin_layout Standard
34136 \begin_inset ERT
34137 status collapsed
34138
34139 \begin_layout Plain Layout
34140
34141
34142 \backslash
34143 else
34144 \end_layout
34145
34146 \end_inset
34147
34148
34149 \begin_inset Note Note
34150 status open
34151
34152 \begin_layout Plain Layout
34153 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
34154  
34155 \series bold
34156 marginnote
34157 \series default
34158  n'est pas installé :
34159 \end_layout
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Standard
34167 Vous devez installer le paquetage \SpecialChar LaTeX
34168  
34169 \series bold
34170 marginnote
34171 \series default
34172  pour voir la suite de cette section dans la sortie imprimée.
34173 \end_layout
34174
34175 \begin_layout Standard
34176 \begin_inset ERT
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180
34181
34182 \backslash
34183 fi
34184 \end_layout
34185
34186 \end_inset
34187
34188
34189 \end_layout
34190
34191 \begin_layout Chapter
34192 Boîtes
34193 \end_layout
34194
34195 \begin_layout Section
34196 Introduction
34197 \begin_inset Index idx
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201 Boîtes ! Introduction
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Standard
34210 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
34211  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
34212  voir la section
34213 \begin_inset space ~
34214 \end_inset
34215
34216
34217 \begin_inset CommandInset ref
34218 LatexCommand ref
34219 reference "sec:Minipages"
34220
34221 \end_inset
34222
34223 , pour encadrer des portions de texte, voir la section
34224 \begin_inset space ~
34225 \end_inset
34226
34227
34228 \begin_inset CommandInset ref
34229 LatexCommand ref
34230 reference "sec:Décorations"
34231
34232 \end_inset
34233
34234 , pour empêcher que des mots subissent une césure, voir la section
34235 \begin_inset space ~
34236 \end_inset
34237
34238
34239 \begin_inset CommandInset ref
34240 LatexCommand ref
34241 reference "sec:Empêcher-césure"
34242
34243 \end_inset
34244
34245 , pour aligner du texte, voir la section
34246 \begin_inset space ~
34247 \end_inset
34248
34249
34250 \begin_inset CommandInset ref
34251 LatexCommand ref
34252 reference "subsec:Alignement-Vertical"
34253
34254 \end_inset
34255
34256 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
34257 \begin_inset space ~
34258 \end_inset
34259
34260
34261 \begin_inset CommandInset ref
34262 LatexCommand ref
34263 reference "sec:Boîtes-colorées"
34264
34265 \end_inset
34266
34267 .
34268 \end_layout
34269
34270 \begin_layout Standard
34271 On peut insérer une boîte en utilisant le menu 
34272 \family sans
34273 Insertion\SpecialChar menuseparator
34274 Boîte
34275 \family default
34276  ou avec le bouton 
34277 \begin_inset Info
34278 type  "icon"
34279 arg   "box-insert Frameless"
34280 \end_inset
34281
34282  de la barre d'outils.
34283  Une boîte grise avec une étiquette 
34284 \family sans
34285 Boîte
34286 \begin_inset space ~
34287 \end_inset
34288
34289 (Minipage)
34290 \family default
34291
34292 \begin_inset Graphics
34293         filename clipart/BoxInsetDefault.png
34294         scale 95
34295         scaleBeforeRotation
34296
34297 \end_inset
34298
34299  est alors insérée.
34300  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
34301  et en choisissant 
34302 \family sans
34303 Paramètres
34304 \family default
34305  .
34306  La fenêtre de dialogue qui apparaît donne accès aux types de
34307 \family sans
34308  Boîte
34309 \begin_inset space ~
34310 \end_inset
34311
34312 Intérieure
34313 \family default
34314  
34315 \family sans
34316 Makebox, Parbox
34317 \family default
34318  et 
34319 \family sans
34320 Minipage
34321 \family default
34322 .
34323  Le type 
34324 \family sans
34325 Minipage
34326 \family default
34327  est le type implicite pour les boîtes nouvellement créées et il est décrit
34328  dans la section
34329 \begin_inset space ~
34330 \end_inset
34331
34332
34333 \begin_inset CommandInset ref
34334 LatexCommand ref
34335 reference "sec:Minipages"
34336
34337 \end_inset
34338
34339 ; le type 
34340 \family sans
34341 Parbox
34342 \family default
34343  est décrit dans la section
34344 \begin_inset space ~
34345 \end_inset
34346
34347
34348 \begin_inset CommandInset ref
34349 LatexCommand ref
34350 reference "sec:Parboxes"
34351
34352 \end_inset
34353
34354  et le type 
34355 \family sans
34356 Makebox
34357 \family default
34358  est décrit dans la section
34359 \begin_inset space ~
34360 \end_inset
34361
34362
34363 \begin_inset CommandInset ref
34364 LatexCommand ref
34365 reference "sec:Empêcher-césure"
34366
34367 \end_inset
34368
34369 .
34370 \end_layout
34371
34372 \begin_layout Standard
34373 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
34374  comme les flottants ou les notes de bas de page.
34375 \end_layout
34376
34377 \begin_layout Standard
34378 \begin_inset Note Greyedout
34379 status open
34380
34381 \begin_layout Plain Layout
34382
34383 \series bold
34384 Note:
34385 \series default
34386  Vous ne pouvez pas employer une boîte comme élément dans un environnement
34387  de type 
34388 \family sans
34389 Liste
34390 \family default
34391  ou 
34392 \family sans
34393 Description
34394 \family default
34395 .
34396 \end_layout
34397
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \begin_layout Standard
34404 \begin_inset Note Greyedout
34405 status open
34406
34407 \begin_layout Plain Layout
34408
34409 \series bold
34410 Note:
34411 \series default
34412  Pour une raison inconnue, vous ne pouvez mettre le type de la 
34413 \family sans
34414 Boîte
34415 \begin_inset space ~
34416 \end_inset
34417
34418 Intérieure
34419 \family default
34420  à 
34421 \family sans
34422 Aucune
34423 \family default
34424  que quand vous utilisez une boîte encadrée.
34425  Les boîtes sans 
34426 \family sans
34427 Boîte
34428 \begin_inset space ~
34429 \end_inset
34430
34431 Intérieure
34432 \family default
34433  et sans cadre sont expliquées dans la section
34434 \begin_inset space ~
34435 \end_inset
34436
34437
34438 \begin_inset CommandInset ref
34439 LatexCommand ref
34440 reference "sec:Empêcher-césure"
34441
34442 \end_inset
34443
34444 .
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Section
34453 La fenêtre de dialogue Boîte
34454 \begin_inset CommandInset label
34455 LatexCommand label
34456 name "sec:Boîte-Dialogue"
34457
34458 \end_inset
34459
34460
34461 \begin_inset Index idx
34462 status collapsed
34463
34464 \begin_layout Plain Layout
34465 Boîtes ! Fenêtre de dialogue Boîte
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Subsection
34474 Taille
34475 \begin_inset Index idx
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479 Boîtes ! Taille
34480 \end_layout
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \begin_layout Standard
34488 Dans la fenêtre de dialogue 
34489 \family sans
34490 Paramètres
34491 \begin_inset space ~
34492 \end_inset
34493
34494 de
34495 \begin_inset space ~
34496 \end_inset
34497
34498 Boîte
34499 \family default
34500  vous pouvez modifier la géométrie de la boîte avec les champs 
34501 \family sans
34502 Largeur
34503 \family default
34504  et 
34505 \family sans
34506 Hauteur
34507 \family default
34508 .
34509  Les unités de longueur qui sont utilisables dans ces champs sont décrites
34510  dans le tableau
34511 \begin_inset space ~
34512 \end_inset
34513
34514
34515 \begin_inset CommandInset ref
34516 LatexCommand ref
34517 reference "tab:Unités"
34518
34519 \end_inset
34520
34521 .
34522  Le champ 
34523 \family sans
34524 Hauteur
34525 \family default
34526  offre en plus les spécifications de taille suivantes :
34527 \end_layout
34528
34529 \begin_layout Description
34530 Profondeur C'est simplement la 
34531 \begin_inset Quotes cld
34532 \end_inset
34533
34534 hauteur
34535 \begin_inset Quotes crd
34536 \end_inset
34537
34538  du texte.
34539  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
34540  lignes de texte dans la boîte.
34541 \begin_inset Newline newline
34542 \end_inset
34543
34544
34545 \begin_inset Newline newline
34546 \end_inset
34547
34548
34549 \begin_inset Newline newline
34550 \end_inset
34551
34552
34553 \begin_inset Box Boxed
34554 position "c"
34555 hor_pos "c"
34556 has_inner_box 1
34557 inner_pos "c"
34558 use_parbox 0
34559 use_makebox 0
34560 width "12col%"
34561 special "none"
34562 height "1in"
34563 height_special "depth"
34564 thickness "0.4pt"
34565 separation "3pt"
34566 shadowsize "4pt"
34567 framecolor "black"
34568 backgroundcolor "none"
34569 status open
34570
34571 \begin_layout Plain Layout
34572 \align center
34573 Boîte dont la hauteur est égale à 1
34574 \begin_inset space \thinspace{}
34575 \end_inset
34576
34577 Profondeur
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \begin_inset Newline newline
34584 \end_inset
34585
34586
34587 \begin_inset Newline newline
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Description
34594 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
34595  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
34596  est deux fois plus haute que le texte : 
34597 \begin_inset Box Boxed
34598 position "c"
34599 hor_pos "c"
34600 has_inner_box 1
34601 inner_pos "c"
34602 use_parbox 0
34603 use_makebox 0
34604 width "20col%"
34605 special "none"
34606 height "2in"
34607 height_special "height"
34608 thickness "0.4pt"
34609 separation "3pt"
34610 shadowsize "4pt"
34611 framecolor "black"
34612 backgroundcolor "none"
34613 status open
34614
34615 \begin_layout Plain Layout
34616 \align center
34617 Boîte dont la hauteur est 2
34618 \begin_inset space \thinspace{}
34619 \end_inset
34620
34621 Hauteur
34622 \end_layout
34623
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Description
34630 Hauteur
34631 \begin_inset space ~
34632 \end_inset
34633
34634 Totale C'est égal à Hauteur
34635 \begin_inset space \thinspace{}
34636 \end_inset
34637
34638 +
34639 \begin_inset space \thinspace{}
34640 \end_inset
34641
34642 Profondeur : 
34643 \begin_inset Box Boxed
34644 position "c"
34645 hor_pos "c"
34646 has_inner_box 1
34647 inner_pos "c"
34648 use_parbox 0
34649 use_makebox 0
34650 width "20col%"
34651 special "none"
34652 height "1in"
34653 height_special "totalheight"
34654 thickness "0.4pt"
34655 separation "3pt"
34656 shadowsize "4pt"
34657 framecolor "black"
34658 backgroundcolor "none"
34659 status open
34660
34661 \begin_layout Plain Layout
34662 \align center
34663 Boîte dont la hauteur est 1
34664 \begin_inset space \thinspace{}
34665 \end_inset
34666
34667 Hauteur
34668 \begin_inset space ~
34669 \end_inset
34670
34671 Totale
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \begin_layout Description
34680 Largeur On prend la largeur de la boîte comme hauteur : 
34681 \begin_inset Box Boxed
34682 position "c"
34683 hor_pos "c"
34684 has_inner_box 1
34685 inner_pos "c"
34686 use_parbox 0
34687 use_makebox 0
34688 width "12col%"
34689 special "none"
34690 height "1in"
34691 height_special "width"
34692 thickness "0.4pt"
34693 separation "3pt"
34694 shadowsize "4pt"
34695 framecolor "black"
34696 backgroundcolor "none"
34697 status open
34698
34699 \begin_layout Plain Layout
34700 \align center
34701 Boîte dont la hauteur est 1
34702 \begin_inset space \thinspace{}
34703 \end_inset
34704
34705 Largeur
34706 \end_layout
34707
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Subsection
34714 Alignement
34715 \begin_inset Index idx
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719 Boîtes ! Alignement
34720 \end_layout
34721
34722 \end_inset
34723
34724
34725 \end_layout
34726
34727 \begin_layout Standard
34728 Quand vous avez choisi une 
34729 \family sans
34730 Boîte
34731 \begin_inset space ~
34732 \end_inset
34733
34734 Intérieure
34735 \family default
34736 , l'alignement vertical de la boîte peut être :
34737 \end_layout
34738
34739 \begin_layout Description
34740 Haut Ceci est un exemple de texte.
34741  
34742 \begin_inset Box Boxed
34743 position "t"
34744 hor_pos "c"
34745 has_inner_box 1
34746 inner_pos "c"
34747 use_parbox 0
34748 use_makebox 0
34749 width "12col%"
34750 special "none"
34751 height "1in"
34752 height_special "totalheight"
34753 thickness "0.4pt"
34754 separation "3pt"
34755 shadowsize "4pt"
34756 framecolor "black"
34757 backgroundcolor "none"
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761 \align center
34762 Cette boîte est alignée sur le haut.
34763 \end_layout
34764
34765 \end_inset
34766
34767  Ceci est un exemple de texte.
34768 \end_layout
34769
34770 \begin_layout Description
34771 Milieu Ceci est un exemple de texte.
34772  
34773 \begin_inset Box Boxed
34774 position "c"
34775 hor_pos "c"
34776 has_inner_box 1
34777 inner_pos "c"
34778 use_parbox 0
34779 use_makebox 0
34780 width "12col%"
34781 special "none"
34782 height "1in"
34783 height_special "totalheight"
34784 thickness "0.4pt"
34785 separation "3pt"
34786 shadowsize "4pt"
34787 framecolor "black"
34788 backgroundcolor "none"
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792 \align center
34793 Cette boîte est alignée au centre.
34794 \end_layout
34795
34796 \end_inset
34797
34798  Ceci est un exemple de texte.
34799 \end_layout
34800
34801 \begin_layout Description
34802 Bas Ceci est un exemple de texte.
34803  
34804 \begin_inset Box Boxed
34805 position "b"
34806 hor_pos "c"
34807 has_inner_box 1
34808 inner_pos "c"
34809 use_parbox 0
34810 use_makebox 0
34811 width "12col%"
34812 special "none"
34813 height "1in"
34814 height_special "totalheight"
34815 thickness "0.4pt"
34816 separation "3pt"
34817 shadowsize "4pt"
34818 framecolor "black"
34819 backgroundcolor "none"
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823 \align center
34824 Cette boîte est alignée sur le bas.
34825 \end_layout
34826
34827 \end_inset
34828
34829  Ceci est un exemple de texte.
34830 \end_layout
34831
34832 \begin_layout Standard
34833 \begin_inset Note Greyedout
34834 status open
34835
34836 \begin_layout Plain Layout
34837
34838 \series bold
34839 Note:
34840 \series default
34841  L'alignement vertical peut être perturbé dans la sortie finale quand vous
34842  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
34843  l'autre non.
34844 \end_layout
34845
34846 \end_inset
34847
34848
34849 \end_layout
34850
34851 \begin_layout Standard
34852 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
34853  paragraphe grâce à la fenêtre de dialogue 
34854 \family sans
34855 Paramètres
34856 \begin_inset space ~
34857 \end_inset
34858
34859 de
34860 \begin_inset space ~
34861 \end_inset
34862
34863 Boîte
34864 \family default
34865 .
34866 \end_layout
34867
34868 \begin_layout Standard
34869 \begin_inset VSpace bigskip
34870 \end_inset
34871
34872 Quand vous avez choisi une 
34873 \family sans
34874 Boîte
34875 \begin_inset space ~
34876 \end_inset
34877
34878 Intérieure
34879 \family default
34880 , l'alignement vertical du contenu de la boîte peut être :
34881 \end_layout
34882
34883 \begin_layout Description
34884 haut Ceci est un exemple de texte.
34885 \begin_inset Box Boxed
34886 position "c"
34887 hor_pos "c"
34888 has_inner_box 1
34889 inner_pos "t"
34890 use_parbox 0
34891 use_makebox 0
34892 width "12col%"
34893 special "none"
34894 height "1.5in"
34895 height_special "totalheight"
34896 thickness "0.4pt"
34897 separation "3pt"
34898 shadowsize "4pt"
34899 framecolor "black"
34900 backgroundcolor "none"
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904 \align center
34905 Le texte de cette boîte est aligné sur le haut.
34906 \end_layout
34907
34908 \end_inset
34909
34910  Ceci est un exemple de texte.
34911 \end_layout
34912
34913 \begin_layout Description
34914 milieu Ceci est un exemple de texte.
34915  
34916 \begin_inset Box Boxed
34917 position "c"
34918 hor_pos "c"
34919 has_inner_box 1
34920 inner_pos "c"
34921 use_parbox 0
34922 use_makebox 0
34923 width "12col%"
34924 special "none"
34925 height "1.5in"
34926 height_special "totalheight"
34927 thickness "0.4pt"
34928 separation "3pt"
34929 shadowsize "4pt"
34930 framecolor "black"
34931 backgroundcolor "none"
34932 status collapsed
34933
34934 \begin_layout Plain Layout
34935 \align center
34936 Le texte de cette boîte est aligné au centre
34937 \end_layout
34938
34939 \end_inset
34940
34941  Ceci est un exemple de texte.
34942 \end_layout
34943
34944 \begin_layout Description
34945 bas Ceci est un exemple de texte.
34946  
34947 \begin_inset Box Boxed
34948 position "c"
34949 hor_pos "c"
34950 has_inner_box 1
34951 inner_pos "b"
34952 use_parbox 0
34953 use_makebox 0
34954 width "12col%"
34955 special "none"
34956 height "1.5in"
34957 height_special "totalheight"
34958 thickness "0.4pt"
34959 separation "3pt"
34960 shadowsize "4pt"
34961 framecolor "black"
34962 backgroundcolor "none"
34963 status collapsed
34964
34965 \begin_layout Plain Layout
34966 \align center
34967 Le texte de cette boîte est aligné en bas.
34968 \end_layout
34969
34970 \end_inset
34971
34972  Ceci est un exemple de texte.
34973 \end_layout
34974
34975 \begin_layout Description
34976 élongation Ceci est un exemple de texte.
34977  
34978 \begin_inset Box Boxed
34979 position "c"
34980 hor_pos "c"
34981 has_inner_box 1
34982 inner_pos "s"
34983 use_parbox 0
34984 use_makebox 0
34985 width "12col%"
34986 special "none"
34987 height "1.5in"
34988 height_special "totalheight"
34989 thickness "0.4pt"
34990 separation "3pt"
34991 shadowsize "4pt"
34992 framecolor "black"
34993 backgroundcolor "none"
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997 \align center
34998 Le texte 
34999 \end_layout
35000
35001 \begin_layout Plain Layout
35002 \align center
35003 de cette
35004 \end_layout
35005
35006 \begin_layout Plain Layout
35007 \align center
35008 boîte est
35009 \end_layout
35010
35011 \begin_layout Plain Layout
35012 \align center
35013 allongé.
35014 \end_layout
35015
35016 \end_inset
35017
35018  Ceci est un exemple de texte.
35019 \end_layout
35020
35021 \begin_layout Standard
35022 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
35023  paragraphe.
35024  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
35025 \end_layout
35026
35027 \begin_layout Standard
35028 \begin_inset VSpace bigskip
35029 \end_inset
35030
35031 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
35032  la fenêtre de dialogue 
35033 \family sans
35034 Paramètres
35035 \begin_inset space ~
35036 \end_inset
35037
35038 de
35039 \begin_inset space ~
35040 \end_inset
35041
35042 paragraphe
35043 \family default
35044  quand vous avez choisi une 
35045 \family sans
35046 Boîte
35047 \begin_inset space ~
35048 \end_inset
35049
35050 Intérieure
35051 \family default
35052 .
35053 \end_layout
35054
35055 \begin_layout Standard
35056 \align center
35057 \begin_inset Box Boxed
35058 position "c"
35059 hor_pos "c"
35060 has_inner_box 1
35061 inner_pos "s"
35062 use_parbox 0
35063 use_makebox 0
35064 width "15col%"
35065 special "none"
35066 height "1.25in"
35067 height_special "totalheight"
35068 thickness "0.4pt"
35069 separation "3pt"
35070 shadowsize "4pt"
35071 framecolor "black"
35072 backgroundcolor "none"
35073 status open
35074
35075 \begin_layout Plain Layout
35076 \align left
35077 Le texte de 
35078 \end_layout
35079
35080 \begin_layout Plain Layout
35081 \align left
35082 cette boîte
35083 \end_layout
35084
35085 \begin_layout Plain Layout
35086 \align right
35087 est allongé.
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Standard
35096 Si vous n'avez pas choisi une 
35097 \family sans
35098 Boîte
35099 \begin_inset space ~
35100 \end_inset
35101
35102 Intérieure
35103 \family default
35104 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
35105  de dialogue de boîte.
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \align center
35110 \begin_inset Box Boxed
35111 position "c"
35112 hor_pos "s"
35113 has_inner_box 0
35114 inner_pos "s"
35115 use_parbox 0
35116 use_makebox 0
35117 width "90col%"
35118 special "none"
35119 height "1.25in"
35120 height_special "totalheight"
35121 thickness "0.4pt"
35122 separation "3pt"
35123 shadowsize "4pt"
35124 framecolor "black"
35125 backgroundcolor "none"
35126 status open
35127
35128 \begin_layout Plain Layout
35129 Le texte de cette boîte est allongé horizontalement.
35130 \end_layout
35131
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \begin_layout Subsection
35138 Décorations
35139 \begin_inset CommandInset label
35140 LatexCommand label
35141 name "sec:Décorations"
35142
35143 \end_inset
35144
35145
35146 \begin_inset Index idx
35147 status collapsed
35148
35149 \begin_layout Plain Layout
35150 Boîtes ! Décorations
35151 \end_layout
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \begin_layout Standard
35159 On peut spécifier le style de la boîte en utilisant la liste déroulante
35160  
35161 \family sans
35162 Décoration
35163 \family default
35164 .
35165  Les possibilités sont les suivantes :
35166 \end_layout
35167
35168 \begin_layout Description
35169 Aucun
35170 \begin_inset space ~
35171 \end_inset
35172
35173 cadre
35174 \begin_inset space ~
35175 \end_inset
35176
35177 tracé Rien n'est tracé
35178 \end_layout
35179
35180 \begin_layout Description
35181 Cadre
35182 \begin_inset space ~
35183 \end_inset
35184
35185 rectangulaire
35186 \begin_inset space ~
35187 \end_inset
35188
35189 simple Ceci dessine un cadre rectangulaire autour de la boîte.
35190  L'épaisseur du trait de ce cadre peut être précisé.
35191 \begin_inset Newline newline
35192 \end_inset
35193
35194
35195 \begin_inset Box Boxed
35196 position "c"
35197 hor_pos "c"
35198 has_inner_box 1
35199 inner_pos "c"
35200 use_parbox 0
35201 use_makebox 0
35202 width "20col%"
35203 special "none"
35204 height "1in"
35205 height_special "totalheight"
35206 thickness "0.4pt"
35207 separation "3pt"
35208 shadowsize "4pt"
35209 framecolor "black"
35210 backgroundcolor "none"
35211 status open
35212
35213 \begin_layout Plain Layout
35214 \align center
35215 Boîte rectangulaire
35216 \end_layout
35217
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \begin_layout Description
35224 Cadre
35225 \begin_inset space ~
35226 \end_inset
35227
35228 oval,
35229 \begin_inset space ~
35230 \end_inset
35231
35232 fin Ceci dessine un cadre ovalisée autour de la boîte.
35233  L'épaisseur du trait de ce cadre est de  0.4
35234 \begin_inset space \thinspace{}
35235 \end_inset
35236
35237 pt.
35238  
35239 \begin_inset Box ovalbox
35240 position "c"
35241 hor_pos "c"
35242 has_inner_box 1
35243 inner_pos "c"
35244 use_parbox 0
35245 use_makebox 0
35246 width "20col%"
35247 special "none"
35248 height "1in"
35249 height_special "totalheight"
35250 thickness "0.4pt"
35251 separation "3pt"
35252 shadowsize "4pt"
35253 framecolor "black"
35254 backgroundcolor "none"
35255 status open
35256
35257 \begin_layout Plain Layout
35258 \align center
35259 Boîte ovalisée, fine
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \end_layout
35266
35267 \begin_layout Description
35268 Cadre
35269 \begin_inset space ~
35270 \end_inset
35271
35272 oval,
35273 \begin_inset space ~
35274 \end_inset
35275
35276 épais Ceci dessine un cadre ovalisée autour de la boîte.
35277  L'épaisseur du trait de ce cadre est de   0.8
35278 \begin_inset space \thinspace{}
35279 \end_inset
35280
35281 pt.
35282  
35283 \begin_inset Box Ovalbox
35284 position "c"
35285 hor_pos "c"
35286 has_inner_box 1
35287 inner_pos "c"
35288 use_parbox 0
35289 use_makebox 0
35290 width "20col%"
35291 special "none"
35292 height "1in"
35293 height_special "totalheight"
35294 thickness "0.4pt"
35295 separation "3pt"
35296 shadowsize "4pt"
35297 framecolor "black"
35298 backgroundcolor "none"
35299 status open
35300
35301 \begin_layout Plain Layout
35302 \align center
35303 Boîte ovalisée, épaisse
35304 \end_layout
35305
35306 \end_inset
35307
35308
35309 \end_layout
35310
35311 \begin_layout Description
35312 Ombre
35313 \begin_inset space ~
35314 \end_inset
35315
35316 en
35317 \begin_inset space ~
35318 \end_inset
35319
35320 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
35321  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
35322  
35323 \begin_inset Box Shadowbox
35324 position "c"
35325 hor_pos "c"
35326 has_inner_box 1
35327 inner_pos "c"
35328 use_parbox 0
35329 use_makebox 0
35330 width "20col%"
35331 special "none"
35332 height "1in"
35333 height_special "totalheight"
35334 thickness "0.4pt"
35335 separation "3pt"
35336 shadowsize "4pt"
35337 framecolor "black"
35338 backgroundcolor "none"
35339 status open
35340
35341 \begin_layout Plain Layout
35342 \align center
35343 Boîte ombrée
35344 \end_layout
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \begin_layout Description
35352 Fond
35353 \begin_inset space ~
35354 \end_inset
35355
35356 ombré Ceci dessine une boîte avec un arrière plan rouge.
35357  Contrairement aux boîtes coloriées
35358 \begin_inset Foot
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362 Voir la section
35363 \begin_inset space ~
35364 \end_inset
35365
35366
35367 \begin_inset CommandInset ref
35368 LatexCommand ref
35369 reference "sec:Boîtes-colorées"
35370
35371 \end_inset
35372
35373 .
35374 \end_layout
35375
35376 \end_inset
35377
35378 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
35379  son propre paragraphe.
35380 \begin_inset Box Shaded
35381 position "t"
35382 hor_pos "c"
35383 has_inner_box 0
35384 inner_pos "t"
35385 use_parbox 0
35386 use_makebox 0
35387 width "50col%"
35388 special "none"
35389 height "1in"
35390 height_special "totalheight"
35391 thickness "0.4pt"
35392 separation "3pt"
35393 shadowsize "4pt"
35394 framecolor "black"
35395 backgroundcolor "none"
35396 status open
35397
35398 \begin_layout Plain Layout
35399 Boîte avec fond ombré
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \begin_layout Description
35408 Cadre
35409 \begin_inset space ~
35410 \end_inset
35411
35412 rectangulaire
35413 \begin_inset space ~
35414 \end_inset
35415
35416 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
35417  boîte.
35418  L'épaisseur du trait du cadre interne est de 0.75
35419 \begin_inset space \thinspace{}
35420 \end_inset
35421
35422 épaisseur
35423 \begin_inset space ~
35424 \end_inset
35425
35426 du
35427 \begin_inset space ~
35428 \end_inset
35429
35430 trait, l'épaisseur du trait du cadre externe est de 1.5
35431 \begin_inset space \thinspace{}
35432 \end_inset
35433
35434 épaisseur
35435 \begin_inset space ~
35436 \end_inset
35437
35438 du
35439 \begin_inset space ~
35440 \end_inset
35441
35442 trait.
35443  La distance entre les deux cadres est de 1.5
35444 \begin_inset space \thinspace{}
35445 \end_inset
35446
35447 épaisseur
35448 \begin_inset space ~
35449 \end_inset
35450
35451 du
35452 \begin_inset space ~
35453 \end_inset
35454
35455 trait
35456 \begin_inset space \thinspace{}
35457 \end_inset
35458
35459 +
35460 \begin_inset space \thinspace{}
35461 \end_inset
35462
35463 0.5
35464 \begin_inset space \thinspace{}
35465 \end_inset
35466
35467 pt.
35468  
35469 \begin_inset Box Doublebox
35470 position "c"
35471 hor_pos "c"
35472 has_inner_box 1
35473 inner_pos "c"
35474 use_parbox 0
35475 use_makebox 0
35476 width "20col%"
35477 special "none"
35478 height "1in"
35479 height_special "totalheight"
35480 thickness "0.4pt"
35481 separation "3pt"
35482 shadowsize "4pt"
35483 framecolor "black"
35484 backgroundcolor "none"
35485 status open
35486
35487 \begin_layout Plain Layout
35488 \align center
35489 Boîte double
35490 \end_layout
35491
35492 \end_inset
35493
35494
35495 \end_layout
35496
35497 \begin_layout Standard
35498 \begin_inset VSpace bigskip
35499 \end_inset
35500
35501 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
35502  s'adapte pour montrer le style
35503  de boîte utilisé.
35504  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
35505  le paquetage \SpecialChar LaTeX
35506  
35507 \series bold
35508 fancybox
35509 \series default
35510
35511 \begin_inset Index idx
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515 Paquetages \SpecialChar LaTeX
35516  ! fancybox
35517 \end_layout
35518
35519 \end_inset
35520
35521 .
35522 \end_layout
35523
35524 \begin_layout Standard
35525 \begin_inset VSpace bigskip
35526 \end_inset
35527
35528 Quand vous utilisez le style de décoration 
35529 \family sans
35530 cadre rectangulaire simple
35531 \family default
35532  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
35533  de la boîte.
35534  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
35535  prendra toute la largeur de la colonne et la boîte sera considérée comme
35536  son propre paragraphe: 
35537 \begin_inset Box Framed
35538 position "t"
35539 hor_pos "c"
35540 has_inner_box 0
35541 inner_pos "t"
35542 use_parbox 0
35543 use_makebox 0
35544 width "100col%"
35545 special "none"
35546 height "1in"
35547 height_special "totalheight"
35548 thickness "0.4pt"
35549 separation "3pt"
35550 shadowsize "4pt"
35551 framecolor "black"
35552 backgroundcolor "none"
35553 status collapsed
35554
35555 \begin_layout Plain Layout
35556 Boîte avec cadre simple et sauts de page
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \end_layout
35563
35564 \begin_layout Section
35565 Personnalisation des boîtes
35566 \begin_inset Index idx
35567 status collapsed
35568
35569 \begin_layout Plain Layout
35570 Boîtes! Personnalisation
35571 \end_layout
35572
35573 \end_inset
35574
35575
35576 \end_layout
35577
35578 \begin_layout Standard
35579 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
35580  la commande 
35581 \series bold
35582
35583 \backslash
35584 cornersize
35585 \series default
35586 .
35587  Par exemple, la commande
35588 \end_layout
35589
35590 \begin_layout Standard
35591
35592 \series bold
35593
35594 \backslash
35595 cornersize*{1cm}
35596 \end_layout
35597
35598 \begin_layout Standard
35599 donne un diamètre de 1
35600 \begin_inset space \thinspace{}
35601 \end_inset
35602
35603 cm.
35604  La commande
35605 \end_layout
35606
35607 \begin_layout Standard
35608
35609 \series bold
35610
35611 \backslash
35612 cornersize{num}
35613 \end_layout
35614
35615 \begin_layout Standard
35616 fixe le diamètre à 
35617 \family sans
35618 num
35619 \begin_inset space \thinspace{}
35620 \end_inset
35621
35622 ×
35623 \begin_inset space \thinspace{}
35624 \end_inset
35625
35626 minimum(largeur et hauteur de la boîte)
35627 \family default
35628 .
35629  La valeur implicite est 
35630 \series bold
35631
35632 \backslash
35633 cornersize{0.5}
35634 \series default
35635 .
35636 \end_layout
35637
35638 \begin_layout Standard
35639 \begin_inset ERT
35640 status collapsed
35641
35642 \begin_layout Plain Layout
35643
35644
35645 \backslash
35646 cornersize*{1.5cm}
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \begin_inset Box Ovalbox
35653 position "c"
35654 hor_pos "c"
35655 has_inner_box 1
35656 inner_pos "c"
35657 use_parbox 0
35658 use_makebox 0
35659 width "25col%"
35660 special "none"
35661 height "1in"
35662 height_special "totalheight"
35663 thickness "0.4pt"
35664 separation "3pt"
35665 shadowsize "4pt"
35666 framecolor "black"
35667 backgroundcolor "none"
35668 status open
35669
35670 \begin_layout Plain Layout
35671 \align center
35672 Boîte ovale avec 
35673 \series bold
35674
35675 \backslash
35676 cornersize
35677 \series default
35678
35679 \begin_inset space \thinspace{}
35680 \end_inset
35681
35682 =
35683 \begin_inset space \thinspace{}
35684 \end_inset
35685
35686 1.5
35687 \begin_inset space \thinspace{}
35688 \end_inset
35689
35690 cm
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \begin_inset ERT
35697 status collapsed
35698
35699 \begin_layout Plain Layout
35700
35701
35702 \backslash
35703 cornersize{0.5}
35704 \end_layout
35705
35706 \end_inset
35707
35708
35709 \end_layout
35710
35711 \begin_layout Standard
35712 \begin_inset VSpace bigskip
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Standard
35719 La couleur rouge utilisée implicitement pour les boîtes à 
35720 \family sans
35721 Fond
35722 \begin_inset space ~
35723 \end_inset
35724
35725 ombré
35726 \family default
35727  peut soit être modifiée localement avec la commande 
35728 \series bold
35729
35730 \backslash
35731 definecolor{shadecolor}
35732 \series default
35733 , soit globalement avec le menu 
35734 \family sans
35735 Outils\SpecialChar menuseparator
35736 Préférences
35737 \family default
35738 \SpecialChar menuseparator
35739
35740 \family sans
35741 Couleurs\SpecialChar menuseparator
35742 boîte
35743 \begin_inset space ~
35744 \end_inset
35745
35746 ombrée
35747 \family default
35748 .
35749  La syntaxe de la commande 
35750 \series bold
35751
35752 \backslash
35753 definecolor
35754 \series default
35755  est expliquée dans la section
35756 \begin_inset space ~
35757 \end_inset
35758
35759
35760 \begin_inset CommandInset ref
35761 LatexCommand ref
35762 reference "sec:Tableaux-Colorés"
35763
35764 \end_inset
35765
35766 .
35767 \begin_inset Foot
35768 status collapsed
35769
35770 \begin_layout Plain Layout
35771 Notez que l'utilisation de 
35772 \series bold
35773
35774 \backslash
35775 definecolor
35776 \series default
35777  ne peut se faire sans le paquetage \SpecialChar LaTeX
35778  
35779 \series bold
35780 color
35781 \series default
35782  dans le préambule, voir la section
35783 \begin_inset space ~
35784 \end_inset
35785
35786
35787 \begin_inset CommandInset ref
35788 LatexCommand ref
35789 reference "sec:Boîtes-colorées"
35790
35791 \end_inset
35792
35793 .
35794  
35795 \end_layout
35796
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \begin_layout Standard
35803 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
35804  le commande en code \SpecialChar TeX
35805  suivantes
35806 \end_layout
35807
35808 \begin_layout Standard
35809
35810 \series bold
35811
35812 \backslash
35813 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35814 \end_layout
35815
35816 \begin_layout Standard
35817 \begin_inset ERT
35818 status collapsed
35819
35820 \begin_layout Plain Layout
35821
35822
35823 \backslash
35824 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35825 \end_layout
35826
35827 \end_inset
35828
35829
35830 \begin_inset Box Shaded
35831 position "t"
35832 hor_pos "c"
35833 has_inner_box 0
35834 inner_pos "t"
35835 use_parbox 0
35836 use_makebox 0
35837 width "100col%"
35838 special "none"
35839 height "1in"
35840 height_special "totalheight"
35841 thickness "0.4pt"
35842 separation "3pt"
35843 shadowsize "4pt"
35844 framecolor "black"
35845 backgroundcolor "none"
35846 status open
35847
35848 \begin_layout Plain Layout
35849
35850 \color yellow
35851 Ceci est un texte jaune dans une boîte à 
35852 \family sans
35853 Fond
35854 \begin_inset space ~
35855 \end_inset
35856
35857 ombré
35858 \family default
35859 \color inherit
35860  
35861 \color yellow
35862 avec un fond vert foncé.
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \begin_inset ERT
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872
35873
35874 \backslash
35875 definecolor{shadecolor}{rgb}{1,0,0}
35876 \end_layout
35877
35878 \end_inset
35879
35880
35881 \end_layout
35882
35883 \begin_layout Standard
35884 \begin_inset VSpace bigskip
35885 \end_inset
35886
35887
35888 \end_layout
35889
35890 \begin_layout Standard
35891 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
35892  boîtes qui suivent la commandes qui les a changées.
35893 \end_layout
35894
35895 \begin_layout Section
35896 Minipages
35897 \begin_inset CommandInset label
35898 LatexCommand label
35899 name "sec:Minipages"
35900
35901 \end_inset
35902
35903
35904 \begin_inset Index idx
35905 status collapsed
35906
35907 \begin_layout Plain Layout
35908 Boîtes ! Minipages
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \end_layout
35915
35916 \begin_layout Standard
35917 \SpecialChar LaTeX
35918  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
35919  d'une page.
35920  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
35921  règles d'indentation, de saut de ligne, etc.
35922  s'appliquent.
35923 \end_layout
35924
35925 \begin_layout Standard
35926 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
35927  langues.
35928 \end_layout
35929
35930 \begin_layout Standard
35931 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
35932  Leur largeur est fixée à 45
35933 \begin_inset space \thinspace{}
35934 \end_inset
35935
35936 col% et elles sont séparées par un ressort horizontal, qui a été inséré
35937  via le menu 
35938 \family sans
35939 Insertion\SpecialChar menuseparator
35940 Typographie
35941 \begin_inset space ~
35942 \end_inset
35943
35944 spéciale\SpecialChar menuseparator
35945 Ressort
35946 \begin_inset space ~
35947 \end_inset
35948
35949 Horizontal
35950 \family default
35951 .
35952 \end_layout
35953
35954 \begin_layout Standard
35955 \begin_inset Box Frameless
35956 position "t"
35957 hor_pos "c"
35958 has_inner_box 1
35959 inner_pos "c"
35960 use_parbox 0
35961 use_makebox 0
35962 width "45col%"
35963 special "none"
35964 height "1in"
35965 height_special "totalheight"
35966 thickness "0.4pt"
35967 separation "3pt"
35968 shadowsize "4pt"
35969 framecolor "black"
35970 backgroundcolor "none"
35971 status open
35972
35973 \begin_layout Plain Layout
35974 Ceci est un texte en français.
35975  Ceci est un texte en français.
35976  Ceci est un texte en français.
35977  Ceci est un texte en français.
35978  Ceci est un texte en français.
35979  Ceci est un texte en français.
35980  Ceci est un texte en français.
35981  Ceci est un texte en français.Ceci est un texte en français.
35982  Ceci est un texte en français.
35983  Ceci est un texte en français.
35984  Ceci est un texte en français
35985 \begin_inset Foot
35986 status collapsed
35987
35988 \begin_layout Plain Layout
35989 Ceci est une note de bas de page en français.
35990 \end_layout
35991
35992 \end_inset
35993
35994 .Ceci est un texte en français
35995 \end_layout
35996
35997 \end_inset
35998
35999
36000 \begin_inset space \hfill{}
36001 \end_inset
36002
36003
36004 \begin_inset Box Frameless
36005 position "t"
36006 hor_pos "c"
36007 has_inner_box 1
36008 inner_pos "c"
36009 use_parbox 0
36010 use_makebox 0
36011 width "45col%"
36012 special "none"
36013 height "1in"
36014 height_special "totalheight"
36015 thickness "0.4pt"
36016 separation "3pt"
36017 shadowsize "4pt"
36018 framecolor "black"
36019 backgroundcolor "none"
36020 status open
36021
36022 \begin_layout Plain Layout
36023
36024 \lang english
36025 This is an English Text.
36026  This is an English Text.
36027  This is an English Text.
36028  This is an English Text.
36029  This is an English Text.
36030  This is an English Text.
36031  This is an English Text.
36032  This is an English Text.
36033  This is an English Text.
36034  This is an English Text.
36035  This is an English Text.
36036  This is an English Text.
36037  This is an English Text.
36038  This is an English Text.
36039  This is an English Text.
36040  This is an English Text.
36041 \begin_inset Foot
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045
36046 \lang english
36047 This is an English footnote.
36048 \end_layout
36049
36050 \end_inset
36051
36052  This is an English Text.
36053 \end_layout
36054
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \begin_layout Standard
36061 \begin_inset VSpace bigskip
36062 \end_inset
36063
36064 Les paramètres globaux du document sont ignorés au sein d'une minipage.
36065  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
36066  minipages, même si vous les avez mis par exemple à 
36067 \family sans
36068 Moyen
36069 \family default
36070  dans les paramètres du document.
36071 \end_layout
36072
36073 \begin_layout Standard
36074 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
36075  portion de texte, voyez la section
36076 \begin_inset space ~
36077 \end_inset
36078
36079
36080 \begin_inset CommandInset ref
36081 LatexCommand ref
36082 reference "sec:Boîtes-colorées"
36083
36084 \end_inset
36085
36086 .
36087 \end_layout
36088
36089 \begin_layout Standard
36090 \begin_inset Note Greyedout
36091 status open
36092
36093 \begin_layout Plain Layout
36094
36095 \series bold
36096 Note:
36097 \series default
36098  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
36099  mais les minipages peuvent être utilisées dans un tableau, un flottant
36100  ou une autre boîte.
36101 \end_layout
36102
36103 \end_inset
36104
36105
36106 \end_layout
36107
36108 \begin_layout Standard
36109 \begin_inset VSpace bigskip
36110 \end_inset
36111
36112
36113 \end_layout
36114
36115 \begin_layout Standard
36116 \SpecialChar LyX
36117  propose également une fonctionnalité de base pour des minipages dont la
36118  taille est automatiquement déterminée par la largeur de leur contenu, via
36119  le module 
36120 \family sans
36121 Minipages de largeur variable
36122 \family default
36123 .
36124  Le fichier du répertoire des exemples \SpecialChar LyX
36125  
36126 \emph on
36127 varwidth-floats-side-by-side
36128 \emph default
36129  illustre l'utilisation de minipages de largeur variable pour placer deux
36130  flottants côte à côte.
36131 \end_layout
36132
36133 \begin_layout Section
36134 Les parboxes
36135 \begin_inset CommandInset label
36136 LatexCommand label
36137 name "sec:Parboxes"
36138
36139 \end_inset
36140
36141
36142 \begin_inset Index idx
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146 Boîtes ! Parboxes
36147 \end_layout
36148
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \begin_layout Standard
36155 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
36156  ne peuvent avoir de note de bas de page.
36157 \end_layout
36158
36159 \begin_layout Standard
36160 \align center
36161 \begin_inset Box Frameless
36162 position "t"
36163 hor_pos "c"
36164 has_inner_box 1
36165 inner_pos "t"
36166 use_parbox 1
36167 use_makebox 0
36168 width "33col%"
36169 special "none"
36170 height "1in"
36171 height_special "totalheight"
36172 thickness "0.4pt"
36173 separation "3pt"
36174 shadowsize "4pt"
36175 framecolor "black"
36176 backgroundcolor "none"
36177 status open
36178
36179 \begin_layout Plain Layout
36180 Ceci est un texte à l'intérieur d'une parbox.
36181  Ceci est un texte à l'intérieur d'une parbox.
36182 \end_layout
36183
36184 \begin_layout Plain Layout
36185 Cette note de bas de page ne devrait pas apparaître :
36186 \begin_inset Foot
36187 status open
36188
36189 \begin_layout Plain Layout
36190 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
36191  pas.
36192 \end_layout
36193
36194 \end_inset
36195
36196
36197 \end_layout
36198
36199 \end_inset
36200
36201
36202 \end_layout
36203
36204 \begin_layout Section
36205 Des boîtes pour les mots et les caractères
36206 \begin_inset Index idx
36207 status collapsed
36208
36209 \begin_layout Plain Layout
36210 Boîtes ! Pour les caractères
36211 \end_layout
36212
36213 \end_inset
36214
36215
36216 \end_layout
36217
36218 \begin_layout Subsection
36219 Empêcher la césure
36220 \begin_inset CommandInset label
36221 LatexCommand label
36222 name "sec:Empêcher-césure"
36223
36224 \end_inset
36225
36226
36227 \begin_inset Index idx
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231 Boîtes ! Pour empêcher la césure
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \begin_layout Standard
36240 Vous pouvez utiliser une boîte de type 
36241 \family sans
36242 Makebox
36243 \family default
36244  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
36245 \begin_inset Newline newline
36246 \end_inset
36247
36248 Voici un exemple de texte :
36249 \end_layout
36250
36251 \begin_layout Standard
36252 Cette ligne est un exemple comment vous pouvez empêcher une césure
36253 \begin_inset space ~
36254 \end_inset
36255
36256
36257 \begin_inset Quotes cld
36258 \end_inset
36259
36260 motTrèsTrèsLong
36261 \begin_inset Quotes crd
36262 \end_inset
36263
36264
36265 \end_layout
36266
36267 \begin_layout Standard
36268 Pour empêcher que le mot 
36269 \begin_inset Quotes cld
36270 \end_inset
36271
36272 motTrèsTrèsLong
36273 \begin_inset Quotes crd
36274 \end_inset
36275
36276  soit coupé, mettez le mot dans une boîte, mettez 
36277 \family sans
36278 Boîte
36279 \begin_inset space ~
36280 \end_inset
36281
36282 intérieure
36283 \family default
36284  à 
36285 \family sans
36286 Makebox
36287 \family default
36288  sans spécifier de largeur.
36289 \end_layout
36290
36291 \begin_layout Standard
36292 Voici le résultat :
36293 \end_layout
36294
36295 \begin_layout Standard
36296 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36297  
36298 \begin_inset Box Frameless
36299 position "t"
36300 hor_pos "c"
36301 has_inner_box 1
36302 inner_pos "t"
36303 use_parbox 0
36304 use_makebox 1
36305 width ""
36306 special "none"
36307 height "1in"
36308 height_special "totalheight"
36309 thickness "0.4pt"
36310 separation "3pt"
36311 shadowsize "4pt"
36312 framecolor "black"
36313 backgroundcolor "none"
36314 status open
36315
36316 \begin_layout Plain Layout
36317 \begin_inset Quotes cld
36318 \end_inset
36319
36320 motTrèsTrèsLong
36321 \begin_inset Quotes crd
36322 \end_inset
36323
36324
36325 \end_layout
36326
36327 \end_inset
36328
36329
36330 \end_layout
36331
36332 \begin_layout Standard
36333 Une autre méthode consiste à mettre la commande 
36334 \series bold
36335
36336 \begin_inset Quotes cld
36337 \end_inset
36338
36339
36340 \backslash
36341 -
36342 \series default
36343
36344 \begin_inset Quotes crd
36345 \end_inset
36346
36347  en code \SpecialChar TeX
36348 , juste avant le mot :
36349 \end_layout
36350
36351 \begin_layout Standard
36352 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36353  
36354 \begin_inset Quotes cld
36355 \end_inset
36356
36357
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363
36364 \backslash
36365 -
36366 \end_layout
36367
36368 \end_inset
36369
36370 motTrèsTrèsLong
36371 \begin_inset Quotes crd
36372 \end_inset
36373
36374
36375 \end_layout
36376
36377 \begin_layout Standard
36378 Bien sûr, maintenant le mot dépasse dans la marge latérale.
36379  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
36380 \family sans
36381 Insertion\SpecialChar menuseparator
36382 Typographie
36383 \begin_inset space ~
36384 \end_inset
36385
36386 spéciale\SpecialChar menuseparator
36387 Passage
36388 \begin_inset space ~
36389 \end_inset
36390
36391 à
36392 \begin_inset space ~
36393 \end_inset
36394
36395 la
36396 \begin_inset space ~
36397 \end_inset
36398
36399 Ligne
36400 \family default
36401  (raccourci 
36402 \family sans
36403 Ctrl-Entrée
36404 \family default
36405 ) :
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36410 \begin_inset Newline newline
36411 \end_inset
36412
36413
36414 \begin_inset Box Frameless
36415 position "t"
36416 hor_pos "c"
36417 has_inner_box 1
36418 inner_pos "t"
36419 use_parbox 0
36420 use_makebox 1
36421 width ""
36422 special "none"
36423 height "1in"
36424 height_special "totalheight"
36425 thickness "0.4pt"
36426 separation "3pt"
36427 shadowsize "4pt"
36428 framecolor "black"
36429 backgroundcolor "none"
36430 status open
36431
36432 \begin_layout Plain Layout
36433 \begin_inset Quotes cld
36434 \end_inset
36435
36436 motTrèsTrèsLong
36437 \begin_inset Quotes crd
36438 \end_inset
36439
36440
36441 \end_layout
36442
36443 \end_inset
36444
36445
36446 \end_layout
36447
36448 \begin_layout Subsection
36449 Alignement vertical
36450 \begin_inset CommandInset label
36451 LatexCommand label
36452 name "subsec:Alignement-Vertical"
36453
36454 \end_inset
36455
36456
36457 \begin_inset Index idx
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461 Boîtes ! Pour l'alignement vertical
36462 \end_layout
36463
36464 \end_inset
36465
36466
36467 \begin_inset Index idx
36468 status collapsed
36469
36470 \begin_layout Plain Layout
36471 Boîtes ! Boîtes élévatrices
36472 \end_layout
36473
36474 \end_inset
36475
36476
36477 \begin_inset Index idx
36478 status collapsed
36479
36480 \begin_layout Plain Layout
36481 Raisebox|see
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487 {
36488 \end_layout
36489
36490 \end_inset
36491
36492 Boîtes élévatrices
36493 \begin_inset ERT
36494 status collapsed
36495
36496 \begin_layout Plain Layout
36497
36498 }
36499 \end_layout
36500
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Standard
36512 Avec la commande 
36513 \series bold
36514
36515 \backslash
36516 raisebox
36517 \series default
36518  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
36519  par rapport au texte qui l'entoure.
36520  La commande
36521 \series bold
36522  
36523 \backslash
36524 raisebox
36525 \series default
36526  s'utilise en suivant la syntaxe suivante :
36527 \end_layout
36528
36529 \begin_layout Standard
36530
36531 \series bold
36532
36533 \backslash
36534 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
36535 \end_layout
36536
36537 \begin_layout Standard
36538 Le déplacement peut être une valeur positive pour élever la boîte ou négative
36539  pour l'abaisser.
36540 \end_layout
36541
36542 \begin_layout Standard
36543 Pour aligner le mot 
36544 \begin_inset Quotes cld
36545 \end_inset
36546
36547 empêcher
36548 \begin_inset Quotes crd
36549 \end_inset
36550
36551  de façon à ce que le point le plus bas du caractère le plus 
36552 \begin_inset Quotes cld
36553 \end_inset
36554
36555 profond
36556 \begin_inset Quotes crd
36557 \end_inset
36558
36559 , le 
36560 \begin_inset Quotes cld
36561 \end_inset
36562
36563 p
36564 \begin_inset Quotes crd
36565 \end_inset
36566
36567 , soit au niveau de la ligne de base, insérez la commande 
36568 \end_layout
36569
36570 \begin_layout Standard
36571
36572 \series bold
36573
36574 \backslash
36575 raisebox{
36576 \backslash
36577 depth}{
36578 \end_layout
36579
36580 \begin_layout Standard
36581 en code \SpecialChar TeX
36582  avant le mot.
36583  Insérez après le mot l'accolade fermante 
36584 \begin_inset Quotes cld
36585 \end_inset
36586
36587
36588 \series bold
36589 }
36590 \series default
36591
36592 \begin_inset Quotes crd
36593 \end_inset
36594
36595  en code \SpecialChar TeX
36596 .
36597 \begin_inset Newline newline
36598 \end_inset
36599
36600 Voici le résultat :
36601 \end_layout
36602
36603 \begin_layout Standard
36604 Cette ligne de texte contient le mot 
36605 \begin_inset ERT
36606 status open
36607
36608 \begin_layout Plain Layout
36609
36610
36611 \backslash
36612 raisebox{
36613 \backslash
36614 depth}{
36615 \end_layout
36616
36617 \end_inset
36618
36619
36620 \begin_inset Quotes cld
36621 \end_inset
36622
36623 empêcher
36624 \begin_inset Quotes crd
36625 \end_inset
36626
36627
36628 \begin_inset ERT
36629 status collapsed
36630
36631 \begin_layout Plain Layout
36632
36633 }
36634 \end_layout
36635
36636 \end_inset
36637
36638  comme mot élevé.
36639 \end_layout
36640
36641 \begin_layout Standard
36642 \begin_inset VSpace bigskip
36643 \end_inset
36644
36645 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
36646  entre les lignes va être agrandie :
36647 \end_layout
36648
36649 \begin_layout Standard
36650 Cette ligne de texte contient le mot
36651 \begin_inset ERT
36652 status collapsed
36653
36654 \begin_layout Plain Layout
36655
36656
36657 \backslash
36658 raisebox{-
36659 \backslash
36660 depth}{
36661 \end_layout
36662
36663 \end_inset
36664
36665
36666 \begin_inset Quotes cld
36667 \end_inset
36668
36669 empêcher
36670 \begin_inset Quotes crd
36671 \end_inset
36672
36673
36674 \begin_inset ERT
36675 status collapsed
36676
36677 \begin_layout Plain Layout
36678
36679 }
36680 \end_layout
36681
36682 \end_inset
36683
36684  comme mot abaissé.
36685 \begin_inset Newline newline
36686 \end_inset
36687
36688 Cette ligne de texte contient le mot 
36689 \begin_inset ERT
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693
36694
36695 \backslash
36696 raisebox{0.5cm}{
36697 \end_layout
36698
36699 \end_inset
36700
36701
36702 \begin_inset Quotes cld
36703 \end_inset
36704
36705 tester
36706 \begin_inset Quotes crd
36707 \end_inset
36708
36709
36710 \begin_inset ERT
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714
36715 }
36716 \end_layout
36717
36718 \end_inset
36719
36720  comme mot élevé.
36721 \end_layout
36722
36723 \begin_layout Standard
36724 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
36725  mettez la hauteur de la boîte à zéro.
36726  Par exemple utilisez
36727 \end_layout
36728
36729 \begin_layout Standard
36730
36731 \series bold
36732
36733 \backslash
36734 raisebox{-
36735 \backslash
36736 depth}[0pt]{
36737 \end_layout
36738
36739 \begin_layout Standard
36740 Cette ligne de texte contient le mot
36741 \begin_inset ERT
36742 status collapsed
36743
36744 \begin_layout Plain Layout
36745
36746
36747 \backslash
36748 raisebox{-
36749 \backslash
36750 depth}[0pt]{
36751 \end_layout
36752
36753 \end_inset
36754
36755
36756 \begin_inset Quotes cld
36757 \end_inset
36758
36759 empêcher
36760 \begin_inset Quotes crd
36761 \end_inset
36762
36763
36764 \begin_inset ERT
36765 status collapsed
36766
36767 \begin_layout Plain Layout
36768
36769 }
36770 \end_layout
36771
36772 \end_inset
36773
36774  comme mot abaissé.
36775 \begin_inset Newline newline
36776 \end_inset
36777
36778
36779 \begin_inset Newline newline
36780 \end_inset
36781
36782 Cette ligne de texte contient le mot 
36783 \begin_inset ERT
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787
36788
36789 \backslash
36790 raisebox{0.5cm}[0pt]{
36791 \end_layout
36792
36793 \end_inset
36794
36795
36796 \begin_inset Quotes cld
36797 \end_inset
36798
36799 tester
36800 \begin_inset Quotes crd
36801 \end_inset
36802
36803
36804 \begin_inset ERT
36805 status collapsed
36806
36807 \begin_layout Plain Layout
36808
36809 }
36810 \end_layout
36811
36812 \end_inset
36813
36814  comme mot élevé.
36815 \end_layout
36816
36817 \begin_layout Section
36818 Boîtes colorées
36819 \begin_inset CommandInset label
36820 LatexCommand label
36821 name "sec:Boîtes-colorées"
36822
36823 \end_inset
36824
36825
36826 \begin_inset Index idx
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830 Boîtes ! Couleur
36831 \end_layout
36832
36833 \end_inset
36834
36835
36836 \end_layout
36837
36838 \begin_layout Standard
36839 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
36840  couleur désirée dans la fenêtre de dialogue de la boîte.
36841  Voici par exemple une boîte avec un fond orangé:
36842 \lang english
36843  
36844 \begin_inset Box Frameless
36845 position "t"
36846 hor_pos "c"
36847 has_inner_box 1
36848 inner_pos "t"
36849 use_parbox 0
36850 use_makebox 1
36851 width ""
36852 special "none"
36853 height "1in"
36854 height_special "totalheight"
36855 thickness "0.4pt"
36856 separation "3pt"
36857 shadowsize "4pt"
36858 framecolor "black"
36859 backgroundcolor "orange"
36860 status open
36861
36862 \begin_layout Plain Layout
36863 Boîte avec un fond orangé
36864 \end_layout
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \begin_layout Standard
36872 Si vous utilisez la décoration 
36873 \family sans
36874 Cadre
36875 \begin_inset space ~
36876 \end_inset
36877
36878 rectangulaire
36879 \begin_inset space ~
36880 \end_inset
36881
36882 simple
36883 \family default
36884 , vous pouvez colorer le cadre.
36885  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
36886  le met implicitement
36887  en blanc).
36888  voici un exemple: 
36889 \begin_inset Box Boxed
36890 position "t"
36891 hor_pos "c"
36892 has_inner_box 0
36893 inner_pos "t"
36894 use_parbox 0
36895 use_makebox 0
36896 width ""
36897 special "none"
36898 height "1in"
36899 height_special "totalheight"
36900 thickness "0.4pt"
36901 separation "3pt"
36902 shadowsize "4pt"
36903 framecolor "teal"
36904 backgroundcolor "yellow"
36905 status open
36906
36907 \begin_layout Plain Layout
36908 Box with teal frame color and yellow background color
36909 \end_layout
36910
36911 \end_inset
36912
36913
36914 \end_layout
36915
36916 \begin_layout Standard
36917 \begin_inset VSpace bigskip
36918 \end_inset
36919
36920 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
36921  est en couleurs:
36922 \begin_inset Newline newline
36923 \end_inset
36924
36925
36926 \begin_inset Box Boxed
36927 position "t"
36928 hor_pos "c"
36929 has_inner_box 0
36930 inner_pos "t"
36931 use_parbox 0
36932 use_makebox 0
36933 width ""
36934 special "none"
36935 height "1in"
36936 height_special "totalheight"
36937 thickness "0.4pt"
36938 separation "3pt"
36939 shadowsize "4pt"
36940 framecolor "cyan"
36941 backgroundcolor "magenta"
36942 status open
36943
36944 \begin_layout Plain Layout
36945
36946 \color yellow
36947 Ce texte est coloré dans une boîte colorée et encadrée.
36948 \end_layout
36949
36950 \end_inset
36951
36952
36953 \end_layout
36954
36955 \begin_layout Standard
36956 \begin_inset VSpace bigskip
36957 \end_inset
36958
36959
36960 \end_layout
36961
36962 \begin_layout Standard
36963 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
36964  définir vos propres couleurs comme c'est décrit dans la section
36965 \begin_inset space ~
36966 \end_inset
36967
36968
36969 \begin_inset CommandInset ref
36970 LatexCommand ref
36971 reference "sec:Tableaux-Colorés"
36972
36973 \end_inset
36974
36975 .
36976  Pour cela vous devez saisir la boîte ne code TeX.
36977 \end_layout
36978
36979 \begin_layout Standard
36980 Les boîtes à fond coloré sont créées par la commande 
36981 \series bold
36982
36983 \backslash
36984 colorbox
36985 \series default
36986 .
36987  Elle est utilisée avec la syntaxe suivante :
36988 \end_layout
36989
36990 \begin_layout Standard
36991
36992 \series bold
36993
36994 \backslash
36995 colorbox{couleur}{contenu de la boîte}
36996 \end_layout
36997
36998 \begin_layout Standard
36999 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
37000  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
37001  un mot sur fond 
37002 \emph on
37003 vertfonce
37004 \emph default
37005 , insérez la commande 
37006 \end_layout
37007
37008 \begin_layout Standard
37009
37010 \series bold
37011
37012 \backslash
37013 colorbox{vertfonce}{
37014 \end_layout
37015
37016 \begin_layout Standard
37017 avant le mot en code \SpecialChar TeX
37018 .
37019  Insérez l'accolade fermante 
37020 \begin_inset Quotes cld
37021 \end_inset
37022
37023 }
37024 \begin_inset Quotes crd
37025 \end_inset
37026
37027  après le mot, en code \SpecialChar TeX
37028 .
37029 \begin_inset Newline newline
37030 \end_inset
37031
37032 Voici le résultat :
37033 \end_layout
37034
37035 \begin_layout Standard
37036 Cette ligne de texte contient le mot
37037 \begin_inset ERT
37038 status collapsed
37039
37040 \begin_layout Plain Layout
37041
37042
37043 \backslash
37044 colorbox{vertfonce}{
37045 \end_layout
37046
37047 \end_inset
37048
37049
37050 \begin_inset Quotes cld
37051 \end_inset
37052
37053 Attention!
37054 \begin_inset Quotes crd
37055 \end_inset
37056
37057
37058 \begin_inset ERT
37059 status collapsed
37060
37061 \begin_layout Plain Layout
37062
37063 }
37064 \end_layout
37065
37066 \end_inset
37067
37068  sur fond vertfonce.
37069 \end_layout
37070
37071 \begin_layout Standard
37072 Les boîtes avec fond et cadre colorés sont créées via la commande 
37073 \series bold
37074
37075 \backslash
37076 fcolorbox
37077 \series default
37078  avec la syntaxe suivante :
37079 \end_layout
37080
37081 \begin_layout Standard
37082
37083 \series bold
37084
37085 \backslash
37086 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
37087 \end_layout
37088
37089 \begin_layout Section
37090 Boîtes pivotées et redimensionnées
37091 \end_layout
37092
37093 \begin_layout Standard
37094 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
37095 \family sans
37096 BoîtesGraphiques
37097 \family default
37098  oit être vchargé via les paramètres du document.
37099 \end_layout
37100
37101 \begin_layout Standard
37102 \begin_inset Note Greyedout
37103 status open
37104
37105 \begin_layout Plain Layout
37106
37107 \series bold
37108 Note:
37109 \series default
37110  La plupart des visualiseurs DVI ne sont 
37111 \emph on
37112 pas
37113 \emph default
37114  capables d'afficher des rotations ou des redimensionnements.
37115 \end_layout
37116
37117 \end_inset
37118
37119
37120 \end_layout
37121
37122 \begin_layout Standard
37123 \begin_inset Note Greyedout
37124 status open
37125
37126 \begin_layout Plain Layout
37127
37128 \series bold
37129 Note:
37130 \series default
37131  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
37132  redimensionnée.
37133 \end_layout
37134
37135 \end_inset
37136
37137
37138 \end_layout
37139
37140 \begin_layout Subsection
37141 Boîtes pivotées
37142 \begin_inset Index idx
37143 status collapsed
37144
37145 \begin_layout Plain Layout
37146 Boîtes ! pivotées
37147 \end_layout
37148
37149 \end_inset
37150
37151
37152 \begin_inset Index idx
37153 status collapsed
37154
37155 \begin_layout Plain Layout
37156 Pivoter des objets
37157 \end_layout
37158
37159 \end_inset
37160
37161
37162 \end_layout
37163
37164 \begin_layout Standard
37165 Pour faire tourner des objets, vous pouvez les mettre dans une 
37166 \family sans
37167 BoîtePivotée
37168 \family default
37169 .
37170  Une telle boîte est insérée via le menu 
37171 \family sans
37172 Insertion\SpecialChar menuseparator
37173 Inserts personnalisables\SpecialChar menuseparator
37174 BoîtePivotée
37175 \family default
37176 .
37177 \end_layout
37178
37179 \begin_layout Standard
37180 La position du pivot peut être précisée via l'insert 
37181 \family sans
37182 Origine
37183 \family default
37184  (menu 
37185 \family sans
37186 Insertion\SpecialChar menuseparator
37187 Origine
37188 \family default
37189 ) sous la forme 
37190 \series bold
37191 origin=position
37192 \series default
37193 .
37194  Les valeurs suivantes sont possibles pour la position: 
37195 \emph on
37196 c
37197 \emph default
37198  (centre), 
37199 \emph on
37200 l
37201 \emph default
37202  (gauche/
37203 \lang english
37204 left
37205 \lang french
37206 ), 
37207 \emph on
37208 r
37209 \emph default
37210  (droite/
37211 \lang english
37212 right
37213 \lang french
37214 ), 
37215 \emph on
37216 b
37217 \emph default
37218  (bas/
37219 \lang english
37220 bottom
37221 \lang french
37222 ), 
37223 \emph on
37224 t
37225 \emph default
37226  (haut/
37227 \lang english
37228 top
37229 \lang french
37230 ), et aussi des combinaisons des quatre positions de base.
37231  Par exemple 
37232 \emph on
37233 lt
37234 \emph default
37235  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
37236  Quand on ne donne pas d'origine, la position 
37237 \emph on
37238 l
37239 \emph default
37240  est utilisée.
37241  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
37242  ou négatif.
37243  Le sens positif de rotation est anti-horaire.
37244 \end_layout
37245
37246 \begin_layout Standard
37247 Dans l'exemple qui suit, 
37248 \series bold
37249 origin=c
37250 \series default
37251  a été saisi dans l'insert 
37252 \family sans
37253 Origin
37254 \family default
37255  et 
37256 \series bold
37257 60
37258 \series default
37259  a été saisi dans l'insert 
37260 \family sans
37261 Angle
37262 \family default
37263 .
37264 \end_layout
37265
37266 \begin_layout Standard
37267 Voici une ligne avec du 
37268 \begin_inset Flex Rotatebox
37269 status open
37270
37271 \begin_layout Plain Layout
37272 \begin_inset Argument 1
37273 status open
37274
37275 \begin_layout Plain Layout
37276 origin=c
37277 \end_layout
37278
37279 \end_inset
37280
37281
37282 \begin_inset Argument 2
37283 status open
37284
37285 \begin_layout Plain Layout
37286 60
37287 \end_layout
37288
37289 \end_inset
37290
37291 texte pivoté
37292 \end_layout
37293
37294 \end_inset
37295
37296 .
37297 \end_layout
37298
37299 \begin_layout Standard
37300 La boîte peut contenir une autre boîte ou une formule en ligne :
37301 \end_layout
37302
37303 \begin_layout Standard
37304 Voici une ligne avec du 
37305 \begin_inset Flex Rotatebox
37306 status open
37307
37308 \begin_layout Plain Layout
37309 \begin_inset Argument 1
37310 status open
37311
37312 \begin_layout Plain Layout
37313 origin=r
37314 \end_layout
37315
37316 \end_inset
37317
37318
37319 \begin_inset Argument 2
37320 status open
37321
37322 \begin_layout Plain Layout
37323 -60
37324 \end_layout
37325
37326 \end_inset
37327
37328
37329 \begin_inset Box Doublebox
37330 position "c"
37331 hor_pos "c"
37332 has_inner_box 0
37333 inner_pos "c"
37334 use_parbox 0
37335 use_makebox 0
37336 width "1in"
37337 special "width"
37338 height "1in"
37339 height_special "totalheight"
37340 thickness "0.4pt"
37341 separation "3pt"
37342 shadowsize "4pt"
37343 framecolor "black"
37344 backgroundcolor "none"
37345 status collapsed
37346
37347 \begin_layout Plain Layout
37348 texte pivoté
37349 \end_layout
37350
37351 \end_inset
37352
37353
37354 \end_layout
37355
37356 \end_inset
37357
37358  et encadré 
37359 \begin_inset Flex Rotatebox
37360 status open
37361
37362 \begin_layout Plain Layout
37363 \begin_inset Argument 1
37364 status open
37365
37366 \begin_layout Plain Layout
37367 origin=lb
37368 \end_layout
37369
37370 \end_inset
37371
37372
37373 \begin_inset Argument 2
37374 status open
37375
37376 \begin_layout Plain Layout
37377 60
37378 \end_layout
37379
37380 \end_inset
37381
37382
37383 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37384 \end_inset
37385
37386
37387 \end_layout
37388
37389 \end_inset
37390
37391  et une formule.
37392 \end_layout
37393
37394 \begin_layout Standard
37395 ou encore une figure ou un tableau :
37396 \end_layout
37397
37398 \begin_layout Standard
37399 Voici une ligne 
37400 \begin_inset Flex Rotatebox
37401 status open
37402
37403 \begin_layout Plain Layout
37404 \begin_inset Argument 1
37405 status open
37406
37407 \begin_layout Plain Layout
37408 origin=lb
37409 \end_layout
37410
37411 \end_inset
37412
37413
37414 \begin_inset Argument 2
37415 status open
37416
37417 \begin_layout Plain Layout
37418 90
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \begin_inset Graphics
37425         filename ../clipart/Star-structure.pdf
37426         lyxscale 50
37427         width 25col%
37428
37429 \end_inset
37430
37431
37432 \end_layout
37433
37434 \end_inset
37435
37436  avec une image pivotée de 90° 
37437 \begin_inset Flex Rotatebox
37438 status open
37439
37440 \begin_layout Plain Layout
37441 \begin_inset Argument 2
37442 status open
37443
37444 \begin_layout Plain Layout
37445 -90
37446 \end_layout
37447
37448 \end_inset
37449
37450
37451 \begin_inset Tabular
37452 <lyxtabular version="3" rows="2" columns="2">
37453 <features tabularvalignment="middle">
37454 <column alignment="center" valignment="top">
37455 <column alignment="center" valignment="top">
37456 <row>
37457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37458 \begin_inset Text
37459
37460 \begin_layout Plain Layout
37461 q
37462 \end_layout
37463
37464 \end_inset
37465 </cell>
37466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37467 \begin_inset Text
37468
37469 \begin_layout Plain Layout
37470 w
37471 \end_layout
37472
37473 \end_inset
37474 </cell>
37475 </row>
37476 <row>
37477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37478 \begin_inset Text
37479
37480 \begin_layout Plain Layout
37481 e
37482 \end_layout
37483
37484 \end_inset
37485 </cell>
37486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490 r
37491 \end_layout
37492
37493 \end_inset
37494 </cell>
37495 </row>
37496 </lyxtabular>
37497
37498 \end_inset
37499
37500
37501 \end_layout
37502
37503 \end_inset
37504
37505  et un tableau.
37506 \begin_inset Index idx
37507 status collapsed
37508
37509 \begin_layout Plain Layout
37510 Figures ! Pivotées
37511 \end_layout
37512
37513 \end_inset
37514
37515
37516 \begin_inset Index idx
37517 status collapsed
37518
37519 \begin_layout Plain Layout
37520 Tableau ! Pivoter
37521 \end_layout
37522
37523 \end_inset
37524
37525
37526 \end_layout
37527
37528 \begin_layout Standard
37529
37530 \lang english
37531 \begin_inset Note Greyedout
37532 status open
37533
37534 \begin_layout Plain Layout
37535
37536 \series bold
37537 Nota:
37538 \series default
37539  si l'insert 
37540 \family sans
37541 Angle
37542 \family default
37543  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37544  \SpecialChar LaTeX
37545  à l'affichage ou l'exportation du document.
37546 \end_layout
37547
37548 \end_inset
37549
37550
37551 \end_layout
37552
37553 \begin_layout Subsection
37554 Les boîtes redimensionnées
37555 \begin_inset Index idx
37556 status collapsed
37557
37558 \begin_layout Plain Layout
37559 Boîtes ! Redimensionnées
37560 \end_layout
37561
37562 \end_inset
37563
37564
37565 \begin_inset Index idx
37566 status collapsed
37567
37568 \begin_layout Plain Layout
37569 Redimensionner des objets
37570 \end_layout
37571
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \begin_layout Standard
37578 Pour redimensionner des objets, il faut les insérer dans une 
37579 \family sans
37580 BoîteÉchelle
37581 \family default
37582 , et pour cela utiliser le menu 
37583 \family sans
37584 Insertion\SpecialChar menuseparator
37585 Inserts personnalisables\SpecialChar menuseparator
37586 BoîteÉchelle
37587 \family default
37588 .
37589 \end_layout
37590
37591 \begin_layout Standard
37592 L'insert 
37593 \family sans
37594 BoîteÉchelle
37595 \family default
37596  comporte un insert obligatoire 
37597 \family sans
37598 Facteur-H 
37599 \family default
37600 et un insert facultatif 
37601 \family sans
37602 Facteur-V
37603 \family default
37604  (ouvert via le menu 
37605 \family sans
37606 Insertion\SpecialChar menuseparator
37607 Facteur-V)
37608 \family default
37609 .
37610  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
37611  vertical.
37612  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
37613  comme facteur vertical.
37614 \end_layout
37615
37616 \begin_layout Standard
37617 Pour doubler la taille du texte par rapport à la taille de texte du document,
37618  saisir 
37619 \series bold
37620 2
37621 \series default
37622  dans l'insert 
37623 \family sans
37624 Facteur-H:
37625 \family default
37626  
37627 \begin_inset Flex Scalebox
37628 status open
37629
37630 \begin_layout Plain Layout
37631 \begin_inset Argument 1
37632 status open
37633
37634 \begin_layout Plain Layout
37635 2
37636 \end_layout
37637
37638 \end_inset
37639
37640 Bonjour
37641 \end_layout
37642
37643 \end_inset
37644
37645
37646 \end_layout
37647
37648 \begin_layout Standard
37649
37650 \series bold
37651 2
37652 \series default
37653  comme 
37654 \family sans
37655 Facteur-H
37656 \family default
37657  et 
37658 \series bold
37659 1
37660 \series default
37661  comme
37662 \family sans
37663  Facteur-V
37664 \family default
37665  déforme le texte: 
37666 \begin_inset Flex Scalebox
37667 status open
37668
37669 \begin_layout Plain Layout
37670 \begin_inset Argument 1
37671 status open
37672
37673 \begin_layout Plain Layout
37674 2
37675 \end_layout
37676
37677 \end_inset
37678
37679
37680 \begin_inset Argument 2
37681 status open
37682
37683 \begin_layout Plain Layout
37684 1
37685 \end_layout
37686
37687 \end_inset
37688
37689 Bonjour
37690 \end_layout
37691
37692 \end_inset
37693
37694 .
37695 \end_layout
37696
37697 \begin_layout Standard
37698 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
37699  par conséquent 
37700 \series bold
37701 -1
37702 \series default
37703  comme
37704 \family sans
37705  Facteur-H
37706 \family default
37707  et 
37708 \series bold
37709 1
37710 \series default
37711  comme
37712 \family sans
37713  Facteur-V 
37714 \family default
37715 permet de créer de l'écriture en miroir: 
37716 \begin_inset Flex Scalebox
37717 status open
37718
37719 \begin_layout Plain Layout
37720 \begin_inset Argument 1
37721 status open
37722
37723 \begin_layout Plain Layout
37724 -1
37725 \end_layout
37726
37727 \end_inset
37728
37729
37730 \begin_inset Argument 2
37731 status open
37732
37733 \begin_layout Plain Layout
37734 1
37735 \end_layout
37736
37737 \end_inset
37738
37739 Bonjour
37740 \end_layout
37741
37742 \end_inset
37743
37744
37745 \end_layout
37746
37747 \begin_layout Standard
37748
37749 \series bold
37750 1
37751 \series default
37752  comme
37753 \family sans
37754  Facteur-H
37755 \family default
37756  et 
37757 \series bold
37758 -1
37759 \series default
37760  comme
37761 \family sans
37762  Facteur-V
37763 \family default
37764  réfléchit le texte 
37765 \begin_inset Flex Scalebox
37766 status open
37767
37768 \begin_layout Plain Layout
37769 \begin_inset Argument 1
37770 status open
37771
37772 \begin_layout Plain Layout
37773 1
37774 \end_layout
37775
37776 \end_inset
37777
37778
37779 \begin_inset Argument 2
37780 status open
37781
37782 \begin_layout Plain Layout
37783 -1
37784 \end_layout
37785
37786 \end_inset
37787
37788 Bonjour
37789 \end_layout
37790
37791 \end_inset
37792
37793  sous la ligne de base.
37794 \end_layout
37795
37796 \begin_layout Standard
37797 La 
37798 \family sans
37799 BoîteMiroir
37800 \family default
37801  (menu 
37802 \family sans
37803 Insertion\SpecialChar menuseparator
37804 Inserts personnalisables\SpecialChar menuseparator
37805 BoîteMiroir)
37806 \family default
37807  est équivalente à 
37808 \series bold
37809 -1
37810 \series default
37811  comme
37812 \family sans
37813  Facteur-H
37814 \family default
37815  et 
37816 \series bold
37817 1
37818 \series default
37819  comme
37820 \family sans
37821  Facteur-V
37822 \family default
37823  pour une 
37824 \family sans
37825 BoîteÉchelle
37826 \family default
37827 .
37828 \end_layout
37829
37830 \begin_layout Standard
37831
37832 \lang english
37833 \begin_inset Note Greyedout
37834 status open
37835
37836 \begin_layout Plain Layout
37837
37838 \series bold
37839 Nota:
37840 \series default
37841  si l'insert 
37842 \family sans
37843 Facteur-H
37844 \family default
37845  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37846  \SpecialChar LaTeX
37847  à l'affichage ou l'exportation du document.
37848 \end_layout
37849
37850 \end_inset
37851
37852
37853 \end_layout
37854
37855 \begin_layout Standard
37856 \begin_inset VSpace bigskip
37857 \end_inset
37858
37859 La 
37860 \family sans
37861 BoîteRetaillée
37862 \family default
37863  (menu 
37864 \family sans
37865 Insertion\SpecialChar menuseparator
37866 Inserts personnalisables\SpecialChar menuseparator
37867 BoîteRetaillée
37868 \family default
37869 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
37870  L'insert 
37871 \family sans
37872 BoîteRetaillée
37873 \family default
37874  comporte un insert obligatoire 
37875 \family sans
37876 Largeur
37877 \family default
37878  et un insert facultatif 
37879 \family sans
37880 Hauteur
37881 \family default
37882  (obtenu via 
37883 \family sans
37884 Insertion\SpecialChar menuseparator
37885 Hauteur)
37886 \family default
37887 .
37888  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
37889  unité.
37890  Le tableau
37891 \begin_inset space ~
37892 \end_inset
37893
37894  
37895 \begin_inset CommandInset ref
37896 LatexCommand ref
37897 reference "tab:Unités"
37898
37899 \end_inset
37900
37901  énumère les unités possibles.
37902  S'il y a un point d'exclamation 
37903 \series bold
37904 !
37905 \series default
37906  dans un des deux inserts, la taille est ajustée pour conserver le rapport
37907  d'aspect de la boîte.
37908  S'il n'y a pas d'insert 
37909 \family sans
37910 Hauteur
37911 \family default
37912 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
37913  
37914 \end_layout
37915
37916 \begin_layout Standard
37917
37918 \series bold
37919 2cm
37920 \series default
37921  comme 
37922 \family sans
37923 Largeur
37924 \family default
37925  et 
37926 \series bold
37927 1cm
37928 \series default
37929  comme 
37930 \family sans
37931 Hauteur
37932 \family default
37933  produit: 
37934 \begin_inset Flex Resizebox
37935 status open
37936
37937 \begin_layout Plain Layout
37938 \begin_inset Argument 1
37939 status open
37940
37941 \begin_layout Plain Layout
37942 2cm
37943 \end_layout
37944
37945 \end_inset
37946
37947
37948 \begin_inset Argument 2
37949 status open
37950
37951 \begin_layout Plain Layout
37952 1cm
37953 \end_layout
37954
37955 \end_inset
37956
37957 Bonjour
37958 \end_layout
37959
37960 \end_inset
37961
37962
37963 \begin_inset Newline newline
37964 \end_inset
37965
37966
37967 \series bold
37968 2cm
37969 \series default
37970  comme 
37971 \family sans
37972 Largeur
37973 \family default
37974  et 
37975 \series bold
37976 !
37977 \series default
37978  comme 
37979 \family sans
37980 Hauteur
37981 \family default
37982  (ou aucune
37983 \family sans
37984  Hauteur
37985 \family default
37986 ) produit: 
37987 \begin_inset Flex Resizebox
37988 status open
37989
37990 \begin_layout Plain Layout
37991 \begin_inset Argument 1
37992 status open
37993
37994 \begin_layout Plain Layout
37995 2cm
37996 \end_layout
37997
37998 \end_inset
37999
38000
38001 \begin_inset Argument 2
38002 status open
38003
38004 \begin_layout Plain Layout
38005 !
38006 \end_layout
38007
38008 \end_inset
38009
38010 Bonjour
38011 \end_layout
38012
38013 \end_inset
38014
38015
38016 \end_layout
38017
38018 \begin_layout Standard
38019 \begin_inset Note Greyedout
38020 status open
38021
38022 \begin_layout Plain Layout
38023
38024 \series bold
38025 Nota:
38026 \series default
38027  si l'insert 
38028 \family sans
38029 Largeur
38030 \family default
38031  est vide ou contient autre chose que des nombres, vous aurez des erreurs
38032  \SpecialChar LaTeX
38033  à l'affichage ou l'exportation du document.
38034 \end_layout
38035
38036 \end_inset
38037
38038
38039 \end_layout
38040
38041 \begin_layout Standard
38042 \begin_inset VSpace bigskip
38043 \end_inset
38044
38045
38046 \end_layout
38047
38048 \begin_layout Standard
38049 Les boîtes peuvent être combinée dans n'importe quel ordre.
38050  Par exemple voici une
38051 \family sans
38052  BoîteMiroir
38053 \family default
38054  
38055 \family sans
38056 dans une BoîteRetaillée 
38057 \family default
38058 qui est à son tour dans une 
38059 \family sans
38060 BoîtePivotée
38061 \family default
38062 :
38063 \end_layout
38064
38065 \begin_layout Standard
38066 \noindent
38067 \align center
38068 \begin_inset Flex Rotatebox
38069 status open
38070
38071 \begin_layout Plain Layout
38072 \begin_inset Argument 1
38073 status open
38074
38075 \begin_layout Plain Layout
38076 origin=c
38077 \end_layout
38078
38079 \end_inset
38080
38081
38082 \begin_inset Argument 2
38083 status open
38084
38085 \begin_layout Plain Layout
38086 -45
38087 \end_layout
38088
38089 \end_inset
38090
38091
38092 \begin_inset Flex Resizebox
38093 status open
38094
38095 \begin_layout Plain Layout
38096 \begin_inset Argument 1
38097 status open
38098
38099 \begin_layout Plain Layout
38100 2cm
38101 \end_layout
38102
38103 \end_inset
38104
38105
38106 \begin_inset Flex Reflectbox
38107 status open
38108
38109 \begin_layout Plain Layout
38110 Bonjour
38111 \end_layout
38112
38113 \end_inset
38114
38115
38116 \end_layout
38117
38118 \end_inset
38119
38120
38121 \end_layout
38122
38123 \end_inset
38124
38125
38126 \end_layout
38127
38128 \begin_layout Standard
38129 \noindent
38130 Les images, les tableaux et les formules sont autorisées comme contenu de
38131  boîte :
38132 \end_layout
38133
38134 \begin_layout Standard
38135 \noindent
38136 \align center
38137 \begin_inset Flex Resizebox
38138 status open
38139
38140 \begin_layout Plain Layout
38141 \begin_inset Argument 1
38142 status open
38143
38144 \begin_layout Plain Layout
38145 2cm
38146 \end_layout
38147
38148 \end_inset
38149
38150
38151 \begin_inset Flex Reflectbox
38152 status open
38153
38154 \begin_layout Plain Layout
38155 \begin_inset Graphics
38156         filename ../clipart/Star-structure.pdf
38157         lyxscale 50
38158         width 25col%
38159
38160 \end_inset
38161
38162
38163 \end_layout
38164
38165 \end_inset
38166
38167
38168 \end_layout
38169
38170 \end_inset
38171
38172  
38173 \begin_inset Flex Resizebox
38174 status open
38175
38176 \begin_layout Plain Layout
38177 \begin_inset Argument 1
38178 status open
38179
38180 \begin_layout Plain Layout
38181 2cm
38182 \end_layout
38183
38184 \end_inset
38185
38186
38187 \begin_inset Flex Reflectbox
38188 status open
38189
38190 \begin_layout Plain Layout
38191 \begin_inset Tabular
38192 <lyxtabular version="3" rows="2" columns="2">
38193 <features tabularvalignment="middle">
38194 <column alignment="center" valignment="top">
38195 <column alignment="center" valignment="top">
38196 <row>
38197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38198 \begin_inset Text
38199
38200 \begin_layout Plain Layout
38201 q
38202 \end_layout
38203
38204 \end_inset
38205 </cell>
38206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210 w
38211 \end_layout
38212
38213 \end_inset
38214 </cell>
38215 </row>
38216 <row>
38217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38218 \begin_inset Text
38219
38220 \begin_layout Plain Layout
38221 e
38222 \end_layout
38223
38224 \end_inset
38225 </cell>
38226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38227 \begin_inset Text
38228
38229 \begin_layout Plain Layout
38230 r
38231 \end_layout
38232
38233 \end_inset
38234 </cell>
38235 </row>
38236 </lyxtabular>
38237
38238 \end_inset
38239
38240
38241 \end_layout
38242
38243 \end_inset
38244
38245
38246 \end_layout
38247
38248 \end_inset
38249
38250  
38251 \begin_inset Flex Resizebox
38252 status open
38253
38254 \begin_layout Plain Layout
38255 \begin_inset Argument 1
38256 status open
38257
38258 \begin_layout Plain Layout
38259 3cm
38260 \end_layout
38261
38262 \end_inset
38263
38264
38265 \begin_inset Flex Reflectbox
38266 status open
38267
38268 \begin_layout Plain Layout
38269 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38270 \end_inset
38271
38272
38273 \end_layout
38274
38275 \end_inset
38276
38277
38278 \end_layout
38279
38280 \end_inset
38281
38282
38283 \begin_inset Index idx
38284 status collapsed
38285
38286 \begin_layout Plain Layout
38287 Figures ! Redimensionnées
38288 \end_layout
38289
38290 \end_inset
38291
38292
38293 \begin_inset Index idx
38294 status collapsed
38295
38296 \begin_layout Plain Layout
38297 Tableau ! Redimensionner
38298 \end_layout
38299
38300 \end_inset
38301
38302
38303 \end_layout
38304
38305 \begin_layout Standard
38306 Quand on utilise le style global de formule 
38307 \series bold
38308 fleqn
38309 \series default
38310  dans le document
38311 \begin_inset Foot
38312 status collapsed
38313
38314 \begin_layout Plain Layout
38315 Quand 
38316 \begin_inset Quotes cld
38317 \end_inset
38318
38319 fleqn
38320 \begin_inset Quotes crd
38321 \end_inset
38322
38323  est ajouté aux options de la classe de document.
38324 \end_layout
38325
38326 \end_inset
38327
38328 , les formules hors texte peuvent aussi être redimensionnées.
38329 \end_layout
38330
38331 \begin_layout Chapter
38332 Objets entourés par du texte
38333 \begin_inset Index idx
38334 status collapsed
38335
38336 \begin_layout Plain Layout
38337 Entourés par du texte
38338 \end_layout
38339
38340 \end_inset
38341
38342
38343 \end_layout
38344
38345 \begin_layout Section
38346 Flottant d'enrobage
38347 \begin_inset CommandInset label
38348 LatexCommand label
38349 name "sec:Flottant-d'enrobage"
38350
38351 \end_inset
38352
38353
38354 \begin_inset Index idx
38355 status collapsed
38356
38357 \begin_layout Plain Layout
38358 Flottants ! Flottants d'enrobage
38359 \end_layout
38360
38361 \end_inset
38362
38363
38364 \begin_inset Index idx
38365 status collapsed
38366
38367 \begin_layout Plain Layout
38368 Entourés par du texte ! Flottants d'enrobage
38369 \end_layout
38370
38371 \end_inset
38372
38373
38374 \end_layout
38375
38376 \begin_layout Standard
38377 \begin_inset Wrap figure
38378 lines 0
38379 placement l
38380 overhang 1cm
38381 width "40col%"
38382 status open
38383
38384 \begin_layout Plain Layout
38385 \begin_inset Graphics
38386         filename ../clipart/2D-intensity-plot.pdf
38387         width 40col%
38388         scaleBeforeRotation
38389         rotateOrigin center
38390
38391 \end_inset
38392
38393
38394 \end_layout
38395
38396 \begin_layout Plain Layout
38397 \begin_inset Caption Standard
38398
38399 \begin_layout Plain Layout
38400 \begin_inset CommandInset label
38401 LatexCommand label
38402 name "fig:Figure-enrobée"
38403
38404 \end_inset
38405
38406 Ceci est une figure habillée.
38407 \end_layout
38408
38409 \end_inset
38410
38411
38412 \end_layout
38413
38414 \end_inset
38415
38416  Ce type de flottant est utilisé quand on veut que le texte habille la figure
38417  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
38418  Vous pouvez en insérer un en utilisant le menu 
38419 \family sans
38420 Insertion\SpecialChar menuseparator
38421 Flottant\SpecialChar menuseparator
38422 Flottant
38423 \begin_inset space ~
38424 \end_inset
38425
38426 d'enrobage
38427 \family default
38428  à la condition que le paquetage \SpecialChar LaTeX
38429  
38430 \series bold
38431 wrapfig
38432 \series default
38433
38434 \begin_inset Index idx
38435 status collapsed
38436
38437 \begin_layout Plain Layout
38438 Paquetages \SpecialChar LaTeX
38439  ! wrapfig
38440 \end_layout
38441
38442 \end_inset
38443
38444  soit installé.
38445 \begin_inset Foot
38446 status collapsed
38447
38448 \begin_layout Plain Layout
38449 Voyez dans la manuel 
38450 \emph on
38451 Configuration
38452 \begin_inset space ~
38453 \end_inset
38454
38455 \SpecialChar LaTeX
38456  
38457 \emph default
38458 comment installer des paquetages \SpecialChar LaTeX
38459 .
38460 \end_layout
38461
38462 \end_inset
38463
38464  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
38465  sur la boîte du flottant.
38466  Les paramètres obligatoires sont l'
38467 \family sans
38468 Emplacement
38469 \family default
38470  et la 
38471 \family sans
38472 Largeur
38473 \family default
38474 .
38475  Les paramètres facultatifs sont le 
38476 \family sans
38477 Débordement
38478 \family default
38479  qui précise de combien le flottant déborde sur la marge du paragraphe ou
38480  de la page et la 
38481 \family sans
38482 Porté de la ligne
38483 \family default
38484  qui précise le nombre approximatif de lignes dont le flottant va avoir
38485  besoin.
38486  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
38487  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
38488  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
38489  à faire flotter le flottant
38490  à l'intérieur du paragraphe ou vers les autres paragraphes.
38491  La figure
38492 \begin_inset space ~
38493 \end_inset
38494
38495
38496 \begin_inset CommandInset ref
38497 LatexCommand ref
38498 reference "fig:Figure-enrobée"
38499
38500 \end_inset
38501
38502  est un exemple de flottant d'enrobage avec une largeur de 40
38503 \begin_inset space \thinspace{}
38504 \end_inset
38505
38506 col%, un débordement de 1
38507 \begin_inset space \thinspace{}
38508 \end_inset
38509
38510 cm et placé à gauche.
38511 \end_layout
38512
38513 \begin_layout Standard
38514 \begin_inset Note Greyedout
38515 status open
38516
38517 \begin_layout Plain Layout
38518
38519 \series bold
38520 Note:
38521 \series default
38522  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
38523  figure trop près du bas de page peut tout chambouler et faire que le flottant
38524  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
38525  de texte.
38526 \end_layout
38527
38528 \end_inset
38529
38530
38531 \end_layout
38532
38533 \begin_layout Standard
38534 En général:
38535 \end_layout
38536
38537 \begin_layout Itemize
38538 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
38539  qui risquent de passer à la page suivante.
38540  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
38541  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
38542  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
38543  de page.
38544 \end_layout
38545
38546 \begin_layout Itemize
38547 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
38548  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
38549 e.
38550 \end_layout
38551
38552 \begin_layout Itemize
38553 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
38554  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
38555  texte entre les deux, comme séparateur.
38556 \end_layout
38557
38558 \begin_layout Itemize
38559 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
38560  ou les tableaux.
38561 \end_layout
38562
38563 \begin_layout Itemize
38564 Leur numérotation et leur référencement fonctionnent comme décrit dans le
38565  chapitre
38566 \begin_inset space ~
38567 \end_inset
38568
38569
38570 \begin_inset CommandInset ref
38571 LatexCommand ref
38572 reference "chap:Flottants"
38573
38574 \end_inset
38575
38576 .
38577 \end_layout
38578
38579 \begin_layout Section
38580 Objets fixes entourés par du texte
38581 \begin_inset Index idx
38582 status collapsed
38583
38584 \begin_layout Plain Layout
38585 Entouré par du texte ! Objets fixes
38586 \end_layout
38587
38588 \end_inset
38589
38590
38591 \end_layout
38592
38593 \begin_layout Standard
38594 Les flottants d'enrobage décrits dans la section
38595 \begin_inset space \thinspace{}
38596 \end_inset
38597
38598
38599 \begin_inset CommandInset ref
38600 LatexCommand ref
38601 reference "sec:Flottant-d'enrobage"
38602
38603 \end_inset
38604
38605  prennent les positions suivantes dans le paragraphe :
38606 \end_layout
38607
38608 \begin_layout Standard
38609 \noindent
38610 \align center
38611 \begin_inset Tabular
38612 <lyxtabular version="3" rows="2" columns="2">
38613 <features tabularvalignment="middle">
38614 <column alignment="center" valignment="top">
38615 <column alignment="center" valignment="top">
38616 <row>
38617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38618 \begin_inset Text
38619
38620 \begin_layout Plain Layout
38621 \begin_inset Info
38622 type  "icon"
38623 arg   "dialog-show-new-inset graphics"
38624 \end_inset
38625
38626
38627 \end_layout
38628
38629 \end_inset
38630 </cell>
38631 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38632 \begin_inset Text
38633
38634 \begin_layout Plain Layout
38635 texte
38636 \end_layout
38637
38638 \end_inset
38639 </cell>
38640 </row>
38641 <row>
38642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38643 \begin_inset Text
38644
38645 \begin_layout Plain Layout
38646 texte
38647 \end_layout
38648
38649 \end_inset
38650 </cell>
38651 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38652 \begin_inset Text
38653
38654 \begin_layout Plain Layout
38655 texte
38656 \end_layout
38657
38658 \end_inset
38659 </cell>
38660 </row>
38661 </lyxtabular>
38662
38663 \end_inset
38664
38665  ou 
38666 \begin_inset Tabular
38667 <lyxtabular version="3" rows="2" columns="2">
38668 <features tabularvalignment="middle">
38669 <column alignment="center" valignment="top">
38670 <column alignment="center" valignment="top">
38671 <row>
38672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38673 \begin_inset Text
38674
38675 \begin_layout Plain Layout
38676 texte
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38682 \begin_inset Text
38683
38684 \begin_layout Plain Layout
38685 \begin_inset Info
38686 type  "icon"
38687 arg   "dialog-show-new-inset graphics"
38688 \end_inset
38689
38690
38691 \end_layout
38692
38693 \end_inset
38694 </cell>
38695 </row>
38696 <row>
38697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38698 \begin_inset Text
38699
38700 \begin_layout Plain Layout
38701 texte
38702 \end_layout
38703
38704 \end_inset
38705 </cell>
38706 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38707 \begin_inset Text
38708
38709 \begin_layout Plain Layout
38710 texte
38711 \end_layout
38712
38713 \end_inset
38714 </cell>
38715 </row>
38716 </lyxtabular>
38717
38718 \end_inset
38719
38720
38721 \end_layout
38722
38723 \begin_layout Standard
38724 Pour avoir un objet exactement à la position à laquelle il a été inséré,
38725  par exemple pour avoir une de ces positions :
38726 \begin_inset VSpace defskip
38727 \end_inset
38728
38729
38730 \end_layout
38731
38732 \begin_layout Standard
38733 \noindent
38734 \align center
38735 \begin_inset Tabular
38736 <lyxtabular version="3" rows="2" columns="2">
38737 <features tabularvalignment="middle">
38738 <column alignment="center" valignment="top">
38739 <column alignment="center" valignment="top">
38740 <row>
38741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38742 \begin_inset Text
38743
38744 \begin_layout Plain Layout
38745 texte
38746 \end_layout
38747
38748 \end_inset
38749 </cell>
38750 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38751 \begin_inset Text
38752
38753 \begin_layout Plain Layout
38754 texte
38755 \end_layout
38756
38757 \end_inset
38758 </cell>
38759 </row>
38760 <row>
38761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38762 \begin_inset Text
38763
38764 \begin_layout Plain Layout
38765 \begin_inset Info
38766 type  "icon"
38767 arg   "dialog-show-new-inset graphics"
38768 \end_inset
38769
38770
38771 \end_layout
38772
38773 \end_inset
38774 </cell>
38775 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38776 \begin_inset Text
38777
38778 \begin_layout Plain Layout
38779 texte
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 </row>
38785 </lyxtabular>
38786
38787 \end_inset
38788
38789  
38790 \begin_inset Tabular
38791 <lyxtabular version="3" rows="2" columns="2">
38792 <features tabularvalignment="middle">
38793 <column alignment="center" valignment="top">
38794 <column alignment="center" valignment="top">
38795 <row>
38796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38797 \begin_inset Text
38798
38799 \begin_layout Plain Layout
38800 texte
38801 \end_layout
38802
38803 \end_inset
38804 </cell>
38805 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38806 \begin_inset Text
38807
38808 \begin_layout Plain Layout
38809 texte
38810 \end_layout
38811
38812 \end_inset
38813 </cell>
38814 </row>
38815 <row>
38816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38817 \begin_inset Text
38818
38819 \begin_layout Plain Layout
38820 texte
38821 \end_layout
38822
38823 \end_inset
38824 </cell>
38825 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38826 \begin_inset Text
38827
38828 \begin_layout Plain Layout
38829 \begin_inset Info
38830 type  "icon"
38831 arg   "dialog-show-new-inset graphics"
38832 \end_inset
38833
38834
38835 \end_layout
38836
38837 \end_inset
38838 </cell>
38839 </row>
38840 </lyxtabular>
38841
38842 \end_inset
38843
38844  
38845 \begin_inset Tabular
38846 <lyxtabular version="3" rows="2" columns="3">
38847 <features tabularvalignment="middle">
38848 <column alignment="center" valignment="top">
38849 <column alignment="center" valignment="top">
38850 <column alignment="center" valignment="top">
38851 <row>
38852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38853 \begin_inset Text
38854
38855 \begin_layout Plain Layout
38856 texte
38857 \end_layout
38858
38859 \end_inset
38860 </cell>
38861 <cell alignment="center" valignment="top" topline="true" usebox="none">
38862 \begin_inset Text
38863
38864 \begin_layout Plain Layout
38865 \begin_inset Info
38866 type  "icon"
38867 arg   "dialog-show-new-inset graphics"
38868 \end_inset
38869
38870
38871 \end_layout
38872
38873 \end_inset
38874 </cell>
38875 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38876 \begin_inset Text
38877
38878 \begin_layout Plain Layout
38879 texte
38880 \end_layout
38881
38882 \end_inset
38883 </cell>
38884 </row>
38885 <row>
38886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38887 \begin_inset Text
38888
38889 \begin_layout Plain Layout
38890 texte
38891 \end_layout
38892
38893 \end_inset
38894 </cell>
38895 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38896 \begin_inset Text
38897
38898 \begin_layout Plain Layout
38899 texte
38900 \end_layout
38901
38902 \end_inset
38903 </cell>
38904 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38905 \begin_inset Text
38906
38907 \begin_layout Plain Layout
38908 texte
38909 \end_layout
38910
38911 \end_inset
38912 </cell>
38913 </row>
38914 </lyxtabular>
38915
38916 \end_inset
38917
38918  
38919 \begin_inset Tabular
38920 <lyxtabular version="3" rows="2" columns="3">
38921 <features tabularvalignment="middle">
38922 <column alignment="center" valignment="top">
38923 <column alignment="center" valignment="top">
38924 <column alignment="center" valignment="top">
38925 <row>
38926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38927 \begin_inset Text
38928
38929 \begin_layout Plain Layout
38930 texte
38931 \end_layout
38932
38933 \end_inset
38934 </cell>
38935 <cell alignment="center" valignment="top" topline="true" usebox="none">
38936 \begin_inset Text
38937
38938 \begin_layout Plain Layout
38939 texte
38940 \end_layout
38941
38942 \end_inset
38943 </cell>
38944 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38945 \begin_inset Text
38946
38947 \begin_layout Plain Layout
38948 texte
38949 \end_layout
38950
38951 \end_inset
38952 </cell>
38953 </row>
38954 <row>
38955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38956 \begin_inset Text
38957
38958 \begin_layout Plain Layout
38959 texte
38960 \end_layout
38961
38962 \end_inset
38963 </cell>
38964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38965 \begin_inset Text
38966
38967 \begin_layout Plain Layout
38968 \begin_inset Info
38969 type  "icon"
38970 arg   "dialog-show-new-inset graphics"
38971 \end_inset
38972
38973
38974 \end_layout
38975
38976 \end_inset
38977 </cell>
38978 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38979 \begin_inset Text
38980
38981 \begin_layout Plain Layout
38982 texte
38983 \end_layout
38984
38985 \end_inset
38986 </cell>
38987 </row>
38988 </lyxtabular>
38989
38990 \end_inset
38991
38992
38993 \end_layout
38994
38995 \begin_layout Standard
38996 \noindent
38997 \align center
38998 \begin_inset Tabular
38999 <lyxtabular version="3" rows="3" columns="2">
39000 <features tabularvalignment="middle">
39001 <column alignment="center" valignment="top">
39002 <column alignment="center" valignment="top">
39003 <row>
39004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39005 \begin_inset Text
39006
39007 \begin_layout Plain Layout
39008 texte
39009 \end_layout
39010
39011 \end_inset
39012 </cell>
39013 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39014 \begin_inset Text
39015
39016 \begin_layout Plain Layout
39017 texte
39018 \end_layout
39019
39020 \end_inset
39021 </cell>
39022 </row>
39023 <row>
39024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39025 \begin_inset Text
39026
39027 \begin_layout Plain Layout
39028 \begin_inset Info
39029 type  "icon"
39030 arg   "dialog-show-new-inset graphics"
39031 \end_inset
39032
39033
39034 \end_layout
39035
39036 \end_inset
39037 </cell>
39038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39039 \begin_inset Text
39040
39041 \begin_layout Plain Layout
39042 texte
39043 \end_layout
39044
39045 \end_inset
39046 </cell>
39047 </row>
39048 <row>
39049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39050 \begin_inset Text
39051
39052 \begin_layout Plain Layout
39053 texte
39054 \end_layout
39055
39056 \end_inset
39057 </cell>
39058 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39059 \begin_inset Text
39060
39061 \begin_layout Plain Layout
39062 texte
39063 \end_layout
39064
39065 \end_inset
39066 </cell>
39067 </row>
39068 </lyxtabular>
39069
39070 \end_inset
39071
39072  
39073 \begin_inset Tabular
39074 <lyxtabular version="3" rows="3" columns="3">
39075 <features tabularvalignment="middle">
39076 <column alignment="center" valignment="top">
39077 <column alignment="center" valignment="top">
39078 <column alignment="center" valignment="top">
39079 <row>
39080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39081 \begin_inset Text
39082
39083 \begin_layout Plain Layout
39084 texte
39085 \end_layout
39086
39087 \end_inset
39088 </cell>
39089 <cell alignment="center" valignment="top" topline="true" usebox="none">
39090 \begin_inset Text
39091
39092 \begin_layout Plain Layout
39093 texte
39094 \end_layout
39095
39096 \end_inset
39097 </cell>
39098 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39099 \begin_inset Text
39100
39101 \begin_layout Plain Layout
39102 texte
39103 \end_layout
39104
39105 \end_inset
39106 </cell>
39107 </row>
39108 <row>
39109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39110 \begin_inset Text
39111
39112 \begin_layout Plain Layout
39113 texte
39114 \end_layout
39115
39116 \end_inset
39117 </cell>
39118 <cell alignment="center" valignment="top" usebox="none">
39119 \begin_inset Text
39120
39121 \begin_layout Plain Layout
39122 \begin_inset Info
39123 type  "icon"
39124 arg   "dialog-show-new-inset graphics"
39125 \end_inset
39126
39127
39128 \end_layout
39129
39130 \end_inset
39131 </cell>
39132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39133 \begin_inset Text
39134
39135 \begin_layout Plain Layout
39136 texte
39137 \end_layout
39138
39139 \end_inset
39140 </cell>
39141 </row>
39142 <row>
39143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39144 \begin_inset Text
39145
39146 \begin_layout Plain Layout
39147 texte
39148 \end_layout
39149
39150 \end_inset
39151 </cell>
39152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39153 \begin_inset Text
39154
39155 \begin_layout Plain Layout
39156 texte
39157 \end_layout
39158
39159 \end_inset
39160 </cell>
39161 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39162 \begin_inset Text
39163
39164 \begin_layout Plain Layout
39165 texte
39166 \end_layout
39167
39168 \end_inset
39169 </cell>
39170 </row>
39171 </lyxtabular>
39172
39173 \end_inset
39174
39175  
39176 \begin_inset Tabular
39177 <lyxtabular version="3" rows="3" columns="2">
39178 <features tabularvalignment="middle">
39179 <column alignment="center" valignment="top">
39180 <column alignment="center" valignment="top">
39181 <row>
39182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39183 \begin_inset Text
39184
39185 \begin_layout Plain Layout
39186 texte
39187 \end_layout
39188
39189 \end_inset
39190 </cell>
39191 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39192 \begin_inset Text
39193
39194 \begin_layout Plain Layout
39195 texte
39196 \end_layout
39197
39198 \end_inset
39199 </cell>
39200 </row>
39201 <row>
39202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39203 \begin_inset Text
39204
39205 \begin_layout Plain Layout
39206 texte
39207 \end_layout
39208
39209 \end_inset
39210 </cell>
39211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39212 \begin_inset Text
39213
39214 \begin_layout Plain Layout
39215 \begin_inset Info
39216 type  "icon"
39217 arg   "dialog-show-new-inset graphics"
39218 \end_inset
39219
39220
39221 \end_layout
39222
39223 \end_inset
39224 </cell>
39225 </row>
39226 <row>
39227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39228 \begin_inset Text
39229
39230 \begin_layout Plain Layout
39231 texte
39232 \end_layout
39233
39234 \end_inset
39235 </cell>
39236 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39237 \begin_inset Text
39238
39239 \begin_layout Plain Layout
39240 texte
39241 \end_layout
39242
39243 \end_inset
39244 </cell>
39245 </row>
39246 </lyxtabular>
39247
39248 \end_inset
39249
39250
39251 \end_layout
39252
39253 \begin_layout Standard
39254 vous pouvez utiliser la paquetage \SpecialChar LaTeX
39255  
39256 \end_layout
39257
39258 \begin_layout Standard
39259 \noindent
39260
39261 \series bold
39262 picinpar
39263 \series default
39264
39265 \begin_inset Index idx
39266 status collapsed
39267
39268 \begin_layout Plain Layout
39269 Paquetages \SpecialChar LaTeX
39270  ! picinpar
39271 \end_layout
39272
39273 \end_inset
39274
39275 .
39276  Voici un exemple :
39277 \end_layout
39278
39279 \begin_layout Standard
39280 \begin_inset ERT
39281 status collapsed
39282
39283 \begin_layout Plain Layout
39284
39285
39286 \backslash
39287 ifpicinpar
39288 \end_layout
39289
39290 \end_inset
39291
39292
39293 \begin_inset Note Note
39294 status open
39295
39296 \begin_layout Plain Layout
39297 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
39298  
39299 \series bold
39300 picinpar
39301 \series default
39302  a été installé.
39303 \end_layout
39304
39305 \end_inset
39306
39307
39308 \end_layout
39309
39310 \begin_layout Standard
39311 \begin_inset ERT
39312 status collapsed
39313
39314 \begin_layout Plain Layout
39315
39316
39317 \backslash
39318 begin{window}[2,c,{
39319 \end_layout
39320
39321 \end_inset
39322
39323
39324 \begin_inset Graphics
39325         filename ../clipart/2D-intensity-plot.pdf
39326         lyxscale 60
39327         width 40col%
39328         scaleBeforeRotation
39329         rotateOrigin center
39330
39331 \end_inset
39332
39333
39334 \begin_inset ERT
39335 status collapsed
39336
39337 \begin_layout Plain Layout
39338
39339 },]
39340 \end_layout
39341
39342 \begin_layout Plain Layout
39343
39344 {}
39345 \end_layout
39346
39347 \end_inset
39348
39349
39350 \size small
39351 \lang english
39352 It was in the spring of the year 1894 that all London was interested, and
39353  the fashionable world dismayed, by the murder of the Honourable Ronald
39354  Adair under most unusual and inexplicable circumstances.
39355  The public has already learned those particulars of the crime which
39356 \size default
39357
39358 \begin_inset ERT
39359 status collapsed
39360
39361 \begin_layout Plain Layout
39362
39363
39364 \backslash
39365 footnotemark{}
39366 \end_layout
39367
39368 \end_inset
39369
39370
39371 \size small
39372  came out in the police investigation, but a good deal was suppressed upon
39373  that occasion, since the case for the prosecution was so overwhelmingly
39374  strong that it was not necessary to bring forward all the facts.
39375  Only now, at the end of nearly ten years, am I allowed to supply those
39376  missing links which make up the whole of that remarkable chain
39377 \lang french
39378 .
39379 \size default
39380
39381 \begin_inset ERT
39382 status collapsed
39383
39384 \begin_layout Plain Layout
39385
39386
39387 \backslash
39388 end{window}
39389 \end_layout
39390
39391 \end_inset
39392
39393
39394 \end_layout
39395
39396 \begin_layout Standard
39397 \begin_inset ERT
39398 status collapsed
39399
39400 \begin_layout Plain Layout
39401
39402
39403 \backslash
39404 footnotetext{
39405 \end_layout
39406
39407 \end_inset
39408
39409 Note de pied de page du paragraphe avec objet fixe.
39410 \begin_inset ERT
39411 status collapsed
39412
39413 \begin_layout Plain Layout
39414
39415 }
39416 \end_layout
39417
39418 \end_inset
39419
39420
39421 \end_layout
39422
39423 \begin_layout Standard
39424 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
39425  d'eux et leur position est déterminée par le nombre de lignes de texte
39426  situées audessus d'eux.
39427  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
39428  numérotée.
39429 \end_layout
39430
39431 \begin_layout Standard
39432 Un objet fixe enrobé est inséré en ajoutant la commande
39433 \end_layout
39434
39435 \begin_layout Standard
39436
39437 \series bold
39438
39439 \backslash
39440 begin{window}[2,c,{
39441 \end_layout
39442
39443 \begin_layout Standard
39444 en code \SpecialChar TeX
39445  au debut du paragraphe.
39446  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
39447  dessus de l'objet, le second, ici 'c', la position de l'objet.
39448  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
39449  ) sont possibles.
39450  Après la commande, vous insérez votre objet.
39451  Dans cet exemple, c'est une image avec une largeur de 40
39452 \begin_inset space \thinspace{}
39453 \end_inset
39454
39455 % de la colonne de texte qui a été insérée.
39456  L'objet peut aussi être un tableau, une boîte ou une équation.
39457  Après l'objet, on insère la commande
39458 \end_layout
39459
39460 \begin_layout Standard
39461
39462 \series bold
39463 },texte de description ]
39464 \begin_inset Newline newline
39465 \end_inset
39466
39467 {}
39468 \end_layout
39469
39470 \begin_layout Standard
39471 Notez que le 
39472 \begin_inset Quotes cld
39473 \end_inset
39474
39475
39476 \series bold
39477 {}
39478 \series default
39479
39480 \begin_inset Quotes crd
39481 \end_inset
39482
39483  est sur la deuxième ligne.
39484  Le texte de description est facultatif.
39485  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
39486  il doit donc commence juste après le 
39487 \series bold
39488 {}
39489 \series default
39490 .
39491  A la fin du paragraphe on insère la commande :
39492 \end_layout
39493
39494 \begin_layout Standard
39495
39496 \series bold
39497
39498 \backslash
39499 end{window}
39500 \end_layout
39501
39502 \begin_layout Standard
39503 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
39504  ajouter des notes de pied de page de la façon habituelle.
39505  Vous devez utiliser la commande 
39506 \series bold
39507
39508 \backslash
39509 footnotemark
39510 \series default
39511  à l'intérieur du paragraphe et la commande 
39512 \series bold
39513
39514 \backslash
39515 footnotetext
39516 \series default
39517  à l'extérieur, comme décrit dans la section
39518 \begin_inset space \thinspace{}
39519 \end_inset
39520
39521
39522 \begin_inset CommandInset ref
39523 LatexCommand ref
39524 reference "sec:Notes-bas-de-page"
39525
39526 \end_inset
39527
39528 .
39529 \end_layout
39530
39531 \begin_layout Standard
39532 \begin_inset ERT
39533 status collapsed
39534
39535 \begin_layout Plain Layout
39536
39537
39538 \backslash
39539 else
39540 \end_layout
39541
39542 \end_inset
39543
39544
39545 \begin_inset Note Note
39546 status open
39547
39548 \begin_layout Plain Layout
39549 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
39550  
39551 \series bold
39552 picinpar
39553 \series default
39554  n'est pas installé :
39555 \end_layout
39556
39557 \end_inset
39558
39559
39560 \end_layout
39561
39562 \begin_layout Standard
39563 Vous devez installer le paquetage \SpecialChar LaTeX
39564  
39565 \series bold
39566 picinpar
39567 \series default
39568  pour voir la suite de cette section dans la sortie imprimée.
39569 \end_layout
39570
39571 \begin_layout Standard
39572 \begin_inset ERT
39573 status collapsed
39574
39575 \begin_layout Plain Layout
39576
39577
39578 \backslash
39579 fi
39580 \end_layout
39581
39582 \end_inset
39583
39584
39585 \end_layout
39586
39587 \begin_layout Section
39588 Lettrines
39589 \begin_inset Index idx
39590 status collapsed
39591
39592 \begin_layout Plain Layout
39593 Lettrines
39594 \end_layout
39595
39596 \end_inset
39597
39598
39599 \begin_inset Index idx
39600 status collapsed
39601
39602 \begin_layout Plain Layout
39603 Entouré par du texte ! Lettrines
39604 \end_layout
39605
39606 \end_inset
39607
39608
39609 \end_layout
39610
39611 \begin_layout Standard
39612 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
39613  
39614 \series bold
39615 lettrine
39616 \series default
39617
39618 \begin_inset Index idx
39619 status collapsed
39620
39621 \begin_layout Plain Layout
39622 Paquetages \SpecialChar LaTeX
39623  ! lettrine
39624 \end_layout
39625
39626 \end_inset
39627
39628  doit être installé et vous devez utiliser le module Initiales (
39629 \begin_inset space ~
39630 \end_inset
39631
39632 menu 
39633 \family sans
39634 Document\SpecialChar menuseparator
39635 Paramètres\SpecialChar menuseparator
39636 Modules
39637 \family default
39638
39639 \begin_inset space ~
39640 \end_inset
39641
39642 ).
39643  Pour insérer une lettrine, utilisez le style 
39644 \family sans
39645 Initial
39646 \family default
39647 .
39648  Les paramètres sont insérés avec le menu 
39649 \family sans
39650 Insertion
39651 \family default
39652 .
39653  Le paramètre obligatoire 
39654 \family sans
39655 \lang english
39656 Initial
39657 \family default
39658 \lang french
39659  contient la/les lettre(s) qui sert d'initiale, le paramètre 
39660 \family sans
39661 \lang english
39662 Rest
39663 \begin_inset space ~
39664 \end_inset
39665
39666 of
39667 \begin_inset space ~
39668 \end_inset
39669
39670 Initial
39671 \family default
39672  
39673 \lang french
39674 contient
39675 \lang english
39676  the rest of the word or text of the initial letter(s)
39677 \lang french
39678 .
39679  Le paramètre 
39680 \family sans
39681 \lang english
39682 Options
39683 \family default
39684 \lang french
39685  contient paramètres pour modifier la lettrine.
39686  Pour plus d'informations sur les paramètres possibles, voyez la documentation
39687  du paquetage 
39688 \series bold
39689 lettrine
39690 \series default
39691
39692 \begin_inset CommandInset citation
39693 LatexCommand cite
39694 key "lettrine"
39695 literal "true"
39696
39697 \end_inset
39698
39699 .
39700  Le style lui-même contient le texte qui doit entourer la lettrine.
39701  Le style habituel est par conséquent que le mot dont la première lettre
39702  est l'initiale soit en 
39703 \shape smallcaps
39704 petites capitales
39705 \shape default
39706 .
39707 \end_layout
39708
39709 \begin_layout Standard
39710 \begin_inset Newpage pagebreak
39711 \end_inset
39712
39713
39714 \end_layout
39715
39716 \begin_layout Standard
39717 Voici quelques exemples
39718 \begin_inset space ~
39719 \end_inset
39720
39721 :
39722 \end_layout
39723
39724 \begin_layout Standard
39725 \begin_inset ERT
39726 status collapsed
39727
39728 \begin_layout Plain Layout
39729
39730
39731 \backslash
39732 iflettrine
39733 \end_layout
39734
39735 \end_inset
39736
39737
39738 \begin_inset Note Note
39739 status open
39740
39741 \begin_layout Plain Layout
39742 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
39743  
39744 \series bold
39745 lettrine
39746 \series default
39747  a été installé.
39748 \end_layout
39749
39750 \end_inset
39751
39752
39753 \end_layout
39754
39755 \begin_layout Enumerate
39756 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
39757  mathématique 
39758 \begin_inset Formula $\mathfrak{Fraktur}$
39759 \end_inset
39760
39761 :
39762 \end_layout
39763
39764 \begin_deeper
39765 \begin_layout Initial
39766 \begin_inset Argument 2
39767 status open
39768
39769 \begin_layout Plain Layout
39770 \begin_inset Formula $\mathfrak{I}$
39771 \end_inset
39772
39773
39774 \end_layout
39775
39776 \end_inset
39777
39778
39779 \begin_inset Argument 3
39780 status open
39781
39782 \begin_layout Plain Layout
39783 t
39784 \end_layout
39785
39786 \end_inset
39787
39788  
39789 \lang english
39790 was in the spring of the year 1894 that all London was interested, and the
39791  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39792  under most unusual and inexplicable circumstances.
39793  The public has already learned those particulars of the crime which came
39794  out in the police investigation, but a good deal was suppressed upon that
39795  occasion, since the case for the prosecution was so overwhelmingly strong
39796  that it was not necessary to bring forward all the facts.
39797 \end_layout
39798
39799 \end_deeper
39800 \begin_layout Enumerate
39801 L'initiale est entourée par une seule ligne et est formée de deux lettres
39802  dans la police standard ; aucun texte n'est écrit en petites capitales
39803 \begin_inset space ~
39804 \end_inset
39805
39806 :
39807 \end_layout
39808
39809 \begin_deeper
39810 \begin_layout Initial
39811 \begin_inset Argument 1
39812 status open
39813
39814 \begin_layout Plain Layout
39815 lines=1
39816 \end_layout
39817
39818 \end_inset
39819
39820
39821 \begin_inset Argument 2
39822 status open
39823
39824 \begin_layout Plain Layout
39825 It
39826 \end_layout
39827
39828 \end_inset
39829
39830  
39831 \lang english
39832 was in the spring of the year 1894 that all London was interested, and the
39833  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39834  under most unusual and inexplicable circumstances.
39835  The public has already learned those particulars of the crime which came
39836  out in the police investigation, but a good deal was suppressed upon that
39837  occasion, since the case for the prosecution was so overwhelmingly strong
39838  that it was not necessary to bring forward all the facts.
39839 \end_layout
39840
39841 \end_deeper
39842 \begin_layout Enumerate
39843 Initiale descendante sur 3
39844 \begin_inset space ~
39845 \end_inset
39846
39847 lignes en magenta en police mathématique
39848 \begin_inset Newline newline
39849 \end_inset
39850
39851
39852 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39853 \end_inset
39854
39855 , le texte 
39856 \begin_inset Quotes cld
39857 \end_inset
39858
39859
39860 \lang english
39861 t was in the spring
39862 \lang french
39863
39864 \begin_inset Quotes crd
39865 \end_inset
39866
39867  est en 
39868 \shape smallcaps
39869 petites capitales
39870 \shape default
39871  ; pour colorer la lettrine, il faut insérer la commande suivante juste
39872  avant l'initiale
39873 \begin_inset space ~
39874 \end_inset
39875
39876 :
39877 \begin_inset Newline newline
39878 \end_inset
39879
39880
39881 \series bold
39882
39883 \backslash
39884 renewcommand{
39885 \backslash
39886 LettrineFontHook}{
39887 \backslash
39888 color{couleur}}
39889 \series default
39890
39891 \begin_inset Newline newline
39892 \end_inset
39893
39894 où la 
39895 \emph on
39896 couleur
39897 \emph default
39898  peut être 
39899 \begin_inset Quotes cld
39900 \end_inset
39901
39902 red
39903 \begin_inset Quotes crd
39904 \end_inset
39905
39906
39907 \begin_inset Quotes cld
39908 \end_inset
39909
39910 blue
39911 \begin_inset Quotes crd
39912 \end_inset
39913
39914
39915 \begin_inset Quotes cld
39916 \end_inset
39917
39918 green
39919 \begin_inset Quotes crd
39920 \end_inset
39921
39922
39923 \begin_inset Quotes cld
39924 \end_inset
39925
39926 yellow
39927 \begin_inset Quotes crd
39928 \end_inset
39929
39930
39931 \begin_inset Quotes cld
39932 \end_inset
39933
39934 cyan
39935 \begin_inset Quotes crd
39936 \end_inset
39937
39938
39939 \begin_inset Quotes cld
39940 \end_inset
39941
39942 magenta
39943 \begin_inset Quotes crd
39944 \end_inset
39945
39946
39947 \begin_inset Quotes cld
39948 \end_inset
39949
39950 black
39951 \begin_inset Quotes crd
39952 \end_inset
39953
39954  ou 
39955 \begin_inset Quotes cld
39956 \end_inset
39957
39958 white
39959 \begin_inset Quotes crd
39960 \end_inset
39961
39962 .
39963  On doit aussi ajouter la commande suivante au préambule du document
39964 \begin_inset space ~
39965 \end_inset
39966
39967 :
39968 \begin_inset Newline newline
39969 \end_inset
39970
39971
39972 \series bold
39973
39974 \backslash
39975 @ifundefined{textcolor}
39976 \begin_inset Newline newline
39977 \end_inset
39978
39979
39980 \begin_inset space ~
39981 \end_inset
39982
39983 {
39984 \backslash
39985 usepackage{color}}{}
39986 \end_layout
39987
39988 \begin_deeper
39989 \begin_layout Standard
39990 \begin_inset ERT
39991 status collapsed
39992
39993 \begin_layout Plain Layout
39994
39995
39996 \backslash
39997 renewcommand{
39998 \backslash
39999 LettrineFontHook}{
40000 \backslash
40001 color{magenta}}
40002 \end_layout
40003
40004 \end_inset
40005
40006
40007 \begin_inset Note Note
40008 status collapsed
40009
40010 \begin_layout Plain Layout
40011 colore la lettrine en magenta
40012 \end_layout
40013
40014 \end_inset
40015
40016
40017 \end_layout
40018
40019 \begin_layout Initial
40020 \begin_inset Argument 1
40021 status open
40022
40023 \begin_layout Plain Layout
40024 lines=3, lhang=0.33, loversize=0.25
40025 \end_layout
40026
40027 \end_inset
40028
40029
40030 \begin_inset Argument 2
40031 status open
40032
40033 \begin_layout Plain Layout
40034 \begin_inset Formula $\mathcal{I}$
40035 \end_inset
40036
40037
40038 \end_layout
40039
40040 \end_inset
40041
40042
40043 \begin_inset Argument 3
40044 status open
40045
40046 \begin_layout Plain Layout
40047
40048 \lang english
40049 t was in the spring
40050 \end_layout
40051
40052 \end_inset
40053
40054
40055 \lang english
40056  of the year 1894 that all London was interested, and the fashionable world
40057  dismayed, by the murder of the Honourable Ronald Adair under most unusual
40058  and inexplicable circumstances.
40059  The public has already learned those particulars of the crime which came
40060  out in the police investigation, but a good deal was suppressed upon that
40061  occasion, since the case for the prosecution was so overwhelmingly strong
40062  that it was not necessary to bring forward all the facts.
40063 \end_layout
40064
40065 \end_deeper
40066 \begin_layout Standard
40067 \begin_inset ERT
40068 status collapsed
40069
40070 \begin_layout Plain Layout
40071
40072
40073 \backslash
40074 else
40075 \end_layout
40076
40077 \end_inset
40078
40079
40080 \begin_inset Note Note
40081 status open
40082
40083 \begin_layout Plain Layout
40084 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
40085  
40086 \series bold
40087 lettrine
40088 \series default
40089  n'est pas installé :
40090 \end_layout
40091
40092 \end_inset
40093
40094
40095 \end_layout
40096
40097 \begin_layout Standard
40098 Vous devez installer le paquetage \SpecialChar LaTeX
40099  
40100 \series bold
40101 lettrine
40102 \series default
40103  pour voir la suite de cette section dans la sortie imprimée.
40104 \end_layout
40105
40106 \begin_layout Standard
40107 \begin_inset ERT
40108 status collapsed
40109
40110 \begin_layout Plain Layout
40111
40112
40113 \backslash
40114 fi
40115 \end_layout
40116
40117 \end_inset
40118
40119
40120 \end_layout
40121
40122 \begin_layout Chapter
40123 Trucs externes
40124 \begin_inset Index idx
40125 status collapsed
40126
40127 \begin_layout Plain Layout
40128 Trucs externes
40129 \end_layout
40130
40131 \end_inset
40132
40133
40134 \end_layout
40135
40136 \begin_layout Standard
40137 Avec le menu 
40138 \family sans
40139 Insertion\SpecialChar menuseparator
40140 Fichier
40141 \family default
40142  vous pouvez insérer un contenu externe à votre document.
40143  Ce contenu peut être :
40144 \end_layout
40145
40146 \begin_layout Description
40147 Document
40148 \begin_inset space ~
40149 \end_inset
40150
40151 \SpecialChar LyX
40152  Un autre document \SpecialChar LyX
40153  ; son contenu est directement inséré dans votre document.
40154 \end_layout
40155
40156 \begin_layout Description
40157 Texte
40158 \begin_inset space ~
40159 \end_inset
40160
40161 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
40162 e.
40163 \end_layout
40164
40165 \begin_layout Description
40166 Texte
40167 \begin_inset space ~
40168 \end_inset
40169
40170 Brut
40171 \begin_inset space ~
40172 \end_inset
40173
40174 par
40175 \begin_inset space ~
40176 \end_inset
40177
40178 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
40179  Les lignes vides créent un nouveau paragraphe dans votre document.
40180 \end_layout
40181
40182 \begin_layout Description
40183 Objet
40184 \begin_inset space ~
40185 \end_inset
40186
40187 Externe Fichiers de formats variés.
40188 \end_layout
40189
40190 \begin_layout Description
40191 Sous-document Documents \SpecialChar LyX
40192  ou \SpecialChar LaTeX
40193 .
40194 \end_layout
40195
40196 \begin_layout Section
40197 Objets externes 
40198 \begin_inset Index idx
40199 status collapsed
40200
40201 \begin_layout Plain Layout
40202 Trucs externes ! Objets Externes
40203 \end_layout
40204
40205 \end_inset
40206
40207
40208 \end_layout
40209
40210 \begin_layout Standard
40211 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
40212  de fichiers dans votre document sans avoir à convertir ces derniers en
40213  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
40214
40215  qui va s'occuper des conversions.
40216  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
40217  \SpecialChar LyX
40218  des images dans des formats divers.
40219  Quand vous avez activé 
40220 \family sans
40221 Aperçu
40222 \begin_inset space ~
40223 \end_inset
40224
40225 sur
40226 \begin_inset space ~
40227 \end_inset
40228
40229 le
40230 \begin_inset space ~
40231 \end_inset
40232
40233 vif
40234 \family default
40235  dans le menu des préférences de \SpecialChar LyX
40236 , dans la rubrique 
40237 \family sans
40238 Apparence\SpecialChar menuseparator
40239 Graphiques
40240 \family default
40241 , les objets externes de type Dia et Xfig sont affichés directement dans
40242  \SpecialChar LyX
40243 .
40244 \end_layout
40245
40246 \begin_layout Standard
40247 On insère des objets externes en utilisant la fenêtre de dialogue 
40248 \family sans
40249 Objet
40250 \begin_inset space ~
40251 \end_inset
40252
40253 Externe
40254 \family default
40255  qui est accessible via le menu 
40256 \family sans
40257 Insertion\SpecialChar menuseparator
40258 Fichiers\SpecialChar menuseparator
40259 Objet
40260 \begin_inset space ~
40261 \end_inset
40262
40263 Externe
40264 \family default
40265 .
40266  Actuellement les types de fichiers (
40267 \family sans
40268 Modèles
40269 \family default
40270 ) suivants sont autorisés :
40271 \end_layout
40272
40273 \begin_layout Description
40274 Diagramme
40275 \begin_inset space ~
40276 \end_inset
40277
40278 Dia accepte les diagrammes créés avec le programme 
40279 \series bold
40280
40281 \begin_inset CommandInset href
40282 LatexCommand href
40283 name "Dia"
40284 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
40285 literal "false"
40286
40287 \end_inset
40288
40289
40290 \series default
40291 .
40292 \end_layout
40293
40294 \begin_layout Description
40295 Échiquier accepte les diagrammes de positions d'échec produits par le programme
40296  
40297 \series bold
40298
40299 \begin_inset CommandInset href
40300 LatexCommand href
40301 name "XBoard"
40302 target "http://fr.wikipedia.org/wiki/XBoard"
40303 literal "false"
40304
40305 \end_inset
40306
40307
40308 \series default
40309 .
40310 \end_layout
40311
40312 \begin_layout Description
40313 Figure
40314 \begin_inset space ~
40315 \end_inset
40316
40317 Inkscape supporte les images graphiques vectorielles SVG contenant du texte
40318  écrit en \SpecialChar LaTeX
40319 .
40320  Il repose sur une fonctionnalité du programme 
40321 \series bold
40322
40323 \begin_inset CommandInset href
40324 LatexCommand href
40325 name "Inkscape"
40326 target "https://inkscape.org/fr"
40327 literal "false"
40328
40329 \end_inset
40330
40331
40332 \series default
40333  qui crée un fichier PDF ou EPS et un fichier \SpecialChar LaTeX
40334  particulier à partir d'un
40335  fichier SVG donné (depuis 
40336 \noun on
40337 Inkscape
40338 \noun default
40339 , la fonctionnalité est disponible via l'option 
40340 \family sans
40341 Exclure le texte du fichier PDF et créer un fichier LaTeX 
40342 \family default
40343 lorsqu'on enregistre un dessin en tant que PDF ou EPS).
40344  L'avantage de ces fichiers est d'assurer l'uniformité du style dans le
40345  document, et il est possible de saisir du code \SpecialChar TeX
40346  dans le texte du SVG.
40347 \begin_inset Newline newline
40348 \end_inset
40349
40350 Le modèle lit les fichiers SVG et utilise un convertisseur pour engendrer
40351  les fichiers PDF/EPS et \SpecialChar LaTeX
40352  (via
40353 \noun on
40354  
40355 \noun default
40356 Inkscape
40357 \noun on
40358 )
40359 \noun default
40360  à la volée, vous n'avez donc pas à exporter ces fichiers vous-mêmes.
40361  Si vous préférez cette dernière solution, et voulez utiliser les fichiers
40362  donnés 
40363 \family typewriter
40364 *.pdf
40365 \family default
40366  et 
40367 \family typewriter
40368 *.pdf_tex
40369 \family default
40370  ou 
40371 \family typewriter
40372 *.eps
40373 \family default
40374  et 
40375 \family typewriter
40376 *.eps_tex
40377 \family default
40378  à la place, saisissez simplement le nom des fichiers 
40379 \family typewriter
40380 *.pdf_tex
40381 \family default
40382  ou 
40383 \family typewriter
40384 *.eps_tex 
40385 \family default
40386 via le menu 
40387 \family sans
40388 Insertion\SpecialChar menuseparator
40389 Fichier\SpecialChar menuseparator
40390 Sous-document
40391 \family default
40392  (voir sec.
40393 \begin_inset space ~
40394 \end_inset
40395
40396
40397 \begin_inset CommandInset ref
40398 LatexCommand ref
40399 reference "sec:Sous-documents"
40400 plural "false"
40401 caps "false"
40402 noprefix "false"
40403
40404 \end_inset
40405
40406 ) plutôt que d'utiliser ce modèle.
40407 \begin_inset Newline newline
40408 \end_inset
40409
40410 Il est possible d'utiliser les commandes du code TeX comme 
40411 \series bold
40412
40413 \backslash
40414 Large
40415 \series default
40416
40417 \series bold
40418
40419 \backslash
40420 small
40421 \series default
40422 , etc.dans le texte du SVG.
40423  La taille de la police sera celle des paramètres du document \SpecialChar LyX
40424 .
40425  Voir
40426 \begin_inset space ~
40427 \end_inset
40428
40429
40430 \begin_inset CommandInset citation
40431 LatexCommand cite
40432 key "Inkscape"
40433 literal "false"
40434
40435 \end_inset
40436
40437  pour plus d'information et des exemples.
40438 \begin_inset Newline newline
40439 \end_inset
40440
40441
40442 \end_layout
40443
40444 \begin_layout Description
40445 Figure
40446 \begin_inset space ~
40447 \end_inset
40448
40449 Xfig accepte les images créées avec le programme 
40450 \begin_inset CommandInset href
40451 LatexCommand href
40452 name "Xfig"
40453 target "http://fr.wikipedia.org/wiki/Xfig"
40454 literal "false"
40455
40456 \end_inset
40457
40458 .
40459 \end_layout
40460
40461 \begin_layout Description
40462 Graphiques
40463 \begin_inset space ~
40464 \end_inset
40465
40466 vectoriels peut être utilisé pour les graphiques
40467 \begin_inset space ~
40468 \end_inset
40469
40470 vectoriels.
40471  Les graphiques peuvent être traitées dans la fenêtre de dialogue 
40472 \family sans
40473 Objet
40474 \begin_inset space ~
40475 \end_inset
40476
40477 Externe
40478 \family default
40479  comme les images qui sont habituellement incorporées en utilisant le menu
40480  
40481 \family sans
40482 Insertion\SpecialChar menuseparator
40483 Graphique
40484 \family default
40485 , comme c'est décrit dans la section
40486 \begin_inset space ~
40487 \end_inset
40488
40489
40490 \begin_inset CommandInset ref
40491 LatexCommand ref
40492 reference "sec:Graphics-Dialog"
40493
40494 \end_inset
40495
40496 .
40497  Voici un graphique vectoriel inséré en tant qu'objet externe: 
40498 \begin_inset External
40499         template VectorGraphics
40500         filename ../clipart/SVG-Drawing.svg
40501         lyxscale 50
40502         scale 33
40503
40504 \end_inset
40505
40506
40507 \end_layout
40508
40509 \begin_layout Description
40510 Image
40511 \begin_inset space ~
40512 \end_inset
40513
40514 tramée peut être utilisé pour les images matricielles (bitmap).
40515  Les images peuvent être traitées dans la fenêtre de dialogue 
40516 \family sans
40517 Objet
40518 \begin_inset space ~
40519 \end_inset
40520
40521 Externe
40522 \family default
40523  comme les images qui sont habituellement incorporées en utilisant le menu
40524  
40525 \family sans
40526 Insertion\SpecialChar menuseparator
40527 Graphique
40528 \family default
40529 , comme c'est décrit dans la section
40530 \begin_inset space ~
40531 \end_inset
40532
40533
40534 \begin_inset CommandInset ref
40535 LatexCommand ref
40536 reference "sec:Graphics-Dialog"
40537
40538 \end_inset
40539
40540 .
40541  Voici un exemple d'insertion d'image matricielle
40542 \begin_inset space ~
40543 \end_inset
40544
40545
40546 \begin_inset External
40547         template RasterImage
40548         filename ../clipart/ToolbarEnvBox.png
40549
40550 \end_inset
40551
40552
40553 \end_layout
40554
40555 \begin_layout Description
40556 Musique
40557 \begin_inset space ~
40558 \end_inset
40559
40560 mise
40561 \begin_inset space ~
40562 \end_inset
40563
40564 en
40565 \begin_inset space ~
40566 \end_inset
40567
40568 forme
40569 \begin_inset space ~
40570 \end_inset
40571
40572 avec
40573 \begin_inset space ~
40574 \end_inset
40575
40576 Lilypond est utilisé avec des partitions musicales mises en forme par le
40577  programme 
40578 \series bold
40579
40580 \begin_inset CommandInset href
40581 LatexCommand href
40582 name "LilyPond"
40583 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
40584 literal "false"
40585
40586 \end_inset
40587
40588
40589 \series default
40590 .
40591  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
40592  au fichier \SpecialChar LyX
40593  d'exemple 
40594 \emph on
40595 lilypond.lyx
40596 \emph default
40597 .
40598 \end_layout
40599
40600 \begin_layout Description
40601 Pages
40602 \begin_inset space ~
40603 \end_inset
40604
40605 PDF permet d'insérer des documents en PDF dans votre document.
40606  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
40607  
40608 \emph on
40609 pages
40610 \emph default
40611  dans le champ 
40612 \family sans
40613 Option
40614 \family default
40615  dans l'onglet 
40616 \family sans
40617 Options \SpecialChar LaTeX
40618  et \SpecialChar LyX
40619
40620 \family default
40621 .
40622  L'argument de cette option est une liste d'éléments séparés par des virgules,
40623  contenant des numéros de pages (
40624 \begin_inset space ~
40625 \end_inset
40626
40627 insérez comme option 
40628 \series bold
40629 pages={3,5,6,8}
40630 \series default
40631
40632 \begin_inset space ~
40633 \end_inset
40634
40635 ), des plages de numéros de pages (
40636 \series bold
40637
40638 \begin_inset space ~
40639 \end_inset
40640
40641 pages={4-9}
40642 \series default
40643
40644 \begin_inset space ~
40645 \end_inset
40646
40647 ) ou n'importe quelle combinaison des deux.
40648  Pour insérer des pages vides, utilisez 
40649 \series bold
40650 {}
40651 \series default
40652 .
40653  Par exemple 
40654 \begin_inset space ~
40655 \end_inset
40656
40657
40658 \series bold
40659 pages={3,{},8-11,15}
40660 \series default
40661  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
40662  15.
40663  Les plages de pages sont décrites avec la syntaxe 
40664 \emph on
40665 début-fin
40666 \emph default
40667  qui sélectionne toutes les pages de 
40668 \emph on
40669 début
40670 \emph default
40671  jusqu'à 
40672 \emph on
40673 fin
40674 \emph default
40675 .
40676  Si on omet 
40677 \emph on
40678 début
40679 \emph default
40680 , on commence implicitement à la première page ; de même, omettre 
40681 \emph on
40682 fin
40683 \emph default
40684  termine implicitement à la dernière page du document.
40685  La dernière page du document peut aussi être désignée par le mot-clé 
40686 \series bold
40687 last
40688 \series default
40689  (
40690 \begin_inset space ~
40691 \end_inset
40692
40693 ce dernier n'est accepté que pour une plage de pages
40694 \begin_inset space ~
40695 \end_inset
40696
40697 ).
40698  Donc 
40699 \series bold
40700 pages=-
40701 \series default
40702  va insérer toutes les pages du document et 
40703 \series bold
40704 pages=last-1
40705 \series default
40706  va insérer toutes les pages dans l'ordre inverse.
40707  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
40708 \begin_inset Newline newline
40709 \end_inset
40710
40711 L'option 
40712 \series bold
40713 noautoscale
40714 \series default
40715  insère les pages avec leur taille d'origine, si cette option n'est pas
40716  donnée, les pages seront redimensionnées
40717 \begin_inset space \space{}
40718 \end_inset
40719
40720 pour tenir dans la largeur de page de votre document.
40721  Dans l'onglet 
40722 \family sans
40723 Taille
40724 \begin_inset space ~
40725 \end_inset
40726
40727 et
40728 \begin_inset space ~
40729 \end_inset
40730
40731 rotation
40732 \family default
40733  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
40734  qu'une éventuelle rotation.
40735  Si vous utilisez une autre largeur que 100
40736 \begin_inset space \thinspace{}
40737 \end_inset
40738
40739 Échelle%, l'option 
40740 \series bold
40741 noautoscale
40742 \series default
40743  sera neutralisée.
40744  Pour plus d'information sur les options possibles, jetez un œil sur la
40745  documentation du paquetage \SpecialChar LaTeX
40746  
40747 \series bold
40748 pdfpages
40749 \series default
40750  
40751 \begin_inset CommandInset citation
40752 LatexCommand cite
40753 key "pdfpages"
40754 literal "true"
40755
40756 \end_inset
40757
40758 .
40759 \begin_inset Index idx
40760 status collapsed
40761
40762 \begin_layout Plain Layout
40763 Paquetages \SpecialChar LaTeX
40764  ! pdfpages
40765 \end_layout
40766
40767 \end_inset
40768
40769
40770 \begin_inset Newline newline
40771 \end_inset
40772
40773 Pour utiliser ce modèle dans une présentation 
40774 \family sans
40775 Beamer
40776 \family default
40777  vous devez d'abord insérer un environnement 
40778 \family sans
40779 FinCadre
40780 \family default
40781  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
40782  contenant la commande
40783  
40784 \series bold
40785
40786 \backslash
40787 setbeamertemplate{background canvas}{}
40788 \series default
40789 .
40790  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
40791  que vous voulez.
40792  Après les pages PDF incorporées, vous pouvez reprendre la présentation
40793  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
40794  section.
40795  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
40796  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
40797  le modèle.
40798 \begin_inset Newline newline
40799 \end_inset
40800
40801 Voici un PDF incorporé basculé de -5°
40802 \begin_inset space ~
40803 \end_inset
40804
40805 °: 
40806 \begin_inset External
40807         template PDFPages
40808         filename ../clipart/Abstract.pdf
40809         extra LaTeX "noautoscale, pages=-"
40810         rotateAngle -5
40811         rotateOrigin bottomleft
40812
40813 \end_inset
40814
40815
40816 \end_layout
40817
40818 \begin_layout Description
40819 Tableur permet d'insérer des feuilles de calcul ou des tableaux dans le
40820  format de 
40821 \series bold
40822
40823 \begin_inset CommandInset href
40824 LatexCommand href
40825 name "Gnumeric"
40826 target "http://fr.wikipedia.org/wiki/Gnumeric"
40827 literal "false"
40828
40829 \end_inset
40830
40831
40832 \series default
40833
40834 \begin_inset CommandInset href
40835 LatexCommand href
40836 name "OpenDocument"
40837 target "http://fr.wikipedia.org/wiki/OpenDocument"
40838 literal "false"
40839
40840 \end_inset
40841
40842
40843 \begin_inset CommandInset href
40844 LatexCommand href
40845 name "Microsoft Office XML"
40846 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40847 literal "false"
40848
40849 \end_inset
40850
40851  et 
40852 \begin_inset CommandInset href
40853 LatexCommand href
40854 name "Office Open XML"
40855 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
40856 literal "false"
40857
40858 \end_inset
40859
40860 .
40861  Pour cette fonction, \SpecialChar LyX
40862  doit pouvoir trouver le programme 
40863 \family typewriter
40864 ssconvert
40865 \family default
40866  au cours de sa configuration.
40867  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
40868  même si vous n'avez pas de tableaux au format gnumeric.
40869  Pour des exemples et les limitations possibles, jetez un œil au fichier
40870  \SpecialChar LyX
40871  d'exemple, 
40872 \emph on
40873 spreadsheet.lyx
40874 \emph default
40875 .
40876 \end_layout
40877
40878 \begin_layout Standard
40879 Quand vous activez l'option 
40880 \family sans
40881 Brouillon
40882 \family default
40883  de l'onglet 
40884 \family sans
40885 Fichier
40886 \family default
40887  de la fenêtre de dialogue 
40888 \family sans
40889 Objet
40890 \begin_inset space ~
40891 \end_inset
40892
40893 Externe
40894 \family default
40895 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40896 \begin_inset Newline newline
40897 \end_inset
40898
40899 Les objets externes apparaissent dans \SpecialChar LyX
40900 , soit comme une boîte comme celle-ci
40901  : 
40902 \begin_inset Graphics
40903         filename ../clipart/ExternalMaterial.png
40904         scale 95
40905         scaleBeforeRotation
40906
40907 \end_inset
40908
40909  soit comme une image, selon que vous avez ou non activé l'option 
40910 \family sans
40911 Afficher
40912 \begin_inset space ~
40913 \end_inset
40914
40915 dans
40916 \begin_inset space ~
40917 \end_inset
40918
40919 \SpecialChar LyX
40920
40921 \family default
40922  de l'onglet 
40923 \family sans
40924 Options LaTeX et LyX
40925 \family default
40926  de la fenêtre de dialogue.
40927 \end_layout
40928
40929 \begin_layout Standard
40930 Le manuel 
40931 \family sans
40932 \emph on
40933 Personnalisation
40934 \family default
40935 \emph default
40936  explique comment vous pouvez créer vos propres modèles.
40937 \end_layout
40938
40939 \begin_layout Section
40940 Sous-documents
40941 \begin_inset CommandInset label
40942 LatexCommand label
40943 name "sec:Sous-documents"
40944
40945 \end_inset
40946
40947
40948 \begin_inset Index idx
40949 status collapsed
40950
40951 \begin_layout Plain Layout
40952 Trucs externes ! Sous-documents
40953 \end_layout
40954
40955 \end_inset
40956
40957
40958 \begin_inset Index idx
40959 status collapsed
40960
40961 \begin_layout Plain Layout
40962 Fichiers ! Insertion
40963 \end_layout
40964
40965 \end_inset
40966
40967
40968 \end_layout
40969
40970 \begin_layout Standard
40971 Les sous-documents sont utilisés quand on a un document très long qui peut
40972  être décomposé en plusieurs parties ou sections plus petites.
40973  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40974  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40975  Les différents documents sont ce que l'on appelle les sous-documents et
40976  un document maître les relie pour imprimer le document complet ou seulement
40977  une partie de celui-ci.
40978  Un sous-document hérite du contenu de son maître, par exemple le préambule
40979  \SpecialChar LaTeX
40980 , la bibliographie, et les étiquettes pour les références croisées.
40981 \end_layout
40982
40983 \begin_layout Standard
40984 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40985  maître, précisez dans le sous-document le document maître dans le menu
40986  
40987 \family sans
40988 Document\SpecialChar menuseparator
40989 Paramètres\SpecialChar menuseparator
40990 Classe de document
40991 \family default
40992 .
40993  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
40994  à chaque
40995  fois que vous modifierez le sous-document.
40996 \end_layout
40997
40998 \begin_layout Standard
40999 Les documents inclus sont visualisés dans \SpecialChar LyX
41000  sous la forme d'une boîte comme
41001  celle-ci : 
41002 \begin_inset Graphics
41003         filename clipart/SousDocument.png
41004         scale 95
41005         scaleBeforeRotation
41006
41007 \end_inset
41008
41009  Pour inclure des sous-documents dans un document maître , on utilise le
41010  menu 
41011 \family sans
41012 Insertion\SpecialChar menuseparator
41013 Fichier\SpecialChar menuseparator
41014 Sous-document
41015 \family default
41016 .
41017  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
41018  des quatre méthodes d'inclusion :
41019 \end_layout
41020
41021 \begin_layout Description
41022 Inclus
41023 \begin_inset space ~
41024 \end_inset
41025
41026 (include) Vous pouvez inclure des documents \SpecialChar LyX
41027  et \SpecialChar LaTeX
41028 .
41029  Quand vous cliquez sur le bouton 
41030 \family sans
41031 Modifier
41032 \family default
41033  dans la fenêtre de dialogue 
41034 \family sans
41035 Sous-document
41036 \family default
41037 , le document inclus est ouvert dans \SpecialChar LyX
41038  dans un nouvel onglet pour que vous
41039  puissiez le modifier.
41040 \begin_inset Newline newline
41041 \end_inset
41042
41043
41044 \end_layout
41045
41046 \begin_layout Standard
41047 Voici un sous-document inséré avec la méthode 
41048 \family sans
41049 Inclus
41050 \family default
41051  : 
41052 \begin_inset CommandInset include
41053 LatexCommand include
41054 filename "DocumentBidon1.lyx"
41055
41056 \end_inset
41057
41058
41059 \end_layout
41060
41061 \begin_layout Standard
41062 La numérotation des sections va prendre en compte les sections des fichiers
41063  incorporés dans l'ordre où ils sont insérés dans le document maître.
41064  Le document qui est inclus comme exemple possède une sous-section qui sera
41065  numérotée comme sous-section de la section actuelle.
41066  Les étiquettes présentes dans le fichier inclus peuvent être référencées
41067  : la sous-section
41068 \begin_inset space ~
41069 \end_inset
41070
41071
41072 \begin_inset CommandInset ref
41073 LatexCommand ref
41074 reference "subsec:Sous-section-externe-1"
41075
41076 \end_inset
41077
41078  est dans le fichier inclus.
41079 \end_layout
41080
41081 \begin_layout Standard
41082 Le préambule du sous-document est tout simplement ignoré, seul le préambule
41083  du document maître est utilisé.
41084  Les branches présentes dans le sous-document seront ignorées par le document
41085  maître si celui-ci ne possède pas une branche avec le même nom.
41086  Les documents inclus sont insérés en commençant une nouvelle page et sont
41087  suivis par un saut de page.
41088 \end_layout
41089
41090 \begin_layout Standard
41091 \begin_inset Note Greyedout
41092 status open
41093
41094 \begin_layout Plain Layout
41095
41096 \series bold
41097 Note:
41098 \series default
41099  Quand vous avez inclus un fichier \SpecialChar LyX
41100  ou \SpecialChar LaTeX
41101 , et que ce dernier utilise une classe
41102  de document différente de celle du document maître, vous recevez un avertisseme
41103 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
41104  produire des résultats inattendus sur la sortie imprimée.
41105 \end_layout
41106
41107 \end_inset
41108
41109
41110 \end_layout
41111
41112 \begin_layout Description
41113 Incorporé
41114 \begin_inset space ~
41115 \end_inset
41116
41117 (input) Cette méthode est très semblable à la méthode Inclus, les différences
41118  sont :
41119 \end_layout
41120
41121 \begin_deeper
41122 \begin_layout Itemize
41123 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
41124  par un saut de page.
41125 \end_layout
41126
41127 \begin_layout Itemize
41128 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
41129  quand l'option
41130  
41131 \family sans
41132 Aperçu
41133 \begin_inset space ~
41134 \end_inset
41135
41136 sur
41137 \begin_inset space ~
41138 \end_inset
41139
41140 le
41141 \begin_inset space ~
41142 \end_inset
41143
41144 vif
41145 \family default
41146  est activée dans les préférences dans la rubrique 
41147 \family sans
41148 Apparence\SpecialChar menuseparator
41149 Graphique
41150 \family default
41151 .
41152 \end_layout
41153
41154 \begin_layout Itemize
41155 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
41156 \family sans
41157 Document\SpecialChar menuseparator
41158 Paramètres\SpecialChar menuseparator
41159 Sous-documents
41160 \family default
41161 .
41162 \end_layout
41163
41164 \end_deeper
41165 \begin_layout Standard
41166 Voici un sous document inséré en utilisant la méthode 
41167 \family sans
41168 Incorporé
41169 \family default
41170  : 
41171 \begin_inset CommandInset include
41172 LatexCommand input
41173 preview true
41174 filename "DocumentBidon2.lyx"
41175
41176 \end_inset
41177
41178
41179 \end_layout
41180
41181 \begin_layout Standard
41182 Voici un sous-document
41183 \emph on
41184 input
41185 \emph default
41186  comme \SpecialChar LaTeX
41187  source:
41188 \end_layout
41189
41190 \begin_layout Quote
41191 \begin_inset CommandInset include
41192 LatexCommand input
41193 filename "DocumentTexteBidon.txt"
41194
41195 \end_inset
41196
41197
41198 \end_layout
41199
41200 \begin_layout Description
41201 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
41202  Si c'est un fichier \SpecialChar LyX
41203  ou \SpecialChar LaTeX
41204 , le contenu sera affiché dans la sortie sous forme
41205  de code source et aucune des commandes éventuellement présentes ne sera
41206  exécutée.
41207  Vous pouvez utiliser l'option 
41208 \family sans
41209 Marquer
41210 \begin_inset space ~
41211 \end_inset
41212
41213 les
41214 \begin_inset space ~
41215 \end_inset
41216
41217 espaces
41218 \family default
41219  qui matérialise chaque espace présente dans le code source par un caractère
41220  
41221 \begin_inset Quotes cld
41222 \end_inset
41223
41224
41225 \begin_inset ERT
41226 status collapsed
41227
41228 \begin_layout Plain Layout
41229
41230
41231 \backslash
41232 textvisiblespace 
41233 \end_layout
41234
41235 \end_inset
41236
41237
41238 \begin_inset Quotes crd
41239 \end_inset
41240
41241  .
41242  La différence avec la méthode qui consiste à utiliser le menu 
41243 \family sans
41244 Insertion\SpecialChar menuseparator
41245 Fichier\SpecialChar menuseparator
41246 Texte
41247 \begin_inset space ~
41248 \end_inset
41249
41250 brut
41251 \family default
41252  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
41253 .
41254 \end_layout
41255
41256 \begin_layout Standard
41257 Voici un sous-document inclus en utilisant la méthode 
41258 \family sans
41259 verbatim
41260 \family default
41261  : 
41262 \begin_inset CommandInset include
41263 LatexCommand verbatiminput
41264 filename "DocumentTexteBidon.txt"
41265
41266 \end_inset
41267
41268
41269 \begin_inset VSpace bigskip
41270 \end_inset
41271
41272 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
41273  l'option 
41274 \family sans
41275 Marquer
41276 \begin_inset space ~
41277 \end_inset
41278
41279 les
41280 \begin_inset space ~
41281 \end_inset
41282
41283 espaces :
41284 \family default
41285  
41286 \begin_inset CommandInset include
41287 LatexCommand verbatiminput*
41288 filename "DocumentTexteBidon.txt"
41289
41290 \end_inset
41291
41292
41293 \end_layout
41294
41295 \begin_layout Standard
41296 \begin_inset VSpace bigskip
41297 \end_inset
41298
41299
41300 \end_layout
41301
41302 \begin_layout Standard
41303 \begin_inset Note Greyedout
41304 status open
41305
41306 \begin_layout Plain Layout
41307
41308 \series bold
41309 Note:
41310 \series default
41311  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
41312  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
41313 \end_layout
41314
41315 \end_inset
41316
41317
41318 \end_layout
41319
41320 \begin_layout Description
41321 Listings Ce type d'inclusion est décrit dans le chapitre
41322 \begin_inset space ~
41323 \end_inset
41324
41325
41326 \begin_inset CommandInset ref
41327 LatexCommand ref
41328 reference "cha:Program-Code-Listings"
41329
41330 \end_inset
41331
41332 .
41333 \end_layout
41334
41335 \begin_layout Standard
41336 \begin_inset Note Greyedout
41337 status open
41338
41339 \begin_layout Plain Layout
41340
41341 \series bold
41342 Note:
41343 \series default
41344  Inclure le même document deux fois dans un même document peut poser des
41345  problèmes avec \SpecialChar LaTeX
41346 .
41347 \end_layout
41348
41349 \end_inset
41350
41351
41352 \end_layout
41353
41354 \begin_layout Standard
41355 Si vous ne voulez visualiser ou exporter que certains des sous-documents
41356  de votre document maître, que ce soit pour diminuer les temps de compilation
41357  ou parce que vous voulez distribuer des chapitres isolés d'un livre que
41358  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
41359  la sortie en utilisant le menu 
41360 \family sans
41361 Document\SpecialChar menuseparator
41362 Paramètres\SpecialChar menuseparator
41363 Sous-documents
41364 \family default
41365 .
41366  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
41367  sur la ligne correspondant dans la colonne 
41368 \family sans
41369 Inclus dans le résultat
41370 \family default
41371  de la liste (
41372 \begin_inset space ~
41373 \end_inset
41374
41375 notez que cela ne fonctionne que pour les documents inclus avec la méthode
41376  
41377 \begin_inset Quotes cld
41378 \end_inset
41379
41380 inclus
41381 \begin_inset Quotes crd
41382 \end_inset
41383
41384  et pas la méthode 
41385 \begin_inset Quotes cld
41386 \end_inset
41387
41388 incorporé
41389 \begin_inset Quotes crd
41390 \end_inset
41391
41392
41393 \begin_inset space ~
41394 \end_inset
41395
41396 ).
41397  Si on active l'option 
41398 \family sans
41399 Assurer la cohérence des compteurs et des références
41400 \family default
41401 , \SpecialChar LyX
41402  va s'assurer que tous les numéros de pages, références etc...
41403  sont corrects comme si tous le document avait été traité.
41404  C'est utile si vous voulez que les sous-documents choisis aient exactement
41405  le même aspect que s'il étaient dans le document complet.
41406  Pour réaliser cette condition, il faut que \SpecialChar LyX
41407  traite de façon silencieuse
41408  la totalité du document.
41409  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
41410  les compteurs et autres références n'ont pas à être à tout prix valides,
41411  vous devez impérativement désactiver cette option.
41412  
41413 \end_layout
41414
41415 \begin_layout Standard
41416 Une autre solution consiste à inclure chaque fichier dans une branche
41417 \begin_inset Foot
41418 status collapsed
41419
41420 \begin_layout Plain Layout
41421 Les branches sont décrites dans la section 
41422 \emph on
41423 Branches
41424 \emph default
41425  du 
41426 \emph on
41427 Guide de l'utilisateur
41428 \emph default
41429  de \SpecialChar LyX
41430 .
41431 \end_layout
41432
41433 \end_inset
41434
41435 .
41436  En activant ou désactivant une branche, vous pouvez décider les fichiers
41437  inclus qui doivent apparaître dans la sortie imprimée.
41438  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
41439  
41440 \begin_inset Quotes cld
41441 \end_inset
41442
41443 incorporés
41444 \begin_inset Quotes crd
41445 \end_inset
41446
41447 .
41448  Le défaut est que les compteurs et autres références ne sont pas conservés
41449  avec cette approche.
41450 \end_layout
41451
41452 \begin_layout Chapter
41453 Listings de code source
41454 \begin_inset CommandInset label
41455 LatexCommand label
41456 name "cha:Program-Code-Listings"
41457
41458 \end_inset
41459
41460
41461 \begin_inset Index idx
41462 status collapsed
41463
41464 \begin_layout Plain Layout
41465 Listings
41466 \end_layout
41467
41468 \end_inset
41469
41470
41471 \begin_inset Index idx
41472 status collapsed
41473
41474 \begin_layout Plain Layout
41475 Code Source
41476 \end_layout
41477
41478 \end_inset
41479
41480
41481 \begin_inset Index idx
41482 status collapsed
41483
41484 \begin_layout Plain Layout
41485 Flottants ! Listings
41486 \end_layout
41487
41488 \end_inset
41489
41490
41491 \end_layout
41492
41493 \begin_layout Standard
41494 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
41495  un insert 
41496 \family sans
41497 Listings
41498 \family default
41499  qui peut être créé grâce au menu 
41500 \family sans
41501 Insertion
41502 \family default
41503 \SpecialChar menuseparator
41504
41505 \family sans
41506 Listing
41507 \begin_inset space ~
41508 \end_inset
41509
41510 de
41511 \begin_inset space ~
41512 \end_inset
41513
41514 Code
41515 \begin_inset space ~
41516 \end_inset
41517
41518 Source
41519 \family default
41520 .
41521  Les paquetages \SpecialChar LaTeX
41522  
41523 \series bold
41524 listings
41525 \series default
41526
41527 \begin_inset Index idx
41528 status collapsed
41529
41530 \begin_layout Plain Layout
41531 Paquetages \SpecialChar LaTeX
41532  ! listings
41533 \end_layout
41534
41535 \end_inset
41536
41537  et 
41538 \series bold
41539 minted
41540 \series default
41541
41542 \begin_inset Index idx
41543 status collapsed
41544
41545 \begin_layout Plain Layout
41546 Paquetages \SpecialChar LaTeX
41547  ! minted
41548 \end_layout
41549
41550 \end_inset
41551
41552  fournit un moyen puissant et flexible d'insérer des listings de code source
41553  dans votre document.
41554  
41555 \lang english
41556 One can only use one of these packages in a document.
41557  
41558 \series bold
41559 listings
41560 \series default
41561  is used by default.
41562 \end_layout
41563
41564 \begin_layout Standard
41565
41566 \lang english
41567 \begin_inset Note Note
41568 status open
41569
41570 \begin_layout Plain Layout
41571
41572 \series bold
41573 \lang english
41574 Note:
41575 \series default
41576  \SpecialChar LyX
41577  does NOT want to encourage users to add the 
41578 \family typewriter
41579 -shell-escape
41580 \family default
41581  option to converter definitions.
41582  It works, but it is a huge security risk.
41583  There is an active discussion about how to handle this.
41584  Once that's been resolved, this can be updated appropriately.
41585 \end_layout
41586
41587 \begin_layout Plain Layout
41588
41589 \lang english
41590 =====
41591 \end_layout
41592
41593 \begin_layout Plain Layout
41594
41595 \lang english
41596 In order to use 
41597 \series bold
41598 minted
41599 \series default
41600 , you need to select it as the syntax highlighting package in the document
41601  settings under 
41602 \family sans
41603 Listings
41604 \family default
41605 .
41606  
41607 \series bold
41608 minted
41609 \series default
41610  requires also additionally the module 
41611 \family sans
41612 pygments
41613 \family default
41614  of the software 
41615 \noun on
41616 Python
41617 \noun default
41618
41619 \begin_inset Foot
41620 status collapsed
41621
41622 \begin_layout Plain Layout
41623
41624 \lang english
41625 Under \SpecialChar LyX
41626  for Windows 
41627 \family sans
41628 pygments
41629 \family default
41630  is already installed.
41631 \end_layout
41632
41633 \end_inset
41634
41635  and the option 
41636 \family typewriter
41637 -shell-escape
41638 \family default
41639  for the \SpecialChar LaTeX
41640  processor.
41641  If you want for example view or export your document as the format 
41642 \family sans
41643 PDF
41644 \begin_inset space ~
41645 \end_inset
41646
41647 (pdflatex)
41648 \family default
41649 , go to the \SpecialChar LyX
41650  preferences and there to the section 
41651 \family sans
41652 File
41653 \begin_inset space ~
41654 \end_inset
41655
41656 Handling\SpecialChar menuseparator
41657 Converters
41658 \family default
41659 .
41660  There go to the entry 
41661 \family sans
41662 LaTeX
41663 \begin_inset space ~
41664 \end_inset
41665
41666 (pdflatex) -> PDF
41667 \begin_inset space ~
41668 \end_inset
41669
41670 (pdflatex)
41671 \family default
41672  and look at the field 
41673 \family sans
41674 Converter
41675 \family default
41676 .
41677  There you see by default the content
41678 \lang french
41679
41680 \begin_inset Newline newline
41681 \end_inset
41682
41683
41684 \series bold
41685 pdflatex $$i
41686 \series default
41687
41688 \begin_inset Newline newline
41689 \end_inset
41690
41691
41692 \lang english
41693 Now change it to
41694 \lang french
41695
41696 \begin_inset Newline newline
41697 \end_inset
41698
41699
41700 \series bold
41701 pdflatex $$i -shell-escape
41702 \begin_inset Newline newline
41703 \end_inset
41704
41705
41706 \series default
41707 \lang english
41708 and press the 
41709 \family sans
41710 Modify
41711 \family default
41712  button and subsequently 
41713 \family sans
41714 Apply
41715 \family default
41716  or 
41717 \family sans
41718 Save
41719 \family default
41720 .
41721  The same can be done for the output formats 
41722 \family sans
41723 PDF
41724 \begin_inset space ~
41725 \end_inset
41726
41727 (LuaTeX)
41728 \family default
41729  and 
41730 \family sans
41731 PDF
41732 \begin_inset space ~
41733 \end_inset
41734
41735 (XeTeX)
41736 \family default
41737 .
41738 \end_layout
41739
41740 \end_inset
41741
41742
41743 \end_layout
41744
41745 \begin_layout Standard
41746 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
41747  contextuel s'ouvre pour vous permettre de modifier le format du listing.
41748 \end_layout
41749
41750 \begin_layout Standard
41751 Implicitement, un listing commence un nouveau paragraphe dans la sortie
41752  imprimée.
41753  L'option d'emplacement 
41754 \family sans
41755 Listing
41756 \begin_inset space ~
41757 \end_inset
41758
41759 en
41760 \begin_inset space ~
41761 \end_inset
41762
41763 Ligne
41764 \family default
41765  imprime le listing dans la ligne comme ceci : 
41766 \begin_inset listings
41767 lstparams "language={C++}"
41768 inline true
41769 status open
41770
41771 \begin_layout Plain Layout
41772
41773 int a=5;
41774 \end_layout
41775
41776 \end_inset
41777
41778
41779 \begin_inset Newline newline
41780 \end_inset
41781
41782 L'option 
41783 \family sans
41784 Flottant
41785 \family default
41786  crée un flottant de listing pour lequel vous pouvez préciser les options
41787  classiques d'emplacement : 
41788 \begin_inset Quotes cld
41789 \end_inset
41790
41791
41792 \family sans
41793 h
41794 \family default
41795
41796 \begin_inset Quotes crd
41797 \end_inset
41798
41799
41800 \begin_inset Quotes cld
41801 \end_inset
41802
41803
41804 \family sans
41805 t
41806 \family default
41807
41808 \begin_inset Quotes crd
41809 \end_inset
41810
41811
41812 \begin_inset Quotes cld
41813 \end_inset
41814
41815
41816 \family sans
41817 b
41818 \family default
41819
41820 \begin_inset Quotes crd
41821 \end_inset
41822
41823 , et 
41824 \begin_inset Quotes cld
41825 \end_inset
41826
41827
41828 \family sans
41829 p
41830 \family default
41831
41832 \begin_inset Quotes crd
41833 \end_inset
41834
41835  correspondant aux emplacement décrits dans la section
41836 \begin_inset space ~
41837 \end_inset
41838
41839
41840 \begin_inset CommandInset ref
41841 LatexCommand ref
41842 reference "sec:Placement-flottants"
41843
41844 \end_inset
41845
41846 .
41847  Les options de positionnement peuvent être mélangées et doivent être saisies
41848  sans séparation, par exemple, on peut taper 
41849 \begin_inset Quotes cld
41850 \end_inset
41851
41852
41853 \family sans
41854 htbp
41855 \family default
41856
41857 \begin_inset Quotes crd
41858 \end_inset
41859
41860 .
41861  L'option 
41862 \begin_inset Quotes cld
41863 \end_inset
41864
41865 h
41866 \begin_inset Quotes crd
41867 \end_inset
41868
41869  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
41870  
41871 \family sans
41872 Flottant
41873 \family default
41874  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
41875  légende et être référencés.
41876 \end_layout
41877
41878 \begin_layout Standard
41879 Vous pouvez ajouter une légende à des listings 
41880 \lang english
41881 that are not inline
41882 \lang french
41883  avec le menu 
41884 \family sans
41885 Insertion\SpecialChar menuseparator
41886 Légende
41887 \family default
41888 .
41889  On peut référencer les listings de la même façon que les flottants :Voir
41890  le listing
41891 \begin_inset space ~
41892 \end_inset
41893
41894
41895 \begin_inset CommandInset ref
41896 LatexCommand ref
41897 reference "lst:Listing-exemple"
41898
41899 \end_inset
41900
41901 .
41902  Une liste des listings qui contient tous les listings légendés peut être
41903  créée par le menu 
41904 \family sans
41905 Insertion\SpecialChar menuseparator
41906 Listes
41907 \begin_inset space ~
41908 \end_inset
41909
41910 &
41911 \begin_inset space ~
41912 \end_inset
41913
41914 TdM\SpecialChar menuseparator
41915 Liste des listings
41916 \family default
41917 .
41918  Les éléments de la liste sont les légendes et le numéro de listing.
41919 \end_layout
41920
41921 \begin_layout Standard
41922 \begin_inset listings
41923 lstparams "language=Python"
41924 inline false
41925 status open
41926
41927 \begin_layout Plain Layout
41928
41929 \begin_inset Caption Standard
41930
41931 \begin_layout Plain Layout
41932 \begin_inset CommandInset label
41933 LatexCommand label
41934 name "lst:Listing-exemple"
41935
41936 \end_inset
41937
41938 Exemple de listing flottant
41939 \end_layout
41940
41941 \end_inset
41942
41943 # Exemple de listing flottant
41944 \end_layout
41945
41946 \begin_layout Plain Layout
41947
41948 def func(param):
41949 \end_layout
41950
41951 \begin_layout Plain Layout
41952
41953     'ceci est une fonction python'
41954 \end_layout
41955
41956 \begin_layout Plain Layout
41957
41958     pass
41959 \end_layout
41960
41961 \end_inset
41962
41963
41964 \end_layout
41965
41966 \begin_layout Standard
41967 \begin_inset Note Greyedout
41968 status open
41969
41970 \begin_layout Plain Layout
41971
41972 \series bold
41973 Note: 
41974 \series default
41975 \lang english
41976 The 
41977 \series bold
41978 listings
41979 \series default
41980  package places captions before the listing by default.
41981 \begin_inset Newline newline
41982 \end_inset
41983
41984 The 
41985 \series bold
41986 minted
41987 \series default
41988  package places them after the listing by default if it is floating.
41989  If tit is not floating  caption will be typeset before the listing if it
41990  is inserted to its first line, otherwise  it will be typeset after the
41991  listing.
41992  If you want to force the placement in avery case before the listing, you
41993  have to add the following lines as last thing to the preamble
41994 \lang french
41995 :
41996 \begin_inset Newline newline
41997 \end_inset
41998
41999
42000 \series bold
42001
42002 \backslash
42003 @ifundefined{newfloat}
42004 \begin_inset Newline newline
42005 \end_inset
42006
42007
42008 \begin_inset Phantom HPhantom
42009 status open
42010
42011 \begin_layout Plain Layout
42012 \begin_inset space ~
42013 \end_inset
42014
42015
42016 \end_layout
42017
42018 \end_inset
42019
42020 {
42021 \backslash
42022 usepackage{float}}{}
42023 \begin_inset Newline newline
42024 \end_inset
42025
42026
42027 \backslash
42028 floatstyle{plaintop}
42029 \series default
42030
42031 \begin_inset Note Note
42032 status collapsed
42033
42034 \begin_layout Plain Layout
42035
42036 \lang english
42037 The package 
42038 \series bold
42039 float
42040 \series default
42041  will be loaded automatically by \SpecialChar LyX
42042  when you use special document-wide float
42043  placement settings.
42044  To avoid that it is loaded twice the command 
42045 \series bold
42046
42047 \backslash
42048 @ifundefined
42049 \series default
42050  is used in the above command.
42051 \end_layout
42052
42053 \end_inset
42054
42055
42056 \end_layout
42057
42058 \end_inset
42059
42060
42061 \end_layout
42062
42063 \begin_layout Standard
42064 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
42065  de listing, les mots-clés de ce langage seront reconnus et mis en forme
42066  de manière particulière dans la sortie imprimée.
42067  Dans l'exemple de listing, le mot clé Python 
42068 \begin_inset Quotes cld
42069 \end_inset
42070
42071 def
42072 \begin_inset Quotes crd
42073 \end_inset
42074
42075  est reconnu et imprimé en caractères gras dans la sortie.
42076 \end_layout
42077
42078 \begin_layout Standard
42079 \begin_inset Note Greyedout
42080 status open
42081
42082 \begin_layout Plain Layout
42083
42084 \series bold
42085 Note:
42086 \series default
42087  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
42088  une police de caractères à 
42089 \family typewriter
42090 chasse fixe
42091 \family default
42092 , c'est que votre police ne contient probablement pas de série grasse.
42093  Dans ce cas choisissez une police différente dans le menu 
42094 \family sans
42095 Document\SpecialChar menuseparator
42096 Paramètres\SpecialChar menuseparator
42097 Polices
42098 \family default
42099 .
42100  (Les polices 
42101 \emph on
42102 LuxiMono, BeraMono
42103 \emph default
42104  et 
42105 \emph on
42106 Courier
42107 \emph default
42108  contiennent une série grasse.)
42109 \end_layout
42110
42111 \end_inset
42112
42113
42114 \end_layout
42115
42116 \begin_layout Standard
42117 Dans la rubrique 
42118 \family sans
42119 Numérotation
42120 \begin_inset space ~
42121 \end_inset
42122
42123 des
42124 \begin_inset space ~
42125 \end_inset
42126
42127 Lignes
42128 \family default
42129  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
42130 n des lignes.
42131  Vous pouvez mettre un nombre dans le champ 
42132 \family sans
42133 Pas
42134 \family default
42135  pour désigner les lignes qui seront numérotées.
42136  Par exemple, si vous mettez 
42137 \begin_inset Quotes cld
42138 \end_inset
42139
42140 3
42141 \begin_inset Quotes crd
42142 \end_inset
42143
42144 , seule une ligne sur trois sera numérotée.
42145 \end_layout
42146
42147 \begin_layout Standard
42148 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
42149  apparaîtront dans la sortie.
42150  Vous devez utiliser l'option 
42151 \family sans
42152 Table
42153 \begin_inset space ~
42154 \end_inset
42155
42156 de
42157 \begin_inset space ~
42158 \end_inset
42159
42160 Caractères
42161 \begin_inset space ~
42162 \end_inset
42163
42164 Étendue
42165 \family default
42166  
42167 \lang english
42168 is only meaningful for the 
42169 \series bold
42170 listings
42171 \series default
42172  package
42173 \lang french
42174  et vous devez le utiliser quand vous employez des caractères spécifiques
42175  à une langue donnée comme les umlauts Allemands dans votre listing.
42176 \begin_inset Newline newline
42177 \end_inset
42178
42179 Voici un exemple de listing avec la numérotation des lignes à gauche par
42180  pas de 3, en langage Python, avec les options 
42181 \begin_inset Quotes cld
42182 \end_inset
42183
42184 Table
42185 \begin_inset space ~
42186 \end_inset
42187
42188 de
42189 \begin_inset space ~
42190 \end_inset
42191
42192 caractères
42193 \begin_inset space ~
42194 \end_inset
42195
42196 étendue
42197 \begin_inset Quotes crd
42198 \end_inset
42199
42200  et 
42201 \begin_inset Quotes cld
42202 \end_inset
42203
42204 Espace
42205 \begin_inset space ~
42206 \end_inset
42207
42208 représenté
42209 \begin_inset space ~
42210 \end_inset
42211
42212 par
42213 \begin_inset space ~
42214 \end_inset
42215
42216 un
42217 \begin_inset space ~
42218 \end_inset
42219
42220 symbole
42221 \begin_inset Quotes crd
42222 \end_inset
42223
42224 , l'intervalle de ligne étant 3
42225 \begin_inset space \thinspace{}
42226 \end_inset
42227
42228 -
42229 \begin_inset space \thinspace{}
42230 \end_inset
42231
42232 8:
42233 \end_layout
42234
42235 \begin_layout Standard
42236 \begin_inset listings
42237 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
42238 inline false
42239 status open
42240
42241 \begin_layout Plain Layout
42242
42243 def func(param):
42244 \end_layout
42245
42246 \begin_layout Plain Layout
42247
42248     'ceci est une fonction Python'
42249 \end_layout
42250
42251 \begin_layout Plain Layout
42252
42253     pass
42254 \end_layout
42255
42256 \begin_layout Plain Layout
42257
42258 def func(param):
42259 \end_layout
42260
42261 \begin_layout Plain Layout
42262
42263 'Ça, c'est un mot Allemand : Tschüß'
42264 \end_layout
42265
42266 \begin_layout Plain Layout
42267
42268 pass
42269 \end_layout
42270
42271 \begin_layout Plain Layout
42272
42273 def func(param):
42274 \end_layout
42275
42276 \begin_layout Plain Layout
42277
42278 'ceci est une fonction Python'
42279 \end_layout
42280
42281 \begin_layout Plain Layout
42282
42283 pass
42284 \end_layout
42285
42286 \end_inset
42287
42288
42289 \end_layout
42290
42291 \begin_layout Standard
42292 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
42293  nombre de caractères que doit représenter une tabulation dans le champ
42294  
42295 \family sans
42296 Taille du tabulateur
42297 \family default
42298 .
42299 \end_layout
42300
42301 \begin_layout Standard
42302 \begin_inset Note Greyedout
42303 status open
42304
42305 \begin_layout Plain Layout
42306
42307 \series bold
42308 Note:
42309 \series default
42310  À cause d'un bug dans le paquetage 
42311 \series bold
42312 listings
42313 \series default
42314  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
42315  listing.
42316  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
42317  les lignes 3 et 6.
42318 \end_layout
42319
42320 \end_inset
42321
42322
42323 \end_layout
42324
42325 \begin_layout Standard
42326 \begin_inset VSpace bigskip
42327 \end_inset
42328
42329
42330 \end_layout
42331
42332 \begin_layout Standard
42333 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
42334  listing.
42335  Pour le faire, il suffit d'utiliser le menu 
42336 \family sans
42337 Insertion\SpecialChar menuseparator
42338 Fichier\SpecialChar menuseparator
42339 Sous-document
42340 \family default
42341  et de choisir le type 
42342 \family sans
42343 Listing
42344 \family default
42345
42346 \begin_inset space ~
42347 \end_inset
42348
42349
42350 \family sans
42351 de
42352 \begin_inset space ~
42353 \end_inset
42354
42355 Code
42356 \begin_inset space ~
42357 \end_inset
42358
42359 source
42360 \family default
42361 .
42362 \begin_inset Foot
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366 Les autres types de sous-documents sont décrits dans la section
42367 \begin_inset space ~
42368 \end_inset
42369
42370
42371 \begin_inset CommandInset ref
42372 LatexCommand ref
42373 reference "sec:Sous-documents"
42374
42375 \end_inset
42376
42377 .
42378 \end_layout
42379
42380 \end_inset
42381
42382  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
42383  à utiliser pour le listing dans une zone de texte.
42384  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
42385  
42386 \begin_inset Quotes cld
42387 \end_inset
42388
42389 ?
42390 \begin_inset Quotes crd
42391 \end_inset
42392
42393  dans la zone de texte.
42394 \end_layout
42395
42396 \begin_layout Standard
42397 Pour faire référence à un sous-document de type listing, tapez une étiquette
42398  dans le champ correspondant de la fenêtre de dialogue.
42399  On peut alors faire référence à cette étiquette en utilisant le menu 
42400 \family sans
42401 Insertion\SpecialChar menuseparator
42402 Référence
42403 \begin_inset space ~
42404 \end_inset
42405
42406 Croisée
42407 \family default
42408 .
42409 \end_layout
42410
42411 \begin_layout Standard
42412 Le listing
42413 \begin_inset space ~
42414 \end_inset
42415
42416
42417 \begin_inset CommandInset ref
42418 LatexCommand ref
42419 reference "lst:listing-fichier"
42420
42421 \end_inset
42422
42423  est un exemple de listing issu d'un fichier ; ici les lignes 10
42424 \begin_inset space \thinspace{}
42425 \end_inset
42426
42427 -
42428 \begin_inset space \thinspace{}
42429 \end_inset
42430
42431 15 de ce fichier \SpecialChar LyX
42432  sont listées.
42433 \end_layout
42434
42435 \begin_layout Standard
42436 \begin_inset Newpage pagebreak
42437 \end_inset
42438
42439
42440 \end_layout
42441
42442 \begin_layout Standard
42443 \begin_inset CommandInset include
42444 LatexCommand lstinputlisting
42445 filename "EmbeddedObjects.lyx"
42446 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
42447
42448 \end_inset
42449
42450
42451 \end_layout
42452
42453 \begin_layout Standard
42454 \begin_inset VSpace bigskip
42455 \end_inset
42456
42457
42458 \end_layout
42459
42460 \begin_layout Standard
42461 L'insertion d'une formule dans un listing peut se faire de la façon suivante
42462 \begin_inset space ~
42463 \end_inset
42464
42465 :
42466 \end_layout
42467
42468 \begin_layout Enumerate
42469 Ouvrez la fenêtre de dialogue listings et ajoutez
42470 \begin_inset Newline newline
42471 \end_inset
42472
42473
42474 \family sans
42475 mathescape=true
42476 \family default
42477
42478 \begin_inset Newline newline
42479 \end_inset
42480
42481 dans le champ de l'onglet 
42482 \family sans
42483 Avancé
42484 \family default
42485 .
42486 \end_layout
42487
42488 \begin_layout Enumerate
42489 Créez la formule en dehors du listing.
42490 \end_layout
42491
42492 \begin_layout Enumerate
42493 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
42494  (raccourci 
42495 \begin_inset Info
42496 type  "shortcut"
42497 arg   "copy"
42498 \end_inset
42499
42500 )
42501 \end_layout
42502
42503 \begin_layout Enumerate
42504 Dans le listing écrivez 
42505 \begin_inset Quotes cld
42506 \end_inset
42507
42508
42509 \family sans
42510 $$
42511 \family default
42512
42513 \begin_inset Quotes crd
42514 \end_inset
42515
42516  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
42517  
42518 \begin_inset Info
42519 type  "shortcut"
42520 arg   "paste"
42521 \end_inset
42522
42523 )
42524 \end_layout
42525
42526 \begin_layout Standard
42527 \begin_inset listings
42528 lstparams "language=Python,mathescape=true"
42529 inline false
42530 status open
42531
42532 \begin_layout Plain Layout
42533
42534 \begin_inset Caption Standard
42535
42536 \begin_layout Plain Layout
42537 Exemple de listing flottant contenant une formule
42538 \end_layout
42539
42540 \end_inset
42541
42542 # Exemple de listing flottant
42543 \end_layout
42544
42545 \begin_layout Plain Layout
42546
42547 def func(param):
42548 \end_layout
42549
42550 \begin_layout Plain Layout
42551
42552     # $
42553 \backslash
42554 prod_{n=1}^{
42555 \backslash
42556 infty}
42557 \backslash
42558 ,
42559 \backslash
42560 frac{1}{x^{2}}$
42561 \end_layout
42562
42563 \begin_layout Plain Layout
42564
42565     pass
42566 \end_layout
42567
42568 \end_inset
42569
42570
42571 \end_layout
42572
42573 \begin_layout Standard
42574 \begin_inset VSpace bigskip
42575 \end_inset
42576
42577
42578 \end_layout
42579
42580 \begin_layout Standard
42581 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
42582  de dialogue 
42583 \family sans
42584 Document\SpecialChar menuseparator
42585 Paramètres\SpecialChar menuseparator
42586 Listings
42587 \family default
42588 .
42589  Pour avoir la liste des options disponibles, tapez un point d'interrogation
42590  
42591 \begin_inset Quotes cld
42592 \end_inset
42593
42594 ?
42595 \begin_inset Quotes crd
42596 \end_inset
42597
42598  dans le champ.
42599 \end_layout
42600
42601 \begin_layout Standard
42602 Pour plus d'information sur les paquetages 
42603 \series bold
42604 listings
42605 \series default
42606  et 
42607 \series bold
42608 minted
42609 \series default
42610 , nous vous renvoyons à sa documentation 
42611 \begin_inset CommandInset citation
42612 LatexCommand cite
42613 key "listings,minted"
42614 literal "true"
42615
42616 \end_inset
42617
42618 .
42619 \end_layout
42620
42621 \begin_layout Standard
42622 \begin_inset Newpage newpage
42623 \end_inset
42624
42625
42626 \end_layout
42627
42628 \begin_layout Chapter
42629 \start_of_appendix
42630 Unités de longueur utilisables avec \SpecialChar LyX
42631
42632 \begin_inset Argument 1
42633 status collapsed
42634
42635 \begin_layout Plain Layout
42636 Unités de longueur
42637 \end_layout
42638
42639 \end_inset
42640
42641
42642 \begin_inset Index idx
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646 Unités
42647 \end_layout
42648
42649 \end_inset
42650
42651
42652 \begin_inset CommandInset label
42653 LatexCommand label
42654 name "cha:Unités-de-longueur"
42655
42656 \end_inset
42657
42658
42659 \end_layout
42660
42661 \begin_layout Standard
42662 Pour comprendre les unités de longueur utilisées dans cette documentation,
42663  le tableau
42664 \begin_inset space ~
42665 \end_inset
42666
42667
42668 \begin_inset CommandInset ref
42669 LatexCommand ref
42670 reference "tab:Unités"
42671
42672 \end_inset
42673
42674 décrit les unités utilisées par \SpecialChar LyX
42675 .
42676 \begin_inset Float table
42677 placement h
42678 wide false
42679 sideways false
42680 status open
42681
42682 \begin_layout Plain Layout
42683 \begin_inset Caption Standard
42684
42685 \begin_layout Plain Layout
42686 \begin_inset CommandInset label
42687 LatexCommand label
42688 name "tab:Unités"
42689
42690 \end_inset
42691
42692 Unités de longueur
42693 \end_layout
42694
42695 \end_inset
42696
42697
42698 \end_layout
42699
42700 \begin_layout Plain Layout
42701 \begin_inset VSpace medskip
42702 \end_inset
42703
42704
42705 \end_layout
42706
42707 \begin_layout Plain Layout
42708 \align center
42709 \begin_inset Tabular
42710 <lyxtabular version="3" rows="21" columns="3">
42711 <features tabularvalignment="middle">
42712 <column alignment="center" valignment="top">
42713 <column alignment="center" valignment="middle" width="48col%">
42714 <column alignment="center" valignment="top">
42715 <row>
42716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42717 \begin_inset Text
42718
42719 \begin_layout Plain Layout
42720 unité
42721 \end_layout
42722
42723 \end_inset
42724 </cell>
42725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42726 \begin_inset Text
42727
42728 \begin_layout Plain Layout
42729 nom/description
42730 \end_layout
42731
42732 \end_inset
42733 </cell>
42734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42735 \begin_inset Text
42736
42737 \begin_layout Plain Layout
42738 commande \SpecialChar LaTeX
42739
42740 \end_layout
42741
42742 \end_inset
42743 </cell>
42744 </row>
42745 <row>
42746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42747 \begin_inset Text
42748
42749 \begin_layout Plain Layout
42750 bp
42751 \end_layout
42752
42753 \end_inset
42754 </cell>
42755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42756 \begin_inset Text
42757
42758 \begin_layout Plain Layout
42759 gros point (72
42760 \begin_inset space \thinspace{}
42761 \end_inset
42762
42763 bp = 1
42764 \begin_inset space \thinspace{}
42765 \end_inset
42766
42767 in)
42768 \end_layout
42769
42770 \end_inset
42771 </cell>
42772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42773 \begin_inset Text
42774
42775 \begin_layout Plain Layout
42776 -
42777 \end_layout
42778
42779 \end_inset
42780 </cell>
42781 </row>
42782 <row>
42783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42784 \begin_inset Text
42785
42786 \begin_layout Plain Layout
42787 cc
42788 \end_layout
42789
42790 \end_inset
42791 </cell>
42792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42793 \begin_inset Text
42794
42795 \begin_layout Plain Layout
42796 cicero (1
42797 \begin_inset space \thinspace{}
42798 \end_inset
42799
42800 cc = 12
42801 \begin_inset space \thinspace{}
42802 \end_inset
42803
42804 dd)
42805 \end_layout
42806
42807 \end_inset
42808 </cell>
42809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42810 \begin_inset Text
42811
42812 \begin_layout Plain Layout
42813 -
42814 \end_layout
42815
42816 \end_inset
42817 </cell>
42818 </row>
42819 <row>
42820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42821 \begin_inset Text
42822
42823 \begin_layout Plain Layout
42824 cm
42825 \end_layout
42826
42827 \end_inset
42828 </cell>
42829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42830 \begin_inset Text
42831
42832 \begin_layout Plain Layout
42833 centimètre
42834 \end_layout
42835
42836 \end_inset
42837 </cell>
42838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42839 \begin_inset Text
42840
42841 \begin_layout Plain Layout
42842 -
42843 \end_layout
42844
42845 \end_inset
42846 </cell>
42847 </row>
42848 <row>
42849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42850 \begin_inset Text
42851
42852 \begin_layout Plain Layout
42853 dd
42854 \end_layout
42855
42856 \end_inset
42857 </cell>
42858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42859 \begin_inset Text
42860
42861 \begin_layout Plain Layout
42862 didot (72
42863 \begin_inset space \thinspace{}
42864 \end_inset
42865
42866 dd 
42867 \begin_inset Formula $\approx$
42868 \end_inset
42869
42870  37.6
42871 \begin_inset space \thinspace{}
42872 \end_inset
42873
42874 mm)
42875 \end_layout
42876
42877 \end_inset
42878 </cell>
42879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42880 \begin_inset Text
42881
42882 \begin_layout Plain Layout
42883 -
42884 \end_layout
42885
42886 \end_inset
42887 </cell>
42888 </row>
42889 <row>
42890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42891 \begin_inset Text
42892
42893 \begin_layout Plain Layout
42894 em
42895 \end_layout
42896
42897 \end_inset
42898 </cell>
42899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42900 \begin_inset Text
42901
42902 \begin_layout Plain Layout
42903 largeur de lettre
42904 \emph on
42905  M
42906 \emph default
42907  dans police courante
42908 \end_layout
42909
42910 \end_inset
42911 </cell>
42912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42913 \begin_inset Text
42914
42915 \begin_layout Plain Layout
42916 -
42917 \end_layout
42918
42919 \end_inset
42920 </cell>
42921 </row>
42922 <row>
42923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42924 \begin_inset Text
42925
42926 \begin_layout Plain Layout
42927 ex
42928 \end_layout
42929
42930 \end_inset
42931 </cell>
42932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42933 \begin_inset Text
42934
42935 \begin_layout Plain Layout
42936 hauteur de lettre 
42937 \emph on
42938 x
42939 \emph default
42940  dans police courante
42941 \end_layout
42942
42943 \end_inset
42944 </cell>
42945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42946 \begin_inset Text
42947
42948 \begin_layout Plain Layout
42949 -
42950 \end_layout
42951
42952 \end_inset
42953 </cell>
42954 </row>
42955 <row>
42956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42957 \begin_inset Text
42958
42959 \begin_layout Plain Layout
42960 in
42961 \end_layout
42962
42963 \end_inset
42964 </cell>
42965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42966 \begin_inset Text
42967
42968 \begin_layout Plain Layout
42969 pouce (inch)
42970 \end_layout
42971
42972 \end_inset
42973 </cell>
42974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42975 \begin_inset Text
42976
42977 \begin_layout Plain Layout
42978 -
42979 \end_layout
42980
42981 \end_inset
42982 </cell>
42983 </row>
42984 <row>
42985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42986 \begin_inset Text
42987
42988 \begin_layout Plain Layout
42989 mm
42990 \end_layout
42991
42992 \end_inset
42993 </cell>
42994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42995 \begin_inset Text
42996
42997 \begin_layout Plain Layout
42998 millimètre
42999 \end_layout
43000
43001 \end_inset
43002 </cell>
43003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43004 \begin_inset Text
43005
43006 \begin_layout Plain Layout
43007 -
43008 \end_layout
43009
43010 \end_inset
43011 </cell>
43012 </row>
43013 <row>
43014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43015 \begin_inset Text
43016
43017 \begin_layout Plain Layout
43018 mu
43019 \end_layout
43020
43021 \end_inset
43022 </cell>
43023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43024 \begin_inset Text
43025
43026 \begin_layout Plain Layout
43027 unité mathématique (1
43028 \begin_inset space \thinspace{}
43029 \end_inset
43030
43031 mu = 1/18
43032 \begin_inset space \thinspace{}
43033 \end_inset
43034
43035 em)
43036 \end_layout
43037
43038 \end_inset
43039 </cell>
43040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43041 \begin_inset Text
43042
43043 \begin_layout Plain Layout
43044 -
43045 \end_layout
43046
43047 \end_inset
43048 </cell>
43049 </row>
43050 <row>
43051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43052 \begin_inset Text
43053
43054 \begin_layout Plain Layout
43055 pc
43056 \end_layout
43057
43058 \end_inset
43059 </cell>
43060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43061 \begin_inset Text
43062
43063 \begin_layout Plain Layout
43064 pica (1
43065 \begin_inset space \thinspace{}
43066 \end_inset
43067
43068 pc = 12
43069 \begin_inset space \thinspace{}
43070 \end_inset
43071
43072 pt)
43073 \end_layout
43074
43075 \end_inset
43076 </cell>
43077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43078 \begin_inset Text
43079
43080 \begin_layout Plain Layout
43081 -
43082 \end_layout
43083
43084 \end_inset
43085 </cell>
43086 </row>
43087 <row>
43088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43089 \begin_inset Text
43090
43091 \begin_layout Plain Layout
43092 pt
43093 \end_layout
43094
43095 \end_inset
43096 </cell>
43097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43098 \begin_inset Text
43099
43100 \begin_layout Plain Layout
43101 point (72.27
43102 \begin_inset space \thinspace{}
43103 \end_inset
43104
43105 pt = 1
43106 \begin_inset space \thinspace{}
43107 \end_inset
43108
43109 in)
43110 \end_layout
43111
43112 \end_inset
43113 </cell>
43114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43115 \begin_inset Text
43116
43117 \begin_layout Plain Layout
43118 -
43119 \end_layout
43120
43121 \end_inset
43122 </cell>
43123 </row>
43124 <row>
43125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43126 \begin_inset Text
43127
43128 \begin_layout Plain Layout
43129 sp
43130 \end_layout
43131
43132 \end_inset
43133 </cell>
43134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43135 \begin_inset Text
43136
43137 \begin_layout Plain Layout
43138 scaled point (65536
43139 \begin_inset space \thinspace{}
43140 \end_inset
43141
43142 sp = 1
43143 \begin_inset space \thinspace{}
43144 \end_inset
43145
43146 pt)
43147 \end_layout
43148
43149 \end_inset
43150 </cell>
43151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43152 \begin_inset Text
43153
43154 \begin_layout Plain Layout
43155 -
43156 \end_layout
43157
43158 \end_inset
43159 </cell>
43160 </row>
43161 <row>
43162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43163 \begin_inset Text
43164
43165 \begin_layout Plain Layout
43166 Échelle graphique %
43167 \end_layout
43168
43169 \end_inset
43170 </cell>
43171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43172 \begin_inset Text
43173
43174 \begin_layout Plain Layout
43175 % de largeur originale de l'image
43176 \end_layout
43177
43178 \end_inset
43179 </cell>
43180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43181 \begin_inset Text
43182
43183 \begin_layout Plain Layout
43184
43185 \end_layout
43186
43187 \end_inset
43188 </cell>
43189 </row>
43190 <row>
43191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43192 \begin_inset Text
43193
43194 \begin_layout Plain Layout
43195 Hauteur page %
43196 \end_layout
43197
43198 \end_inset
43199 </cell>
43200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43201 \begin_inset Text
43202
43203 \begin_layout Plain Layout
43204 % de hauteur du papier
43205 \end_layout
43206
43207 \end_inset
43208 </cell>
43209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43210 \begin_inset Text
43211
43212 \begin_layout Plain Layout
43213
43214 \backslash
43215 paperheight
43216 \end_layout
43217
43218 \end_inset
43219 </cell>
43220 </row>
43221 <row>
43222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43223 \begin_inset Text
43224
43225 \begin_layout Plain Layout
43226 Hauteur texte %
43227 \end_layout
43228
43229 \end_inset
43230 </cell>
43231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43232 \begin_inset Text
43233
43234 \begin_layout Plain Layout
43235 % de hauteur du texte
43236 \end_layout
43237
43238 \end_inset
43239 </cell>
43240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43241 \begin_inset Text
43242
43243 \begin_layout Plain Layout
43244
43245 \backslash
43246 textheight
43247 \end_layout
43248
43249 \end_inset
43250 </cell>
43251 </row>
43252 <row>
43253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43254 \begin_inset Text
43255
43256 \begin_layout Plain Layout
43257 Interligne %
43258 \end_layout
43259
43260 \end_inset
43261 </cell>
43262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43263 \begin_inset Text
43264
43265 \begin_layout Plain Layout
43266 % de hauteur 
43267 \lang english
43268 between baselines of two subsequent text lines
43269 \end_layout
43270
43271 \end_inset
43272 </cell>
43273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43274 \begin_inset Text
43275
43276 \begin_layout Plain Layout
43277
43278 \backslash
43279 baselineskip
43280 \end_layout
43281
43282 \end_inset
43283 </cell>
43284 </row>
43285 <row>
43286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43287 \begin_inset Text
43288
43289 \begin_layout Plain Layout
43290 Largeur colonne %
43291 \end_layout
43292
43293 \end_inset
43294 </cell>
43295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43296 \begin_inset Text
43297
43298 \begin_layout Plain Layout
43299 % de largeur de la colonne
43300 \end_layout
43301
43302 \end_inset
43303 </cell>
43304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43305 \begin_inset Text
43306
43307 \begin_layout Plain Layout
43308
43309 \backslash
43310 columnwidth
43311 \end_layout
43312
43313 \end_inset
43314 </cell>
43315 </row>
43316 <row>
43317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43318 \begin_inset Text
43319
43320 \begin_layout Plain Layout
43321 Largeur ligne %
43322 \end_layout
43323
43324 \end_inset
43325 </cell>
43326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43327 \begin_inset Text
43328
43329 \begin_layout Plain Layout
43330 % de largeur de la ligne
43331 \end_layout
43332
43333 \end_inset
43334 </cell>
43335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43336 \begin_inset Text
43337
43338 \begin_layout Plain Layout
43339
43340 \backslash
43341 linewidth
43342 \end_layout
43343
43344 \end_inset
43345 </cell>
43346 </row>
43347 <row>
43348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43349 \begin_inset Text
43350
43351 \begin_layout Plain Layout
43352 Largeur page %
43353 \end_layout
43354
43355 \end_inset
43356 </cell>
43357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43358 \begin_inset Text
43359
43360 \begin_layout Plain Layout
43361 % de largeur du papier
43362 \end_layout
43363
43364 \end_inset
43365 </cell>
43366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43367 \begin_inset Text
43368
43369 \begin_layout Plain Layout
43370
43371 \backslash
43372 paperwidth
43373 \end_layout
43374
43375 \end_inset
43376 </cell>
43377 </row>
43378 <row>
43379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43380 \begin_inset Text
43381
43382 \begin_layout Plain Layout
43383 Largeur texte %
43384 \end_layout
43385
43386 \end_inset
43387 </cell>
43388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43389 \begin_inset Text
43390
43391 \begin_layout Plain Layout
43392 % de largeur du texte
43393 \end_layout
43394
43395 \end_inset
43396 </cell>
43397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43398 \begin_inset Text
43399
43400 \begin_layout Plain Layout
43401
43402 \backslash
43403 textwidth
43404 \end_layout
43405
43406 \end_inset
43407 </cell>
43408 </row>
43409 </lyxtabular>
43410
43411 \end_inset
43412
43413
43414 \end_layout
43415
43416 \end_inset
43417
43418
43419 \end_layout
43420
43421 \begin_layout Chapter
43422 Formats des fichiers de sortie graphiques
43423 \begin_inset CommandInset label
43424 LatexCommand label
43425 name "cha:Formats-fichiers-graphiques"
43426
43427 \end_inset
43428
43429
43430 \end_layout
43431
43432 \begin_layout Section
43433 DVI
43434 \begin_inset Index idx
43435 status collapsed
43436
43437 \begin_layout Plain Layout
43438 Formats de Fichiers! DVI
43439 \end_layout
43440
43441 \end_inset
43442
43443
43444 \begin_inset Index idx
43445 status collapsed
43446
43447 \begin_layout Plain Layout
43448 DVI|see
43449 \begin_inset ERT
43450 status collapsed
43451
43452 \begin_layout Plain Layout
43453
43454 {
43455 \end_layout
43456
43457 \end_inset
43458
43459 Formats de Fichiers
43460 \begin_inset ERT
43461 status collapsed
43462
43463 \begin_layout Plain Layout
43464
43465 }
43466 \end_layout
43467
43468 \end_inset
43469
43470
43471 \end_layout
43472
43473 \end_inset
43474
43475
43476 \end_layout
43477
43478 \begin_layout Standard
43479 Ce type de fichiers a l'extension 
43480 \begin_inset Quotes cld
43481 \end_inset
43482
43483
43484 \family typewriter
43485 .dvi
43486 \family default
43487
43488 \begin_inset Quotes crd
43489 \end_inset
43490
43491 .
43492  Il est appelé 
43493 \emph on
43494 indépendant de l'appareil
43495 \emph default
43496  ou 
43497 \begin_inset Quotes cld
43498 \end_inset
43499
43500 device independent (DVI)
43501 \begin_inset Quotes crd
43502 \end_inset
43503
43504 , car il est complètement portable ; vous pouvez les recopier d'une machine
43505  à l'autre sans avoir à faire de conversion.
43506  À l'époque où ce format a été développé, c'était loin d'être évident.
43507  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
43508  étape préliminaire avant la conversion vers un autre format comme le PostScript.
43509 \end_layout
43510
43511 \begin_layout Standard
43512 \begin_inset Note Greyedout
43513 status open
43514
43515 \begin_layout Plain Layout
43516
43517 \series bold
43518 Note:
43519 \series default
43520  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
43521  au fichier.
43522  
43523 \end_layout
43524
43525 \end_inset
43526
43527  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
43528  
43529 \family typewriter
43530 .dvi
43531 \family default
43532 .
43533  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
43534 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
43535  pour les rendre visibles quand vous faites défiler votre document.
43536  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
43537  avec de nombreuses images.
43538 \end_layout
43539
43540 \begin_layout Standard
43541 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
43542  menu 
43543 \family sans
43544 Fichier\SpecialChar menuseparator
43545 Exporter\SpecialChar menuseparator
43546 DVI.
43547
43548 \family default
43549  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
43550 \family sans
43551 Visualiser
43552 \family default
43553 .
43554 \end_layout
43555
43556 \begin_layout Section
43557 PostScript
43558 \begin_inset Index idx
43559 status collapsed
43560
43561 \begin_layout Plain Layout
43562 Formats de Fichiers ! PostScript
43563 \end_layout
43564
43565 \end_inset
43566
43567
43568 \begin_inset Index idx
43569 status collapsed
43570
43571 \begin_layout Plain Layout
43572 PostScript|see
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578 {
43579 \end_layout
43580
43581 \end_inset
43582
43583 Formats de Fichiers
43584 \begin_inset ERT
43585 status collapsed
43586
43587 \begin_layout Plain Layout
43588
43589 }
43590 \end_layout
43591
43592 \end_inset
43593
43594
43595 \end_layout
43596
43597 \end_inset
43598
43599
43600 \end_layout
43601
43602 \begin_layout Standard
43603 Ce type de fichiers a l'extension 
43604 \begin_inset Quotes cld
43605 \end_inset
43606
43607
43608 \family typewriter
43609 .ps
43610 \family default
43611
43612 \begin_inset Quotes crd
43613 \end_inset
43614
43615 .
43616  PostScript a été développé par la société 
43617 \series bold
43618 Adobe
43619 \series default
43620  comme un langage pour les imprimantes.
43621  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
43622  pour imprimer le document.
43623  PostScript peut être considéré comme un 
43624 \begin_inset Quotes cld
43625 \end_inset
43626
43627 langage de programmation
43628 \begin_inset Quotes crd
43629 \end_inset
43630
43631  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
43632  images.
43633 \begin_inset Foot
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
43638  \SpecialChar LaTeX
43639  
43640 \series bold
43641 pstricks
43642 \series default
43643
43644 \begin_inset CommandInset citation
43645 LatexCommand cite
43646 key "pstricks"
43647 literal "true"
43648
43649 \end_inset
43650
43651 .
43652 \end_layout
43653
43654 \end_inset
43655
43656  En partie à cause de toutes ces possibilités un fichier PostScript est
43657  souvent plus gros qu'un PDF.
43658 \end_layout
43659
43660 \begin_layout Standard
43661 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
43662  plus gros qu'un PDF.
43663 \end_layout
43664
43665 \begin_layout Standard
43666 PostScript ne peut contenir que des images au format 
43667 \begin_inset Quotes cld
43668 \end_inset
43669
43670 PostScript Encapsulé
43671 \begin_inset Quotes crd
43672 \end_inset
43673
43674  (encapsulated PostScript ou EPS, d'extension 
43675 \family typewriter
43676 .eps
43677 \family default
43678 ).
43679  Comme \SpecialChar LyX
43680  vous permet n'importe quel format d'image connu dans votre document,
43681  il doit les convertir en interne en EPS.
43682  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
43683  doit faire 50
43684  conversions à chaque fois que vous visualisez ou que vous exportez votre
43685  document.
43686  Cela risque de ralentir de façon importante votre rythme de travail.
43687  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
43688  vos images directement en EPS pour éviter ce problème.
43689 \end_layout
43690
43691 \begin_layout Standard
43692 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
43693  le menu 
43694 \family sans
43695 Fichier\SpecialChar menuseparator
43696 Exporter\SpecialChar menuseparator
43697 PostScript.
43698
43699 \family default
43700  Vous pouvez visionner votre document sous forme PostScript grâce au menu
43701  
43702 \family sans
43703 Visualiser
43704 \family default
43705 .
43706 \end_layout
43707
43708 \begin_layout Section
43709 PDF
43710 \begin_inset Index idx
43711 status collapsed
43712
43713 \begin_layout Plain Layout
43714 Formats de Fichiers ! PDF
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset Index idx
43721 status collapsed
43722
43723 \begin_layout Plain Layout
43724 PDF
43725 \end_layout
43726
43727 \end_inset
43728
43729
43730 \end_layout
43731
43732 \begin_layout Standard
43733 Ce type de fichiers a l'extension 
43734 \begin_inset Quotes cld
43735 \end_inset
43736
43737
43738 \family typewriter
43739 .pdf
43740 \family default
43741
43742 \begin_inset Quotes crd
43743 \end_inset
43744
43745 .
43746  Ce 
43747 \begin_inset Quotes cld
43748 \end_inset
43749
43750 format de document portable
43751 \begin_inset Quotes crd
43752 \end_inset
43753
43754  (portable document format ou PDF) est développé par 
43755 \family typewriter
43756 Adobe
43757 \family default
43758  comme une évolution de PostScript.
43759  Il est plus comprimé et utilise moins de commandes que PostScript.
43760  Comme son nom l'indique, il est 
43761 \begin_inset Quotes cld
43762 \end_inset
43763
43764 portable
43765 \begin_inset Quotes crd
43766 \end_inset
43767
43768  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
43769  aura exactement le même aspect.
43770 \end_layout
43771
43772 \begin_layout Standard
43773 PDF peut contenir des images dans son propre format PDF et dans les formats
43774  JPG (format du 
43775 \begin_inset Quotes cld
43776 \end_inset
43777
43778 Joint Photographic Expert Group
43779 \begin_inset Quotes crd
43780 \end_inset
43781
43782  avec comme extension 
43783 \family typewriter
43784 .jpg
43785 \family default
43786  ou 
43787 \family typewriter
43788 .jpeg
43789 \family default
43790 ) et PNG (
43791 \begin_inset Quotes cld
43792 \end_inset
43793
43794 Portable Network Graphics
43795 \begin_inset Quotes crd
43796 \end_inset
43797
43798  avec l'extension 
43799 \family typewriter
43800 .png
43801 \family default
43802 ).
43803  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
43804  les convertit
43805  dans un de ces formats.
43806  Mais comme il est dit dans la section sur PostScript, les conversions d'images
43807  vont ralentir votre travail.
43808  Nous recommandons donc l'utilisation de l'un des trois formats cités.
43809 \end_layout
43810
43811 \begin_layout Standard
43812 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
43813  menu 
43814 \family sans
43815 Fichier\SpecialChar menuseparator
43816 Exporter 
43817 \family default
43818 de trois façons différentes:
43819 \end_layout
43820
43821 \begin_layout Description
43822 PDF
43823 \begin_inset space ~
43824 \end_inset
43825
43826 (ps2pdf) Ceci utilise le programme 
43827 \family typewriter
43828 ps2pdf
43829 \family default
43830  qui créé un PDF à partir de la version PostScript de votre fichier.
43831  Cette dernière est produite par le programme 
43832 \family typewriter
43833 dvips
43834 \family default
43835  qui utilise une version DVI comme étape intermédiaire.
43836  Cette variante consiste donc en trois conversions.
43837 \end_layout
43838
43839 \begin_layout Description
43840 PDF
43841 \begin_inset space ~
43842 \end_inset
43843
43844 (dvipdfm) Ceci utilise le programme 
43845 \family typewriter
43846 dvipdfm
43847 \family default
43848  qui convertit votre fichier en DVI avant de le convertir en PDF.
43849 \end_layout
43850
43851 \begin_layout Description
43852 PDF
43853 \begin_inset space ~
43854 \end_inset
43855
43856 (pdflatex) Ceci utilise le programme 
43857 \family typewriter
43858 pdftex
43859 \family default
43860  qui convertit directement votre fichier en PDF.
43861 \end_layout
43862
43863 \begin_layout Standard
43864 Nous recommandons d'utiliser l'option 
43865 \family sans
43866 PDF
43867 \begin_inset space ~
43868 \end_inset
43869
43870 (pdflatex)
43871 \family default
43872  car 
43873 \family typewriter
43874 pdftex
43875 \family default
43876  accepte toutes les fonctionnalités des versions actuelles de PDF.
43877  Il est en plus rapide et stable.
43878  Le programme 
43879 \family typewriter
43880 dvipdfm
43881 \family default
43882  n'est plus développé est est donc un peu dépassé.
43883 \end_layout
43884
43885 \begin_layout Standard
43886 Vous pouvez visionner votre document sous forme PDF grâce au menu 
43887 \family sans
43888 Visualiser
43889 \family default
43890  ou en utilisant un bouton de la barre d'outils.
43891 \end_layout
43892
43893 \begin_layout Chapter
43894 Liste de noms de couleur pour dvips
43895 \begin_inset CommandInset label
43896 LatexCommand label
43897 name "chap:Liste-de-noms-de-couleur-dvips"
43898
43899 \end_inset
43900
43901
43902 \end_layout
43903
43904 \begin_layout Standard
43905 \begin_inset Tabular
43906 <lyxtabular version="3" rows="17" columns="4">
43907 <features tabularvalignment="middle">
43908 <column alignment="left" valignment="top" width="0pt">
43909 <column alignment="left" valignment="top" width="0pt">
43910 <column alignment="left" valignment="top" width="0pt">
43911 <column alignment="left" valignment="top" width="0pt">
43912 <row>
43913 <cell alignment="left" valignment="top" usebox="none">
43914 \begin_inset Text
43915
43916 \begin_layout Plain Layout
43917 \begin_inset ERT
43918 status collapsed
43919
43920 \begin_layout Plain Layout
43921
43922
43923 \backslash
43924 fcolorbox{black}{
43925 \end_layout
43926
43927 \end_inset
43928
43929 white
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935 }{
43936 \end_layout
43937
43938 \end_inset
43939
43940 Couleur
43941 \begin_inset ERT
43942 status collapsed
43943
43944 \begin_layout Plain Layout
43945
43946 }
43947 \end_layout
43948
43949 \end_inset
43950
43951  Nom
43952 \end_layout
43953
43954 \end_inset
43955 </cell>
43956 <cell alignment="left" valignment="top" usebox="none">
43957 \begin_inset Text
43958
43959 \begin_layout Plain Layout
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965
43966 \backslash
43967 fcolorbox{black}{
43968 \end_layout
43969
43970 \end_inset
43971
43972 white
43973 \begin_inset ERT
43974 status collapsed
43975
43976 \begin_layout Plain Layout
43977
43978 }{
43979 \end_layout
43980
43981 \end_inset
43982
43983 Couleur
43984 \begin_inset ERT
43985 status collapsed
43986
43987 \begin_layout Plain Layout
43988
43989 }
43990 \end_layout
43991
43992 \end_inset
43993
43994  Nom
43995 \end_layout
43996
43997 \end_inset
43998 </cell>
43999 <cell alignment="left" valignment="top" usebox="none">
44000 \begin_inset Text
44001
44002 \begin_layout Plain Layout
44003 \begin_inset ERT
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007
44008
44009 \backslash
44010 fcolorbox{black}{
44011 \end_layout
44012
44013 \end_inset
44014
44015 white
44016 \begin_inset ERT
44017 status collapsed
44018
44019 \begin_layout Plain Layout
44020
44021 }{
44022 \end_layout
44023
44024 \end_inset
44025
44026 Couleur
44027 \begin_inset ERT
44028 status collapsed
44029
44030 \begin_layout Plain Layout
44031
44032 }
44033 \end_layout
44034
44035 \end_inset
44036
44037  Nom
44038 \end_layout
44039
44040 \end_inset
44041 </cell>
44042 <cell alignment="left" valignment="top" usebox="none">
44043 \begin_inset Text
44044
44045 \begin_layout Plain Layout
44046 \begin_inset ERT
44047 status collapsed
44048
44049 \begin_layout Plain Layout
44050
44051
44052 \backslash
44053 fcolorbox{black}{
44054 \end_layout
44055
44056 \end_inset
44057
44058 white
44059 \begin_inset ERT
44060 status collapsed
44061
44062 \begin_layout Plain Layout
44063
44064 }{
44065 \end_layout
44066
44067 \end_inset
44068
44069 Couleur
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075 }
44076 \end_layout
44077
44078 \end_inset
44079
44080  Nom
44081 \end_layout
44082
44083 \end_inset
44084 </cell>
44085 </row>
44086 <row>
44087 <cell alignment="center" valignment="top" usebox="none">
44088 \begin_inset Text
44089
44090 \begin_layout Plain Layout
44091 \begin_inset ERT
44092 status collapsed
44093
44094 \begin_layout Plain Layout
44095
44096
44097 \backslash
44098 fcolorbox{black}{
44099 \end_layout
44100
44101 \end_inset
44102
44103 Apricot
44104 \begin_inset ERT
44105 status collapsed
44106
44107 \begin_layout Plain Layout
44108
44109 }{
44110 \end_layout
44111
44112 \end_inset
44113
44114
44115 \begin_inset Phantom Phantom
44116 status open
44117
44118 \begin_layout Plain Layout
44119 W
44120 \end_layout
44121
44122 \end_inset
44123
44124
44125 \begin_inset ERT
44126 status collapsed
44127
44128 \begin_layout Plain Layout
44129
44130 }
44131 \end_layout
44132
44133 \end_inset
44134
44135  Apricot
44136 \end_layout
44137
44138 \end_inset
44139 </cell>
44140 <cell alignment="center" valignment="top" usebox="none">
44141 \begin_inset Text
44142
44143 \begin_layout Plain Layout
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149
44150 \backslash
44151 fcolorbox{black}{
44152 \end_layout
44153
44154 \end_inset
44155
44156 Aquamarine
44157 \begin_inset ERT
44158 status collapsed
44159
44160 \begin_layout Plain Layout
44161
44162 }{
44163 \end_layout
44164
44165 \end_inset
44166
44167
44168 \begin_inset Phantom Phantom
44169 status open
44170
44171 \begin_layout Plain Layout
44172 W
44173 \end_layout
44174
44175 \end_inset
44176
44177
44178 \begin_inset ERT
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182
44183 }
44184 \end_layout
44185
44186 \end_inset
44187
44188  Aquamarine
44189 \end_layout
44190
44191 \end_inset
44192 </cell>
44193 <cell alignment="center" valignment="top" usebox="none">
44194 \begin_inset Text
44195
44196 \begin_layout Plain Layout
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202
44203 \backslash
44204 fcolorbox{black}{
44205 \end_layout
44206
44207 \end_inset
44208
44209 Bittersweet
44210 \begin_inset ERT
44211 status collapsed
44212
44213 \begin_layout Plain Layout
44214
44215 }{
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \begin_inset Phantom Phantom
44222 status open
44223
44224 \begin_layout Plain Layout
44225 W
44226 \end_layout
44227
44228 \end_inset
44229
44230
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }
44237 \end_layout
44238
44239 \end_inset
44240
44241  Bittersweet
44242 \end_layout
44243
44244 \end_inset
44245 </cell>
44246 <cell alignment="center" valignment="top" usebox="none">
44247 \begin_inset Text
44248
44249 \begin_layout Plain Layout
44250 \begin_inset ERT
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254
44255
44256 \backslash
44257 fcolorbox{black}{
44258 \end_layout
44259
44260 \end_inset
44261
44262 BlueGreen
44263 \begin_inset ERT
44264 status collapsed
44265
44266 \begin_layout Plain Layout
44267
44268 }{
44269 \end_layout
44270
44271 \end_inset
44272
44273
44274 \begin_inset Phantom Phantom
44275 status open
44276
44277 \begin_layout Plain Layout
44278 W
44279 \end_layout
44280
44281 \end_inset
44282
44283
44284 \begin_inset ERT
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288
44289 }
44290 \end_layout
44291
44292 \end_inset
44293
44294  BlueGreen
44295 \end_layout
44296
44297 \end_inset
44298 </cell>
44299 </row>
44300 <row>
44301 <cell alignment="left" valignment="top" usebox="none">
44302 \begin_inset Text
44303
44304 \begin_layout Plain Layout
44305 \begin_inset ERT
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309
44310
44311 \backslash
44312 fcolorbox{black}{
44313 \end_layout
44314
44315 \end_inset
44316
44317 BlueViolet
44318 \begin_inset ERT
44319 status collapsed
44320
44321 \begin_layout Plain Layout
44322
44323 }{
44324 \end_layout
44325
44326 \end_inset
44327
44328
44329 \begin_inset Phantom Phantom
44330 status open
44331
44332 \begin_layout Plain Layout
44333 W
44334 \end_layout
44335
44336 \end_inset
44337
44338
44339 \begin_inset ERT
44340 status collapsed
44341
44342 \begin_layout Plain Layout
44343
44344 }
44345 \end_layout
44346
44347 \end_inset
44348
44349  BlueViolet
44350 \end_layout
44351
44352 \end_inset
44353 </cell>
44354 <cell alignment="left" valignment="top" usebox="none">
44355 \begin_inset Text
44356
44357 \begin_layout Plain Layout
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363
44364 \backslash
44365 fcolorbox{black}{
44366 \end_layout
44367
44368 \end_inset
44369
44370 BrickRed
44371 \begin_inset ERT
44372 status collapsed
44373
44374 \begin_layout Plain Layout
44375
44376 }{
44377 \end_layout
44378
44379 \end_inset
44380
44381
44382 \begin_inset Phantom Phantom
44383 status open
44384
44385 \begin_layout Plain Layout
44386 W
44387 \end_layout
44388
44389 \end_inset
44390
44391
44392 \begin_inset ERT
44393 status collapsed
44394
44395 \begin_layout Plain Layout
44396
44397 }
44398 \end_layout
44399
44400 \end_inset
44401
44402  BrickRed
44403 \end_layout
44404
44405 \end_inset
44406 </cell>
44407 <cell alignment="left" valignment="top" usebox="none">
44408 \begin_inset Text
44409
44410 \begin_layout Plain Layout
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416
44417 \backslash
44418 fcolorbox{black}{
44419 \end_layout
44420
44421 \end_inset
44422
44423 Brown
44424 \begin_inset ERT
44425 status collapsed
44426
44427 \begin_layout Plain Layout
44428
44429 }{
44430 \end_layout
44431
44432 \end_inset
44433
44434
44435 \begin_inset Phantom Phantom
44436 status open
44437
44438 \begin_layout Plain Layout
44439 W
44440 \end_layout
44441
44442 \end_inset
44443
44444
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }
44451 \end_layout
44452
44453 \end_inset
44454
44455  Brown
44456 \end_layout
44457
44458 \end_inset
44459 </cell>
44460 <cell alignment="left" valignment="top" usebox="none">
44461 \begin_inset Text
44462
44463 \begin_layout Plain Layout
44464 \begin_inset ERT
44465 status collapsed
44466
44467 \begin_layout Plain Layout
44468
44469
44470 \backslash
44471 fcolorbox{black}{
44472 \end_layout
44473
44474 \end_inset
44475
44476 BurntOrange
44477 \begin_inset ERT
44478 status collapsed
44479
44480 \begin_layout Plain Layout
44481
44482 }{
44483 \end_layout
44484
44485 \end_inset
44486
44487
44488 \begin_inset Phantom Phantom
44489 status open
44490
44491 \begin_layout Plain Layout
44492 W
44493 \end_layout
44494
44495 \end_inset
44496
44497
44498 \begin_inset ERT
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502
44503 }
44504 \end_layout
44505
44506 \end_inset
44507
44508  BurntOrange
44509 \end_layout
44510
44511 \end_inset
44512 </cell>
44513 </row>
44514 <row>
44515 <cell alignment="left" valignment="top" usebox="none">
44516 \begin_inset Text
44517
44518 \begin_layout Plain Layout
44519 \begin_inset ERT
44520 status collapsed
44521
44522 \begin_layout Plain Layout
44523
44524
44525 \backslash
44526 fcolorbox{black}{
44527 \end_layout
44528
44529 \end_inset
44530
44531 CadetBlue
44532 \begin_inset ERT
44533 status collapsed
44534
44535 \begin_layout Plain Layout
44536
44537 }{
44538 \end_layout
44539
44540 \end_inset
44541
44542
44543 \begin_inset Phantom Phantom
44544 status open
44545
44546 \begin_layout Plain Layout
44547 W
44548 \end_layout
44549
44550 \end_inset
44551
44552
44553 \begin_inset ERT
44554 status collapsed
44555
44556 \begin_layout Plain Layout
44557
44558 }
44559 \end_layout
44560
44561 \end_inset
44562
44563  CadetBlue
44564 \end_layout
44565
44566 \end_inset
44567 </cell>
44568 <cell alignment="left" valignment="top" usebox="none">
44569 \begin_inset Text
44570
44571 \begin_layout Plain Layout
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577
44578 \backslash
44579 fcolorbox{black}{
44580 \end_layout
44581
44582 \end_inset
44583
44584 CarnationPink
44585 \begin_inset ERT
44586 status collapsed
44587
44588 \begin_layout Plain Layout
44589
44590 }{
44591 \end_layout
44592
44593 \end_inset
44594
44595
44596 \begin_inset Phantom Phantom
44597 status open
44598
44599 \begin_layout Plain Layout
44600 W
44601 \end_layout
44602
44603 \end_inset
44604
44605
44606 \begin_inset ERT
44607 status collapsed
44608
44609 \begin_layout Plain Layout
44610
44611 }
44612 \end_layout
44613
44614 \end_inset
44615
44616  CarnationPink
44617 \end_layout
44618
44619 \end_inset
44620 </cell>
44621 <cell alignment="left" valignment="top" usebox="none">
44622 \begin_inset Text
44623
44624 \begin_layout Plain Layout
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630
44631 \backslash
44632 fcolorbox{black}{
44633 \end_layout
44634
44635 \end_inset
44636
44637 Cerulean
44638 \begin_inset ERT
44639 status collapsed
44640
44641 \begin_layout Plain Layout
44642
44643 }{
44644 \end_layout
44645
44646 \end_inset
44647
44648
44649 \begin_inset Phantom Phantom
44650 status open
44651
44652 \begin_layout Plain Layout
44653 W
44654 \end_layout
44655
44656 \end_inset
44657
44658
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }
44665 \end_layout
44666
44667 \end_inset
44668
44669  Cerulean
44670 \end_layout
44671
44672 \end_inset
44673 </cell>
44674 <cell alignment="left" valignment="top" usebox="none">
44675 \begin_inset Text
44676
44677 \begin_layout Plain Layout
44678 \begin_inset ERT
44679 status collapsed
44680
44681 \begin_layout Plain Layout
44682
44683
44684 \backslash
44685 fcolorbox{black}{
44686 \end_layout
44687
44688 \end_inset
44689
44690 CornflowerBlue
44691 \begin_inset ERT
44692 status collapsed
44693
44694 \begin_layout Plain Layout
44695
44696 }{
44697 \end_layout
44698
44699 \end_inset
44700
44701
44702 \begin_inset Phantom Phantom
44703 status open
44704
44705 \begin_layout Plain Layout
44706 W
44707 \end_layout
44708
44709 \end_inset
44710
44711
44712 \begin_inset ERT
44713 status collapsed
44714
44715 \begin_layout Plain Layout
44716
44717 }
44718 \end_layout
44719
44720 \end_inset
44721
44722  CornflowerBlue
44723 \end_layout
44724
44725 \end_inset
44726 </cell>
44727 </row>
44728 <row>
44729 <cell alignment="left" valignment="top" usebox="none">
44730 \begin_inset Text
44731
44732 \begin_layout Plain Layout
44733 \begin_inset ERT
44734 status collapsed
44735
44736 \begin_layout Plain Layout
44737
44738
44739 \backslash
44740 fcolorbox{black}{
44741 \end_layout
44742
44743 \end_inset
44744
44745 Dandelion
44746 \begin_inset ERT
44747 status collapsed
44748
44749 \begin_layout Plain Layout
44750
44751 }{
44752 \end_layout
44753
44754 \end_inset
44755
44756
44757 \begin_inset Phantom Phantom
44758 status open
44759
44760 \begin_layout Plain Layout
44761 W
44762 \end_layout
44763
44764 \end_inset
44765
44766
44767 \begin_inset ERT
44768 status collapsed
44769
44770 \begin_layout Plain Layout
44771
44772 }
44773 \end_layout
44774
44775 \end_inset
44776
44777  Dandelion
44778 \end_layout
44779
44780 \end_inset
44781 </cell>
44782 <cell alignment="left" valignment="top" usebox="none">
44783 \begin_inset Text
44784
44785 \begin_layout Plain Layout
44786 \begin_inset ERT
44787 status collapsed
44788
44789 \begin_layout Plain Layout
44790
44791
44792 \backslash
44793 fcolorbox{black}{
44794 \end_layout
44795
44796 \end_inset
44797
44798 DarkOrchid
44799 \begin_inset ERT
44800 status collapsed
44801
44802 \begin_layout Plain Layout
44803
44804 }{
44805 \end_layout
44806
44807 \end_inset
44808
44809
44810 \begin_inset Phantom Phantom
44811 status open
44812
44813 \begin_layout Plain Layout
44814 W
44815 \end_layout
44816
44817 \end_inset
44818
44819
44820 \begin_inset ERT
44821 status collapsed
44822
44823 \begin_layout Plain Layout
44824
44825 }
44826 \end_layout
44827
44828 \end_inset
44829
44830  DarkOrchid
44831 \end_layout
44832
44833 \end_inset
44834 </cell>
44835 <cell alignment="left" valignment="top" usebox="none">
44836 \begin_inset Text
44837
44838 \begin_layout Plain Layout
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844
44845 \backslash
44846 fcolorbox{black}{
44847 \end_layout
44848
44849 \end_inset
44850
44851 Emerald
44852 \begin_inset ERT
44853 status collapsed
44854
44855 \begin_layout Plain Layout
44856
44857 }{
44858 \end_layout
44859
44860 \end_inset
44861
44862
44863 \begin_inset Phantom Phantom
44864 status open
44865
44866 \begin_layout Plain Layout
44867 W
44868 \end_layout
44869
44870 \end_inset
44871
44872
44873 \begin_inset ERT
44874 status collapsed
44875
44876 \begin_layout Plain Layout
44877
44878 }
44879 \end_layout
44880
44881 \end_inset
44882
44883  Emerald
44884 \end_layout
44885
44886 \end_inset
44887 </cell>
44888 <cell alignment="left" valignment="top" usebox="none">
44889 \begin_inset Text
44890
44891 \begin_layout Plain Layout
44892 \begin_inset ERT
44893 status collapsed
44894
44895 \begin_layout Plain Layout
44896
44897
44898 \backslash
44899 fcolorbox{black}{
44900 \end_layout
44901
44902 \end_inset
44903
44904 ForestGreen
44905 \begin_inset ERT
44906 status collapsed
44907
44908 \begin_layout Plain Layout
44909
44910 }{
44911 \end_layout
44912
44913 \end_inset
44914
44915
44916 \begin_inset Phantom Phantom
44917 status open
44918
44919 \begin_layout Plain Layout
44920 W
44921 \end_layout
44922
44923 \end_inset
44924
44925
44926 \begin_inset ERT
44927 status collapsed
44928
44929 \begin_layout Plain Layout
44930
44931 }
44932 \end_layout
44933
44934 \end_inset
44935
44936  ForestGreen
44937 \end_layout
44938
44939 \end_inset
44940 </cell>
44941 </row>
44942 <row>
44943 <cell alignment="left" valignment="top" usebox="none">
44944 \begin_inset Text
44945
44946 \begin_layout Plain Layout
44947 \begin_inset ERT
44948 status collapsed
44949
44950 \begin_layout Plain Layout
44951
44952
44953 \backslash
44954 fcolorbox{black}{
44955 \end_layout
44956
44957 \end_inset
44958
44959 Fuchsia
44960 \begin_inset ERT
44961 status collapsed
44962
44963 \begin_layout Plain Layout
44964
44965 }{
44966 \end_layout
44967
44968 \end_inset
44969
44970
44971 \begin_inset Phantom Phantom
44972 status open
44973
44974 \begin_layout Plain Layout
44975 W
44976 \end_layout
44977
44978 \end_inset
44979
44980
44981 \begin_inset ERT
44982 status collapsed
44983
44984 \begin_layout Plain Layout
44985
44986 }
44987 \end_layout
44988
44989 \end_inset
44990
44991  Fuchsia
44992 \end_layout
44993
44994 \end_inset
44995 </cell>
44996 <cell alignment="left" valignment="top" usebox="none">
44997 \begin_inset Text
44998
44999 \begin_layout Plain Layout
45000 \begin_inset ERT
45001 status collapsed
45002
45003 \begin_layout Plain Layout
45004
45005
45006 \backslash
45007 fcolorbox{black}{
45008 \end_layout
45009
45010 \end_inset
45011
45012 Goldenrod
45013 \begin_inset ERT
45014 status collapsed
45015
45016 \begin_layout Plain Layout
45017
45018 }{
45019 \end_layout
45020
45021 \end_inset
45022
45023
45024 \begin_inset Phantom Phantom
45025 status open
45026
45027 \begin_layout Plain Layout
45028 W
45029 \end_layout
45030
45031 \end_inset
45032
45033
45034 \begin_inset ERT
45035 status collapsed
45036
45037 \begin_layout Plain Layout
45038
45039 }
45040 \end_layout
45041
45042 \end_inset
45043
45044  Goldenrod
45045 \end_layout
45046
45047 \end_inset
45048 </cell>
45049 <cell alignment="left" valignment="top" usebox="none">
45050 \begin_inset Text
45051
45052 \begin_layout Plain Layout
45053 \begin_inset ERT
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057
45058
45059 \backslash
45060 fcolorbox{black}{
45061 \end_layout
45062
45063 \end_inset
45064
45065 Gray
45066 \begin_inset ERT
45067 status collapsed
45068
45069 \begin_layout Plain Layout
45070
45071 }{
45072 \end_layout
45073
45074 \end_inset
45075
45076
45077 \begin_inset Phantom Phantom
45078 status open
45079
45080 \begin_layout Plain Layout
45081 W
45082 \end_layout
45083
45084 \end_inset
45085
45086
45087 \begin_inset ERT
45088 status collapsed
45089
45090 \begin_layout Plain Layout
45091
45092 }
45093 \end_layout
45094
45095 \end_inset
45096
45097  Gray
45098 \end_layout
45099
45100 \end_inset
45101 </cell>
45102 <cell alignment="left" valignment="top" usebox="none">
45103 \begin_inset Text
45104
45105 \begin_layout Plain Layout
45106 \begin_inset ERT
45107 status collapsed
45108
45109 \begin_layout Plain Layout
45110
45111
45112 \backslash
45113 fcolorbox{black}{
45114 \end_layout
45115
45116 \end_inset
45117
45118 GreenYellow
45119 \begin_inset ERT
45120 status collapsed
45121
45122 \begin_layout Plain Layout
45123
45124 }{
45125 \end_layout
45126
45127 \end_inset
45128
45129
45130 \begin_inset Phantom Phantom
45131 status open
45132
45133 \begin_layout Plain Layout
45134 W
45135 \end_layout
45136
45137 \end_inset
45138
45139
45140 \begin_inset ERT
45141 status collapsed
45142
45143 \begin_layout Plain Layout
45144
45145 }
45146 \end_layout
45147
45148 \end_inset
45149
45150  GreenYellow
45151 \end_layout
45152
45153 \end_inset
45154 </cell>
45155 </row>
45156 <row>
45157 <cell alignment="center" valignment="top" usebox="none">
45158 \begin_inset Text
45159
45160 \begin_layout Plain Layout
45161 \begin_inset ERT
45162 status collapsed
45163
45164 \begin_layout Plain Layout
45165
45166
45167 \backslash
45168 fcolorbox{black}{
45169 \end_layout
45170
45171 \end_inset
45172
45173 JungleGreen
45174 \begin_inset ERT
45175 status collapsed
45176
45177 \begin_layout Plain Layout
45178
45179 }{
45180 \end_layout
45181
45182 \end_inset
45183
45184
45185 \begin_inset Phantom Phantom
45186 status open
45187
45188 \begin_layout Plain Layout
45189 W
45190 \end_layout
45191
45192 \end_inset
45193
45194
45195 \begin_inset ERT
45196 status collapsed
45197
45198 \begin_layout Plain Layout
45199
45200 }
45201 \end_layout
45202
45203 \end_inset
45204
45205  JungleGreen
45206 \end_layout
45207
45208 \end_inset
45209 </cell>
45210 <cell alignment="center" valignment="top" usebox="none">
45211 \begin_inset Text
45212
45213 \begin_layout Plain Layout
45214 \begin_inset ERT
45215 status collapsed
45216
45217 \begin_layout Plain Layout
45218
45219
45220 \backslash
45221 fcolorbox{black}{
45222 \end_layout
45223
45224 \end_inset
45225
45226 Lavender
45227 \begin_inset ERT
45228 status collapsed
45229
45230 \begin_layout Plain Layout
45231
45232 }{
45233 \end_layout
45234
45235 \end_inset
45236
45237
45238 \begin_inset Phantom Phantom
45239 status open
45240
45241 \begin_layout Plain Layout
45242 W
45243 \end_layout
45244
45245 \end_inset
45246
45247
45248 \begin_inset ERT
45249 status collapsed
45250
45251 \begin_layout Plain Layout
45252
45253 }
45254 \end_layout
45255
45256 \end_inset
45257
45258  Lavender
45259 \end_layout
45260
45261 \end_inset
45262 </cell>
45263 <cell alignment="center" valignment="top" usebox="none">
45264 \begin_inset Text
45265
45266 \begin_layout Plain Layout
45267 \begin_inset ERT
45268 status collapsed
45269
45270 \begin_layout Plain Layout
45271
45272
45273 \backslash
45274 fcolorbox{black}{
45275 \end_layout
45276
45277 \end_inset
45278
45279 LimeGreen
45280 \begin_inset ERT
45281 status collapsed
45282
45283 \begin_layout Plain Layout
45284
45285 }{
45286 \end_layout
45287
45288 \end_inset
45289
45290
45291 \begin_inset Phantom Phantom
45292 status open
45293
45294 \begin_layout Plain Layout
45295 W
45296 \end_layout
45297
45298 \end_inset
45299
45300
45301 \begin_inset ERT
45302 status collapsed
45303
45304 \begin_layout Plain Layout
45305
45306 }
45307 \end_layout
45308
45309 \end_inset
45310
45311  LimeGreen
45312 \end_layout
45313
45314 \end_inset
45315 </cell>
45316 <cell alignment="center" valignment="top" usebox="none">
45317 \begin_inset Text
45318
45319 \begin_layout Plain Layout
45320 \begin_inset ERT
45321 status collapsed
45322
45323 \begin_layout Plain Layout
45324
45325
45326 \backslash
45327 fcolorbox{black}{
45328 \end_layout
45329
45330 \end_inset
45331
45332 Mahogany
45333 \begin_inset ERT
45334 status collapsed
45335
45336 \begin_layout Plain Layout
45337
45338 }{
45339 \end_layout
45340
45341 \end_inset
45342
45343
45344 \begin_inset Phantom Phantom
45345 status open
45346
45347 \begin_layout Plain Layout
45348 W
45349 \end_layout
45350
45351 \end_inset
45352
45353
45354 \begin_inset ERT
45355 status collapsed
45356
45357 \begin_layout Plain Layout
45358
45359 }
45360 \end_layout
45361
45362 \end_inset
45363
45364  Mahogany
45365 \end_layout
45366
45367 \end_inset
45368 </cell>
45369 </row>
45370 <row>
45371 <cell alignment="left" valignment="top" usebox="none">
45372 \begin_inset Text
45373
45374 \begin_layout Plain Layout
45375 \begin_inset ERT
45376 status collapsed
45377
45378 \begin_layout Plain Layout
45379
45380
45381 \backslash
45382 fcolorbox{black}{
45383 \end_layout
45384
45385 \end_inset
45386
45387 Mahogany
45388 \begin_inset ERT
45389 status collapsed
45390
45391 \begin_layout Plain Layout
45392
45393 }{
45394 \end_layout
45395
45396 \end_inset
45397
45398
45399 \begin_inset Phantom Phantom
45400 status open
45401
45402 \begin_layout Plain Layout
45403 W
45404 \end_layout
45405
45406 \end_inset
45407
45408
45409 \begin_inset ERT
45410 status collapsed
45411
45412 \begin_layout Plain Layout
45413
45414 }
45415 \end_layout
45416
45417 \end_inset
45418
45419  Mahogany
45420 \end_layout
45421
45422 \end_inset
45423 </cell>
45424 <cell alignment="left" valignment="top" usebox="none">
45425 \begin_inset Text
45426
45427 \begin_layout Plain Layout
45428 \begin_inset ERT
45429 status collapsed
45430
45431 \begin_layout Plain Layout
45432
45433
45434 \backslash
45435 fcolorbox{black}{
45436 \end_layout
45437
45438 \end_inset
45439
45440 Maroon
45441 \begin_inset ERT
45442 status collapsed
45443
45444 \begin_layout Plain Layout
45445
45446 }{
45447 \end_layout
45448
45449 \end_inset
45450
45451
45452 \begin_inset Phantom Phantom
45453 status open
45454
45455 \begin_layout Plain Layout
45456 W
45457 \end_layout
45458
45459 \end_inset
45460
45461
45462 \begin_inset ERT
45463 status collapsed
45464
45465 \begin_layout Plain Layout
45466
45467 }
45468 \end_layout
45469
45470 \end_inset
45471
45472  Maroon
45473 \end_layout
45474
45475 \end_inset
45476 </cell>
45477 <cell alignment="left" valignment="top" usebox="none">
45478 \begin_inset Text
45479
45480 \begin_layout Plain Layout
45481 \begin_inset ERT
45482 status collapsed
45483
45484 \begin_layout Plain Layout
45485
45486
45487 \backslash
45488 fcolorbox{black}{
45489 \end_layout
45490
45491 \end_inset
45492
45493 Melon
45494 \begin_inset ERT
45495 status collapsed
45496
45497 \begin_layout Plain Layout
45498
45499 }{
45500 \end_layout
45501
45502 \end_inset
45503
45504
45505 \begin_inset Phantom Phantom
45506 status open
45507
45508 \begin_layout Plain Layout
45509 W
45510 \end_layout
45511
45512 \end_inset
45513
45514
45515 \begin_inset ERT
45516 status collapsed
45517
45518 \begin_layout Plain Layout
45519
45520 }
45521 \end_layout
45522
45523 \end_inset
45524
45525  Melon
45526 \end_layout
45527
45528 \end_inset
45529 </cell>
45530 <cell alignment="left" valignment="top" usebox="none">
45531 \begin_inset Text
45532
45533 \begin_layout Plain Layout
45534 \begin_inset ERT
45535 status collapsed
45536
45537 \begin_layout Plain Layout
45538
45539
45540 \backslash
45541 fcolorbox{black}{
45542 \end_layout
45543
45544 \end_inset
45545
45546 MidnightBlue
45547 \begin_inset ERT
45548 status collapsed
45549
45550 \begin_layout Plain Layout
45551
45552 }{
45553 \end_layout
45554
45555 \end_inset
45556
45557
45558 \begin_inset Phantom Phantom
45559 status open
45560
45561 \begin_layout Plain Layout
45562 W
45563 \end_layout
45564
45565 \end_inset
45566
45567
45568 \begin_inset ERT
45569 status collapsed
45570
45571 \begin_layout Plain Layout
45572
45573 }
45574 \end_layout
45575
45576 \end_inset
45577
45578  MidnightBlue
45579 \end_layout
45580
45581 \end_inset
45582 </cell>
45583 </row>
45584 <row>
45585 <cell alignment="left" valignment="top" usebox="none">
45586 \begin_inset Text
45587
45588 \begin_layout Plain Layout
45589 \begin_inset ERT
45590 status collapsed
45591
45592 \begin_layout Plain Layout
45593
45594
45595 \backslash
45596 fcolorbox{black}{
45597 \end_layout
45598
45599 \end_inset
45600
45601 Mulberry
45602 \begin_inset ERT
45603 status collapsed
45604
45605 \begin_layout Plain Layout
45606
45607 }{
45608 \end_layout
45609
45610 \end_inset
45611
45612
45613 \begin_inset Phantom Phantom
45614 status open
45615
45616 \begin_layout Plain Layout
45617 W
45618 \end_layout
45619
45620 \end_inset
45621
45622
45623 \begin_inset ERT
45624 status collapsed
45625
45626 \begin_layout Plain Layout
45627
45628 }
45629 \end_layout
45630
45631 \end_inset
45632
45633  Mulberry
45634 \end_layout
45635
45636 \end_inset
45637 </cell>
45638 <cell alignment="left" valignment="top" usebox="none">
45639 \begin_inset Text
45640
45641 \begin_layout Plain Layout
45642 \begin_inset ERT
45643 status collapsed
45644
45645 \begin_layout Plain Layout
45646
45647
45648 \backslash
45649 fcolorbox{black}{
45650 \end_layout
45651
45652 \end_inset
45653
45654 NavyBlue
45655 \begin_inset ERT
45656 status collapsed
45657
45658 \begin_layout Plain Layout
45659
45660 }{
45661 \end_layout
45662
45663 \end_inset
45664
45665
45666 \begin_inset Phantom Phantom
45667 status open
45668
45669 \begin_layout Plain Layout
45670 W
45671 \end_layout
45672
45673 \end_inset
45674
45675
45676 \begin_inset ERT
45677 status collapsed
45678
45679 \begin_layout Plain Layout
45680
45681 }
45682 \end_layout
45683
45684 \end_inset
45685
45686  NavyBlue
45687 \end_layout
45688
45689 \end_inset
45690 </cell>
45691 <cell alignment="left" valignment="top" usebox="none">
45692 \begin_inset Text
45693
45694 \begin_layout Plain Layout
45695 \begin_inset ERT
45696 status collapsed
45697
45698 \begin_layout Plain Layout
45699
45700
45701 \backslash
45702 fcolorbox{black}{
45703 \end_layout
45704
45705 \end_inset
45706
45707 OliveGreen
45708 \begin_inset ERT
45709 status collapsed
45710
45711 \begin_layout Plain Layout
45712
45713 }{
45714 \end_layout
45715
45716 \end_inset
45717
45718
45719 \begin_inset Phantom Phantom
45720 status open
45721
45722 \begin_layout Plain Layout
45723 W
45724 \end_layout
45725
45726 \end_inset
45727
45728
45729 \begin_inset ERT
45730 status collapsed
45731
45732 \begin_layout Plain Layout
45733
45734 }
45735 \end_layout
45736
45737 \end_inset
45738
45739  OliveGreen
45740 \end_layout
45741
45742 \end_inset
45743 </cell>
45744 <cell alignment="left" valignment="top" usebox="none">
45745 \begin_inset Text
45746
45747 \begin_layout Plain Layout
45748 \begin_inset ERT
45749 status collapsed
45750
45751 \begin_layout Plain Layout
45752
45753
45754 \backslash
45755 fcolorbox{black}{
45756 \end_layout
45757
45758 \end_inset
45759
45760 Orange
45761 \begin_inset ERT
45762 status collapsed
45763
45764 \begin_layout Plain Layout
45765
45766 }{
45767 \end_layout
45768
45769 \end_inset
45770
45771
45772 \begin_inset Phantom Phantom
45773 status open
45774
45775 \begin_layout Plain Layout
45776 W
45777 \end_layout
45778
45779 \end_inset
45780
45781
45782 \begin_inset ERT
45783 status collapsed
45784
45785 \begin_layout Plain Layout
45786
45787 }
45788 \end_layout
45789
45790 \end_inset
45791
45792  Orange
45793 \end_layout
45794
45795 \end_inset
45796 </cell>
45797 </row>
45798 <row>
45799 <cell alignment="left" valignment="top" usebox="none">
45800 \begin_inset Text
45801
45802 \begin_layout Plain Layout
45803 \begin_inset ERT
45804 status collapsed
45805
45806 \begin_layout Plain Layout
45807
45808
45809 \backslash
45810 fcolorbox{black}{
45811 \end_layout
45812
45813 \end_inset
45814
45815 OrangeRed
45816 \begin_inset ERT
45817 status collapsed
45818
45819 \begin_layout Plain Layout
45820
45821 }{
45822 \end_layout
45823
45824 \end_inset
45825
45826
45827 \begin_inset Phantom Phantom
45828 status open
45829
45830 \begin_layout Plain Layout
45831 W
45832 \end_layout
45833
45834 \end_inset
45835
45836
45837 \begin_inset ERT
45838 status collapsed
45839
45840 \begin_layout Plain Layout
45841
45842 }
45843 \end_layout
45844
45845 \end_inset
45846
45847  OrangeRed
45848 \end_layout
45849
45850 \end_inset
45851 </cell>
45852 <cell alignment="left" valignment="top" usebox="none">
45853 \begin_inset Text
45854
45855 \begin_layout Plain Layout
45856 \begin_inset ERT
45857 status collapsed
45858
45859 \begin_layout Plain Layout
45860
45861
45862 \backslash
45863 fcolorbox{black}{
45864 \end_layout
45865
45866 \end_inset
45867
45868 Orchid
45869 \begin_inset ERT
45870 status collapsed
45871
45872 \begin_layout Plain Layout
45873
45874 }{
45875 \end_layout
45876
45877 \end_inset
45878
45879
45880 \begin_inset Phantom Phantom
45881 status open
45882
45883 \begin_layout Plain Layout
45884 W
45885 \end_layout
45886
45887 \end_inset
45888
45889
45890 \begin_inset ERT
45891 status collapsed
45892
45893 \begin_layout Plain Layout
45894
45895 }
45896 \end_layout
45897
45898 \end_inset
45899
45900  Orchid
45901 \end_layout
45902
45903 \end_inset
45904 </cell>
45905 <cell alignment="left" valignment="top" usebox="none">
45906 \begin_inset Text
45907
45908 \begin_layout Plain Layout
45909 \begin_inset ERT
45910 status collapsed
45911
45912 \begin_layout Plain Layout
45913
45914
45915 \backslash
45916 fcolorbox{black}{
45917 \end_layout
45918
45919 \end_inset
45920
45921 Peach
45922 \begin_inset ERT
45923 status collapsed
45924
45925 \begin_layout Plain Layout
45926
45927 }{
45928 \end_layout
45929
45930 \end_inset
45931
45932
45933 \begin_inset Phantom Phantom
45934 status open
45935
45936 \begin_layout Plain Layout
45937 W
45938 \end_layout
45939
45940 \end_inset
45941
45942
45943 \begin_inset ERT
45944 status collapsed
45945
45946 \begin_layout Plain Layout
45947
45948 }
45949 \end_layout
45950
45951 \end_inset
45952
45953  Peach
45954 \end_layout
45955
45956 \end_inset
45957 </cell>
45958 <cell alignment="left" valignment="top" usebox="none">
45959 \begin_inset Text
45960
45961 \begin_layout Plain Layout
45962 \begin_inset ERT
45963 status collapsed
45964
45965 \begin_layout Plain Layout
45966
45967
45968 \backslash
45969 fcolorbox{black}{
45970 \end_layout
45971
45972 \end_inset
45973
45974 Periwinkle
45975 \begin_inset ERT
45976 status collapsed
45977
45978 \begin_layout Plain Layout
45979
45980 }{
45981 \end_layout
45982
45983 \end_inset
45984
45985
45986 \begin_inset Phantom Phantom
45987 status open
45988
45989 \begin_layout Plain Layout
45990 W
45991 \end_layout
45992
45993 \end_inset
45994
45995
45996 \begin_inset ERT
45997 status collapsed
45998
45999 \begin_layout Plain Layout
46000
46001 }
46002 \end_layout
46003
46004 \end_inset
46005
46006  Periwinkle
46007 \end_layout
46008
46009 \end_inset
46010 </cell>
46011 </row>
46012 <row>
46013 <cell alignment="left" valignment="top" usebox="none">
46014 \begin_inset Text
46015
46016 \begin_layout Plain Layout
46017 \begin_inset ERT
46018 status collapsed
46019
46020 \begin_layout Plain Layout
46021
46022
46023 \backslash
46024 fcolorbox{black}{
46025 \end_layout
46026
46027 \end_inset
46028
46029 PineGreen
46030 \begin_inset ERT
46031 status collapsed
46032
46033 \begin_layout Plain Layout
46034
46035 }{
46036 \end_layout
46037
46038 \end_inset
46039
46040
46041 \begin_inset Phantom Phantom
46042 status open
46043
46044 \begin_layout Plain Layout
46045 W
46046 \end_layout
46047
46048 \end_inset
46049
46050
46051 \begin_inset ERT
46052 status collapsed
46053
46054 \begin_layout Plain Layout
46055
46056 }
46057 \end_layout
46058
46059 \end_inset
46060
46061  PineGreen
46062 \end_layout
46063
46064 \end_inset
46065 </cell>
46066 <cell alignment="left" valignment="top" usebox="none">
46067 \begin_inset Text
46068
46069 \begin_layout Plain Layout
46070 \begin_inset ERT
46071 status collapsed
46072
46073 \begin_layout Plain Layout
46074
46075
46076 \backslash
46077 fcolorbox{black}{
46078 \end_layout
46079
46080 \end_inset
46081
46082 Plum
46083 \begin_inset ERT
46084 status collapsed
46085
46086 \begin_layout Plain Layout
46087
46088 }{
46089 \end_layout
46090
46091 \end_inset
46092
46093
46094 \begin_inset Phantom Phantom
46095 status open
46096
46097 \begin_layout Plain Layout
46098 W
46099 \end_layout
46100
46101 \end_inset
46102
46103
46104 \begin_inset ERT
46105 status collapsed
46106
46107 \begin_layout Plain Layout
46108
46109 }
46110 \end_layout
46111
46112 \end_inset
46113
46114  Plum
46115 \end_layout
46116
46117 \end_inset
46118 </cell>
46119 <cell alignment="left" valignment="top" usebox="none">
46120 \begin_inset Text
46121
46122 \begin_layout Plain Layout
46123 \begin_inset ERT
46124 status collapsed
46125
46126 \begin_layout Plain Layout
46127
46128
46129 \backslash
46130 fcolorbox{black}{
46131 \end_layout
46132
46133 \end_inset
46134
46135 ProcessBlue
46136 \begin_inset ERT
46137 status collapsed
46138
46139 \begin_layout Plain Layout
46140
46141 }{
46142 \end_layout
46143
46144 \end_inset
46145
46146
46147 \begin_inset Phantom Phantom
46148 status open
46149
46150 \begin_layout Plain Layout
46151 W
46152 \end_layout
46153
46154 \end_inset
46155
46156
46157 \begin_inset ERT
46158 status collapsed
46159
46160 \begin_layout Plain Layout
46161
46162 }
46163 \end_layout
46164
46165 \end_inset
46166
46167  ProcessBlue
46168 \end_layout
46169
46170 \end_inset
46171 </cell>
46172 <cell alignment="left" valignment="top" usebox="none">
46173 \begin_inset Text
46174
46175 \begin_layout Plain Layout
46176 \begin_inset ERT
46177 status collapsed
46178
46179 \begin_layout Plain Layout
46180
46181
46182 \backslash
46183 fcolorbox{black}{
46184 \end_layout
46185
46186 \end_inset
46187
46188 Purple
46189 \begin_inset ERT
46190 status collapsed
46191
46192 \begin_layout Plain Layout
46193
46194 }{
46195 \end_layout
46196
46197 \end_inset
46198
46199
46200 \begin_inset Phantom Phantom
46201 status open
46202
46203 \begin_layout Plain Layout
46204 W
46205 \end_layout
46206
46207 \end_inset
46208
46209
46210 \begin_inset ERT
46211 status collapsed
46212
46213 \begin_layout Plain Layout
46214
46215 }
46216 \end_layout
46217
46218 \end_inset
46219
46220  Purple
46221 \end_layout
46222
46223 \end_inset
46224 </cell>
46225 </row>
46226 <row>
46227 <cell alignment="left" valignment="top" usebox="none">
46228 \begin_inset Text
46229
46230 \begin_layout Plain Layout
46231 \begin_inset ERT
46232 status collapsed
46233
46234 \begin_layout Plain Layout
46235
46236
46237 \backslash
46238 fcolorbox{black}{
46239 \end_layout
46240
46241 \end_inset
46242
46243 RawSienna
46244 \begin_inset ERT
46245 status collapsed
46246
46247 \begin_layout Plain Layout
46248
46249 }{
46250 \end_layout
46251
46252 \end_inset
46253
46254
46255 \begin_inset Phantom Phantom
46256 status open
46257
46258 \begin_layout Plain Layout
46259 W
46260 \end_layout
46261
46262 \end_inset
46263
46264
46265 \begin_inset ERT
46266 status collapsed
46267
46268 \begin_layout Plain Layout
46269
46270 }
46271 \end_layout
46272
46273 \end_inset
46274
46275  RawSienna
46276 \end_layout
46277
46278 \end_inset
46279 </cell>
46280 <cell alignment="left" valignment="top" usebox="none">
46281 \begin_inset Text
46282
46283 \begin_layout Plain Layout
46284 \begin_inset ERT
46285 status collapsed
46286
46287 \begin_layout Plain Layout
46288
46289
46290 \backslash
46291 fcolorbox{black}{
46292 \end_layout
46293
46294 \end_inset
46295
46296 RedOrange
46297 \begin_inset ERT
46298 status collapsed
46299
46300 \begin_layout Plain Layout
46301
46302 }{
46303 \end_layout
46304
46305 \end_inset
46306
46307
46308 \begin_inset Phantom Phantom
46309 status open
46310
46311 \begin_layout Plain Layout
46312 W
46313 \end_layout
46314
46315 \end_inset
46316
46317
46318 \begin_inset ERT
46319 status collapsed
46320
46321 \begin_layout Plain Layout
46322
46323 }
46324 \end_layout
46325
46326 \end_inset
46327
46328  RedOrange
46329 \end_layout
46330
46331 \end_inset
46332 </cell>
46333 <cell alignment="left" valignment="top" usebox="none">
46334 \begin_inset Text
46335
46336 \begin_layout Plain Layout
46337 \begin_inset ERT
46338 status collapsed
46339
46340 \begin_layout Plain Layout
46341
46342
46343 \backslash
46344 fcolorbox{black}{
46345 \end_layout
46346
46347 \end_inset
46348
46349 RedViolet
46350 \begin_inset ERT
46351 status collapsed
46352
46353 \begin_layout Plain Layout
46354
46355 }{
46356 \end_layout
46357
46358 \end_inset
46359
46360
46361 \begin_inset Phantom Phantom
46362 status open
46363
46364 \begin_layout Plain Layout
46365 W
46366 \end_layout
46367
46368 \end_inset
46369
46370
46371 \begin_inset ERT
46372 status collapsed
46373
46374 \begin_layout Plain Layout
46375
46376 }
46377 \end_layout
46378
46379 \end_inset
46380
46381  RedViolet
46382 \end_layout
46383
46384 \end_inset
46385 </cell>
46386 <cell alignment="left" valignment="top" usebox="none">
46387 \begin_inset Text
46388
46389 \begin_layout Plain Layout
46390 \begin_inset ERT
46391 status collapsed
46392
46393 \begin_layout Plain Layout
46394
46395
46396 \backslash
46397 fcolorbox{black}{
46398 \end_layout
46399
46400 \end_inset
46401
46402 Rhodamine
46403 \begin_inset ERT
46404 status collapsed
46405
46406 \begin_layout Plain Layout
46407
46408 }{
46409 \end_layout
46410
46411 \end_inset
46412
46413
46414 \begin_inset Phantom Phantom
46415 status open
46416
46417 \begin_layout Plain Layout
46418 W
46419 \end_layout
46420
46421 \end_inset
46422
46423
46424 \begin_inset ERT
46425 status collapsed
46426
46427 \begin_layout Plain Layout
46428
46429 }
46430 \end_layout
46431
46432 \end_inset
46433
46434  Rhodamine
46435 \end_layout
46436
46437 \end_inset
46438 </cell>
46439 </row>
46440 <row>
46441 <cell alignment="left" valignment="top" usebox="none">
46442 \begin_inset Text
46443
46444 \begin_layout Plain Layout
46445 \begin_inset ERT
46446 status collapsed
46447
46448 \begin_layout Plain Layout
46449
46450
46451 \backslash
46452 fcolorbox{black}{
46453 \end_layout
46454
46455 \end_inset
46456
46457 RoyalBlue
46458 \begin_inset ERT
46459 status collapsed
46460
46461 \begin_layout Plain Layout
46462
46463 }{
46464 \end_layout
46465
46466 \end_inset
46467
46468
46469 \begin_inset Phantom Phantom
46470 status open
46471
46472 \begin_layout Plain Layout
46473 W
46474 \end_layout
46475
46476 \end_inset
46477
46478
46479 \begin_inset ERT
46480 status collapsed
46481
46482 \begin_layout Plain Layout
46483
46484 }
46485 \end_layout
46486
46487 \end_inset
46488
46489  RoyalBlue
46490 \end_layout
46491
46492 \end_inset
46493 </cell>
46494 <cell alignment="left" valignment="top" usebox="none">
46495 \begin_inset Text
46496
46497 \begin_layout Plain Layout
46498 \begin_inset ERT
46499 status collapsed
46500
46501 \begin_layout Plain Layout
46502
46503
46504 \backslash
46505 fcolorbox{black}{
46506 \end_layout
46507
46508 \end_inset
46509
46510 RoyalPurple
46511 \begin_inset ERT
46512 status collapsed
46513
46514 \begin_layout Plain Layout
46515
46516 }{
46517 \end_layout
46518
46519 \end_inset
46520
46521
46522 \begin_inset Phantom Phantom
46523 status open
46524
46525 \begin_layout Plain Layout
46526 W
46527 \end_layout
46528
46529 \end_inset
46530
46531
46532 \begin_inset ERT
46533 status collapsed
46534
46535 \begin_layout Plain Layout
46536
46537 }
46538 \end_layout
46539
46540 \end_inset
46541
46542  RoyalPurple
46543 \end_layout
46544
46545 \end_inset
46546 </cell>
46547 <cell alignment="left" valignment="top" usebox="none">
46548 \begin_inset Text
46549
46550 \begin_layout Plain Layout
46551 \begin_inset ERT
46552 status collapsed
46553
46554 \begin_layout Plain Layout
46555
46556
46557 \backslash
46558 fcolorbox{black}{
46559 \end_layout
46560
46561 \end_inset
46562
46563 RubineRed
46564 \begin_inset ERT
46565 status collapsed
46566
46567 \begin_layout Plain Layout
46568
46569 }{
46570 \end_layout
46571
46572 \end_inset
46573
46574
46575 \begin_inset Phantom Phantom
46576 status open
46577
46578 \begin_layout Plain Layout
46579 W
46580 \end_layout
46581
46582 \end_inset
46583
46584
46585 \begin_inset ERT
46586 status collapsed
46587
46588 \begin_layout Plain Layout
46589
46590 }
46591 \end_layout
46592
46593 \end_inset
46594
46595  RubineRed
46596 \end_layout
46597
46598 \end_inset
46599 </cell>
46600 <cell alignment="left" valignment="top" usebox="none">
46601 \begin_inset Text
46602
46603 \begin_layout Plain Layout
46604 \begin_inset ERT
46605 status collapsed
46606
46607 \begin_layout Plain Layout
46608
46609
46610 \backslash
46611 fcolorbox{black}{
46612 \end_layout
46613
46614 \end_inset
46615
46616 Salmon
46617 \begin_inset ERT
46618 status collapsed
46619
46620 \begin_layout Plain Layout
46621
46622 }{
46623 \end_layout
46624
46625 \end_inset
46626
46627
46628 \begin_inset Phantom Phantom
46629 status open
46630
46631 \begin_layout Plain Layout
46632 W
46633 \end_layout
46634
46635 \end_inset
46636
46637
46638 \begin_inset ERT
46639 status collapsed
46640
46641 \begin_layout Plain Layout
46642
46643 }
46644 \end_layout
46645
46646 \end_inset
46647
46648  Salmon
46649 \end_layout
46650
46651 \end_inset
46652 </cell>
46653 </row>
46654 <row>
46655 <cell alignment="left" valignment="top" usebox="none">
46656 \begin_inset Text
46657
46658 \begin_layout Plain Layout
46659 \begin_inset ERT
46660 status collapsed
46661
46662 \begin_layout Plain Layout
46663
46664
46665 \backslash
46666 fcolorbox{black}{
46667 \end_layout
46668
46669 \end_inset
46670
46671 SeaGreen
46672 \begin_inset ERT
46673 status collapsed
46674
46675 \begin_layout Plain Layout
46676
46677 }{
46678 \end_layout
46679
46680 \end_inset
46681
46682
46683 \begin_inset Phantom Phantom
46684 status open
46685
46686 \begin_layout Plain Layout
46687 W
46688 \end_layout
46689
46690 \end_inset
46691
46692
46693 \begin_inset ERT
46694 status collapsed
46695
46696 \begin_layout Plain Layout
46697
46698 }
46699 \end_layout
46700
46701 \end_inset
46702
46703  SeaGreen
46704 \end_layout
46705
46706 \end_inset
46707 </cell>
46708 <cell alignment="left" valignment="top" usebox="none">
46709 \begin_inset Text
46710
46711 \begin_layout Plain Layout
46712 \begin_inset ERT
46713 status collapsed
46714
46715 \begin_layout Plain Layout
46716
46717
46718 \backslash
46719 fcolorbox{black}{
46720 \end_layout
46721
46722 \end_inset
46723
46724 Sepia
46725 \begin_inset ERT
46726 status collapsed
46727
46728 \begin_layout Plain Layout
46729
46730 }{
46731 \end_layout
46732
46733 \end_inset
46734
46735
46736 \begin_inset Phantom Phantom
46737 status open
46738
46739 \begin_layout Plain Layout
46740 W
46741 \end_layout
46742
46743 \end_inset
46744
46745
46746 \begin_inset ERT
46747 status collapsed
46748
46749 \begin_layout Plain Layout
46750
46751 }
46752 \end_layout
46753
46754 \end_inset
46755
46756  Sepia
46757 \end_layout
46758
46759 \end_inset
46760 </cell>
46761 <cell alignment="left" valignment="top" usebox="none">
46762 \begin_inset Text
46763
46764 \begin_layout Plain Layout
46765 \begin_inset ERT
46766 status collapsed
46767
46768 \begin_layout Plain Layout
46769
46770
46771 \backslash
46772 fcolorbox{black}{
46773 \end_layout
46774
46775 \end_inset
46776
46777 SkyBlue
46778 \begin_inset ERT
46779 status collapsed
46780
46781 \begin_layout Plain Layout
46782
46783 }{
46784 \end_layout
46785
46786 \end_inset
46787
46788
46789 \begin_inset Phantom Phantom
46790 status open
46791
46792 \begin_layout Plain Layout
46793 W
46794 \end_layout
46795
46796 \end_inset
46797
46798
46799 \begin_inset ERT
46800 status collapsed
46801
46802 \begin_layout Plain Layout
46803
46804 }
46805 \end_layout
46806
46807 \end_inset
46808
46809  SkyBlue
46810 \end_layout
46811
46812 \end_inset
46813 </cell>
46814 <cell alignment="left" valignment="top" usebox="none">
46815 \begin_inset Text
46816
46817 \begin_layout Plain Layout
46818 \begin_inset ERT
46819 status collapsed
46820
46821 \begin_layout Plain Layout
46822
46823
46824 \backslash
46825 fcolorbox{black}{
46826 \end_layout
46827
46828 \end_inset
46829
46830 SpringGreen
46831 \begin_inset ERT
46832 status collapsed
46833
46834 \begin_layout Plain Layout
46835
46836 }{
46837 \end_layout
46838
46839 \end_inset
46840
46841
46842 \begin_inset Phantom Phantom
46843 status open
46844
46845 \begin_layout Plain Layout
46846 W
46847 \end_layout
46848
46849 \end_inset
46850
46851
46852 \begin_inset ERT
46853 status collapsed
46854
46855 \begin_layout Plain Layout
46856
46857 }
46858 \end_layout
46859
46860 \end_inset
46861
46862  SpringGreen
46863 \end_layout
46864
46865 \end_inset
46866 </cell>
46867 </row>
46868 <row>
46869 <cell alignment="left" valignment="top" usebox="none">
46870 \begin_inset Text
46871
46872 \begin_layout Plain Layout
46873 \begin_inset ERT
46874 status collapsed
46875
46876 \begin_layout Plain Layout
46877
46878
46879 \backslash
46880 fcolorbox{black}{
46881 \end_layout
46882
46883 \end_inset
46884
46885 Tan
46886 \begin_inset ERT
46887 status collapsed
46888
46889 \begin_layout Plain Layout
46890
46891 }{
46892 \end_layout
46893
46894 \end_inset
46895
46896
46897 \begin_inset Phantom Phantom
46898 status open
46899
46900 \begin_layout Plain Layout
46901 W
46902 \end_layout
46903
46904 \end_inset
46905
46906
46907 \begin_inset ERT
46908 status collapsed
46909
46910 \begin_layout Plain Layout
46911
46912 }
46913 \end_layout
46914
46915 \end_inset
46916
46917  Tan
46918 \end_layout
46919
46920 \end_inset
46921 </cell>
46922 <cell alignment="left" valignment="top" usebox="none">
46923 \begin_inset Text
46924
46925 \begin_layout Plain Layout
46926 \begin_inset ERT
46927 status collapsed
46928
46929 \begin_layout Plain Layout
46930
46931
46932 \backslash
46933 fcolorbox{black}{
46934 \end_layout
46935
46936 \end_inset
46937
46938 TealBlue
46939 \begin_inset ERT
46940 status collapsed
46941
46942 \begin_layout Plain Layout
46943
46944 }{
46945 \end_layout
46946
46947 \end_inset
46948
46949
46950 \begin_inset Phantom Phantom
46951 status open
46952
46953 \begin_layout Plain Layout
46954 W
46955 \end_layout
46956
46957 \end_inset
46958
46959
46960 \begin_inset ERT
46961 status collapsed
46962
46963 \begin_layout Plain Layout
46964
46965 }
46966 \end_layout
46967
46968 \end_inset
46969
46970  TealBlue
46971 \end_layout
46972
46973 \end_inset
46974 </cell>
46975 <cell alignment="left" valignment="top" usebox="none">
46976 \begin_inset Text
46977
46978 \begin_layout Plain Layout
46979 \begin_inset ERT
46980 status collapsed
46981
46982 \begin_layout Plain Layout
46983
46984
46985 \backslash
46986 fcolorbox{black}{
46987 \end_layout
46988
46989 \end_inset
46990
46991 Thistle
46992 \begin_inset ERT
46993 status collapsed
46994
46995 \begin_layout Plain Layout
46996
46997 }{
46998 \end_layout
46999
47000 \end_inset
47001
47002
47003 \begin_inset Phantom Phantom
47004 status open
47005
47006 \begin_layout Plain Layout
47007 W
47008 \end_layout
47009
47010 \end_inset
47011
47012
47013 \begin_inset ERT
47014 status collapsed
47015
47016 \begin_layout Plain Layout
47017
47018 }
47019 \end_layout
47020
47021 \end_inset
47022
47023  Thistle
47024 \end_layout
47025
47026 \end_inset
47027 </cell>
47028 <cell alignment="left" valignment="top" usebox="none">
47029 \begin_inset Text
47030
47031 \begin_layout Plain Layout
47032 \begin_inset ERT
47033 status collapsed
47034
47035 \begin_layout Plain Layout
47036
47037
47038 \backslash
47039 fcolorbox{black}{
47040 \end_layout
47041
47042 \end_inset
47043
47044 Turquoise
47045 \begin_inset ERT
47046 status collapsed
47047
47048 \begin_layout Plain Layout
47049
47050 }{
47051 \end_layout
47052
47053 \end_inset
47054
47055
47056 \begin_inset Phantom Phantom
47057 status open
47058
47059 \begin_layout Plain Layout
47060 W
47061 \end_layout
47062
47063 \end_inset
47064
47065
47066 \begin_inset ERT
47067 status collapsed
47068
47069 \begin_layout Plain Layout
47070
47071 }
47072 \end_layout
47073
47074 \end_inset
47075
47076  Turquoise
47077 \end_layout
47078
47079 \end_inset
47080 </cell>
47081 </row>
47082 <row>
47083 <cell alignment="left" valignment="top" usebox="none">
47084 \begin_inset Text
47085
47086 \begin_layout Plain Layout
47087 \begin_inset ERT
47088 status collapsed
47089
47090 \begin_layout Plain Layout
47091
47092
47093 \backslash
47094 fcolorbox{black}{
47095 \end_layout
47096
47097 \end_inset
47098
47099 Violet
47100 \begin_inset ERT
47101 status collapsed
47102
47103 \begin_layout Plain Layout
47104
47105 }{
47106 \end_layout
47107
47108 \end_inset
47109
47110
47111 \begin_inset Phantom Phantom
47112 status open
47113
47114 \begin_layout Plain Layout
47115 W
47116 \end_layout
47117
47118 \end_inset
47119
47120
47121 \begin_inset ERT
47122 status collapsed
47123
47124 \begin_layout Plain Layout
47125
47126 }
47127 \end_layout
47128
47129 \end_inset
47130
47131  Violet
47132 \end_layout
47133
47134 \end_inset
47135 </cell>
47136 <cell alignment="left" valignment="top" usebox="none">
47137 \begin_inset Text
47138
47139 \begin_layout Plain Layout
47140 \begin_inset ERT
47141 status collapsed
47142
47143 \begin_layout Plain Layout
47144
47145
47146 \backslash
47147 fcolorbox{black}{
47148 \end_layout
47149
47150 \end_inset
47151
47152 VioletRed
47153 \begin_inset ERT
47154 status collapsed
47155
47156 \begin_layout Plain Layout
47157
47158 }{
47159 \end_layout
47160
47161 \end_inset
47162
47163
47164 \begin_inset Phantom Phantom
47165 status open
47166
47167 \begin_layout Plain Layout
47168 W
47169 \end_layout
47170
47171 \end_inset
47172
47173
47174 \begin_inset ERT
47175 status collapsed
47176
47177 \begin_layout Plain Layout
47178
47179 }
47180 \end_layout
47181
47182 \end_inset
47183
47184  VioletRed
47185 \end_layout
47186
47187 \end_inset
47188 </cell>
47189 <cell alignment="left" valignment="top" usebox="none">
47190 \begin_inset Text
47191
47192 \begin_layout Plain Layout
47193 \begin_inset ERT
47194 status collapsed
47195
47196 \begin_layout Plain Layout
47197
47198
47199 \backslash
47200 fcolorbox{black}{
47201 \end_layout
47202
47203 \end_inset
47204
47205 WildStrawberry
47206 \begin_inset ERT
47207 status collapsed
47208
47209 \begin_layout Plain Layout
47210
47211 }{
47212 \end_layout
47213
47214 \end_inset
47215
47216
47217 \begin_inset Phantom Phantom
47218 status open
47219
47220 \begin_layout Plain Layout
47221 W
47222 \end_layout
47223
47224 \end_inset
47225
47226
47227 \begin_inset ERT
47228 status collapsed
47229
47230 \begin_layout Plain Layout
47231
47232 }
47233 \end_layout
47234
47235 \end_inset
47236
47237  WildStrawberry
47238 \end_layout
47239
47240 \end_inset
47241 </cell>
47242 <cell alignment="left" valignment="top" usebox="none">
47243 \begin_inset Text
47244
47245 \begin_layout Plain Layout
47246 \begin_inset ERT
47247 status collapsed
47248
47249 \begin_layout Plain Layout
47250
47251
47252 \backslash
47253 fcolorbox{black}{
47254 \end_layout
47255
47256 \end_inset
47257
47258 YellowGreen
47259 \begin_inset ERT
47260 status collapsed
47261
47262 \begin_layout Plain Layout
47263
47264 }{
47265 \end_layout
47266
47267 \end_inset
47268
47269
47270 \begin_inset Phantom Phantom
47271 status open
47272
47273 \begin_layout Plain Layout
47274 W
47275 \end_layout
47276
47277 \end_inset
47278
47279
47280 \begin_inset ERT
47281 status collapsed
47282
47283 \begin_layout Plain Layout
47284
47285 }
47286 \end_layout
47287
47288 \end_inset
47289
47290  YellowGreen
47291 \end_layout
47292
47293 \end_inset
47294 </cell>
47295 </row>
47296 <row>
47297 <cell alignment="left" valignment="top" usebox="none">
47298 \begin_inset Text
47299
47300 \begin_layout Plain Layout
47301 \begin_inset ERT
47302 status collapsed
47303
47304 \begin_layout Plain Layout
47305
47306
47307 \backslash
47308 fcolorbox{black}{
47309 \end_layout
47310
47311 \end_inset
47312
47313 YellowOrange
47314 \begin_inset ERT
47315 status collapsed
47316
47317 \begin_layout Plain Layout
47318
47319 }{
47320 \end_layout
47321
47322 \end_inset
47323
47324
47325 \begin_inset Phantom Phantom
47326 status open
47327
47328 \begin_layout Plain Layout
47329 W
47330 \end_layout
47331
47332 \end_inset
47333
47334
47335 \begin_inset ERT
47336 status collapsed
47337
47338 \begin_layout Plain Layout
47339
47340 }
47341 \end_layout
47342
47343 \end_inset
47344
47345  YellowOrange
47346 \end_layout
47347
47348 \end_inset
47349 </cell>
47350 <cell alignment="left" valignment="top" usebox="none">
47351 \begin_inset Text
47352
47353 \begin_layout Plain Layout
47354
47355 \end_layout
47356
47357 \end_inset
47358 </cell>
47359 <cell alignment="left" valignment="top" usebox="none">
47360 \begin_inset Text
47361
47362 \begin_layout Plain Layout
47363
47364 \end_layout
47365
47366 \end_inset
47367 </cell>
47368 <cell alignment="left" valignment="top" usebox="none">
47369 \begin_inset Text
47370
47371 \begin_layout Plain Layout
47372
47373 \end_layout
47374
47375 \end_inset
47376 </cell>
47377 </row>
47378 </lyxtabular>
47379
47380 \end_inset
47381
47382
47383 \end_layout
47384
47385 \begin_layout Chapter
47386 Explication de l' équation
47387 \begin_inset space ~
47388 \end_inset
47389
47390 (
47391 \begin_inset CommandInset ref
47392 LatexCommand ref
47393 reference "eq:Wgn"
47394
47395 \end_inset
47396
47397 )
47398 \begin_inset CommandInset label
47399 LatexCommand label
47400 name "cha:Explication-de-l'Equation"
47401
47402 \end_inset
47403
47404
47405 \end_layout
47406
47407 \begin_layout Standard
47408 La largeur totale de 
47409 \emph on
47410 n
47411 \emph default
47412  cellules de tableau 
47413 \begin_inset Formula $L_{\mathrm{tot\,n}}$
47414 \end_inset
47415
47416  peut être calculée avec
47417 \begin_inset Formula 
47418 \begin{equation}
47419 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
47420 \end{equation}
47421
47422 \end_inset
47423
47424
47425 \end_layout
47426
47427 \begin_layout Standard
47428 où 
47429 \begin_inset Formula $L_{g\,n}$
47430 \end_inset
47431
47432  est la largeur fixe de toutes les cellules.
47433  
47434 \series bold
47435
47436 \backslash
47437 tabcolsep
47438 \series default
47439  est la largeur utilisée par \SpecialChar LaTeX
47440  entre le texte de la cellule et la bordure,
47441  sa valeur implicite est 6
47442 \begin_inset space \thinspace{}
47443 \end_inset
47444
47445 pt.
47446  
47447 \series bold
47448
47449 \backslash
47450 arrayrulewidth
47451 \series default
47452  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
47453 \begin_inset space \thinspace{}
47454 \end_inset
47455
47456 pt.
47457 \end_layout
47458
47459 \begin_layout Standard
47460 D'après l'équation
47461 \begin_inset space ~
47462 \end_inset
47463
47464
47465 \begin_inset CommandInset ref
47466 LatexCommand eqref
47467 reference "eq:Wtot_n"
47468
47469 \end_inset
47470
47471 , la largeur totale d'une multi-colonnes, 
47472 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
47473 \end_inset
47474
47475  est
47476 \begin_inset Formula 
47477 \begin{equation}
47478 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
47479 \end{equation}
47480
47481 \end_inset
47482
47483
47484 \end_layout
47485
47486 \begin_layout Standard
47487 En posant que les équations 
47488 \begin_inset space ~
47489 \end_inset
47490
47491
47492 \begin_inset CommandInset ref
47493 LatexCommand eqref
47494 reference "eq:Wtot_n"
47495
47496 \end_inset
47497
47498  et 
47499 \begin_inset CommandInset ref
47500 LatexCommand eqref
47501 reference "eq:Wtot_mult"
47502
47503 \end_inset
47504
47505  sont égales, on peut calculer la largeur nécessaire 
47506 \begin_inset Formula $L_{g\,n}$
47507 \end_inset
47508
47509  quand 
47510 \emph on
47511 n
47512 \emph default
47513  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
47514  de 
47515 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
47516 \end_inset
47517
47518 :
47519 \begin_inset Formula 
47520 \begin{equation}
47521 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
47522 \end{equation}
47523
47524 \end_inset
47525
47526
47527 \end_layout
47528
47529 \begin_layout Bibliography
47530 \begin_inset CommandInset bibitem
47531 LatexCommand bibitem
47532 key "latexcompanion"
47533 literal "true"
47534
47535 \end_inset
47536
47537 Frank Mittelbach and Michel Goossens: 
47538 \emph on
47539 The \SpecialChar LaTeX
47540  Companion Second Edition.
47541
47542 \emph default
47543  Addison-Wesley, 2004
47544 \end_layout
47545
47546 \begin_layout Bibliography
47547 \begin_inset CommandInset bibitem
47548 LatexCommand bibitem
47549 key "latexguide"
47550 literal "true"
47551
47552 \end_inset
47553
47554 Helmut Kopka and Patrick W.
47555  Daly: 
47556 \emph on
47557 A Guide to \SpecialChar LaTeX
47558  Fourth Edition.
47559
47560 \emph default
47561  Addison-Wesley, 2003
47562 \end_layout
47563
47564 \begin_layout Bibliography
47565 \begin_inset CommandInset bibitem
47566 LatexCommand bibitem
47567 key "latexbook"
47568 literal "true"
47569
47570 \end_inset
47571
47572 Leslie Lamport: 
47573 \emph on
47574 \SpecialChar LaTeX
47575 : A Document Preparation System.
47576
47577 \emph default
47578  Addison-Wesley, second edition, 1994
47579 \end_layout
47580
47581 \begin_layout Bibliography
47582 \begin_inset CommandInset bibitem
47583 LatexCommand bibitem
47584 key "arydshln"
47585 literal "true"
47586
47587 \end_inset
47588
47589 Documentation du paquetage \SpecialChar LaTeX
47590
47591 \series bold
47592  
47593 \begin_inset CommandInset href
47594 LatexCommand href
47595 name "arydshln"
47596 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
47597 literal "false"
47598
47599 \end_inset
47600
47601
47602 \series default
47603
47604 \begin_inset Index idx
47605 status collapsed
47606
47607 \begin_layout Plain Layout
47608 Paquetages \SpecialChar LaTeX
47609  ! arydshln
47610 \end_layout
47611
47612 \end_inset
47613
47614
47615 \end_layout
47616
47617 \begin_layout Bibliography
47618 \begin_inset CommandInset bibitem
47619 LatexCommand bibitem
47620 key "booktabs"
47621 literal "true"
47622
47623 \end_inset
47624
47625 Documentation du paquetage \SpecialChar LaTeX
47626  
47627 \series bold
47628
47629 \begin_inset CommandInset href
47630 LatexCommand href
47631 name "booktabs"
47632 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
47633 literal "false"
47634
47635 \end_inset
47636
47637
47638 \series default
47639
47640 \begin_inset Index idx
47641 status collapsed
47642
47643 \begin_layout Plain Layout
47644 Paquetages \SpecialChar LaTeX
47645  ! booktabs
47646 \end_layout
47647
47648 \end_inset
47649
47650
47651 \end_layout
47652
47653 \begin_layout Bibliography
47654 \begin_inset CommandInset bibitem
47655 LatexCommand bibitem
47656 key "caption"
47657 literal "true"
47658
47659 \end_inset
47660
47661 Documentation du paquetage \SpecialChar LaTeX
47662  
47663 \series bold
47664
47665 \begin_inset CommandInset href
47666 LatexCommand href
47667 name "caption"
47668 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
47669 literal "false"
47670
47671 \end_inset
47672
47673
47674 \series default
47675
47676 \begin_inset Index idx
47677 status collapsed
47678
47679 \begin_layout Plain Layout
47680 Paquetages \SpecialChar LaTeX
47681  ! caption
47682 \end_layout
47683
47684 \end_inset
47685
47686
47687 \end_layout
47688
47689 \begin_layout Bibliography
47690 \begin_inset CommandInset bibitem
47691 LatexCommand bibitem
47692 key "diagbox"
47693 literal "true"
47694
47695 \end_inset
47696
47697 Documentation du paquetage \SpecialChar LaTeX
47698  
47699 \series bold
47700
47701 \begin_inset CommandInset href
47702 LatexCommand href
47703 name "diagbox"
47704 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
47705 literal "false"
47706
47707 \end_inset
47708
47709
47710 \series default
47711
47712 \begin_inset Index idx
47713 status collapsed
47714
47715 \begin_layout Plain Layout
47716 Paquetages \SpecialChar LaTeX
47717  ! diagbox
47718 \end_layout
47719
47720 \end_inset
47721
47722
47723 \end_layout
47724
47725 \begin_layout Bibliography
47726 \begin_inset CommandInset bibitem
47727 LatexCommand bibitem
47728 key "endfloat"
47729 literal "true"
47730
47731 \end_inset
47732
47733 Documentation du paquetage \SpecialChar LaTeX
47734  
47735 \series bold
47736
47737 \begin_inset CommandInset href
47738 LatexCommand href
47739 name "endfloat"
47740 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
47741 literal "false"
47742
47743 \end_inset
47744
47745
47746 \series default
47747
47748 \begin_inset Index idx
47749 status collapsed
47750
47751 \begin_layout Plain Layout
47752 Paquetages \SpecialChar LaTeX
47753  ! endfloat
47754 \end_layout
47755
47756 \end_inset
47757
47758
47759 \end_layout
47760
47761 \begin_layout Bibliography
47762 \begin_inset CommandInset bibitem
47763 LatexCommand bibitem
47764 key "footmisc"
47765 literal "true"
47766
47767 \end_inset
47768
47769 Documentation du paquetage \SpecialChar LaTeX
47770  
47771 \series bold
47772
47773 \begin_inset CommandInset href
47774 LatexCommand href
47775 name "footmisc"
47776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
47777 literal "false"
47778
47779 \end_inset
47780
47781
47782 \series default
47783
47784 \begin_inset Index idx
47785 status collapsed
47786
47787 \begin_layout Plain Layout
47788 Paquetages \SpecialChar LaTeX
47789  ! footmisc
47790 \end_layout
47791
47792 \end_inset
47793
47794
47795 \end_layout
47796
47797 \begin_layout Bibliography
47798 \begin_inset CommandInset bibitem
47799 LatexCommand bibitem
47800 key "hypcap"
47801 literal "true"
47802
47803 \end_inset
47804
47805 Documentation du paquetage \SpecialChar LaTeX
47806  
47807 \series bold
47808
47809 \begin_inset CommandInset href
47810 LatexCommand href
47811 name "hypcap"
47812 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47813 literal "false"
47814
47815 \end_inset
47816
47817
47818 \series default
47819
47820 \begin_inset Index idx
47821 status collapsed
47822
47823 \begin_layout Plain Layout
47824 Paquetages \SpecialChar LaTeX
47825  ! hyperref
47826 \end_layout
47827
47828 \end_inset
47829
47830
47831 \end_layout
47832
47833 \begin_layout Bibliography
47834 \begin_inset CommandInset bibitem
47835 LatexCommand bibitem
47836 key "hyperref"
47837 literal "true"
47838
47839 \end_inset
47840
47841 Documentation du paquetage \SpecialChar LaTeX
47842  
47843 \series bold
47844
47845 \begin_inset CommandInset href
47846 LatexCommand href
47847 name "hyperref"
47848 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
47849 literal "false"
47850
47851 \end_inset
47852
47853
47854 \series default
47855
47856 \begin_inset Index idx
47857 status collapsed
47858
47859 \begin_layout Plain Layout
47860 Paquetages \SpecialChar LaTeX
47861  ! hyperref
47862 \end_layout
47863
47864 \end_inset
47865
47866
47867 \end_layout
47868
47869 \begin_layout Bibliography
47870 \begin_inset CommandInset bibitem
47871 LatexCommand bibitem
47872 key "KOMA-Script"
47873 literal "true"
47874
47875 \end_inset
47876
47877 Documentation du paquetage \SpecialChar LaTeX
47878  
47879 \series bold
47880
47881 \begin_inset CommandInset href
47882 LatexCommand href
47883 name "KOMA-Script"
47884 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47885 literal "false"
47886
47887 \end_inset
47888
47889
47890 \series default
47891
47892 \begin_inset Index idx
47893 status collapsed
47894
47895 \begin_layout Plain Layout
47896 Paquetages \SpecialChar LaTeX
47897  ! KOMA-Script
47898 \end_layout
47899
47900 \end_inset
47901
47902
47903 \end_layout
47904
47905 \begin_layout Bibliography
47906 \begin_inset CommandInset bibitem
47907 LatexCommand bibitem
47908 key "lettrine"
47909 literal "true"
47910
47911 \end_inset
47912
47913 Documentation du paquetage \SpecialChar LaTeX
47914  
47915 \series bold
47916
47917 \begin_inset CommandInset href
47918 LatexCommand href
47919 name "lettrine"
47920 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47921 literal "false"
47922
47923 \end_inset
47924
47925
47926 \series default
47927  et un 
47928 \begin_inset CommandInset href
47929 LatexCommand href
47930 name "exemple"
47931 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
47932 literal "false"
47933
47934 \end_inset
47935
47936
47937 \begin_inset Index idx
47938 status collapsed
47939
47940 \begin_layout Plain Layout
47941 Paquetages \SpecialChar LaTeX
47942  ! lettrine
47943 \end_layout
47944
47945 \end_inset
47946
47947
47948 \end_layout
47949
47950 \begin_layout Bibliography
47951 \begin_inset CommandInset bibitem
47952 LatexCommand bibitem
47953 key "listings"
47954 literal "true"
47955
47956 \end_inset
47957
47958 Documentation du paquetage \SpecialChar LaTeX
47959  
47960 \series bold
47961
47962 \begin_inset CommandInset href
47963 LatexCommand href
47964 name "listings"
47965 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
47966 literal "false"
47967
47968 \end_inset
47969
47970
47971 \series default
47972
47973 \begin_inset Index idx
47974 status collapsed
47975
47976 \begin_layout Plain Layout
47977 Paquetages \SpecialChar LaTeX
47978  ! listings
47979 \end_layout
47980
47981 \end_inset
47982
47983
47984 \end_layout
47985
47986 \begin_layout Bibliography
47987 \begin_inset CommandInset bibitem
47988 LatexCommand bibitem
47989 key "minted"
47990 literal "true"
47991
47992 \end_inset
47993
47994 Documentation du paquetage \SpecialChar LaTeX
47995  
47996 \series bold
47997
47998 \begin_inset CommandInset href
47999 LatexCommand href
48000 name "minted"
48001 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
48002 literal "false"
48003
48004 \end_inset
48005
48006
48007 \series default
48008
48009 \begin_inset Index idx
48010 status collapsed
48011
48012 \begin_layout Plain Layout
48013 Paquetages \SpecialChar LaTeX
48014  ! minted
48015 \end_layout
48016
48017 \end_inset
48018
48019
48020 \end_layout
48021
48022 \begin_layout Bibliography
48023 \begin_inset CommandInset bibitem
48024 LatexCommand bibitem
48025 key "marginnote"
48026 literal "true"
48027
48028 \end_inset
48029
48030 Documentation du paquetage \SpecialChar LaTeX
48031  
48032 \series bold
48033
48034 \begin_inset CommandInset href
48035 LatexCommand href
48036 name "marginnote"
48037 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
48038 literal "false"
48039
48040 \end_inset
48041
48042
48043 \series default
48044
48045 \begin_inset Index idx
48046 status collapsed
48047
48048 \begin_layout Plain Layout
48049 Paquetages \SpecialChar LaTeX
48050  ! marginnote
48051 \end_layout
48052
48053 \end_inset
48054
48055
48056 \end_layout
48057
48058 \begin_layout Bibliography
48059 \begin_inset CommandInset bibitem
48060 LatexCommand bibitem
48061 key "pdfpages"
48062 literal "true"
48063
48064 \end_inset
48065
48066 Documentation du paquetage \SpecialChar LaTeX
48067  
48068 \series bold
48069
48070 \begin_inset CommandInset href
48071 LatexCommand href
48072 name "pdfpages"
48073 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
48074 literal "false"
48075
48076 \end_inset
48077
48078
48079 \series default
48080
48081 \begin_inset Index idx
48082 status collapsed
48083
48084 \begin_layout Plain Layout
48085 Paquetages \SpecialChar LaTeX
48086  ! pdfpages
48087 \end_layout
48088
48089 \end_inset
48090
48091
48092 \begin_inset CommandInset href
48093 LatexCommand href
48094 name "Exclure le texte du fichier PDF"
48095 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
48096 literal "false"
48097
48098 \end_inset
48099
48100
48101 \end_layout
48102
48103 \begin_layout Bibliography
48104 \begin_inset CommandInset bibitem
48105 LatexCommand bibitem
48106 key "prettyref"
48107 literal "true"
48108
48109 \end_inset
48110
48111 Documentation du paquetage \SpecialChar LaTeX
48112
48113 \series bold
48114  
48115 \begin_inset CommandInset href
48116 LatexCommand href
48117 name "prettyref"
48118 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
48119 literal "false"
48120
48121 \end_inset
48122
48123
48124 \series default
48125
48126 \begin_inset Index idx
48127 status collapsed
48128
48129 \begin_layout Plain Layout
48130 Paquetages \SpecialChar LaTeX
48131  ! prettyref
48132 \end_layout
48133
48134 \end_inset
48135
48136
48137 \end_layout
48138
48139 \begin_layout Bibliography
48140 \begin_inset CommandInset bibitem
48141 LatexCommand bibitem
48142 key "pstricks"
48143 literal "true"
48144
48145 \end_inset
48146
48147 Page Web du paquetage \SpecialChar LaTeX
48148  
48149 \series bold
48150
48151 \begin_inset CommandInset href
48152 LatexCommand href
48153 name "PSTricks"
48154 target "http://tug.org/PSTricks/"
48155 literal "false"
48156
48157 \end_inset
48158
48159
48160 \series default
48161
48162 \begin_inset Index idx
48163 status collapsed
48164
48165 \begin_layout Plain Layout
48166 Paquetages \SpecialChar LaTeX
48167  ! PSTricks
48168 \end_layout
48169
48170 \end_inset
48171
48172
48173 \end_layout
48174
48175 \begin_layout Bibliography
48176 \begin_inset CommandInset bibitem
48177 LatexCommand bibitem
48178 key "refstyle"
48179 literal "true"
48180
48181 \end_inset
48182
48183 Documentation du paquetage \SpecialChar LaTeX
48184
48185 \series bold
48186  
48187 \begin_inset CommandInset href
48188 LatexCommand href
48189 name "refstyle"
48190 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
48191 literal "false"
48192
48193 \end_inset
48194
48195
48196 \series default
48197
48198 \begin_inset Index idx
48199 status collapsed
48200
48201 \begin_layout Plain Layout
48202 Paquetages \SpecialChar LaTeX
48203  ! refstyle
48204 \end_layout
48205
48206 \end_inset
48207
48208
48209 \end_layout
48210
48211 \begin_layout Bibliography
48212 \begin_inset CommandInset bibitem
48213 LatexCommand bibitem
48214 key "sidecap"
48215 literal "true"
48216
48217 \end_inset
48218
48219 Documentation du paquetage \SpecialChar LaTeX
48220  
48221 \series bold
48222
48223 \begin_inset CommandInset href
48224 LatexCommand href
48225 name "sidecap"
48226 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
48227 literal "false"
48228
48229 \end_inset
48230
48231
48232 \series default
48233
48234 \begin_inset Index idx
48235 status collapsed
48236
48237 \begin_layout Plain Layout
48238 Paquetages \SpecialChar LaTeX
48239  ! sidecap
48240 \end_layout
48241
48242 \end_inset
48243
48244
48245 \end_layout
48246
48247 \begin_layout Bibliography
48248 \begin_inset CommandInset bibitem
48249 LatexCommand bibitem
48250 key "Inkscape"
48251 literal "true"
48252
48253 \end_inset
48254
48255 Documentation de l'option 
48256 \begin_inset CommandInset href
48257 LatexCommand href
48258 name "Exclure le texte du PDF"
48259 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
48260 literal "false"
48261
48262 \end_inset
48263
48264  du programme 
48265 \noun on
48266
48267 \begin_inset CommandInset href
48268 LatexCommand href
48269 name "Inkscape"
48270 target "https://inkscape.org/fr/"
48271 literal "false"
48272
48273 \end_inset
48274
48275
48276 \end_layout
48277
48278 \begin_layout Standard
48279 \begin_inset CommandInset index_print
48280 LatexCommand printindex
48281 type "idx"
48282 name "Index"
48283 literal "false"
48284
48285 \end_inset
48286
48287
48288 \end_layout
48289
48290 \end_body
48291 \end_document