]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
French UserGuide.lyx: translations by Jean-Pierre
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package arydshln
122 % used for tables with dashed lines
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % check for package marginnote
130 % used for margin notes
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % check for package sidecap
139 % used for captions on the side
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % check for picinpar
147 % used for surrounded fixed objects
148 \newboolean{picinpar}
149 \IfFileExists{picinpar.sty}
150  {\usepackage{picinpar}
151   \setboolean{picinpar}{true}}
152  {\setboolean{picinpar}{false}}
153
154 % check for lettrine
155 \newboolean{lettrine}
156 \IfFileExists{lettrine.sty}
157  {\usepackage{lettrine}
158   \setboolean{lettrine}{true}}
159  {\setboolean{lettrine}{false}}
160
161 % check for diagbox
162 \newboolean{diagbox}
163 \IfFileExists{diagbox.sty}
164  {\usepackage{diagbox}
165   \setboolean{diagbox}{true}}
166  {\setboolean{diagbox}{false}}
167
168 % use normal list environments also in French documents
169 \frenchbsetup{StandardLayout}
170
171 % workaround for a bug in KOMA-script 3.10a
172 % remove this if a newer KOMA-script version is released!
173 \usepackage{everysel,sidecap}
174 \end_preamble
175 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
176 \use_default_options false
177 \begin_modules
178 initials
179 \end_modules
180 \maintain_unincluded_children false
181 \language french
182 \language_package default
183 \inputencoding auto
184 \fontencoding global
185 \font_roman default
186 \font_sans default
187 \font_typewriter default
188 \font_default_family default
189 \use_non_tex_fonts false
190 \font_sc false
191 \font_osf false
192 \font_sf_scale 100
193 \font_tt_scale 100
194
195 \graphics default
196 \default_output_format default
197 \output_sync 0
198 \bibtex_command default
199 \index_command default
200 \paperfontsize 12
201 \spacing single
202 \use_hyperref true
203 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
204 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
205 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
206 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
207 \pdf_bookmarks true
208 \pdf_bookmarksnumbered true
209 \pdf_bookmarksopen true
210 \pdf_bookmarksopenlevel 1
211 \pdf_breaklinks false
212 \pdf_pdfborder false
213 \pdf_colorlinks true
214 \pdf_backref false
215 \pdf_pdfusetitle false
216 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
217 \papersize default
218 \use_geometry false
219 \use_amsmath 2
220 \use_esint 0
221 \use_mhchem 1
222 \use_mathdots 1
223 \cite_engine basic
224 \use_bibtopic false
225 \use_indices false
226 \paperorientation portrait
227 \suppress_date false
228 \use_refstyle 0
229 \notefontcolor #0000ff
230 \index Index
231 \shortcut idx
232 \color #008000
233 \end_index
234 \secnumdepth 3
235 \tocdepth 3
236 \paragraph_separation skip
237 \defskip medskip
238 \quotes_language french
239 \papercolumns 1
240 \papersides 2
241 \paperpagestyle default
242 \bullet 1 1 34 -1
243 \bullet 2 2 35 -1
244 \bullet 3 2 7 -1
245 \tracking_changes false
246 \output_changes false
247 \html_math_output 0
248 \html_css_as_file 0
249 \html_be_strict false
250 \end_header
251
252 \begin_body
253
254 \begin_layout Title
255 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
256  les boîtes et les objets externes de LyX
257 \end_layout
258
259 \begin_layout Author
260 par l'Équipe LyX
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 LyX: 
268 \begin_inset CommandInset href
269 LatexCommand href
270 name "lyx-docs@lists.lyx.org"
271 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
272 type "mailto:"
273
274 \end_inset
275
276
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Note Note
283 status open
284
285 \begin_layout Plain Layout
286 auteur original : Uwe Stöhr
287 \end_layout
288
289 \begin_layout Plain Layout
290 Traduction française : Siegfried Meunier-Guttin-Cluzel
291 \end_layout
292
293 \begin_layout Plain Layout
294 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
295 n/Navigation, 31/10/2012, JPChrétien
296 \end_layout
297
298 \begin_layout Plain Layout
299 version 2.0.x novembre 2011
300 \end_layout
301
302 \end_inset
303
304
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \family sans
314 Version 2.0.x
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset CommandInset toc
319 LatexCommand tableofcontents
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Plain Layout
331 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
332  
333 \series bold
334 arydshln
335 \series default
336
337 \series bold
338 colortbl
339 \series default
340
341 \series bold
342 diagbox, lettrine, marginnote, picinpar
343 \series default
344 , et 
345 \series bold
346 sidecap
347 \series default
348  doivent être installés.
349  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
350  les sections qui nécessitent les paquetages en question n'apparaîtront
351  pas sur la sortie.
352 \end_layout
353
354 \begin_layout Plain Layout
355 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
356 \begin_inset Newline newline
357 \end_inset
358
359
360 \series bold
361 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
362 \end_layout
363
364 \end_inset
365
366
367 \end_layout
368
369 \begin_layout Chapter
370 Figures
371 \begin_inset Index idx
372 status collapsed
373
374 \begin_layout Plain Layout
375 Figures
376 \end_layout
377
378 \end_inset
379
380
381 \begin_inset Index idx
382 status collapsed
383
384 \begin_layout Plain Layout
385 Graphiques|see
386 \begin_inset ERT
387 status collapsed
388
389 \begin_layout Plain Layout
390
391 {
392 \end_layout
393
394 \end_inset
395
396 Figures
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402 }
403 \end_layout
404
405 \end_inset
406
407
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Section
416 La fenêtre de dialogue graphique
417 \begin_inset Index idx
418 status collapsed
419
420 \begin_layout Plain Layout
421 Figures ! Fenêtre de dialogue Graphique
422 \end_layout
423
424 \end_inset
425
426
427 \begin_inset CommandInset label
428 LatexCommand label
429 name "sec:Graphics-Dialog"
430
431 \end_inset
432
433
434 \end_layout
435
436 \begin_layout Standard
437 Pour placer une figure dans votre document, cliquez sur le bouton 
438 \begin_inset Info
439 type  "icon"
440 arg   "dialog-show-new-inset graphics"
441 \end_inset
442
443  dans la barre d'outils, ou faites 
444 \family sans
445 Insertion\SpecialChar \menuseparator
446 Graphique
447 \family default
448 .
449  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
450  à charger.
451  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
452  dans le texte.
453 \end_layout
454
455 \begin_layout Standard
456 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
457  sur une image
458 \begin_inset Note Note
459 status collapsed
460
461 \begin_layout Plain Layout
462 Ça marche aussi avec le bouton gauche ! (NdT)
463 \end_layout
464
465 \end_inset
466
467 .
468  Cette fenêtre de dialogue possède trois onglets:
469 \end_layout
470
471 \begin_layout Description
472 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
473  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
474  Les unités de longueurs utilisées sont décrites dans l'appendice
475 \begin_inset space ~
476 \end_inset
477
478
479 \begin_inset CommandInset ref
480 LatexCommand ref
481 reference "cha:Unités-de-longueur"
482
483 \end_inset
484
485 .
486 \begin_inset Newline newline
487 \end_inset
488
489
490 \begin_inset Index idx
491 status collapsed
492
493 \begin_layout Plain Layout
494 Figures ! Pivotées
495 \end_layout
496
497 \end_inset
498
499 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
500  d'une montre, en donnant l'angle de rotation et la position du pivot.
501  L'image apparaîtra pivotée dans LyX.
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 ! Redimensionnées
511 \end_layout
512
513 \end_inset
514
515 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
516  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
517  sa largeur.
518  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
519  déterminée automatiquement.
520  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
521  éventuellement une distorsion.
522  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
523  
524 \family sans
525 Conserver
526 \begin_inset space ~
527 \end_inset
528
529 les
530 \begin_inset space ~
531 \end_inset
532
533 proportions
534 \family default
535 .
536  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
537  pas les valeurs fixées.
538  
539 \begin_inset Newline newline
540 \end_inset
541
542 Les images peuvent être modifiée en utilisant le programme de votre choix
543  en faisant un clic droit dessus et en choisissant 
544 \family sans
545 Éditer le fichier ailleurs
546 \family default
547  dans le menu contextuel qui apparaît.
548  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
549  
550 \family sans
551 Formats
552 \begin_inset space ~
553 \end_inset
554
555 de
556 \begin_inset space ~
557 \end_inset
558
559 fichiers
560 \family default
561  dans la fenêtre de dialogue de 
562 \family sans
563 Préférences
564 \family default
565  de LyX.
566 \end_layout
567
568 \begin_layout Description
569 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
570  la sortie finale est de modifier les coordonnées de la zone de l'image
571  qui est affichée.
572  Cette zone peut être calculée automatiquement à partir des données présentes
573  dans le fichier en appuyant sur le bouton 
574 \family sans
575 Valeurs
576 \begin_inset space ~
577 \end_inset
578
579 du
580 \begin_inset space ~
581 \end_inset
582
583 Fichier
584 \family default
585 .
586  Avec l'option 
587 \family sans
588 Couper
589 \begin_inset space ~
590 \end_inset
591
592 à
593 \begin_inset space ~
594 \end_inset
595
596 la
597 \begin_inset space ~
598 \end_inset
599
600 boîte
601 \begin_inset space ~
602 \end_inset
603
604 de
605 \begin_inset space ~
606 \end_inset
607
608 délimitation, 
609 \family default
610 seule la portion de l'image qui est dans la zone définie sera imprimée.
611  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
612  donc vous pouvez ignorer l'onglet 
613 \family sans
614 Rogner
615 \family default
616 .
617 \end_layout
618
619 \begin_layout Description
620
621 \family sans
622 Options
623 \begin_inset space ~
624 \end_inset
625
626 LaTeX
627 \begin_inset space ~
628 \end_inset
629
630 et
631 \begin_inset space ~
632 \end_inset
633
634 LyX
635 \family default
636  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
637  les experts ès-LaTeX pourront fournir des options supplémentaires pour
638  LaTeX
639 \begin_inset Newline newline
640 \end_inset
641
642 L'option 
643 \family sans
644 Mode brouillon
645 \family default
646  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
647  avec la taille de l'image.
648 \begin_inset Newline newline
649 \end_inset
650
651 L'option 
652 \family sans
653 Ne
654 \begin_inset space ~
655 \end_inset
656
657 pas
658 \begin_inset space ~
659 \end_inset
660
661 décompresser
662 \begin_inset space ~
663 \end_inset
664
665 à
666 \begin_inset space ~
667 \end_inset
668
669 l'exportation
670 \family default
671  n'affectera que les graphiques EPS zippés, par exemple 
672 \family typewriter
673 x.eps.gz
674 \family default
675 .
676  Quand cette option est activée, les images ne sont pas décompressées à
677  l'exportation, vu que LaTeX peut les traiter telles-quelles
678 \begin_inset Newline newline
679 \end_inset
680
681 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
682  disques quand on utilise PostScript comme format de sortie, voir l'appendice
683 \begin_inset space ~
684 \end_inset
685
686
687 \begin_inset CommandInset ref
688 LatexCommand ref
689 reference "sec:PostScript"
690
691 \end_inset
692
693 .
694  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
695  terminal UNIX ou une console Windows:
696 \begin_inset Newline newline
697 \end_inset
698
699
700 \series bold
701 gzip x.eps
702 \series default
703
704 \begin_inset Newline newline
705 \end_inset
706
707
708 \series bold
709 zgrep %%Bounding x.eps.gz > x.eps.bb
710 \series default
711
712 \begin_inset Newline newline
713 \end_inset
714
715 La seconde commande va créer le fichier contenant la description de la boîte
716  de délimitation 
717 \begin_inset Quotes eld
718 \end_inset
719
720
721 \family typewriter
722 x.eps.bb
723 \family default
724
725 \begin_inset Quotes erd
726 \end_inset
727
728  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
729 \begin_inset Newline newline
730 \end_inset
731
732 Dans la section 
733 \family sans
734 Groupe
735 \begin_inset space ~
736 \end_inset
737
738 de
739 \begin_inset space ~
740 \end_inset
741
742 graphiques
743 \family default
744  vous pouvez définir ou de choisir un groupe de paramètres d'image
745 \begin_inset Index idx
746 status collapsed
747
748 \begin_layout Plain Layout
749 Figures ! Groupes de paramétrisation
750 \end_layout
751
752 \end_inset
753
754 .
755  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
756  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
757  les autres soient automatiquement modifiées de la même manière.
758  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
759  avoir à modifier leur taille manuellement une par une.
760  On peut rattacher une image à un groupe existant en utilisant le menu contextue
761 l de l'image et en cochant le nom du groupe dans la liste
762 \begin_inset Foot
763 status collapsed
764
765 \begin_layout Plain Layout
766 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
767 \end_layout
768
769 \end_inset
770
771 .
772 \end_layout
773
774 \begin_layout Standard
775 \begin_inset VSpace bigskip
776 \end_inset
777
778
779 \end_layout
780
781 \begin_layout Standard
782 Voici un exemple d'image au format EPS
783 \begin_inset Foot
784 status collapsed
785
786 \begin_layout Plain Layout
787 Les format d'images sont décrits dans la section
788 \begin_inset space ~
789 \end_inset
790
791
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "sec:Image-Formats"
795
796 \end_inset
797
798 .
799 \end_layout
800
801 \end_inset
802
803  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
804 nt:
805 \end_layout
806
807 \begin_layout Standard
808 \align center
809 \begin_inset Graphics
810         filename ../clipart/mobius.eps
811         scale 70
812         scaleBeforeRotation
813         rotateOrigin center
814
815 \end_inset
816
817
818 \end_layout
819
820 \begin_layout Standard
821 Et voici la même image mais en mode brouillon:
822 \end_layout
823
824 \begin_layout Standard
825 \align center
826 \begin_inset Graphics
827         filename ../clipart/mobius.eps
828         scale 70
829         draft
830         scaleBeforeRotation
831         rotateOrigin center
832
833 \end_inset
834
835
836 \end_layout
837
838 \begin_layout Section
839 Figures flottantes
840 \begin_inset CommandInset label
841 LatexCommand label
842 name "sec:Figure-Floats"
843
844 \end_inset
845
846
847 \begin_inset Index idx
848 status collapsed
849
850 \begin_layout Plain Layout
851 Flottants ! Figures
852 \end_layout
853
854 \end_inset
855
856
857 \begin_inset Index idx
858 status collapsed
859
860 \begin_layout Plain Layout
861 Figures ! Flottants
862 \end_layout
863
864 \end_inset
865
866
867 \end_layout
868
869 \begin_layout Standard
870 Pour des explications d'ordre général concernant les flottants, jetez un
871  coup d'œil à la section
872 \begin_inset space ~
873 \end_inset
874
875
876 \begin_inset CommandInset ref
877 LatexCommand ref
878 reference "sec:Flottants-Introduction"
879
880 \end_inset
881
882 .
883 \end_layout
884
885 \begin_layout Standard
886 Le bouton 
887 \begin_inset Info
888 type  "icon"
889 arg   "float-insert figure"
890 \end_inset
891
892  de la barre d'outils et le menu 
893 \family sans
894 Insertion\SpecialChar \menuseparator
895 Flottant\SpecialChar \menuseparator
896 Figure
897 \family default
898  insèrent un flottant avec l'étiquette 
899 \begin_inset Quotes eld
900 \end_inset
901
902
903 \series bold
904 Figure
905 \begin_inset space ~
906 \end_inset
907
908 #:
909 \series default
910
911 \begin_inset Quotes erd
912 \end_inset
913
914  (# est le numéro réel de l'image).
915  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
916 \begin_inset space ~
917 \end_inset
918
919
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "fig:kill-plat"
923
924 \end_inset
925
926  ou en dessous de la légende comme pour la Figure
927 \begin_inset space ~
928 \end_inset
929
930
931 \begin_inset CommandInset ref
932 LatexCommand ref
933 reference "fig:escher"
934
935 \end_inset
936
937 .
938  Vous trouverez plus d'information sur le positionnement des légendes dans
939  la section
940 \begin_inset space ~
941 \end_inset
942
943
944 \begin_inset CommandInset ref
945 LatexCommand ref
946 reference "sec:Placement-légende"
947
948 \end_inset
949
950 .
951 \end_layout
952
953 \begin_layout Standard
954 \begin_inset Float figure
955 wide false
956 sideways false
957 status open
958
959 \begin_layout Plain Layout
960 \align center
961 \begin_inset Graphics
962         filename ../clipart/platypus.eps
963         width 50col%
964         scaleBeforeRotation
965         rotateOrigin center
966
967 \end_inset
968
969
970 \end_layout
971
972 \begin_layout Plain Layout
973 \begin_inset Caption
974
975 \begin_layout Plain Layout
976 \begin_inset CommandInset label
977 LatexCommand label
978 name "fig:kill-plat"
979
980 \end_inset
981
982 Un ornithorynque sévèrement déformé dans un flottant de figure.
983 \end_layout
984
985 \end_inset
986
987
988 \end_layout
989
990 \end_inset
991
992
993 \end_layout
994
995 \begin_layout Standard
996 \begin_inset Float figure
997 wide false
998 sideways false
999 status open
1000
1001 \begin_layout Plain Layout
1002 \begin_inset Caption
1003
1004 \begin_layout Plain Layout
1005 \begin_inset CommandInset label
1006 LatexCommand label
1007 name "fig:escher"
1008
1009 \end_inset
1010
1011 M.C.
1012  Escher sous LSD.
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \align center
1022 \begin_inset Graphics
1023         filename ../clipart/escher-lsd.eps
1024         scale 80
1025         scaleBeforeRotation
1026         rotateOrigin center
1027
1028 \end_inset
1029
1030
1031 \end_layout
1032
1033 \end_inset
1034
1035
1036 \end_layout
1037
1038 \begin_layout Standard
1039 \begin_inset Index idx
1040 status collapsed
1041
1042 \begin_layout Plain Layout
1043 References@Références ! à des Figures
1044 \end_layout
1045
1046 \end_inset
1047
1048 Les figure
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "fig:kill-plat"
1056
1057 \end_inset
1058
1059  et 
1060 \begin_inset CommandInset ref
1061 LatexCommand ref
1062 reference "fig:escher"
1063
1064 \end_inset
1065
1066  sont des exemples de figures référencées.
1067  Dans le texte, on fait référence à une figure en faisant référence à sa
1068  légende.
1069  On insère donc une étiquette dans la légende en utilisant le menu 
1070 \family sans
1071 Insertion
1072 \family default
1073 \SpecialChar \menuseparator
1074
1075 \family sans
1076 Étiquette
1077 \family default
1078  ou le bouton 
1079 \begin_inset Info
1080 type  "icon"
1081 arg   "label-insert"
1082 \end_inset
1083
1084  de la barre d'outils.
1085  On peut alors faire référence à cette étiquette en utilisant le menu 
1086 \family sans
1087 Insertion\SpecialChar \menuseparator
1088 Référence
1089 \begin_inset space ~
1090 \end_inset
1091
1092 croisée
1093 \family default
1094  ou le bouton 
1095 \begin_inset Info
1096 type  "icon"
1097 arg   "dialog-show-new-inset ref"
1098 \end_inset
1099
1100  de la barre d'outils.
1101  Il est important d'utiliser des références pour les flottants de figures
1102  plutôt que des locutions vagues du genre 
1103 \begin_inset Quotes eld
1104 \end_inset
1105
1106 la figure ci-dessous
1107 \begin_inset Quotes erd
1108 \end_inset
1109
1110 , puisque LaTeX va repositionner la figure dans le document final.
1111  Votre figure risque de ne plus être ci-dessous du tout !
1112 \begin_inset Newline newline
1113 \end_inset
1114
1115 Le référencement est expliqué plus en détail dans la section
1116 \begin_inset space ~
1117 \end_inset
1118
1119
1120 \begin_inset CommandInset ref
1121 LatexCommand ref
1122 reference "sec:Referencer-les-Flottants"
1123
1124 \end_inset
1125
1126 .
1127 \end_layout
1128
1129 \begin_layout Standard
1130 En principe on met une seule figure dans un flottant, mais parfois vous
1131  pouvez vouloir deux figures avec chacune sa sous-légende.
1132  C'est possible en insérant des flottants d'image dans des flottants d'image
1133  existants.
1134  Notez que seule la légende principale des flottants est reprise dans la
1135  liste des figures.
1136  La figure
1137 \begin_inset space ~
1138 \end_inset
1139
1140
1141 \begin_inset CommandInset ref
1142 LatexCommand ref
1143 reference "fig:Deux-images-déformées"
1144
1145 \end_inset
1146
1147  est un exemple de flottant de figure avec deux images mises l'une à côté
1148  de l'autre.
1149  Vous pouvez aussi mettre les images les unes sous les autres.
1150  Les figures
1151 \begin_inset space ~
1152 \end_inset
1153
1154
1155 \begin_inset CommandInset ref
1156 LatexCommand ref
1157 reference "fig:Structure-indéfinissable"
1158
1159 \end_inset
1160
1161  et 
1162 \begin_inset CommandInset ref
1163 LatexCommand ref
1164 reference "fig:Un-ornithorynque"
1165
1166 \end_inset
1167
1168  sont des sous-figures.
1169 \end_layout
1170
1171 \begin_layout Standard
1172 \begin_inset Float figure
1173 wide false
1174 sideways false
1175 status open
1176
1177 \begin_layout Plain Layout
1178 \begin_inset space \hfill{}
1179 \end_inset
1180
1181
1182 \begin_inset Float figure
1183 wide false
1184 sideways false
1185 status open
1186
1187 \begin_layout Plain Layout
1188 \begin_inset Caption
1189
1190 \begin_layout Plain Layout
1191 \begin_inset CommandInset label
1192 LatexCommand label
1193 name "fig:Structure-indéfinissable"
1194
1195 \end_inset
1196
1197 Structure indéfinissable
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \end_layout
1204
1205 \begin_layout Plain Layout
1206 \begin_inset Graphics
1207         filename ../clipart/escher-lsd.eps
1208         width 45col%
1209         scaleBeforeRotation
1210         groupId Déformés
1211
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \begin_inset space \hfill{}
1221 \end_inset
1222
1223
1224 \begin_inset Float figure
1225 wide false
1226 sideways false
1227 status open
1228
1229 \begin_layout Plain Layout
1230 \begin_inset Caption
1231
1232 \begin_layout Plain Layout
1233 \begin_inset CommandInset label
1234 LatexCommand label
1235 name "fig:Un-ornithorynque"
1236
1237 \end_inset
1238
1239 Un ornithorynque
1240 \end_layout
1241
1242 \end_inset
1243
1244
1245 \end_layout
1246
1247 \begin_layout Plain Layout
1248 \begin_inset Graphics
1249         filename ../clipart/platypus.eps
1250         width 45col%
1251         scaleBeforeRotation
1252         groupId Déformés
1253
1254 \end_inset
1255
1256
1257 \end_layout
1258
1259 \end_inset
1260
1261
1262 \begin_inset space \hfill{}
1263 \end_inset
1264
1265
1266 \end_layout
1267
1268 \begin_layout Plain Layout
1269 \begin_inset Caption
1270
1271 \begin_layout Plain Layout
1272 \begin_inset CommandInset label
1273 LatexCommand label
1274 name "fig:Deux-images-déformées"
1275
1276 \end_inset
1277
1278 Deux images déformées.
1279  Les deux images font partie du groupe de paramétrisation 
1280 \begin_inset Quotes eld
1281 \end_inset
1282
1283 déformés
1284 \begin_inset Quotes erd
1285 \end_inset
1286
1287 .
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \end_layout
1294
1295 \end_inset
1296
1297
1298 \end_layout
1299
1300 \begin_layout Section
1301 Les formats d'images
1302 \begin_inset CommandInset label
1303 LatexCommand label
1304 name "sec:Image-Formats"
1305
1306 \end_inset
1307
1308
1309 \begin_inset Index idx
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313 Formats d' images
1314 \end_layout
1315
1316 \end_inset
1317
1318
1319 \begin_inset Index idx
1320 status collapsed
1321
1322 \begin_layout Plain Layout
1323 Figures ! Formats d'images
1324 \end_layout
1325
1326 \end_inset
1327
1328
1329 \end_layout
1330
1331 \begin_layout Standard
1332 Vous pouvez insérer des images dans n'importe quel format connu.
1333  Mais, comme nous l'avons expliqué dans l'appendice
1334 \begin_inset space ~
1335 \end_inset
1336
1337
1338 \begin_inset CommandInset ref
1339 LatexCommand ref
1340 reference "cha:Formats-fichiers-graphiques"
1341
1342 \end_inset
1343
1344 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1345  de formats d'images.
1346  Pour s'en sortir LyX utilise le programme 
1347 \family typewriter
1348 ImageMagick
1349 \family default
1350  en arrière plan pour convertir les formats que vous utilisez dans un des
1351  formats acceptés par le format de sortie.
1352  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1353 ons en n'utilisant que les formats listés dans les sous sections de l'appendice
1354 \begin_inset space ~
1355 \end_inset
1356
1357
1358 \begin_inset CommandInset ref
1359 LatexCommand ref
1360 reference "cha:Formats-fichiers-graphiques"
1361
1362 \end_inset
1363
1364 .
1365 \end_layout
1366
1367 \begin_layout Standard
1368 Comme pour les polices de caractères, il y a deux grands types de formats
1369  d'images:
1370 \end_layout
1371
1372 \begin_layout Description
1373 Les
1374 \begin_inset space ~
1375 \end_inset
1376
1377 images
1378 \begin_inset space ~
1379 \end_inset
1380
1381 Matricielles
1382 \begin_inset space ~
1383 \end_inset
1384
1385 (ou
1386 \begin_inset space ~
1387 \end_inset
1388
1389 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1390  enregistrés sous un format compressé.
1391  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1392  petits carrés quand on utilise des agrandissements trop importants (aspect
1393  
1394 \begin_inset Quotes eld
1395 \end_inset
1396
1397 pixellisé
1398 \begin_inset Quotes erd
1399 \end_inset
1400
1401 ).
1402  Les formats matriciels les plus connus sont le GIF (
1403 \begin_inset Quotes eld
1404 \end_inset
1405
1406 Graphics Interchange Format
1407 \begin_inset Quotes erd
1408 \end_inset
1409
1410 , avec comme extension de fichier 
1411 \begin_inset Quotes eld
1412 \end_inset
1413
1414
1415 \family typewriter
1416 .gif
1417 \family default
1418
1419 \begin_inset Quotes erd
1420 \end_inset
1421
1422 )
1423 \begin_inset Index idx
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 GIF|see
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 {
1434 \end_layout
1435
1436 \end_inset
1437
1438 Format d'image
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 }
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \end_inset
1453
1454 , le PNG (
1455 \begin_inset Quotes eld
1456 \end_inset
1457
1458 Portable Network Graphics, extension 
1459 \begin_inset Quotes eld
1460 \end_inset
1461
1462
1463 \family typewriter
1464 .png
1465 \family default
1466
1467 \begin_inset Quotes erd
1468 \end_inset
1469
1470 )
1471 \begin_inset Index idx
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475 PNG|see
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 {
1482 \end_layout
1483
1484 \end_inset
1485
1486 Formats d'image
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 }
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \end_inset
1501
1502  et le JPG (
1503 \begin_inset Quotes eld
1504 \end_inset
1505
1506 Joint Photographic Expert Group, extension 
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510
1511 \family typewriter
1512 .jpg
1513 \family default
1514
1515 \begin_inset Quotes erd
1516 \end_inset
1517
1518  ou 
1519 \begin_inset Quotes eld
1520 \end_inset
1521
1522
1523 \family typewriter
1524 .jpeg
1525 \family default
1526
1527 \begin_inset Quotes erd
1528 \end_inset
1529
1530 )
1531 \begin_inset Index idx
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535 JPG|see
1536 \begin_inset ERT
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540
1541 {
1542 \end_layout
1543
1544 \end_inset
1545
1546 Formats d'image
1547 \begin_inset ERT
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551
1552 }
1553 \end_layout
1554
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561
1562 .
1563 \end_layout
1564
1565 \begin_layout Description
1566 Les
1567 \begin_inset space ~
1568 \end_inset
1569
1570 images
1571 \begin_inset space ~
1572 \end_inset
1573
1574 Vectorielles
1575 \begin_inset space ~
1576 \end_inset
1577
1578 (ou
1579 \begin_inset space ~
1580 \end_inset
1581
1582 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1583  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1584 nnée comme on le veut sans perte de précision.
1585  La possibilité de redimensionner les images est très utilisé pour les présentat
1586 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1587 nnement.
1588  Le redimensionnement permet aussi de présenter des documents en ligne où
1589  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1590  étudier les détails.
1591 \begin_inset Newline newline
1592 \end_inset
1593
1594 Les principaux formats vectoriels sont le SVG (
1595 \begin_inset Quotes eld
1596 \end_inset
1597
1598 Scalable Vector Graphics
1599 \begin_inset Quotes erd
1600 \end_inset
1601
1602 , extension
1603 \begin_inset Quotes eld
1604 \end_inset
1605
1606
1607 \family typewriter
1608 .svg
1609 \family default
1610
1611 \begin_inset Quotes erd
1612 \end_inset
1613
1614 )
1615 \begin_inset Index idx
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619 SVG|see
1620 \begin_inset ERT
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624
1625 {
1626 \end_layout
1627
1628 \end_inset
1629
1630 Format d'image
1631 \begin_inset ERT
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635
1636 }
1637 \end_layout
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \end_inset
1645
1646 , l'EPS ( 
1647 \begin_inset Quotes eld
1648 \end_inset
1649
1650 encapsulated PostScript
1651 \begin_inset Quotes erd
1652 \end_inset
1653
1654 , extension
1655 \begin_inset Quotes eld
1656 \end_inset
1657
1658
1659 \family typewriter
1660 .eps
1661 \family default
1662
1663 \begin_inset Quotes erd
1664 \end_inset
1665
1666 )
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 EPS|see
1672 \begin_inset ERT
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676
1677 {
1678 \end_layout
1679
1680 \end_inset
1681
1682 Format d'image
1683 \begin_inset ERT
1684 status collapsed
1685
1686 \begin_layout Plain Layout
1687
1688 }
1689 \end_layout
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \end_inset
1697
1698 , le PDF (
1699 \begin_inset Quotes eld
1700 \end_inset
1701
1702 Portable Document Format
1703 \begin_inset Quotes erd
1704 \end_inset
1705
1706 , extension
1707 \begin_inset Quotes eld
1708 \end_inset
1709
1710
1711 \family typewriter
1712 .pdf
1713 \family default
1714
1715 \begin_inset Quotes erd
1716 \end_inset
1717
1718 )
1719 \begin_inset Index idx
1720 status collapsed
1721
1722 \begin_layout Plain Layout
1723 PDF|see
1724 \begin_inset ERT
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728
1729 {
1730 \end_layout
1731
1732 \end_inset
1733
1734 Format d'image
1735 \begin_inset ERT
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 }
1741 \end_layout
1742
1743 \end_inset
1744
1745
1746 \end_layout
1747
1748 \end_inset
1749
1750  et le WMF (
1751 \begin_inset Quotes eld
1752 \end_inset
1753
1754 Windows Metafile
1755 \begin_inset Quotes erd
1756 \end_inset
1757
1758 , extension 
1759 \begin_inset Quotes eld
1760 \end_inset
1761
1762
1763 \family typewriter
1764 .wfm
1765 \family default
1766
1767 \begin_inset Quotes erd
1768 \end_inset
1769
1770  ou 
1771 \begin_inset Quotes eld
1772 \end_inset
1773
1774
1775 \family typewriter
1776 .emf
1777 \family default
1778
1779 \begin_inset Quotes erd
1780 \end_inset
1781
1782 )
1783 \begin_inset Index idx
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787 WMF|see
1788 \begin_inset ERT
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792
1793 {
1794 \end_layout
1795
1796 \end_inset
1797
1798 Formats d'images
1799 \begin_inset ERT
1800 status collapsed
1801
1802 \begin_layout Plain Layout
1803
1804 }
1805 \end_layout
1806
1807 \end_inset
1808
1809
1810 \end_layout
1811
1812 \end_inset
1813
1814 .
1815  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1816  en EPS, mais le résultat ne sera pas redimensionnable.
1817  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1818 \begin_inset Foot
1819 status collapsed
1820
1821 \begin_layout Plain Layout
1822 Dans le cas du PDF l'image initiale est aussi compressée.
1823 \end_layout
1824
1825 \end_inset
1826
1827
1828 \end_layout
1829
1830 \begin_layout Standard
1831 Les fichiers PDF générés par 
1832 \family typewriter
1833 Adobe Photoshop
1834 \family default
1835 , par exemple, sont des images matricielles.
1836 \end_layout
1837
1838 \begin_layout Standard
1839 En principe il est quasiment impossible de convertir une image matricielle
1840  en graphique vectoriel, seul le contraire est possible.
1841  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1842  dans respectivement un fichier de sortie PDF ou PostScript.
1843  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1844  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1845  WMF/SVG
1846 \begin_inset Formula $\to$
1847 \end_inset
1848
1849 PDF/EPS convenables.
1850 \end_layout
1851
1852 \begin_layout Chapter
1853 Tableaux
1854 \begin_inset Index idx
1855 status collapsed
1856
1857 \begin_layout Plain Layout
1858 Tableau
1859 \end_layout
1860
1861 \end_inset
1862
1863
1864 \end_layout
1865
1866 \begin_layout Section
1867 Introduction
1868 \begin_inset Index idx
1869 status collapsed
1870
1871 \begin_layout Plain Layout
1872 Tableau ! Introduction
1873 \end_layout
1874
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \begin_layout Standard
1881 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1882  
1883 \begin_inset Info
1884 type  "icon"
1885 arg   "tabular-insert"
1886 \end_inset
1887
1888  soit 
1889 \family sans
1890 Insertion\SpecialChar \menuseparator
1891 Tableau
1892 \family default
1893 .
1894  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1895  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1896  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1897  sur un bouton de la souris pour valider votre choix.
1898  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1899  vous demandant le nombre de lignes et de colonnes.
1900 \begin_inset Newline newline
1901 \end_inset
1902
1903 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1904  une à droite de la colonne la plus à droite et une en bas de la rangée
1905  du bas, qui forment une boîte autour du tableau.
1906  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1907  apparaît séparée du reste du tableau.
1908  Voici un exemple :
1909 \end_layout
1910
1911 \begin_layout Standard
1912 \align center
1913 \begin_inset Tabular
1914 <lyxtabular version="3" rows="4" columns="4">
1915 <features tabularvalignment="middle">
1916 <column alignment="center" valignment="top" width="0">
1917 <column alignment="center" valignment="top" width="0">
1918 <column alignment="center" valignment="top" width="0">
1919 <column alignment="center" valignment="top" width="0">
1920 <row>
1921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934 1
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943 2
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 3
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 </row>
1958 <row>
1959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963 A
1964 \end_layout
1965
1966 \end_inset
1967 </cell>
1968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 </row>
1996 <row>
1997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Plain Layout
2001 B
2002 \end_layout
2003
2004 \end_inset
2005 </cell>
2006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2007 \begin_inset Text
2008
2009 \begin_layout Plain Layout
2010
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Plain Layout
2019
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 </row>
2034 <row>
2035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2036 \begin_inset Text
2037
2038 \begin_layout Plain Layout
2039 C
2040 \end_layout
2041
2042 \end_inset
2043 </cell>
2044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 </row>
2072 </lyxtabular>
2073
2074 \end_inset
2075
2076
2077 \end_layout
2078
2079 \begin_layout Section
2080 La fenêtre 
2081 \family sans
2082 tableau
2083 \family default
2084
2085 \begin_inset Index idx
2086 status collapsed
2087
2088 \begin_layout Plain Layout
2089 Tableau ! Fenêtre de dialogue
2090 \end_layout
2091
2092 \end_inset
2093
2094
2095 \end_layout
2096
2097 \begin_layout Standard
2098 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2099  de la souris, ce qui fait apparaître une fenêtre avec des options.
2100  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2101  la colonne et la ligne dans laquelle le curseur se trouve.
2102  La plupart des options peuvent s'appliquer à des sélections.
2103  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2104  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2105  votre sélection.
2106  Notez qu'il y a une différence entre sélectionner le 
2107 \emph on
2108 contenu 
2109 \emph default
2110 d'une cellule et sélectionner la cellule elle-même.
2111 \begin_inset Newline newline
2112 \end_inset
2113
2114 En cochant l'option 
2115 \family sans
2116 Application
2117 \begin_inset space ~
2118 \end_inset
2119
2120 immédiate
2121 \family default
2122  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2123  est appliquée directement.
2124  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2125  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2126  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2127  de dialogue, vous devez appuyer sur 
2128 \family sans
2129 Entrée
2130 \family default
2131  pour que la modification soit appliquée.
2132 \begin_inset Newline newline
2133 \end_inset
2134
2135 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2136  :
2137 \end_layout
2138
2139 \begin_layout Description
2140 Paramètres
2141 \begin_inset space ~
2142 \end_inset
2143
2144 du
2145 \begin_inset space ~
2146 \end_inset
2147
2148 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2149  la largeur de la colonne courante.
2150  L'alignement horizontal 
2151 \family sans
2152 Au
2153 \begin_inset space ~
2154 \end_inset
2155
2156 séparateur
2157 \begin_inset space ~
2158 \end_inset
2159
2160 décimal
2161 \family default
2162  est décrit dans la section
2163 \begin_inset space ~
2164 \end_inset
2165
2166
2167 \begin_inset CommandInset ref
2168 LatexCommand ref
2169 reference "sub:Alignements-de-cellules"
2170
2171 \end_inset
2172
2173 .
2174  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2175  vertical de la ligne courante.
2176  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2177  et donc, plusieurs paragraphes de texte, voir la section
2178 \begin_inset space ~
2179 \end_inset
2180
2181
2182 \begin_inset CommandInset ref
2183 LatexCommand ref
2184 reference "sub:Lignes-multiple-dans-cellule"
2185
2186 \end_inset
2187
2188 .
2189  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2190  pour accommoder le contenu de cellule le plus large.
2191 \begin_inset Newline newline
2192 \end_inset
2193
2194 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2195  un multicolonne, voir la section
2196 \begin_inset space ~
2197 \end_inset
2198
2199
2200 \begin_inset CommandInset ref
2201 LatexCommand ref
2202 reference "sub:Multicolonnes"
2203
2204 \end_inset
2205
2206  ou une cellule d'une colonne comme cellule multiligne, voir la section
2207 \begin_inset space ~
2208 \end_inset
2209
2210
2211 \begin_inset CommandInset ref
2212 LatexCommand ref
2213 reference "sub:Multi-lignes"
2214
2215 \end_inset
2216
2217 .
2218 \begin_inset Newline newline
2219 \end_inset
2220
2221 L'option 
2222 \family sans
2223 Tourner
2224 \begin_inset space ~
2225 \end_inset
2226
2227 la
2228 \begin_inset space ~
2229 \end_inset
2230
2231 case
2232 \begin_inset space ~
2233 \end_inset
2234
2235 de
2236 \begin_inset space ~
2237 \end_inset
2238
2239 90°
2240 \family default
2241  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2242  L'option 
2243 \family sans
2244 Tourner
2245 \begin_inset space ~
2246 \end_inset
2247
2248 le
2249 \begin_inset space ~
2250 \end_inset
2251
2252 tableau
2253 \begin_inset space ~
2254 \end_inset
2255
2256 de
2257 \begin_inset space ~
2258 \end_inset
2259
2260 90°
2261 \family default
2262  fait pivoter tout le tableau.
2263  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2264  la sortie finale.
2265  Pour plus d'information voir la section
2266 \begin_inset space ~
2267 \end_inset
2268
2269
2270 \begin_inset CommandInset ref
2271 LatexCommand ref
2272 reference "sec:Rotated-Table-Cells"
2273
2274 \end_inset
2275
2276 .
2277 \begin_inset Newline newline
2278 \end_inset
2279
2280
2281 \begin_inset Note Greyedout
2282 status open
2283
2284 \begin_layout Plain Layout
2285
2286 \series bold
2287 Note:
2288 \series default
2289  La plupart des visualiseurs DVI ne sont 
2290 \emph on
2291 pas
2292 \emph default
2293  capables d'afficher ces rotations.
2294 \end_layout
2295
2296 \end_inset
2297
2298
2299 \begin_inset Newline newline
2300 \end_inset
2301
2302 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2303  qui sont incorporés dans une ligne de texte :
2304 \begin_inset Newline newline
2305 \end_inset
2306
2307 Une ligne avec des tableaux alignés de différentes manières: 
2308 \begin_inset Tabular
2309 <lyxtabular version="3" rows="2" columns="2">
2310 <features tabularvalignment="top">
2311 <column alignment="center" valignment="top" width="0pt">
2312 <column alignment="center" valignment="top" width="0">
2313 <row>
2314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2315 \begin_inset Text
2316
2317 \begin_layout Plain Layout
2318
2319 \end_layout
2320
2321 \end_inset
2322 </cell>
2323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2324 \begin_inset Text
2325
2326 \begin_layout Plain Layout
2327 1
2328 \end_layout
2329
2330 \end_inset
2331 </cell>
2332 </row>
2333 <row>
2334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2335 \begin_inset Text
2336
2337 \begin_layout Plain Layout
2338 A
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 </row>
2353 </lyxtabular>
2354
2355 \end_inset
2356
2357  
2358 \begin_inset Tabular
2359 <lyxtabular version="3" rows="2" columns="2">
2360 <features tabularvalignment="middle">
2361 <column alignment="center" valignment="top" width="0">
2362 <column alignment="center" valignment="top" width="0">
2363 <row>
2364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2365 \begin_inset Text
2366
2367 \begin_layout Plain Layout
2368
2369 \end_layout
2370
2371 \end_inset
2372 </cell>
2373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2374 \begin_inset Text
2375
2376 \begin_layout Plain Layout
2377 1
2378 \end_layout
2379
2380 \end_inset
2381 </cell>
2382 </row>
2383 <row>
2384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Plain Layout
2388 A
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2394 \begin_inset Text
2395
2396 \begin_layout Plain Layout
2397
2398 \end_layout
2399
2400 \end_inset
2401 </cell>
2402 </row>
2403 </lyxtabular>
2404
2405 \end_inset
2406
2407  
2408 \begin_inset Tabular
2409 <lyxtabular version="3" rows="2" columns="2">
2410 <features tabularvalignment="bottom">
2411 <column alignment="center" valignment="top" width="0pt">
2412 <column alignment="center" valignment="top" width="0">
2413 <row>
2414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2415 \begin_inset Text
2416
2417 \begin_layout Plain Layout
2418
2419 \end_layout
2420
2421 \end_inset
2422 </cell>
2423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Plain Layout
2427 1
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 </row>
2433 <row>
2434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438 A
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Plain Layout
2447
2448 \end_layout
2449
2450 \end_inset
2451 </cell>
2452 </row>
2453 </lyxtabular>
2454
2455 \end_inset
2456
2457
2458 \begin_inset Newline newline
2459 \end_inset
2460
2461 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2462  spéciales pour le tableau, voir les sections
2463 \begin_inset space ~
2464 \end_inset
2465
2466
2467 \begin_inset CommandInset ref
2468 LatexCommand ref
2469 reference "sub:Calculs-multicolonnes"
2470
2471 \end_inset
2472
2473  et 
2474 \begin_inset CommandInset ref
2475 LatexCommand ref
2476 reference "sec:Tableaux-Colorés"
2477
2478 \end_inset
2479
2480 .
2481 \end_layout
2482
2483 \begin_layout Description
2484
2485 \family sans
2486 Bordures
2487 \family default
2488  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2489  ou la colonne courante.
2490  
2491 \begin_inset Newline newline
2492 \end_inset
2493
2494 En utilisant le style 
2495 \family sans
2496 Formel
2497 \family default
2498  à la place du style par 
2499 \family sans
2500 Défaut
2501 \family default
2502 , on va convertir le tableau en tableau formel comme on le décrit dans la
2503  section
2504 \begin_inset space ~
2505 \end_inset
2506
2507
2508 \begin_inset CommandInset ref
2509 LatexCommand ref
2510 reference "sec:Tableaux-Formels"
2511
2512 \end_inset
2513
2514 .
2515 \begin_inset Newline newline
2516 \end_inset
2517
2518 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2519  dans les lignes du tableau comme c'est décrit dans la section
2520 \begin_inset space ~
2521 \end_inset
2522
2523
2524 \begin_inset CommandInset ref
2525 LatexCommand ref
2526 reference "sub:Espacement-lignes"
2527
2528 \end_inset
2529
2530 .
2531 \end_layout
2532
2533 \begin_layout Description
2534 Tableau
2535 \begin_inset space ~
2536 \end_inset
2537
2538 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2539  un 
2540 \begin_inset Quotes eld
2541 \end_inset
2542
2543
2544 \emph on
2545 tableau long
2546 \emph default
2547
2548 \begin_inset Quotes erd
2549 \end_inset
2550
2551  qui peut continuer sur plusieurs pages.
2552  Les sections
2553 \begin_inset space ~
2554 \end_inset
2555
2556
2557 \begin_inset CommandInset ref
2558 LatexCommand ref
2559 reference "sec:Tableaux-longs"
2560
2561 \end_inset
2562
2563  et 
2564 \begin_inset CommandInset ref
2565 LatexCommand ref
2566 reference "sec:Questions-sur-tableaux-longs"
2567
2568 \end_inset
2569
2570  décrivent ces tableaux longs plus en détail.
2571 \end_layout
2572
2573 \begin_layout Section
2574 La barre d'outils tableau
2575 \begin_inset Index idx
2576 status collapsed
2577
2578 \begin_layout Plain Layout
2579 Tableau ! Barre d'outils
2580 \end_layout
2581
2582 \end_inset
2583
2584
2585 \end_layout
2586
2587 \begin_layout Standard
2588 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2589  permet de modifier plus rapidement les tableaux.
2590  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2591  le curseur se trouve à l'intérieur d'un tableau.
2592  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2593  au menu 
2594 \family sans
2595 Visualiser\SpecialChar \menuseparator
2596 Barres
2597 \begin_inset space ~
2598 \end_inset
2599
2600 d'outils\SpecialChar \menuseparator
2601 Tableau
2602 \family default
2603 .
2604 \end_layout
2605
2606 \begin_layout Standard
2607 La barre d'outils contient les icônes suivantes :
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular append-row"
2615 \end_inset
2616
2617  ajoute une ligne sous la cellule ou la sélection courante
2618 \end_layout
2619
2620 \begin_layout Labeling
2621 \labelwidthstring 00.00.0000
2622 \begin_inset Info
2623 type  "icon"
2624 arg   "inset-modify tabular append-column"
2625 \end_inset
2626
2627  ajoute une colonne à la droite de la cellule ou de la sélection courante
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632 \begin_inset Info
2633 type  "icon"
2634 arg   "inset-modify tabular delete-row"
2635 \end_inset
2636
2637  supprime la ligne ou la sélection courante
2638 \end_layout
2639
2640 \begin_layout Labeling
2641 \labelwidthstring 00.00.0000
2642 \begin_inset Info
2643 type  "icon"
2644 arg   "inset-modify tabular delete-column"
2645 \end_inset
2646
2647  supprime la colonne ou la sélection courante
2648 \end_layout
2649
2650 \begin_layout Labeling
2651 \labelwidthstring 00.00.0000
2652 \begin_inset Info
2653 type  "icon"
2654 arg   "inset-modify tabular toggle-line-top"
2655 \end_inset
2656
2657  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2658  courante
2659 \end_layout
2660
2661 \begin_layout Labeling
2662 \labelwidthstring 00.00.0000
2663 \begin_inset Info
2664 type  "icon"
2665 arg   "inset-modify tabular toggle-line-bottom"
2666 \end_inset
2667
2668  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Info
2674 type  "icon"
2675 arg   "inset-modify tabular toggle-line-left"
2676 \end_inset
2677
2678  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2679 \begin_inset Note Note
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 ou colonne ?
2684 \end_layout
2685
2686 \end_inset
2687
2688  ou de la sélection courante
2689 \end_layout
2690
2691 \begin_layout Labeling
2692 \labelwidthstring 00.00.0000
2693 \begin_inset Info
2694 type  "icon"
2695 arg   "inset-modify tabular toggle-line-right"
2696 \end_inset
2697
2698  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2699 \begin_inset Note Note
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 ou colonne ?
2704 \end_layout
2705
2706 \end_inset
2707
2708  ou de la sélection courante
2709 \end_layout
2710
2711 \begin_layout Labeling
2712 \labelwidthstring 00.00.0000
2713 \begin_inset Info
2714 type  "icon"
2715 arg   "inset-modify tabular set-all-lines"
2716 \end_inset
2717
2718  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2719  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2720  colonne et la ligne courante
2721 \end_layout
2722
2723 \begin_layout Labeling
2724 \labelwidthstring 00.00.0000
2725 \begin_inset Info
2726 type  "icon"
2727 arg   "inset-modify tabular unset-all-lines"
2728 \end_inset
2729
2730  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2731  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2732  aussi la colonne et la ligne courante
2733 \end_layout
2734
2735 \begin_layout Labeling
2736 \labelwidthstring 00.00.0000
2737 \begin_inset Info
2738 type  "icon"
2739 arg   "inset-modify tabular m-align-left"
2740 \end_inset
2741
2742  aligne à gauche le contenu de la cellule ou de la colonne courante
2743 \end_layout
2744
2745 \begin_layout Labeling
2746 \labelwidthstring 00.00.0000
2747 \begin_inset Info
2748 type  "icon"
2749 arg   "inset-modify tabular m-align-center"
2750 \end_inset
2751
2752  centre horizontalement le contenu de la cellule ou de la colonne courante
2753 \end_layout
2754
2755 \begin_layout Labeling
2756 \labelwidthstring 00.00.0000
2757 \begin_inset Info
2758 type  "icon"
2759 arg   "inset-modify tabular m-align-right"
2760 \end_inset
2761
2762  aligne à droite le contenu de la cellule ou de la colonne courante
2763 \end_layout
2764
2765 \begin_layout Labeling
2766 \labelwidthstring 00.00.0000
2767 \begin_inset Info
2768 type  "icon"
2769 arg   "inset-modify tabular align-decimal"
2770 \end_inset
2771
2772  aligne le contenu de la colonne courante sur un caractère
2773 \end_layout
2774
2775 \begin_layout Labeling
2776 \labelwidthstring 00.00.0000
2777 \begin_inset Info
2778 type  "icon"
2779 arg   "inset-modify tabular m-valign-top"
2780 \end_inset
2781
2782  aligne le contenu de la cellule courante verticalement vers le haut
2783 \end_layout
2784
2785 \begin_layout Labeling
2786 \labelwidthstring 00.00.0000
2787 \begin_inset Info
2788 type  "icon"
2789 arg   "inset-modify tabular m-valign-middle"
2790 \end_inset
2791
2792  centre verticalement le contenu de la cellule courante
2793 \end_layout
2794
2795 \begin_layout Labeling
2796 \labelwidthstring 00.00.0000
2797 \begin_inset Info
2798 type  "icon"
2799 arg   "inset-modify tabular m-valign-bottom"
2800 \end_inset
2801
2802  aligne le contenu de la cellule courante verticalement vers le bas
2803 \end_layout
2804
2805 \begin_layout Labeling
2806 \labelwidthstring 00.00.0000
2807 \begin_inset Info
2808 type  "icon"
2809 arg   "inset-modify tabular set-rotate-cell"
2810 \end_inset
2811
2812  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2813 re
2814 \end_layout
2815
2816 \begin_layout Labeling
2817 \labelwidthstring 00.00.0000
2818 \begin_inset Info
2819 type  "icon"
2820 arg   "inset-modify tabular set-rotate-tabular"
2821 \end_inset
2822
2823  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2824 \end_layout
2825
2826 \begin_layout Labeling
2827 \labelwidthstring 00.00.0000
2828 \begin_inset Info
2829 type  "icon"
2830 arg   "inset-modify tabular multicolumn"
2831 \end_inset
2832
2833  transforme en multi-colonne la cellule ou la sélection courante
2834 \end_layout
2835
2836 \begin_layout Labeling
2837 \labelwidthstring 00.00.0000
2838 \begin_inset Info
2839 type  "icon"
2840 arg   "inset-modify tabular multirow"
2841 \end_inset
2842
2843  transforme en multi-ligne la cellule ou la sélection courante
2844 \end_layout
2845
2846 \begin_layout Standard
2847 \begin_inset Note Greyedout
2848 status open
2849
2850 \begin_layout Plain Layout
2851
2852 \series bold
2853 Note :
2854 \series default
2855  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2856  est utilisé pour toutes les autres cellules de la ligne.
2857 \end_layout
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Section
2865 Le menu Édition tableau
2866 \begin_inset Index idx
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870 Tableau ! Menu Édition
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \begin_layout Standard
2879 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2880  
2881 \family sans
2882 Édition\SpecialChar \menuseparator
2883 Tableau
2884 \family default
2885  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2886  ou de la ligne courante et aussi de transformer la sélection courante en
2887  multi-colonne.
2888  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2889 \end_layout
2890
2891 \begin_layout Section
2892 Flottant de tableau
2893 \begin_inset CommandInset label
2894 LatexCommand label
2895 name "sec:Table-Floats"
2896
2897 \end_inset
2898
2899
2900 \begin_inset Index idx
2901 status collapsed
2902
2903 \begin_layout Plain Layout
2904 Flottants ! Tableaux
2905 \end_layout
2906
2907 \end_inset
2908
2909
2910 \begin_inset Index idx
2911 status collapsed
2912
2913 \begin_layout Plain Layout
2914 Tableau ! Flottants
2915 \end_layout
2916
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \begin_layout Standard
2923 Pour des explications générales sur les flottants, jetez un œil à la section
2924 \begin_inset space ~
2925 \end_inset
2926
2927
2928 \begin_inset CommandInset ref
2929 LatexCommand ref
2930 reference "sec:Flottants-Introduction"
2931
2932 \end_inset
2933
2934 .
2935 \end_layout
2936
2937 \begin_layout Standard
2938 \begin_inset Float table
2939 placement h
2940 wide false
2941 sideways false
2942 status open
2943
2944 \begin_layout Plain Layout
2945 \begin_inset Caption
2946
2947 \begin_layout Plain Layout
2948 \begin_inset CommandInset label
2949 LatexCommand label
2950 name "tab:Flottant-de-tableau"
2951
2952 \end_inset
2953
2954 Un flottant de tableau.
2955 \end_layout
2956
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \begin_layout Plain Layout
2963 \align center
2964 \begin_inset Tabular
2965 <lyxtabular version="3" rows="3" columns="3">
2966 <features tabularvalignment="middle">
2967 <column alignment="center" valignment="top" width="0pt">
2968 <column alignment="center" valignment="top" width="0pt">
2969 <column alignment="center" valignment="top" width="0pt">
2970 <row>
2971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975 1
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984 2
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993 3
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 </row>
2999 <row>
3000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004 Jules
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013 Marie
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022 Jean
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 </row>
3028 <row>
3029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033 \begin_inset Formula $\int x^{2}dx$
3034 \end_inset
3035
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045 \begin_inset Formula $\left[\begin{array}{cc}
3046 a & b\\
3047 c & d
3048 \end{array}\right]$
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060 \begin_inset Formula $1+1=2$
3061 \end_inset
3062
3063
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 </row>
3069 </lyxtabular>
3070
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \begin_layout Standard
3082 Les flottants de tableau sont insérés en utilisant le menu 
3083 \family sans
3084 Insertion\SpecialChar \menuseparator
3085 Flottant\SpecialChar \menuseparator
3086 Tableau
3087 \family default
3088  ou le bouton 
3089 \begin_inset Info
3090 type  "icon"
3091 arg   "float-insert table"
3092 \end_inset
3093
3094  de la barre d'outils.
3095 \end_layout
3096
3097 \begin_layout Standard
3098 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3099  qui a comme étiquette 
3100 \begin_inset Quotes eld
3101 \end_inset
3102
3103 Tableau
3104 \begin_inset space ~
3105 \end_inset
3106
3107 #:
3108 \begin_inset Quotes erd
3109 \end_inset
3110
3111  (où # est le numéro du tableau).
3112  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3113 \end_layout
3114
3115 \begin_layout Standard
3116 Le tableau
3117 \begin_inset space ~
3118 \end_inset
3119
3120
3121 \begin_inset CommandInset ref
3122 LatexCommand ref
3123 reference "tab:Flottant-de-tableau"
3124
3125 \end_inset
3126
3127  est un exemple de tableau dans un flottant de tableau.
3128 \end_layout
3129
3130 \begin_layout Standard
3131 On met habituellement la légende au dessus des tableaux, mais cette règle
3132  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3133  Cela signifie que si vous utilisez un document appartenant aux classes
3134  
3135 \family sans
3136 article
3137 \family default
3138
3139 \family sans
3140 book
3141 \family default
3142
3143 \family sans
3144 letter
3145 \family default
3146 , ou
3147 \family sans
3148  report
3149 \family default
3150  il n'y aura pas d'espace entre la légende et le tableau.
3151  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3152  la commande de chargement du paquetage LaTeX 
3153 \series bold
3154 caption
3155 \series default
3156
3157 \begin_inset Index idx
3158 status collapsed
3159
3160 \begin_layout Plain Layout
3161 Paquetages LaTeX ! caption
3162 \end_layout
3163
3164 \end_inset
3165
3166  dans le préambule de votre document.
3167 \begin_inset Foot
3168 status collapsed
3169
3170 \begin_layout Plain Layout
3171 Pour plus d'information voyez la section
3172 \begin_inset space ~
3173 \end_inset
3174
3175
3176 \begin_inset CommandInset ref
3177 LatexCommand ref
3178 reference "sec:Placement-légende"
3179
3180 \end_inset
3181
3182 .
3183 \end_layout
3184
3185 \end_inset
3186
3187 :
3188 \end_layout
3189
3190 \begin_layout Standard
3191
3192 \series bold
3193 tableposition=top
3194 \end_layout
3195
3196 \begin_layout Standard
3197 Le paquetage 
3198 \series bold
3199 caption
3200 \series default
3201 , qui est décrit dans la section
3202 \begin_inset space ~
3203 \end_inset
3204
3205
3206 \begin_inset CommandInset ref
3207 LatexCommand ref
3208 reference "sec:Formatage-légende"
3209
3210 \end_inset
3211
3212 , est utilisé pour ajuster le format des légendes.
3213 \end_layout
3214
3215 \begin_layout Standard
3216 Dans le texte, on fait référence à un tableau
3217 \begin_inset Index idx
3218 status collapsed
3219
3220 \begin_layout Plain Layout
3221 References@Références ! à des Tableaux
3222 \end_layout
3223
3224 \end_inset
3225
3226  en faisant référence à sa légende.
3227  On insère donc une étiquette dans la légende en utilisant le menu 
3228 \family sans
3229 Insertion
3230 \family default
3231 \SpecialChar \menuseparator
3232
3233 \family sans
3234 Étiquette
3235 \family default
3236  ou le bouton 
3237 \begin_inset Info
3238 type  "icon"
3239 arg   "label-insert"
3240 \end_inset
3241
3242  de la barre d'outils.
3243  On peut alors faire référence à cette étiquette en utilisant le menu 
3244 \family sans
3245 Insertion\SpecialChar \menuseparator
3246 Référence
3247 \begin_inset space ~
3248 \end_inset
3249
3250 croisée
3251 \family default
3252  ou le bouton 
3253 \begin_inset Info
3254 type  "icon"
3255 arg   "dialog-show-new-inset ref"
3256 \end_inset
3257
3258  de la barre d'outils.
3259 \begin_inset Newline newline
3260 \end_inset
3261
3262 Les références croisées sont expliquées en détail dans la section
3263 \begin_inset space ~
3264 \end_inset
3265
3266
3267 \begin_inset CommandInset ref
3268 LatexCommand ref
3269 reference "sec:Referencer-les-Flottants"
3270
3271 \end_inset
3272
3273 .
3274 \end_layout
3275
3276 \begin_layout Section
3277 Tableaux Longs
3278 \begin_inset CommandInset label
3279 LatexCommand label
3280 name "sec:Tableaux-longs"
3281
3282 \end_inset
3283
3284
3285 \begin_inset Index idx
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289 Tableaux longs
3290 \end_layout
3291
3292 \end_inset
3293
3294
3295 \begin_inset Index idx
3296 status collapsed
3297
3298 \begin_layout Plain Layout
3299 Tableau ! Tableaux longs
3300 \end_layout
3301
3302 \end_inset
3303
3304
3305 \end_layout
3306
3307 \begin_layout Standard
3308 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3309  l'option 
3310 \family sans
3311 Utiliser
3312 \begin_inset space ~
3313 \end_inset
3314
3315 les
3316 \begin_inset space ~
3317 \end_inset
3318
3319 tableaux
3320 \begin_inset space ~
3321 \end_inset
3322
3323 longs
3324 \family default
3325  de l'onglet 
3326 \family sans
3327 Tableau
3328 \begin_inset space ~
3329 \end_inset
3330
3331 long
3332 \family default
3333  de la fenêtre 
3334 \family sans
3335 Paramètres
3336 \begin_inset space ~
3337 \end_inset
3338
3339 du
3340 \begin_inset space ~
3341 \end_inset
3342
3343 tableau
3344 \family default
3345  pour le répartir automatiquement sur plusieurs pages.
3346  En cochant cette option, vous activez les options suivantes:
3347 \end_layout
3348
3349 \begin_layout Description
3350 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3351  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3352  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3353  première page, si 
3354 \family sans
3355 Premier
3356 \begin_inset space ~
3357 \end_inset
3358
3359 en-tête
3360 \family default
3361  est défini.
3362  Ces lignes forment l'en-tête principal.
3363 \end_layout
3364
3365 \begin_layout Description
3366 Premier
3367 \begin_inset space ~
3368 \end_inset
3369
3370 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3371  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3372  d'en-tête utilisées pour la première page du tableau long.
3373 \end_layout
3374
3375 \begin_layout Description
3376 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3377  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3378  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3379  page si 
3380 \family sans
3381 Dernier
3382 \begin_inset space ~
3383 \end_inset
3384
3385 pied
3386 \family default
3387  est défini.
3388 \end_layout
3389
3390 \begin_layout Description
3391 Dernier
3392 \begin_inset space ~
3393 \end_inset
3394
3395 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3396  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3397  constituant le pied de la dernière page du tableau long.
3398 \end_layout
3399
3400 \begin_layout Description
3401 Légende La ligne courante contient la légende du tableau.
3402  La première ligne est transformée en une colonne unique et une légende
3403  est insérée.
3404  Vous trouverez d'autres explications sur les légendes pour les tableaux
3405  longs dans la section
3406 \begin_inset space ~
3407 \end_inset
3408
3409
3410 \begin_inset CommandInset ref
3411 LatexCommand ref
3412 reference "sub:Tableaux-longs-légende"
3413
3414 \end_inset
3415
3416 .
3417 \end_layout
3418
3419 \begin_layout Standard
3420 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3421  Voyez le tableau long qui suit pour voir comment ça marche :
3422 \end_layout
3423
3424 \begin_layout Standard
3425 \align center
3426 \begin_inset Tabular
3427 <lyxtabular version="3" rows="69" columns="3">
3428 <features islongtable="true" longtabularalignment="center">
3429 <column alignment="left" valignment="top" width="0cm">
3430 <column alignment="left" valignment="top" width="0pt">
3431 <column alignment="center" valignment="top" width="0pt">
3432 <row endfirsthead="true">
3433 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439 Exemple d'annuaire téléphonique (ignorez les noms)
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row endfirsthead="true">
3464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468
3469 \series bold
3470 NOM
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 TEL.
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row endhead="true">
3497 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 Exemple d'annuaire téléphonique
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 <row endhead="true">
3528 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534 NOM
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \series bold
3554 TEL.
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 </row>
3560 <row endfoot="true">
3561 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565  continue page suivante
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Annovi
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 Silvia
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 111
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row>
3621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 Bertoli
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 Stefano
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 111
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 </row>
3651 <row>
3652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series bold
3658 Bozzi
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 Walter
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 111
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Cachia
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Maria
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Cachia
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Maurizio
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Cinquemani
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Giusi
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Colin
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Bernard
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Concli
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Gianfranco
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Dal Bosco
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Carolina
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Dalpiaz
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Annamaria
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Feliciello
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Domenico
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Focarelli
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Paola
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Galletti
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Oreste
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Gasparini
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Franca
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Rizzardi
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Paola
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 111
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Lassini
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Giancarlo
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 111
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Malfatti
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Luciano
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 111
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123 Malfatti
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Valeriano
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 111
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Meneguzzo
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Roberto
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 111
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Mezzadra
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Roberto
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 111
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Pirpamer
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Erich
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 111
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Pochiesa
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Paolo
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 111, 222
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Radina
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Claudio
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 111
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Stuffer
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Oskar
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 111
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Tacchelli
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Ugo
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 111
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Tezzele
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Margit
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 111
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Unterkalmsteiner
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Frieda
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 111
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Vieider
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 Hilde
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 111
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \series bold
4464 Vigna
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 Jürgen
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 111
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \series bold
4495 Weber
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Maurizio
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 111
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \series bold
4526 Winkler
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Franz
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 111
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555  
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \series bold
4586 Annovi
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Silvia
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 555
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row>
4611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615
4616 \series bold
4617 Bertoli
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 Stefano
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 555
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646
4647 \series bold
4648 Bozzi
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 Walter
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 555
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Cachia
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Maria
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Cachia
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Maurizio
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Cinquemani
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Giusi
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Colin
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Bernard
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Concli
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Gianfranco
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Dal Bosco
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Carolina
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Dalpiaz
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Annamaria
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Feliciello
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Domenico
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Focarelli
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Paola
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 555
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Galletti
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Oreste
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Gasparini
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Franca
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row>
5014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020 Rizzardi
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 Paola
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 555
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 </row>
5044 <row>
5045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049
5050 \series bold
5051 Lassini
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 Giancarlo
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 555
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \series bold
5082 Malfatti
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 Luciano
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 555
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row>
5107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \series bold
5113 Malfatti
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 Valeriano
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 555
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \series bold
5144 Meneguzzo
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 Roberto
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 555
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 <row>
5169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \series bold
5175 Mezzadra
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 Roberto
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 555
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \series bold
5206 Pirpamer
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 Erich
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 555
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 </row>
5230 <row>
5231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235
5236 \series bold
5237 Pochiesa
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 Paolo
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 555, 222
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \series bold
5268 Radina
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 Claudio
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 555
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 </row>
5292 <row>
5293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297
5298 \series bold
5299 Stuffer
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 Oskar
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 555
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 </row>
5323 <row>
5324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328
5329 \series bold
5330 Tacchelli
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 Ugo
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 555
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 <row>
5355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \series bold
5361 Tezzele
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 Margit
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 555
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 </row>
5385 <row>
5386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390
5391 \series bold
5392 Unterkalmsteiner
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 Frieda
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 555
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \series bold
5423 Vieider
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 Hilde
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 555
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 </row>
5447 <row>
5448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \series bold
5454 Vigna
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 Jürgen
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 999
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 </row>
5478 <row>
5479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483
5484 \series bold
5485 Weber
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 Maurizio
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 555
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \series bold
5516 Winkler
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 Franz
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 555
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 </row>
5540 <row endlastfoot="true">
5541 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 Fin
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 </row>
5569 </lyxtabular>
5570
5571 \end_inset
5572
5573
5574 \begin_inset ERT
5575 status collapsed
5576
5577 \begin_layout Plain Layout
5578
5579
5580 \backslash
5581 addtocounter{table}{-1}
5582 \end_layout
5583
5584 \end_inset
5585
5586
5587 \begin_inset Note Note
5588 status collapsed
5589
5590 \begin_layout Plain Layout
5591 Voyez la première note grisée de la section
5592 \begin_inset space ~
5593 \end_inset
5594
5595
5596 \begin_inset CommandInset ref
5597 LatexCommand ref
5598 reference "sub:Tableaux-longs-légende"
5599
5600 \end_inset
5601
5602  pour une explication de cette commande.
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \begin_layout Subsection
5611 Notes de bas de page dans les tableaux longs
5612 \begin_inset CommandInset label
5613 LatexCommand label
5614 name "sub:Notes-dans-tableau-long"
5615
5616 \end_inset
5617
5618
5619 \begin_inset Index idx
5620 status collapsed
5621
5622 \begin_layout Plain Layout
5623 Tableaux longs ! Notes de bas de page
5624 \end_layout
5625
5626 \end_inset
5627
5628
5629 \end_layout
5630
5631 \begin_layout Standard
5632 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5633  long.
5634  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5635  contenant la note.
5636  Par exemple le tableau
5637 \begin_inset space ~
5638 \end_inset
5639
5640
5641 \begin_inset CommandInset ref
5642 LatexCommand ref
5643 reference "tab:Légendes-tableau-différentes"
5644
5645 \end_inset
5646
5647  a une note de bas de page.
5648 \end_layout
5649
5650 \begin_layout Subsection
5651 Alignement des tableaux longs
5652 \begin_inset Index idx
5653 status collapsed
5654
5655 \begin_layout Plain Layout
5656 Tableaux longs ! Alignement
5657 \end_layout
5658
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \begin_layout Standard
5665 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5666  de dialogue des paramètres de tableau.
5667  Pour les alignements à droite et à gauche, le tableau sera directement
5668  au bord de la page.
5669  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5670  l'alignement centré et modifier les valeurs des longueurs 
5671 \series bold
5672
5673 \backslash
5674 LTleft 
5675 \series default
5676 et 
5677 \series bold
5678
5679 \backslash
5680 LTright
5681 \series default
5682  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5683  concerné :
5684 \end_layout
5685
5686 \begin_layout Standard
5687
5688 \series bold
5689
5690 \backslash
5691 setlength{
5692 \backslash
5693 LTleft}{valeur}
5694 \end_layout
5695
5696 \begin_layout Standard
5697 Où 
5698 \series bold
5699 valeur
5700 \series default
5701  peut avoir n'importe laquelle des unités listées dans le tableau
5702 \begin_inset space ~
5703 \end_inset
5704
5705
5706 \begin_inset CommandInset ref
5707 LatexCommand ref
5708 reference "cha:Unités-de-longueur"
5709
5710 \end_inset
5711
5712 .
5713  
5714 \series bold
5715
5716 \backslash
5717 LTleft
5718 \series default
5719  contrôle la distance horizontale entre le bord gauche de la page et le
5720  tableau, et
5721 \series bold
5722  
5723 \backslash
5724 LTright
5725 \series default
5726  la distance au bord droit.
5727  La valeur implicite des ces deux distances est 
5728 \series bold
5729
5730 \backslash
5731 fill
5732 \series default
5733 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5734 \end_layout
5735
5736 \begin_layout Standard
5737 Le tableau long suivant a été centrée en mettant 
5738 \series bold
5739
5740 \backslash
5741 LTleft
5742 \series default
5743  à 
5744 \family sans
5745 0.1
5746 \backslash
5747 columnwidth
5748 \family default
5749 :
5750 \begin_inset ERT
5751 status collapsed
5752
5753 \begin_layout Plain Layout
5754
5755
5756 \backslash
5757 setlength{
5758 \backslash
5759 LTleft}{0.1
5760 \backslash
5761 columnwidth}
5762 \end_layout
5763
5764 \end_inset
5765
5766
5767 \end_layout
5768
5769 \begin_layout Standard
5770 \begin_inset Tabular
5771 <lyxtabular version="3" rows="5" columns="5">
5772 <features islongtable="true" longtabularalignment="center">
5773 <column alignment="center" valignment="top" width="0">
5774 <column alignment="center" valignment="top" width="0">
5775 <column alignment="center" valignment="top" width="0">
5776 <column alignment="center" valignment="top" width="0">
5777 <column alignment="center" valignment="top" width="0">
5778 <row>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 1
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 2
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 3
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 4
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 5
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 s
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" rightline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 asd
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 </row>
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 s
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" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 asd
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 asd
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 s
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" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 asd
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 <row>
5967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 asd
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
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" rightline="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 </row>
6013 </lyxtabular>
6014
6015 \end_inset
6016
6017
6018 \begin_inset ERT
6019 status collapsed
6020
6021 \begin_layout Plain Layout
6022
6023
6024 \backslash
6025 setlength{
6026 \backslash
6027 LTleft}{
6028 \backslash
6029 fill}
6030 \end_layout
6031
6032 \end_inset
6033
6034
6035 \begin_inset ERT
6036 status collapsed
6037
6038 \begin_layout Plain Layout
6039
6040
6041 \backslash
6042 addtocounter{table}{-1}
6043 \end_layout
6044
6045 \end_inset
6046
6047
6048 \begin_inset Note Note
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052 Voyez la première note grisée de la section
6053 \begin_inset space ~
6054 \end_inset
6055
6056
6057 \begin_inset CommandInset ref
6058 LatexCommand ref
6059 reference "sub:Tableaux-longs-légende"
6060
6061 \end_inset
6062
6063  pour une explication de cette commande.
6064 \end_layout
6065
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \begin_layout Subsection
6072 Légendes et tableaux longs
6073 \begin_inset Index idx
6074 status collapsed
6075
6076 \begin_layout Plain Layout
6077 Tableaux longs ! Legendes@Légendes
6078 \end_layout
6079
6080 \end_inset
6081
6082
6083 \begin_inset CommandInset label
6084 LatexCommand label
6085 name "sub:Tableaux-longs-légende"
6086
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \begin_layout Standard
6093 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6094  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6095  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6096  longs quand on utilise pour une ligne l'option de tableau long 
6097 \family sans
6098 Légende
6099 \family default
6100 , comme c'est expliqué dans la section
6101 \begin_inset space ~
6102 \end_inset
6103
6104
6105 \begin_inset CommandInset ref
6106 LatexCommand ref
6107 reference "sec:Tableaux-longs"
6108
6109 \end_inset
6110
6111 .
6112 \end_layout
6113
6114 \begin_layout Standard
6115 Voici un petit Tableau long pour voir comment ça marche :
6116 \end_layout
6117
6118 \begin_layout Standard
6119 \begin_inset Tabular
6120 <lyxtabular version="3" rows="6" columns="5">
6121 <features islongtable="true" longtabularalignment="center">
6122 <column alignment="center" valignment="top" width="0">
6123 <column alignment="center" valignment="top" width="0">
6124 <column alignment="center" valignment="top" width="0">
6125 <column alignment="center" valignment="top" width="0">
6126 <column alignment="center" valignment="top" width="0">
6127 <row caption="true">
6128 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 \begin_inset Caption
6133
6134 \begin_layout Plain Layout
6135 Tableau long avec une légende
6136 \begin_inset Argument
6137 status open
6138
6139 \begin_layout Plain Layout
6140 Tableau long
6141 \end_layout
6142
6143 \end_inset
6144
6145
6146 \end_layout
6147
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 1
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 2
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 3
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 4
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 5
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 asd
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 s
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 s
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 </row>
6286 <row>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 s
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 </row>
6333 <row>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 s
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 s
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 s
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 asd
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 asd
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 asd
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 asd
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 asd
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 asd
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 </row>
6427 </lyxtabular>
6428
6429 \end_inset
6430
6431
6432 \end_layout
6433
6434 \begin_layout Standard
6435 \begin_inset VSpace medskip
6436 \end_inset
6437
6438
6439 \begin_inset Note Greyedout
6440 status open
6441
6442 \begin_layout Plain Layout
6443
6444 \series bold
6445 Note
6446 \begin_inset space ~
6447 \end_inset
6448
6449 1:
6450 \series default
6451  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6452  n'avez pas prévu de légende.
6453  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6454 \begin_inset space ~
6455 \end_inset
6456
6457 2.4 suit le tableau
6458 \begin_inset space ~
6459 \end_inset
6460
6461 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6462  sans légende.
6463  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6464  après chaque tableau long sans légende :
6465 \end_layout
6466
6467 \begin_layout Plain Layout
6468
6469 \series bold
6470
6471 \backslash
6472 addtocounter{table}{-1}
6473 \end_layout
6474
6475 \begin_layout Plain Layout
6476 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6477  et que vous ajoutez le code suivant dans le préambule du document :
6478 \end_layout
6479
6480 \begin_layout Plain Layout
6481
6482 \series bold
6483
6484 \backslash
6485 let
6486 \backslash
6487 myEnd
6488 \backslash
6489 endlongtable
6490 \begin_inset Newline newline
6491 \end_inset
6492
6493
6494 \backslash
6495 renewcommand{
6496 \backslash
6497 endlongtable}{
6498 \backslash
6499 myEnd
6500 \backslash
6501 addtocounter{table}{-1}}
6502 \end_layout
6503
6504 \end_inset
6505
6506
6507 \end_layout
6508
6509 \begin_layout Standard
6510 \begin_inset Note Greyedout
6511 status open
6512
6513 \begin_layout Plain Layout
6514
6515 \series bold
6516 Note
6517 \begin_inset space ~
6518 \end_inset
6519
6520 2:
6521 \series default
6522  Si vous utilisez 
6523 \series bold
6524 hyperref
6525 \series default
6526
6527 \begin_inset Index idx
6528 status collapsed
6529
6530 \begin_layout Plain Layout
6531 Paquetages LaTeX ! hyperref
6532 \end_layout
6533
6534 \end_inset
6535
6536  dans les 
6537 \family sans
6538 Paramètres du document
6539 \family default
6540  rubrique 
6541 \family sans
6542 Propriétés
6543 \begin_inset space ~
6544 \end_inset
6545
6546 du
6547 \begin_inset space ~
6548 \end_inset
6549
6550 PDF
6551 \family default
6552 , pour transformer vos références croisées en liens cliquables, le lien
6553  vers un tableau long pointera toujours sur le début du document.
6554 \end_layout
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Subsubsection
6562 Références à des tableaux longs
6563 \begin_inset Index idx
6564 status collapsed
6565
6566 \begin_layout Plain Layout
6567 Tableaux longs ! Références
6568 \end_layout
6569
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \begin_layout Standard
6576 \begin_inset Tabular
6577 <lyxtabular version="3" rows="6" columns="5">
6578 <features islongtable="true" longtabularalignment="center">
6579 <column alignment="center" valignment="top" width="0">
6580 <column alignment="center" valignment="top" width="0">
6581 <column alignment="center" valignment="top" width="0">
6582 <column alignment="center" valignment="top" width="0">
6583 <column alignment="center" valignment="top" width="0">
6584 <row caption="true">
6585 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 \begin_inset Caption
6590
6591 \begin_layout Plain Layout
6592 Tableau long référencé
6593 \begin_inset CommandInset label
6594 LatexCommand label
6595 name "tab:RefExemple"
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \end_inset
6603
6604
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 </row>
6646 <row>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 1
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 2
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 3
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 4
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 5
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 </row>
6693 <row>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 asd
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 s
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 s
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 s
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 asd
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 </row>
6740 <row>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 asd
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 s
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 s
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 s
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 asd
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 </row>
6787 <row>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 asd
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 s
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 s
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 s
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 asd
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 </row>
6834 <row>
6835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 asd
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 sad
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 asd
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 asd
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 </row>
6881 </lyxtabular>
6882
6883 \end_inset
6884
6885
6886 \end_layout
6887
6888 \begin_layout Standard
6889 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6890  dans sa légende.
6891 \end_layout
6892
6893 \begin_layout Standard
6894 Ceci est une référence au tableau
6895 \begin_inset space ~
6896 \end_inset
6897
6898
6899 \begin_inset CommandInset ref
6900 LatexCommand ref
6901 reference "tab:RefExemple"
6902
6903 \end_inset
6904
6905 .
6906 \end_layout
6907
6908 \begin_layout Standard
6909 La mise en forme de la légende peut être ajustée avec celle de toutes les
6910  autres légendes de votre document en utilisant le paquetage LaTeX 
6911 \series bold
6912 caption
6913 \series default
6914
6915 \begin_inset Index idx
6916 status collapsed
6917
6918 \begin_layout Plain Layout
6919 Paquetages LaTeX ! caption
6920 \end_layout
6921
6922 \end_inset
6923
6924 , voir la section
6925 \begin_inset space ~
6926 \end_inset
6927
6928
6929 \begin_inset CommandInset ref
6930 LatexCommand ref
6931 reference "sec:Formatage-légende"
6932
6933 \end_inset
6934
6935 .
6936 \end_layout
6937
6938 \begin_layout Subsubsection
6939 Largeur de la légende
6940 \begin_inset Index idx
6941 status collapsed
6942
6943 \begin_layout Plain Layout
6944 Tableaux longs ! Largeur de la légende
6945 \end_layout
6946
6947 \end_inset
6948
6949
6950 \end_layout
6951
6952 \begin_layout Standard
6953 La largeur maximale des lignes de légende est définie par la longueur 
6954 \series bold
6955
6956 \backslash
6957 LTcapwidth
6958 \series default
6959 .
6960  Sa valeur implicite est 4
6961 \begin_inset space \thinspace{}
6962 \end_inset
6963
6964 in.
6965  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6966  de votre document ou en tant que code TeX directement dans votre document
6967  avant le tableau qui doit être affectée.
6968 \end_layout
6969
6970 \begin_layout Standard
6971
6972 \series bold
6973
6974 \backslash
6975 setlength{
6976 \backslash
6977 LTcapwidth}{largeur}
6978 \end_layout
6979
6980 \begin_layout Standard
6981 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6982 ce
6983 \begin_inset space ~
6984 \end_inset
6985
6986
6987 \begin_inset CommandInset ref
6988 LatexCommand ref
6989 reference "cha:Unités-de-longueur"
6990
6991 \end_inset
6992
6993 .
6994 \end_layout
6995
6996 \begin_layout Standard
6997 Les tableaux suivants montrent la différence :
6998 \end_layout
6999
7000 \begin_layout Standard
7001 \begin_inset Tabular
7002 <lyxtabular version="3" rows="6" columns="5">
7003 <features islongtable="true" longtabularalignment="center">
7004 <column alignment="center" valignment="top" width="0">
7005 <column alignment="center" valignment="top" width="0">
7006 <column alignment="center" valignment="top" width="0">
7007 <column alignment="center" valignment="top" width="0">
7008 <column alignment="center" valignment="top" width="0">
7009 <row caption="true">
7010 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 \begin_inset Caption
7015
7016 \begin_layout Plain Layout
7017 long titre complet avec la largeur implicite long titre complet avec la
7018  largeur implicite long titre complet avec la largeur implicite
7019 \begin_inset Argument
7020 status open
7021
7022 \begin_layout Plain Layout
7023 Légende avec largeur implicite
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \end_layout
7030
7031 \end_inset
7032
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 1
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 2
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 3
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 4
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 5
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 </row>
7122 <row>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 s
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 s
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 s
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 <row>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 s
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 s
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 s
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 asd
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 </row>
7216 <row>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 asd
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 s
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 s
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 s
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 asd
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 </row>
7263 <row>
7264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 asd
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 sad
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 asd
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 asd
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 asd
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 </row>
7310 </lyxtabular>
7311
7312 \end_inset
7313
7314
7315 \end_layout
7316
7317 \begin_layout Standard
7318 \begin_inset ERT
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322
7323
7324 \backslash
7325 setlength{
7326 \backslash
7327 LTcapwidth}{5cm}
7328 \end_layout
7329
7330 \end_inset
7331
7332
7333 \begin_inset Tabular
7334 <lyxtabular version="3" rows="6" columns="5">
7335 <features islongtable="true" longtabularalignment="center">
7336 <column alignment="center" valignment="top" width="0">
7337 <column alignment="center" valignment="top" width="0">
7338 <column alignment="center" valignment="top" width="0">
7339 <column alignment="center" valignment="top" width="0">
7340 <column alignment="center" valignment="top" width="0">
7341 <row caption="true">
7342 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 \begin_inset Caption
7347
7348 \begin_layout Plain Layout
7349 long titre complet avec la largeur réglée à 5
7350 \begin_inset space \thinspace{}
7351 \end_inset
7352
7353 cm long titre complet avec la largeur réglée à 5
7354 \begin_inset space \thinspace{}
7355 \end_inset
7356
7357 cm long titre complet avec la largeur réglée à 5
7358 \begin_inset space \thinspace{}
7359 \end_inset
7360
7361 cm
7362 \begin_inset Argument
7363 status open
7364
7365 \begin_layout Plain Layout
7366 Légende avec largeur à
7367 \begin_inset space \thinspace{}
7368 \end_inset
7369
7370 =
7371 \begin_inset space \thinspace{}
7372 \end_inset
7373
7374 5
7375 \begin_inset space \thinspace{}
7376 \end_inset
7377
7378 cm
7379 \end_layout
7380
7381 \end_inset
7382
7383
7384 \end_layout
7385
7386 \end_inset
7387
7388
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 </row>
7430 <row>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 1
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 2
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453 3
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 4
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 5
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 </row>
7477 <row>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 asd
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 s
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 s
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 s
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 asd
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 <row>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 asd
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 s
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 s
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 s
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 asd
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 asd
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 s
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 s
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 s
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 asd
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 </row>
7618 <row>
7619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 asd
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 sad
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 asd
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 asd
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 asd
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 </lyxtabular>
7666
7667 \end_inset
7668
7669
7670 \end_layout
7671
7672 \begin_layout Standard
7673 \begin_inset ERT
7674 status collapsed
7675
7676 \begin_layout Plain Layout
7677
7678
7679 \backslash
7680 setlength{
7681 \backslash
7682 LTcapwidth}{4in}
7683 \end_layout
7684
7685 \end_inset
7686
7687
7688 \end_layout
7689
7690 \begin_layout Standard
7691 \begin_inset Note Greyedout
7692 status open
7693
7694 \begin_layout Plain Layout
7695
7696 \series bold
7697 Note:
7698 \series default
7699  Quand on utilise la paquetage LaTeX 
7700 \series bold
7701 caption
7702 \series default
7703
7704 \begin_inset Index idx
7705 status collapsed
7706
7707 \begin_layout Plain Layout
7708 Paquetages LaTeX ! caption
7709 \end_layout
7710
7711 \end_inset
7712
7713  , comme c'est les cas dans ce document, la légende prend toute la largeur
7714  de la page quand on utilise la largeur implicite de 4
7715 \begin_inset space \thinspace{}
7716 \end_inset
7717
7718 in pour 
7719 \series bold
7720
7721 \backslash
7722 LTcapwidth
7723 \series default
7724 .
7725  Pour avoir dans ce cas une légende qui fasse exactement 4
7726 \begin_inset space \thinspace{}
7727 \end_inset
7728
7729 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7730  comme par exemple 3.99
7731 \begin_inset space \thinspace{}
7732 \end_inset
7733
7734 in, soit utiliser la commande LaTeX 
7735 \series bold
7736
7737 \backslash
7738 captionsetup{width=valeur}
7739 \series default
7740  qui est disponible dans le paquetage 
7741 \series bold
7742 caption
7743 \series default
7744 .
7745 \end_layout
7746
7747 \end_inset
7748
7749
7750 \end_layout
7751
7752 \begin_layout Subsubsection
7753 Des légendes différentes sur chaque page d'un tableau
7754 \begin_inset Argument
7755 status collapsed
7756
7757 \begin_layout Plain Layout
7758 Légendes différentes
7759 \end_layout
7760
7761 \end_inset
7762
7763
7764 \begin_inset Index idx
7765 status collapsed
7766
7767 \begin_layout Plain Layout
7768 Tableaux longs ! Legendes@Légendes différentes par page
7769 \end_layout
7770
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \begin_layout Standard
7777 Quand la légende du tableau pour les pages suivantes doit être différente
7778  de celle de la première page, insérez une légende avec la commande suivante
7779  en code TeX :
7780 \end_layout
7781
7782 \begin_layout Standard
7783
7784 \series bold
7785
7786 \backslash
7787 caption*{caption text}
7788 \backslash
7789
7790 \backslash
7791 %
7792 \end_layout
7793
7794 \begin_layout Standard
7795 dans une ligne de légende fictive qui sera marquée comme une entête.
7796  Le tableau
7797 \begin_inset space ~
7798 \end_inset
7799
7800
7801 \begin_inset CommandInset ref
7802 LatexCommand ref
7803 reference "tab:Légendes-tableau-différentes"
7804
7805 \end_inset
7806
7807  est un exemple de tableau long avec des légendes différentes et où la seconde
7808  légende ne contient pas le numéro du tableau.
7809 \end_layout
7810
7811 \begin_layout Standard
7812 \align center
7813 \begin_inset Tabular
7814 <lyxtabular version="3" rows="59" columns="3">
7815 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7816 <column alignment="left" valignment="top" width="0cm">
7817 <column alignment="left" valignment="top" width="0pt">
7818 <column alignment="center" valignment="top" width="0pt">
7819 <row caption="true">
7820 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 \begin_inset Caption
7825
7826 \begin_layout Plain Layout
7827 Exemple d'annuaire téléphonique
7828 \begin_inset CommandInset label
7829 LatexCommand label
7830 name "tab:Légendes-tableau-différentes"
7831
7832 \end_inset
7833
7834
7835 \begin_inset Argument
7836 status collapsed
7837
7838 \begin_layout Plain Layout
7839 Exemple Annuaire 
7840 \end_layout
7841
7842 \end_inset
7843
7844
7845 \end_layout
7846
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row endfirsthead="true">
7874 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row endfirsthead="true">
7905 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \series bold
7911 NOM
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \series bold
7931 TÉL.
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row endhead="true">
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 \begin_inset ERT
7943 status open
7944
7945 \begin_layout Plain Layout
7946
7947
7948 \backslash
7949 caption*{Suite de l'exemple d'annuaire téléphonique}
7950 \backslash
7951
7952 \backslash
7953 %
7954 \end_layout
7955
7956 \end_inset
7957
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row endhead="true">
7983 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \series bold
7989 Exemple d'annuaire téléphonique
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row endhead="true">
8014 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \series bold
8020 NOM
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 TÉL.
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 <row endfoot="true">
8047 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 suite page suivante\SpecialChar \ldots{}
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Annovi
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Silvia
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Bertoli
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Stefano
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Bozzi
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Walter
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Cachia
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Maria
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Cachia
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Maurizio
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Cinquemani
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Giusi
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Colin
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Bernard
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Concli
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Gianfranco
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Dal Bosco
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Carolina
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Dalpiaz
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Annamaria
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Feliciello
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Domenico
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Focarelli
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Paola
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Galletti
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Oreste
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Gasparini
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Franca
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Rizzardi
8518 \series default
8519
8520 \begin_inset Foot
8521 status open
8522
8523 \begin_layout Plain Layout
8524 Exemple de note de bas de page
8525 \end_layout
8526
8527 \end_inset
8528
8529
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 Paola
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 111
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 </row>
8553 <row>
8554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \series bold
8560 Lassini
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 Giancarlo
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 111
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \series bold
8591 Malfatti
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 Luciano
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 111
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620
8621 \series bold
8622 Malfatti
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Valeriano
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 111
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \series bold
8653 Meneguzzo
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Roberto
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 111
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \series bold
8684 Mezzadra
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 Roberto
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 111
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \series bold
8715 Pirpamer
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 Erich
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 111
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \series bold
8746 Pochiesa
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 Paolo
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 111, 222
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 </row>
8770 <row>
8771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775
8776 \series bold
8777 Radina
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Claudio
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 111
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Stuffer
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Oskar
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 111
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Tacchelli
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Ugo
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 111
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Tezzele
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Margit
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 111
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Unterkalmsteiner
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Frieda
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 111
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Vieider
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Hilde
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 111
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Vigna
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Jürgen
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 111
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Weber
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Maurizio
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 111
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Winkler
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Franz
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 111
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054  
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083
9084 \series bold
9085 Annovi
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094 Silvia
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 555
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 <row>
9110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \series bold
9116 Bertoli
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125 Stefano
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 555
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 </row>
9140 <row>
9141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145
9146 \series bold
9147 Bozzi
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 Walter
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 555
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \series bold
9178 Cachia
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 Maria
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 555
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 <row>
9203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207
9208 \series bold
9209 Cachia
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218 Maurizio
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 555
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \series bold
9240 Cinquemani
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 Giusi
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 555
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row>
9265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \series bold
9271 Colin
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 Bernard
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 555
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \series bold
9302 Concli
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 Gianfranco
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 555
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \series bold
9333 Dal Bosco
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 Carolina
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 555
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \series bold
9364 Dalpiaz
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 Annamaria
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 555
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 </row>
9388 <row>
9389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393
9394 \series bold
9395 Feliciello
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 Domenico
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 555
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \series bold
9426 Focarelli
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 Paola
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 555
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \series bold
9457 Galletti
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 Oreste
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 555
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row>
9482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486
9487 \series bold
9488 Gasparini
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 Franca
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 555
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row>
9513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \series bold
9519 Rizzardi
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 Paola
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 555
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550 Lassini
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 Giancarlo
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 555
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 <row>
9575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \series bold
9581 Malfatti
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 Luciano
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599 555
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 </row>
9605 <row>
9606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \series bold
9612 Malfatti
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 Valeriano
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 555
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 </row>
9636 <row>
9637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \series bold
9643 Meneguzzo
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 Roberto
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 555
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 <row>
9668 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \series bold
9674 Mezzadra
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 Roberto
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 555
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 </lyxtabular>
9699
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \begin_layout Section
9706 Questions particulières concernant les tableaux longs
9707 \begin_inset Argument
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711 Questions sur les tableaux longs
9712 \end_layout
9713
9714 \end_inset
9715
9716
9717 \begin_inset CommandInset label
9718 LatexCommand label
9719 name "sec:Questions-sur-tableaux-longs"
9720
9721 \end_inset
9722
9723
9724 \end_layout
9725
9726 \begin_layout Subsection
9727 Calculs des pages des tableaux longs
9728 \begin_inset Index idx
9729 status collapsed
9730
9731 \begin_layout Plain Layout
9732 Tableaux longs ! Calculs
9733 \end_layout
9734
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \begin_layout Standard
9741 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9742  en utilisant des blocs (chunks).
9743  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9744  mémoire de LaTeX.
9745  La valeur implicite est fixée pour des raisons historiques à seulement
9746  20 lignes de tableau.
9747  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9748  peut ralentir la création de votre document.
9749  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9750  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9751  préambule de votre document :
9752 \end_layout
9753
9754 \begin_layout Standard
9755
9756 \series bold
9757
9758 \backslash
9759 setcounter{LTchunksize}{100}
9760 \end_layout
9761
9762 \begin_layout Subsection
9763 Les flottants et les tableaux longs
9764 \begin_inset Index idx
9765 status collapsed
9766
9767 \begin_layout Plain Layout
9768 Tableaux longs ! Flottants
9769 \end_layout
9770
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \begin_layout Standard
9777 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9778  commence un tableau long.
9779  Pour éviter une telle situation, insérez un saut de page (menu 
9780 \family sans
9781 Insertion\SpecialChar \menuseparator
9782 Typographie
9783 \begin_inset space ~
9784 \end_inset
9785
9786 spéciale\SpecialChar \menuseparator
9787 Saut de page (vide le tampon)
9788 \family default
9789
9790 \begin_inset space \thinspace{}
9791 \end_inset
9792
9793 ) juste avant votre tableau long.
9794 \end_layout
9795
9796 \begin_layout Subsection
9797 Sauts de pages forcés
9798 \begin_inset Index idx
9799 status collapsed
9800
9801 \begin_layout Plain Layout
9802 Tableaux longs ! Sauts de pages forcés
9803 \end_layout
9804
9805 \end_inset
9806
9807
9808 \end_layout
9809
9810 \begin_layout Standard
9811 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9812  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9813  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9814  de saut de ligne 
9815 \begin_inset Quotes eld
9816 \end_inset
9817
9818
9819 \backslash
9820
9821 \backslash
9822
9823 \begin_inset Quotes erd
9824 \end_inset
9825
9826  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9827  Avant la commande 
9828 \begin_inset Quotes eld
9829 \end_inset
9830
9831
9832 \backslash
9833
9834 \backslash
9835
9836 \begin_inset Quotes erd
9837 \end_inset
9838
9839 , vous devez insérer en code TeX, autant de caractères 
9840 \begin_inset Quotes eld
9841 \end_inset
9842
9843 &
9844 \begin_inset Quotes erd
9845 \end_inset
9846
9847  qu'il y a de colonnes après la cellule concernée.
9848  Le caractère 
9849 \begin_inset Quotes eld
9850 \end_inset
9851
9852 &
9853 \begin_inset Quotes erd
9854 \end_inset
9855
9856  sert à séparer les colonnes d'un tableau.
9857  Écrivez en code-TeX, après chaque 
9858 \begin_inset Quotes eld
9859 \end_inset
9860
9861 &
9862 \begin_inset Quotes erd
9863 \end_inset
9864
9865  le contenu des cellules correspondantes et en même temps supprimez le contenu
9866  de ces cellules dans le texte normal.
9867  
9868 \begin_inset Newline newline
9869 \end_inset
9870
9871 Après la commande 
9872 \backslash
9873
9874 \backslash
9875 , insérez autant de caractères 
9876 \begin_inset Quotes eld
9877 \end_inset
9878
9879 &
9880 \begin_inset Quotes erd
9881 \end_inset
9882
9883  qu'il y a de colonnes avant la colonne traitée.
9884  Dans le tableau
9885 \begin_inset space ~
9886 \end_inset
9887
9888
9889 \begin_inset CommandInset ref
9890 LatexCommand ref
9891 reference "tab:Tableau-saut-de-page"
9892
9893 \end_inset
9894
9895  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9896  suivie par une autre colonne.
9897  La commande suivante a donc été insérée en code TeX dans la cellule après
9898  le mot 
9899 \begin_inset Quotes eld
9900 \end_inset
9901
9902
9903 \emph on
9904 Castelchiodato,
9905 \emph default
9906
9907 \begin_inset Quotes erd
9908 \end_inset
9909
9910 :
9911 \end_layout
9912
9913 \begin_layout Standard
9914
9915 \series bold
9916 & 111
9917 \backslash
9918
9919 \backslash
9920  
9921 \backslash
9922 newpage
9923 \begin_inset Newline newline
9924 \end_inset
9925
9926 &
9927 \end_layout
9928
9929 \begin_layout Standard
9930 Le 
9931 \begin_inset Quotes eld
9932 \end_inset
9933
9934 111
9935 \begin_inset Quotes erd
9936 \end_inset
9937
9938  dans la troisième colonne de la ligne a été supprimé.
9939  
9940 \series bold
9941
9942 \backslash
9943 newpage
9944 \series default
9945  est nécessaire seulement quand un saut de page doit impérativement avoir
9946  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9947  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9948  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9949  est coupée, utilisez cette commande à la place de la précédente :
9950 \end_layout
9951
9952 \begin_layout Standard
9953
9954 \series bold
9955 & 111
9956 \backslash
9957
9958 \backslash
9959
9960 \begin_inset Newline newline
9961 \end_inset
9962
9963
9964 \backslash
9965 hline &
9966 \end_layout
9967
9968 \begin_layout Standard
9969 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9970  insérer la commande
9971 \end_layout
9972
9973 \begin_layout Standard
9974
9975 \series bold
9976
9977 \backslash
9978 setlength{
9979 \backslash
9980 parfillskip}{0pt}
9981 \end_layout
9982
9983 \begin_layout Standard
9984 au début de la cellule.
9985  Cela assure que la portion de la cellule qui va se trouver affichée sur
9986  la page suivante le sera avec toute la largeur de la cellule.
9987 \end_layout
9988
9989 \begin_layout Standard
9990 \align center
9991 \begin_inset Tabular
9992 <lyxtabular version="3" rows="38" columns="3">
9993 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9994 <column alignment="left" valignment="top" width="0cm">
9995 <column alignment="left" valignment="top" width="3cm">
9996 <column alignment="center" valignment="top" width="0pt">
9997 <row caption="true">
9998 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 \begin_inset Caption
10003
10004 \begin_layout Plain Layout
10005 Tableau avec un saut de page forcé dans une cellule
10006 \begin_inset CommandInset label
10007 LatexCommand label
10008 name "tab:Tableau-saut-de-page"
10009
10010 \end_inset
10011
10012
10013 \begin_inset Argument
10014 status collapsed
10015
10016 \begin_layout Plain Layout
10017 Tableau avec un saut de page forcé dans une cellule
10018 \end_layout
10019
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row endfirsthead="true">
10052 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row endfirsthead="true">
10083 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 NOM
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 TÉL.
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row endhead="true">
10116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 \begin_inset ERT
10121 status collapsed
10122
10123 \begin_layout Plain Layout
10124
10125
10126 \backslash
10127 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10128 \backslash
10129
10130 \backslash
10131 %
10132 \end_layout
10133
10134 \end_inset
10135
10136
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row endhead="true">
10161 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165  
10166 \series bold
10167 Exemple d'annuaire téléphonique
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row endhead="true">
10192 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 NOM
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \series bold
10218 TÉL.
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row endfoot="true">
10225 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 suite page suivante\SpecialChar \ldots{}
10230
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 </row>
10254 <row>
10255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \series bold
10261 Annovi
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 Silvia
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 111
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \series bold
10292 Bertoli
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 Stefano
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 111
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row>
10317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \series bold
10323 Bozzi
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 Walter
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 111
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Cachia
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Maria
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Cachia
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Maurizio
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 111
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Cinquemani
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Giusi
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Colin
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Bernard
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Concli
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Gianfranco
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Dal Bosco
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Carolina
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540 Dalpiaz
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Annamaria
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 111
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571 Feliciello
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 Domenico
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 111
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row>
10596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Focarelli
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Paola
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 111
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \series bold
10633 Galletti
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Oreste
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 111
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 <row>
10658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \series bold
10664 Gasparini
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 Franca
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 111
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 </row>
10688 <row>
10689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693
10694 \series bold
10695 Lassini
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 Giancarlo
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 111
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 </row>
10719 <row>
10720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724
10725 \series bold
10726 Malfatti
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 Luciano
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 111
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 </row>
10750 <row>
10751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \series bold
10757 Malfatti
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 Valeriano
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 111
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row>
10782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \series bold
10788 Meneguzzo
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 Roberto
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 111
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \series bold
10819 Mezzadra
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 Roberto
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 111
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \series bold
10850 Pirpamer
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 Erich
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 111
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 </row>
10874 <row>
10875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879
10880 \series bold
10881 Pochiesa
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 Paolo
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 111, 222
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \series bold
10912 Radina
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 Claudio
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 111
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \series bold
10943 Rizzardi
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 Giancarlo, 11.
10953  Fürst von Montecompatri, 11.
10954  Fürst von Sulmona und Vivaro, 10.
10955  Fürst von Rossano, 5.
10956  Herzog von Canemorte, 11.
10957  Herzog von Palombara, 5.
10958  Herzog von Castelchiodato,
10959 \begin_inset ERT
10960 status open
10961
10962 \begin_layout Plain Layout
10963
10964 & 111
10965 \backslash
10966
10967 \backslash
10968  
10969 \backslash
10970 newpage
10971 \end_layout
10972
10973 \begin_layout Plain Layout
10974
10975 &
10976 \end_layout
10977
10978 \end_inset
10979
10980  11.
10981  Herzog von Poggionativo, 11.
10982  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10983  Graf von Valinfreda, 11.
10984  Baron von Cropalati, 11.
10985  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 <row>
11001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \series bold
11007 Stuffer
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 Oskar
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 111
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 </row>
11031 <row>
11032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \series bold
11038 Tacchelli
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 Ugo
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 111
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 </row>
11062 <row>
11063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067
11068 \series bold
11069 Tezzele
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 Margit
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 111
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 </row>
11093 <row>
11094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098
11099 \series bold
11100 Unterkalmsteiner
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 Frieda
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 111
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 <row>
11125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129
11130 \series bold
11131 Vieider
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 Hilde
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 111
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 <row>
11156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160
11161 \series bold
11162 Vigna
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 Jürgen
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 111
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 <row>
11187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \series bold
11193 Weber
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 Maurizio
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 111
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222
11223 \series bold
11224 Winkler
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 Franz
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 111
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 </lyxtabular>
11249
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \begin_layout Section
11256 Colonnes et lignes à lignes multiples
11257 \end_layout
11258
11259 \begin_layout Subsection
11260 Lignes multiples dans une cellule de tableau
11261 \begin_inset CommandInset label
11262 LatexCommand label
11263 name "sub:Lignes-multiple-dans-cellule"
11264
11265 \end_inset
11266
11267
11268 \begin_inset Index idx
11269 status collapsed
11270
11271 \begin_layout Plain Layout
11272 Plusieurs lignes dans une case de tableau
11273 \end_layout
11274
11275 \end_inset
11276
11277
11278 \begin_inset Index idx
11279 status collapsed
11280
11281 \begin_layout Plain Layout
11282 Tableau ! Saut de ligne
11283 \end_layout
11284
11285 \end_inset
11286
11287
11288 \end_layout
11289
11290 \begin_layout Standard
11291 \noindent
11292 \begin_inset Float table
11293 placement H
11294 wide false
11295 sideways false
11296 status open
11297
11298 \begin_layout Plain Layout
11299 \begin_inset Caption
11300
11301 \begin_layout Plain Layout
11302 \begin_inset CommandInset label
11303 LatexCommand label
11304 name "tab:Tableau-avec-plusieurs-lignes"
11305
11306 \end_inset
11307
11308 Tableau avec des lignes multiples dans une cellule
11309 \end_layout
11310
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \begin_layout Plain Layout
11317 \align center
11318 \begin_inset Tabular
11319 <lyxtabular version="3" rows="3" columns="3">
11320 <features tabularvalignment="middle">
11321 <column alignment="center" valignment="middle" width="2.5cm">
11322 <column alignment="center" valignment="middle" width="0">
11323 <column alignment="center" valignment="middle" width="0">
11324 <row>
11325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 Lignes
11330 \begin_inset Newline linebreak
11331 \end_inset
11332
11333 multiples
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 b
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 c
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 <row>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 d
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 e
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 f
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 </row>
11386 <row>
11387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 g
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 h
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 i
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 </lyxtabular>
11416
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \begin_layout Standard
11428 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11429  d'un paragraphe avec des sauts de lignes et des césures.
11430 \end_layout
11431
11432 \begin_layout Standard
11433 Pour obtenir le tableau
11434 \begin_inset space ~
11435 \end_inset
11436
11437
11438 \begin_inset CommandInset ref
11439 LatexCommand ref
11440 reference "tab:Tableau-avec-plusieurs-lignes"
11441
11442 \end_inset
11443
11444 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11445  droit dessus.
11446  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11447  2.5
11448 \begin_inset space \thinspace{}
11449 \end_inset
11450
11451 cm et choisissez les alignements vertical et horizontal centrés.
11452  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11453  Comme notre texte est plus petit que 2.5
11454 \begin_inset space \thinspace{}
11455 \end_inset
11456
11457 cm, une seule ligne va apparaître.
11458  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11459  
11460 \family sans
11461 Ctrl-Shift-Entrée
11462 \family default
11463 ).
11464  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11465 ement découpé en plusieurs lignes.
11466 \end_layout
11467
11468 \begin_layout Standard
11469 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11470  pas effectuer de césure si c'est le premier élément de la cellule.
11471  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11472  premier élément : Ajoutez un espace horizontal de 0
11473 \begin_inset space \thinspace{}
11474 \end_inset
11475
11476 pt juste avant votre mot.
11477  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11478  Le tableau
11479 \begin_inset space ~
11480 \end_inset
11481
11482
11483 \begin_inset CommandInset ref
11484 LatexCommand ref
11485 reference "tab:Tableau-césure"
11486
11487 \end_inset
11488
11489  montre l'effet de cette insertion.
11490 \end_layout
11491
11492 \begin_layout Standard
11493 \begin_inset Float table
11494 placement h
11495 wide false
11496 sideways false
11497 status open
11498
11499 \begin_layout Plain Layout
11500 \begin_inset Caption
11501
11502 \begin_layout Plain Layout
11503 \begin_inset CommandInset label
11504 LatexCommand label
11505 name "tab:Tableau-césure"
11506
11507 \end_inset
11508
11509 Tableau avec et sans césure.
11510 \end_layout
11511
11512 \end_inset
11513
11514
11515 \end_layout
11516
11517 \begin_layout Plain Layout
11518 \begin_inset space \hfill{}
11519 \end_inset
11520
11521
11522 \begin_inset Tabular
11523 <lyxtabular version="3" rows="3" columns="3">
11524 <features tabularvalignment="middle">
11525 <column alignment="center" valignment="middle" width="2.5cm">
11526 <column alignment="center" valignment="middle" width="0">
11527 <column alignment="center" valignment="middle" width="0">
11528 <row>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 mottrèslongdansunecellule
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 b
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 c
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 </row>
11557 <row>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 d
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 e
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 f
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 <row>
11587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 g
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 h
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609 i
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 </row>
11615 </lyxtabular>
11616
11617 \end_inset
11618
11619
11620 \begin_inset space \hfill{}
11621 \end_inset
11622
11623
11624 \begin_inset Tabular
11625 <lyxtabular version="3" rows="3" columns="3">
11626 <features tabularvalignment="middle">
11627 <column alignment="center" valignment="middle" width="2.5cm">
11628 <column alignment="center" valignment="middle" width="0">
11629 <column alignment="center" valignment="middle" width="0">
11630 <row>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 \begin_inset space \hspace{}
11636 \length 0pt
11637 \end_inset
11638
11639 mottrèslongdansunecellule
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 b
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 c
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 </row>
11663 <row>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 d
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 e
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 f
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 </row>
11692 <row>
11693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 g
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 h
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 i
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 </lyxtabular>
11722
11723 \end_inset
11724
11725
11726 \begin_inset space \hfill{}
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \begin_layout Subsection
11738 Multi-colonnes
11739 \begin_inset CommandInset label
11740 LatexCommand label
11741 name "sub:Multicolonnes"
11742
11743 \end_inset
11744
11745
11746 \begin_inset Index idx
11747 status collapsed
11748
11749 \begin_layout Plain Layout
11750 Multi-colonnes
11751 \end_layout
11752
11753 \end_inset
11754
11755
11756 \begin_inset Index idx
11757 status collapsed
11758
11759 \begin_layout Plain Layout
11760 Tableau ! Multi-colonnes
11761 \end_layout
11762
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \begin_layout Subsubsection
11769 Les bases des multi-colonnes
11770 \end_layout
11771
11772 \begin_layout Standard
11773 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11774  qu'elle doit couvrir et utilisez soit le bouton 
11775 \begin_inset Info
11776 type  "icon"
11777 arg   "inset-modify tabular multicolumn"
11778 \end_inset
11779
11780  de la barre d'outils tableau, ou le menu 
11781 \family sans
11782 Édition\SpecialChar \menuseparator
11783 Tableau\SpecialChar \menuseparator
11784 Multi-colonnes
11785 \family default
11786 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11787  
11788 \family sans
11789 Multi-colonnes
11790 \family default
11791 .
11792 \end_layout
11793
11794 \begin_layout Standard
11795 Les multi-colonnes ont leurs propres paramètres de cellule.
11796  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11797  de la cellule, cela n'affecte que la cellule multi-colonne.
11798  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11799  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11800 \end_layout
11801
11802 \begin_layout Standard
11803 \align center
11804 \begin_inset Tabular
11805 <lyxtabular version="3" rows="3" columns="4">
11806 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11807 <column alignment="center" valignment="top" width="0pt">
11808 <column alignment="center" valignment="middle" width="0">
11809 <column alignment="center" valignment="top" width="0in">
11810 <column alignment="center" valignment="top" width="0pt">
11811 <row>
11812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 abc
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 def ghi
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 jkl
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 </row>
11849 <row>
11850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 A
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 B
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 C
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 D
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 </row>
11887 <row>
11888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 1
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 2
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 3
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 4
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 </row>
11925 </lyxtabular>
11926
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Subsubsection
11933 Calculs avec les multi-colonnes
11934 \begin_inset CommandInset label
11935 LatexCommand label
11936 name "sub:Calculs-multicolonnes"
11937
11938 \end_inset
11939
11940
11941 \begin_inset Index idx
11942 status collapsed
11943
11944 \begin_layout Plain Layout
11945 Multi-colonnes ! Calculs
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \begin_layout Standard
11954 LyX gère directement les multi-colonnes, mais nous devons faire attention
11955  à la largeur des cellules couvertes par la cellule multi-colonne.
11956 \end_layout
11957
11958 \begin_layout Standard
11959 \begin_inset Float table
11960 placement h
11961 wide false
11962 sideways false
11963 status open
11964
11965 \begin_layout Plain Layout
11966 \begin_inset Caption
11967
11968 \begin_layout Plain Layout
11969 \begin_inset CommandInset label
11970 LatexCommand label
11971 name "tab:Tableau-multicolonne-parfaite"
11972
11973 \end_inset
11974
11975 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
11976  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11977 \begin_inset Argument
11978 status open
11979
11980 \begin_layout Plain Layout
11981 Tableau avec multicolonne parfaite
11982 \end_layout
11983
11984 \end_inset
11985
11986
11987 \end_layout
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \begin_layout Plain Layout
11995 \align center
11996 \begin_inset Tabular
11997 <lyxtabular version="3" rows="3" columns="3">
11998 <features tabularvalignment="middle">
11999 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12000 <column alignment="center" valignment="middle" width="0">
12001 <column alignment="center" valignment="top" width="0">
12002 <row>
12003 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007 multi-colonne sur plusieurs lignes
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 c
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 </row>
12031 <row>
12032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036 d
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 e
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 f
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 </row>
12060 <row>
12061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 g
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 h
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 i
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 </row>
12089 </lyxtabular>
12090
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \end_layout
12100
12101 \begin_layout Standard
12102 Par exemple, pour créer le tableau
12103 \begin_inset space ~
12104 \end_inset
12105
12106
12107 \begin_inset CommandInset ref
12108 LatexCommand ref
12109 reference "tab:Tableau-multicolonne-parfaite"
12110
12111 \end_inset
12112
12113 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12114  3×3 et faites un clic droit dessus.
12115  Ensuite choisissez pour cette cellule
12116 \emph on
12117 ,
12118 \emph default
12119  dans la fenêtre de dialogue de tableau, 
12120 \emph on
12121 multi-colonne
12122 \emph default
12123
12124 \emph on
12125 alignement
12126 \begin_inset space ~
12127 \end_inset
12128
12129 horizontal
12130 \begin_inset space ~
12131 \end_inset
12132
12133 centré
12134 \emph default
12135  et une largeur de 2.5
12136 \begin_inset space \thinspace{}
12137 \end_inset
12138
12139 cm.
12140  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12141  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12142 \begin_inset space \thinspace{}
12143 \end_inset
12144
12145 cm pour la première colonne.
12146  La deuxième colonne aura alors automatiquement une largeur de 1.25
12147 \begin_inset space \thinspace{}
12148 \end_inset
12149
12150 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12151  C'est ce qui a été fait pour le tableau
12152 \begin_inset space ~
12153 \end_inset
12154
12155
12156 \begin_inset CommandInset ref
12157 LatexCommand ref
12158 reference "tab:Tableau-multicolonne-imparfait"
12159
12160 \end_inset
12161
12162 .
12163 \end_layout
12164
12165 \begin_layout Standard
12166 \begin_inset Float table
12167 wide false
12168 sideways false
12169 status open
12170
12171 \begin_layout Plain Layout
12172 \begin_inset Caption
12173
12174 \begin_layout Plain Layout
12175 \begin_inset CommandInset label
12176 LatexCommand label
12177 name "tab:Tableau-multicolonne-imparfait"
12178
12179 \end_inset
12180
12181 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12182  de la largeur de la cellule multi-colonne.
12183 \begin_inset Argument
12184 status open
12185
12186 \begin_layout Plain Layout
12187 Tableau avec multi-colonne pas parfaite
12188 \end_layout
12189
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \begin_layout Plain Layout
12201 \align center
12202 \begin_inset Tabular
12203 <lyxtabular version="3" rows="3" columns="3">
12204 <features tabularvalignment="middle">
12205 <column alignment="center" valignment="top" width="1.25cm">
12206 <column alignment="center" valignment="top" width="0">
12207 <column alignment="center" valignment="top" width="0">
12208 <row>
12209 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 multi-colonne sur plusieurs lignes
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12219 \begin_inset Text
12220
12221 \begin_layout Plain Layout
12222
12223 \end_layout
12224
12225 \end_inset
12226 </cell>
12227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231 c
12232 \end_layout
12233
12234 \end_inset
12235 </cell>
12236 </row>
12237 <row>
12238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 d
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 e
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 f
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 </row>
12266 <row>
12267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 g
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 h
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289 i
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 </row>
12295 </lyxtabular>
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \begin_layout Standard
12308 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12309  de la cellule multi-colonne, elle est un peu plus large.
12310  La raison est que la taille que l'on donne à une cellule, 
12311 \begin_inset Formula $W_{g}$
12312 \end_inset
12313
12314  n'est pas sa taille totale, 
12315 \begin_inset Formula $W_{\mathrm{tot}}$
12316 \end_inset
12317
12318  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12319  lui donne.
12320  L'appendice
12321 \begin_inset space ~
12322 \end_inset
12323
12324
12325 \begin_inset CommandInset ref
12326 LatexCommand ref
12327 reference "cha:Explication-de-l'Equation"
12328
12329 \end_inset
12330
12331  explique pourquoi en détail.
12332 \end_layout
12333
12334 \begin_layout Standard
12335 La largeur nécessaire 
12336 \begin_inset Formula $W_{g\, n}$
12337 \end_inset
12338
12339  quand 
12340 \emph on
12341 n
12342 \emph default
12343  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12344  ait une largeur totale de 
12345 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12346 \end_inset
12347
12348 :
12349 \begin_inset Formula 
12350 \begin{equation}
12351 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12352 \end{equation}
12353
12354 \end_inset
12355
12356
12357 \end_layout
12358
12359 \begin_layout Standard
12360 Dans notre cas nous avons 
12361 \begin_inset Formula $n=2$
12362 \end_inset
12363
12364
12365 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12366 \end_inset
12367
12368 cm et les valeurs implicites pour les autres longueurs, l'équation
12369 \begin_inset space ~
12370 \end_inset
12371
12372
12373 \begin_inset CommandInset ref
12374 LatexCommand ref
12375 reference "eq:Wgn"
12376
12377 \end_inset
12378
12379  devient
12380 \begin_inset Formula 
12381 \begin{equation}
12382 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12383 \end{equation}
12384
12385 \end_inset
12386
12387
12388 \end_layout
12389
12390 \begin_layout Standard
12391 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12392  
12393 \series bold
12394 calc
12395 \series default
12396  avec la ligne suivante dans le préambule du document
12397 \begin_inset Index idx
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401 Paquetages LaTeX ! calc
12402 \end_layout
12403
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \begin_layout Standard
12410
12411 \series bold
12412
12413 \backslash
12414 usepackage{calc}
12415 \end_layout
12416
12417 \begin_layout Standard
12418 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12419  de dialogue.
12420  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12421  la fenêtre de dialogue.
12422  Voici un aperçu de ces paramètres :
12423 \end_layout
12424
12425 \begin_layout Itemize
12426
12427 \series bold
12428 p{largeur}
12429 \series default
12430  crée une cellule de taille donnée, le texte est aligné verticalement en
12431  haut.
12432 \end_layout
12433
12434 \begin_layout Itemize
12435
12436 \series bold
12437 m{largeur}
12438 \series default
12439  crée une cellule de taille donnée, le texte est aligné verticalement au
12440  centre
12441 \end_layout
12442
12443 \begin_layout Itemize
12444
12445 \series bold
12446 b{largeur}
12447 \series default
12448  crée une cellule de taille donnée, le texte est aligné verticalement en
12449  bas
12450 \end_layout
12451
12452 \begin_layout Standard
12453 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12454  la fenêtre de dialogue sont ignorés.
12455 \end_layout
12456
12457 \begin_layout Standard
12458 \begin_inset Note Greyedout
12459 status open
12460
12461 \begin_layout Plain Layout
12462
12463 \series bold
12464 Note:
12465 \series default
12466  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12467  en compte.
12468 \end_layout
12469
12470 \end_inset
12471
12472
12473 \end_layout
12474
12475 \begin_layout Standard
12476 Comme le texte doit être centré horizontalement, on ajoute la commande 
12477 \series bold
12478
12479 \backslash
12480 centering
12481 \series default
12482 .
12483  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12484  des colonnes recouvertes :
12485 \end_layout
12486
12487 \begin_layout Standard
12488
12489 \series bold
12490 >{
12491 \backslash
12492 centering}m{1.25cm-6.2pt}
12493 \end_layout
12494
12495 \begin_layout Standard
12496 La commande 
12497 \series bold
12498 >{ }
12499 \series default
12500  signifie que les commandes qui se trouvent entre les accolades doivent
12501  être appliquées avant que la cellule ne soit créée.
12502 \end_layout
12503
12504 \begin_layout Standard
12505 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12506  multi-colonne, il est toujours aligné à gauche.
12507  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12508  isolées.
12509  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12510 \end_layout
12511
12512 \begin_layout Standard
12513
12514 \series bold
12515 >{
12516 \backslash
12517 centering}m{2.5cm}
12518 \end_layout
12519
12520 \begin_layout Subsection
12521 Multi-lignes
12522 \begin_inset CommandInset label
12523 LatexCommand label
12524 name "sub:Multi-lignes"
12525
12526 \end_inset
12527
12528
12529 \begin_inset Index idx
12530 status collapsed
12531
12532 \begin_layout Plain Layout
12533 Multi-lignes
12534 \end_layout
12535
12536 \end_inset
12537
12538
12539 \begin_inset Index idx
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543 Tableau ! Multi-ligne
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \begin_layout Standard
12552 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12553  qu'elle doit couvrir et utilisez soit le bouton 
12554 \begin_inset Info
12555 type  "icon"
12556 arg   "inset-modify tabular multirow"
12557 \end_inset
12558
12559  de la barre d'outils tableau, ou le menu 
12560 \family sans
12561 Édition\SpecialChar \menuseparator
12562 Tableau\SpecialChar \menuseparator
12563 Multi-lignes
12564 \family default
12565 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12566  
12567 \family sans
12568 Multi-lignes
12569 \family default
12570 .
12571 \end_layout
12572
12573 \begin_layout Standard
12574 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12575 \end_layout
12576
12577 \begin_layout Standard
12578 \align center
12579 \begin_inset Tabular
12580 <lyxtabular version="3" rows="3" columns="3">
12581 <features tabularvalignment="middle">
12582 <column alignment="center" valignment="top" width="0pt">
12583 <column alignment="center" valignment="top" width="0">
12584 <column alignment="center" valignment="top" width="0">
12585 <row>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 un contenu long
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 b
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 c
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 </row>
12614 <row>
12615 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 multi-ligne
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 e
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 f
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 </row>
12643 <row>
12644 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 h
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 i
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 </row>
12672 </lyxtabular>
12673
12674 \end_inset
12675
12676
12677 \end_layout
12678
12679 \begin_layout Standard
12680 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12681  la colonne.
12682  L'
12683 \family sans
12684 Espacement
12685 \begin_inset space ~
12686 \end_inset
12687
12688 vertical
12689 \family default
12690  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12691  est positive ou négative.
12692 \end_layout
12693
12694 \begin_layout Standard
12695 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12696  explicitement, la cellule hérite de l'alignement de la colonne.
12697  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12698  implicite, vous devez redéfinir la commande 
12699 \series bold
12700
12701 \backslash
12702 multirowsetup
12703 \series default
12704  avec la commande
12705 \end_layout
12706
12707 \begin_layout Standard
12708
12709 \series bold
12710
12711 \backslash
12712 renewcommand{
12713 \backslash
12714 multirowsetup}{
12715 \backslash
12716 centering}
12717 \end_layout
12718
12719 \begin_layout Standard
12720 dans le préambule du document.
12721  Après ça, tous les contenus de cellules multi-lignes du document seront
12722  centrés.
12723  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12724  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12725  juste avant le tableau concerné, plutôt que dans le préambule.
12726  Si le texte doit être aligné à droite, remplacez 
12727 \series bold
12728
12729 \backslash
12730 centering
12731 \series default
12732  par 
12733 \series bold
12734
12735 \backslash
12736 raggedleft
12737 \series default
12738 .
12739  Pour revenir à l'alignement à gauche utilisez 
12740 \series bold
12741
12742 \backslash
12743 raggedright
12744 \series default
12745 .
12746 \end_layout
12747
12748 \begin_layout Standard
12749 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12750  avec un décalage vertical de -4
12751 \begin_inset space \thinspace{}
12752 \end_inset
12753
12754 mm dans une colonne de 3
12755 \begin_inset space \thinspace{}
12756 \end_inset
12757
12758 cm de large
12759 \begin_inset space ~
12760 \end_inset
12761
12762 :
12763 \end_layout
12764
12765 \begin_layout Standard
12766 \noindent
12767 \align center
12768 \begin_inset ERT
12769 status collapsed
12770
12771 \begin_layout Plain Layout
12772
12773
12774 \backslash
12775 renewcommand{
12776 \backslash
12777 multirowsetup}{
12778 \backslash
12779 raggedleft}
12780 \end_layout
12781
12782 \end_inset
12783
12784
12785 \begin_inset Tabular
12786 <lyxtabular version="3" rows="4" columns="3">
12787 <features tabularvalignment="middle">
12788 <column alignment="center" valignment="top" width="3cm">
12789 <column alignment="center" valignment="top" width="0">
12790 <column alignment="center" valignment="top" width="0">
12791 <row>
12792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 un contenu long
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 b
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 c
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 </row>
12820 <row>
12821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 t
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 n
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 m
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 <row>
12850 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 multi-ligne
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 e
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 f
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 <row>
12879 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 h
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 i
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 </row>
12907 </lyxtabular>
12908
12909 \end_inset
12910
12911
12912 \begin_inset ERT
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916
12917
12918 \backslash
12919 renewcommand{
12920 \backslash
12921 multirowsetup}{
12922 \backslash
12923 raggedright}
12924 \end_layout
12925
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Standard
12932 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
12933  utiliser un saut de ligne forcé (
12934 \begin_inset space ~
12935 \end_inset
12936
12937 raccourci 
12938 \family sans
12939 Ctrl+Entrée
12940 \family default
12941
12942 \begin_inset space ~
12943 \end_inset
12944
12945 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12946  on le voit dans ce tableau :
12947 \end_layout
12948
12949 \begin_layout Standard
12950 \noindent
12951 \align center
12952 \begin_inset Tabular
12953 <lyxtabular version="3" rows="3" columns="2">
12954 <features tabularvalignment="middle">
12955 <column alignment="left" valignment="middle" width="2cm">
12956 <column alignment="center" valignment="top" width="0">
12957 <row>
12958 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 aaa
12963 \begin_inset Newline newline
12964 \end_inset
12965
12966 aaa
12967 \begin_inset Newline newline
12968 \end_inset
12969
12970 mauvaise cellule
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 ccc
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 </row>
12985 <row>
12986 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 ddd
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 </row>
13005 <row>
13006 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 bbb
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 eee
13020 \end_layout
13021
13022 \end_inset
13023 </cell>
13024 </row>
13025 </lyxtabular>
13026
13027 \end_inset
13028
13029
13030 \end_layout
13031
13032 \begin_layout Standard
13033 Vous devez donc faire attention avec les saut de lignes forcés.
13034 \end_layout
13035
13036 \begin_layout Subsection
13037
13038 \lang english
13039 Cells with diagonal line(s)
13040 \end_layout
13041
13042 \begin_layout Standard
13043
13044 \lang english
13045 To tell the reader what is meant by column and row headings in a table,
13046  it is helpful to split the first cell of the table by one or two diagonal
13047  lines.
13048  This can be achieved by loading the LaTeX-package 
13049 \series bold
13050 diagbox
13051 \series default
13052 \lang french
13053
13054 \begin_inset Index idx
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058 Paquetages LaTeX ! diagbox
13059 \end_layout
13060
13061 \end_inset
13062
13063  
13064 \lang english
13065 in the document preamble.
13066  The package provides the command 
13067 \series bold
13068
13069 \backslash
13070 diagbox
13071 \series default
13072  that is inserted as TeX-Code and that can take 2 or 3
13073 \begin_inset space ~
13074 \end_inset
13075
13076 arguments:
13077 \end_layout
13078
13079 \begin_layout Standard
13080
13081 \series bold
13082 \lang english
13083
13084 \backslash
13085 diagbox[options]{lower left}{upper right}
13086 \end_layout
13087
13088 \begin_layout Standard
13089
13090 \series bold
13091 \lang english
13092
13093 \backslash
13094 diagbox[options]{lower left}{upper left}{upper right}
13095 \end_layout
13096
13097 \begin_layout Standard
13098
13099 \lang english
13100 The first scheme divides the cell by a single diagonal line and the arguments
13101  are placed below and above this line.
13102  The second scheme divides the cell by 2
13103 \begin_inset space ~
13104 \end_inset
13105
13106 lines.
13107 \end_layout
13108
13109 \begin_layout Standard
13110 \begin_inset ERT
13111 status collapsed
13112
13113 \begin_layout Plain Layout
13114
13115
13116 \backslash
13117 ifdiagbox
13118 \end_layout
13119
13120 \end_inset
13121
13122
13123 \begin_inset Note Note
13124 status open
13125
13126 \begin_layout Plain Layout
13127 La section suivante ne s'affichera que si vous avez installé le paquetage
13128  LaTeX 
13129 \series bold
13130 diagbox
13131 \series default
13132 .
13133 \end_layout
13134
13135 \end_inset
13136
13137
13138 \end_layout
13139
13140 \begin_layout Standard
13141
13142 \lang english
13143 Here is an example table where 
13144 \series bold
13145
13146 \backslash
13147 diagbox 
13148 \series default
13149 is used in the 2-argument scheme in the first cell:
13150 \begin_inset VSpace medskip
13151 \end_inset
13152
13153
13154 \end_layout
13155
13156 \begin_layout Standard
13157 \noindent
13158
13159 \lang english
13160 \begin_inset Tabular
13161 <lyxtabular version="3" rows="4" columns="4">
13162 <features tabularvalignment="middle">
13163 <column alignment="center" valignment="top" width="0">
13164 <column alignment="center" valignment="top" width="0">
13165 <column alignment="center" valignment="top" width="0">
13166 <column alignment="center" valignment="top" width="0">
13167 <row>
13168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172
13173 \lang english
13174 \begin_inset ERT
13175 status collapsed
13176
13177 \begin_layout Plain Layout
13178
13179
13180 \backslash
13181 diagbox{
13182 \end_layout
13183
13184 \end_inset
13185
13186 Name
13187 \begin_inset ERT
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191
13192 }{
13193 \end_layout
13194
13195 \end_inset
13196
13197 Parameter
13198 \begin_inset ERT
13199 status collapsed
13200
13201 \begin_layout Plain Layout
13202
13203 }
13204 \end_layout
13205
13206 \end_inset
13207
13208
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \lang english
13219 Thickness in nm
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228
13229 \lang english
13230 Transparency in %
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239
13240 \lang english
13241 Hardness in MPa
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 <row>
13248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252
13253 \lang english
13254 Perfect Green
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263
13264 \lang english
13265 45
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274
13275 \lang english
13276 80
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285
13286 \lang english
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
13299 \lang english
13300 Dark Multi-P
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309
13310 \lang english
13311 60
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320
13321 \lang english
13322 72
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331
13332 \lang english
13333 982
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344
13345 \lang english
13346 Crystal Clear Pro
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355
13356 \lang english
13357 18
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366
13367 \lang english
13368 86
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377
13378 \lang english
13379 374
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 </row>
13385 </lyxtabular>
13386
13387 \end_inset
13388
13389
13390 \begin_inset VSpace medskip
13391 \end_inset
13392
13393
13394 \end_layout
13395
13396 \begin_layout Standard
13397
13398 \lang english
13399 The 3-argument scheme is for example useful for cross-tables of sports leagues
13400  or distances:
13401 \end_layout
13402
13403 \begin_layout Standard
13404 \noindent
13405 \align center
13406
13407 \lang english
13408 \begin_inset Tabular
13409 <lyxtabular version="3" rows="4" columns="4">
13410 <features tabularvalignment="middle">
13411 <column alignment="center" valignment="top" width="0pt">
13412 <column alignment="center" valignment="top" width="0">
13413 <column alignment="center" valignment="top" width="0">
13414 <column alignment="center" valignment="top" width="0">
13415 <row>
13416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420
13421 \lang english
13422 \begin_inset ERT
13423 status collapsed
13424
13425 \begin_layout Plain Layout
13426
13427
13428 \backslash
13429 diagbox{
13430 \end_layout
13431
13432 \end_inset
13433
13434 Team home
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440 }{
13441 \end_layout
13442
13443 \end_inset
13444
13445 Result
13446 \begin_inset ERT
13447 status collapsed
13448
13449 \begin_layout Plain Layout
13450
13451 }{
13452 \end_layout
13453
13454 \end_inset
13455
13456 Team away
13457 \begin_inset ERT
13458 status collapsed
13459
13460 \begin_layout Plain Layout
13461
13462 }
13463 \end_layout
13464
13465 \end_inset
13466
13467
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476
13477 \lang english
13478 Tigers
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487
13488 \lang english
13489 Panthers
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498
13499 \lang english
13500 Falcons
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 </row>
13506 <row>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511
13512 \lang english
13513 Tigers
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522
13523 \lang english
13524 ---
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533
13534 \lang english
13535 1:3
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544
13545 \lang english
13546 0:1
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 </row>
13552 <row>
13553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557
13558 \lang english
13559 Panthers
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568
13569 \lang english
13570 3:1
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579
13580 \lang english
13581 ---
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590
13591 \lang english
13592 0:0
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 </row>
13598 <row>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603
13604 \lang english
13605 Falcons
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614
13615 \lang english
13616 1:0
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625
13626 \lang english
13627 0:0
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636
13637 \lang english
13638 ---
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 </row>
13644 </lyxtabular>
13645
13646 \end_inset
13647
13648
13649 \end_layout
13650
13651 \begin_layout Standard
13652
13653 \lang english
13654 For larger cross-tables one might use split cells in 2 or every corner of
13655  the table like in this example:
13656 \end_layout
13657
13658 \begin_layout Standard
13659 \noindent
13660 \align center
13661
13662 \lang english
13663 \begin_inset Tabular
13664 <lyxtabular version="3" rows="5" columns="5">
13665 <features tabularvalignment="middle">
13666 <column alignment="center" valignment="top" width="0pt">
13667 <column alignment="center" valignment="top" width="0">
13668 <column alignment="center" valignment="top" width="0">
13669 <column alignment="center" valignment="top" width="0">
13670 <column alignment="center" valignment="top" width="0">
13671 <row>
13672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676
13677 \lang english
13678 \begin_inset ERT
13679 status open
13680
13681 \begin_layout Plain Layout
13682
13683
13684 \backslash
13685 diagbox{
13686 \end_layout
13687
13688 \end_inset
13689
13690 Team home
13691 \begin_inset ERT
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695
13696 }{
13697 \end_layout
13698
13699 \end_inset
13700
13701 Result
13702 \begin_inset ERT
13703 status collapsed
13704
13705 \begin_layout Plain Layout
13706
13707 }{
13708 \end_layout
13709
13710 \end_inset
13711
13712 Team away
13713 \begin_inset ERT
13714 status collapsed
13715
13716 \begin_layout Plain Layout
13717
13718 }
13719 \end_layout
13720
13721 \end_inset
13722
13723
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \lang english
13734 Tigers
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743
13744 \lang english
13745 Panthers
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \lang english
13756 Falcons
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765
13766 \lang english
13767 \begin_inset ERT
13768 status open
13769
13770 \begin_layout Plain Layout
13771
13772
13773 \backslash
13774 diagbox[dir=NE]{
13775 \end_layout
13776
13777 \end_inset
13778
13779 Team home
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785 }{
13786 \end_layout
13787
13788 \end_inset
13789
13790 Result
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796 }{
13797 \end_layout
13798
13799 \end_inset
13800
13801 Team away
13802 \begin_inset ERT
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806
13807 }
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 </row>
13818 <row>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823
13824 \lang english
13825 Tigers
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834
13835 \lang english
13836 ---
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845
13846 \lang english
13847 1:3
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856
13857 \lang english
13858 0:1
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867
13868 \lang english
13869 Tigers
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 </row>
13875 <row>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880
13881 \lang english
13882 Panthers
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891
13892 \lang english
13893 3:1
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902
13903 \lang english
13904 ---
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913
13914 \lang english
13915 0:0
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924
13925 \lang english
13926 Panthers
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 </row>
13932 <row>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937
13938 \lang english
13939 Falcons
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948
13949 \lang english
13950 1:0
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959
13960 \lang english
13961 0:0
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970
13971 \lang english
13972 ---
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981
13982 \lang english
13983 Falcons
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994
13995 \lang english
13996 \begin_inset ERT
13997 status open
13998
13999 \begin_layout Plain Layout
14000
14001
14002 \backslash
14003 diagbox[dir=SW]{
14004 \end_layout
14005
14006 \end_inset
14007
14008 Team home
14009 \begin_inset ERT
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013
14014 }{
14015 \end_layout
14016
14017 \end_inset
14018
14019 Result
14020 \begin_inset ERT
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024
14025 }{
14026 \end_layout
14027
14028 \end_inset
14029
14030 Team away
14031 \begin_inset ERT
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035
14036 }
14037 \end_layout
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050
14051 \lang english
14052 Tigers
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061
14062 \lang english
14063 Panthers
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072
14073 \lang english
14074 Falcons
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083
14084 \lang english
14085 \begin_inset ERT
14086 status open
14087
14088 \begin_layout Plain Layout
14089
14090
14091 \backslash
14092 diagbox[dir=SE]{
14093 \end_layout
14094
14095 \end_inset
14096
14097 Team home
14098 \begin_inset ERT
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102
14103 }{
14104 \end_layout
14105
14106 \end_inset
14107
14108 Result
14109 \begin_inset ERT
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113
14114 }{
14115 \end_layout
14116
14117 \end_inset
14118
14119 Team away
14120 \begin_inset ERT
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124
14125 }
14126 \end_layout
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 </row>
14136 </lyxtabular>
14137
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \begin_layout Standard
14144
14145 \lang english
14146 To rotate the diagonal lines, the command option 
14147 \series bold
14148 dir=direction
14149 \series default
14150  is used.
14151  
14152 \emph on
14153 direction
14154 \emph default
14155  is either 
14156 \series bold
14157 NE
14158 \series default
14159
14160 \series bold
14161 DE
14162 \series default
14163
14164 \series bold
14165 SW
14166 \series default
14167  or 
14168 \series bold
14169 NW
14170 \series default
14171  and represent a point of a compass.
14172  
14173 \series bold
14174 SW
14175 \series default
14176  is for example the south-west corner.
14177  Thus in the lower left cell of the above table the command
14178 \end_layout
14179
14180 \begin_layout Standard
14181
14182 \series bold
14183 \lang english
14184
14185 \backslash
14186 diagbox[dir=SW]{Team home}{Result}{Team away}
14187 \end_layout
14188
14189 \begin_layout Standard
14190
14191 \lang english
14192 is used.
14193  If no direction is given, it will be NW.
14194 \end_layout
14195
14196 \begin_layout Standard
14197
14198 \lang english
14199 The necessary width of split cells is automatically calculated.
14200  Thus if you set a fixed column width smaller than the calculated one, the
14201  cell's content will protrude the cell borders:
14202 \end_layout
14203
14204 \begin_layout Standard
14205 \noindent
14206 \align center
14207
14208 \lang english
14209 \begin_inset Tabular
14210 <lyxtabular version="3" rows="2" columns="2">
14211 <features tabularvalignment="middle">
14212 <column alignment="center" valignment="top" width="3cm">
14213 <column alignment="center" valignment="top" width="0">
14214 <row>
14215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219
14220 \lang english
14221 \begin_inset ERT
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225
14226
14227 \backslash
14228 diagbox{
14229 \end_layout
14230
14231 \end_inset
14232
14233 Name
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239 }{
14240 \end_layout
14241
14242 \end_inset
14243
14244 Parameter
14245 \begin_inset ERT
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249
14250 }
14251 \end_layout
14252
14253 \end_inset
14254
14255
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264
14265 \lang english
14266 Thickness in nm
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 <row>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277
14278 \lang english
14279 Perfect Green
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288
14289 \lang english
14290 45
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 </lyxtabular>
14297
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \begin_layout Standard
14304
14305 \lang english
14306 If you need a certain width for columns with a split cell, use the command
14307  option 
14308 \series bold
14309 width=3cm
14310 \series default
14311  (replace '3cm' by the width you need).
14312  In the following table the width of the first column is set to 4
14313 \begin_inset space \thinspace{}
14314 \end_inset
14315
14316 cm.
14317  For 
14318 \series bold
14319
14320 \backslash
14321 diagbox
14322 \series default
14323  a width of 4
14324 \begin_inset space \thinspace{}
14325 \end_inset
14326
14327 cm + 2
14328 \begin_inset space \thinspace{}
14329 \end_inset
14330
14331
14332 \backslash
14333 tabcolsep is necessary because the overall width is the width for the text
14334  (in this case the 4
14335 \begin_inset space \thinspace{}
14336 \end_inset
14337
14338 cm) plus two times the separation of the text and the cell border.
14339  The calculation of the width cannot be done in the command option of 
14340 \series bold
14341
14342 \backslash
14343 diagbox
14344 \series default
14345  so one needs to create a new length which can be used later.
14346  This is done with the TeX-Code commands
14347 \end_layout
14348
14349 \begin_layout Standard
14350
14351 \series bold
14352
14353 \backslash
14354 newlength{
14355 \backslash
14356 diagtest}
14357 \begin_inset Newline newline
14358 \end_inset
14359
14360
14361 \backslash
14362 setlength{
14363 \backslash
14364 diagtest}{4cm+2
14365 \backslash
14366 tabcolsep}
14367 \end_layout
14368
14369 \begin_layout Standard
14370 \begin_inset ERT
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374
14375
14376 \backslash
14377 newlength{
14378 \backslash
14379 diagtest}
14380 \end_layout
14381
14382 \begin_layout Plain Layout
14383
14384
14385 \backslash
14386 setlength{
14387 \backslash
14388 diagtest}{4cm+2
14389 \backslash
14390 tabcolsep}
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \begin_layout Standard
14399
14400 \lang english
14401 To enable calculations in LaTeX one needs to load the package 
14402 \series bold
14403 calc
14404 \series default
14405 \lang french
14406
14407 \begin_inset Index idx
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411 Paquetages LaTeX ! calc
14412 \end_layout
14413
14414 \end_inset
14415
14416  
14417 \lang english
14418 in the document preamble.
14419 \end_layout
14420
14421 \begin_layout Standard
14422
14423 \lang english
14424 In this table you can now use the command
14425 \end_layout
14426
14427 \begin_layout Standard
14428
14429 \series bold
14430
14431 \backslash
14432 diagbox[width=
14433 \backslash
14434 diagtest]{A}{B}
14435 \end_layout
14436
14437 \begin_layout Standard
14438
14439 \lang english
14440 in the first cell:
14441 \end_layout
14442
14443 \begin_layout Standard
14444 \noindent
14445 \align center
14446
14447 \lang english
14448 \begin_inset Tabular
14449 <lyxtabular version="3" rows="2" columns="2">
14450 <features tabularvalignment="middle">
14451 <column alignment="center" valignment="top" width="4cm">
14452 <column alignment="center" valignment="top" width="0">
14453 <row>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 \begin_inset ERT
14459 status open
14460
14461 \begin_layout Plain Layout
14462
14463
14464 \backslash
14465 diagbox[width=
14466 \backslash
14467 diagtest]{
14468 \end_layout
14469
14470 \end_inset
14471
14472 A
14473 \begin_inset ERT
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477
14478 }{
14479 \end_layout
14480
14481 \end_inset
14482
14483 B
14484 \begin_inset ERT
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488
14489 }
14490 \end_layout
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \lang english
14505 Thickness in nm
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 <row>
14512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516
14517 \lang english
14518 Perfect Green
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527
14528 \lang english
14529 45
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 </lyxtabular>
14536
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \begin_layout Standard
14543
14544 \lang english
14545 Note that the split cell needs to be the widest one in the column.
14546  Otherwise the length of the diagonal line cannot be calculated correctly
14547  like in this table:
14548 \end_layout
14549
14550 \begin_layout Standard
14551 \noindent
14552 \align center
14553
14554 \lang english
14555 \begin_inset Tabular
14556 <lyxtabular version="3" rows="2" columns="2">
14557 <features tabularvalignment="middle">
14558 <column alignment="center" valignment="top" width="0pt">
14559 <column alignment="center" valignment="top" width="0">
14560 <row>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 \begin_inset ERT
14566 status collapsed
14567
14568 \begin_layout Plain Layout
14569
14570
14571 \backslash
14572 diagbox{
14573 \end_layout
14574
14575 \end_inset
14576
14577 A
14578 \begin_inset ERT
14579 status collapsed
14580
14581 \begin_layout Plain Layout
14582
14583 }{
14584 \end_layout
14585
14586 \end_inset
14587
14588 B
14589 \begin_inset ERT
14590 status collapsed
14591
14592 \begin_layout Plain Layout
14593
14594 }
14595 \end_layout
14596
14597 \end_inset
14598
14599
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608
14609 \lang english
14610 Thickness in nm
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 </row>
14616 <row>
14617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621
14622 \lang english
14623 Perfect Green
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632
14633 \lang english
14634 45
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 </row>
14640 </lyxtabular>
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Standard
14648
14649 \lang english
14650 In this case use the 
14651 \series bold
14652 width
14653 \series default
14654  option of the 
14655 \series bold
14656
14657 \backslash
14658 diagbox
14659 \series default
14660  command.
14661  It is then not necessary to add 2
14662 \backslash
14663 tabcolsep because the cell width is now the width of the column.
14664  In this table a width of 3
14665 \begin_inset space \thinspace{}
14666 \end_inset
14667
14668 cm is used:
14669 \end_layout
14670
14671 \begin_layout Standard
14672 \noindent
14673 \align center
14674
14675 \lang english
14676 \begin_inset Tabular
14677 <lyxtabular version="3" rows="2" columns="2">
14678 <features tabularvalignment="middle">
14679 <column alignment="center" valignment="top" width="0pt">
14680 <column alignment="center" valignment="top" width="0">
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686 \begin_inset ERT
14687 status open
14688
14689 \begin_layout Plain Layout
14690
14691
14692 \backslash
14693 diagbox[width=3cm]{
14694 \end_layout
14695
14696 \end_inset
14697
14698 A
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703
14704 }{
14705 \end_layout
14706
14707 \end_inset
14708
14709 B
14710 \begin_inset ERT
14711 status collapsed
14712
14713 \begin_layout Plain Layout
14714
14715 }
14716 \end_layout
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729
14730 \lang english
14731 Thickness in nm
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 </row>
14737 <row>
14738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742
14743 \lang english
14744 Perfect Green
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753
14754 \lang english
14755 45
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 </row>
14761 </lyxtabular>
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Standard
14769
14770 \lang english
14771 For multiple text lines in split cells one needs some extra height to fit
14772  the text to the cell.
14773  This can be achieved with the 
14774 \series bold
14775
14776 \backslash
14777 diagbox
14778 \series default
14779  option 
14780 \series bold
14781 height=3cm
14782 \series default
14783  (replace '3cm' by the height you need).
14784  In the following table the command
14785 \end_layout
14786
14787 \begin_layout Standard
14788
14789 \series bold
14790
14791 \backslash
14792 diagbox[width=3cm,height=1.4cm]{A
14793 \backslash
14794
14795 \backslash
14796 B}{C
14797 \backslash
14798
14799 \backslash
14800 D}
14801 \end_layout
14802
14803 \begin_layout Standard
14804
14805 \lang english
14806 is used in the first cell.
14807  The command 
14808 \series bold
14809
14810 \backslash
14811
14812 \backslash
14813
14814 \series default
14815  creates hereby the line break.
14816 \begin_inset Foot
14817 status collapsed
14818
14819 \begin_layout Plain Layout
14820
14821 \lang english
14822 Breaking lines with 
14823 \family sans
14824 Ctrl+Return
14825 \family default
14826  is only possible when the column has a fixed width.
14827 \end_layout
14828
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \begin_layout Standard
14835 \noindent
14836 \align center
14837
14838 \lang english
14839 \begin_inset Tabular
14840 <lyxtabular version="3" rows="2" columns="2">
14841 <features tabularvalignment="middle">
14842 <column alignment="center" valignment="top" width="0">
14843 <column alignment="center" valignment="top" width="0">
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 \begin_inset ERT
14850 status open
14851
14852 \begin_layout Plain Layout
14853
14854
14855 \backslash
14856 diagbox[width=3cm,height=1.4cm]{
14857 \end_layout
14858
14859 \end_inset
14860
14861 A
14862 \begin_inset ERT
14863 status collapsed
14864
14865 \begin_layout Plain Layout
14866
14867
14868 \backslash
14869
14870 \backslash
14871
14872 \end_layout
14873
14874 \end_inset
14875
14876 B
14877 \begin_inset ERT
14878 status collapsed
14879
14880 \begin_layout Plain Layout
14881
14882 }{
14883 \end_layout
14884
14885 \end_inset
14886
14887 C
14888 \begin_inset ERT
14889 status collapsed
14890
14891 \begin_layout Plain Layout
14892
14893
14894 \backslash
14895
14896 \backslash
14897
14898 \end_layout
14899
14900 \end_inset
14901
14902 D
14903 \begin_inset ERT
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907
14908 }
14909 \end_layout
14910
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Plain Layout
14922
14923 \lang english
14924 Thickness in nm
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 </row>
14930 <row>
14931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935
14936 \lang english
14937 Perfect Green
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946
14947 \lang english
14948 45
14949 \end_layout
14950
14951 \end_inset
14952 </cell>
14953 </row>
14954 </lyxtabular>
14955
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \begin_layout Standard
14962 \begin_inset ERT
14963 status collapsed
14964
14965 \begin_layout Plain Layout
14966
14967
14968 \backslash
14969 else
14970 \end_layout
14971
14972 \end_inset
14973
14974
14975 \begin_inset Note Note
14976 status open
14977
14978 \begin_layout Plain Layout
14979 Ce qui suit sera affiché si le paquetage LaTeX 
14980 \series bold
14981 diagbox
14982 \series default
14983  n'est pas installé :
14984 \end_layout
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Standard
14992 Vous devez installer le paquetage LaTeX 
14993 \series bold
14994 diagbox
14995 \series default
14996  pour voir le contenu des cette section dans la sortie imprimée.
14997 \end_layout
14998
14999 \begin_layout Standard
15000 \begin_inset ERT
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004
15005
15006 \backslash
15007 fi
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \begin_layout Standard
15016
15017 \lang english
15018 For more info about the LaTeX-package 
15019 \series bold
15020 diagbox
15021 \series default
15022 , see its documentation
15023 \lang french
15024
15025 \begin_inset CommandInset citation
15026 LatexCommand cite
15027 key "diagbox"
15028
15029 \end_inset
15030
15031 .
15032 \end_layout
15033
15034 \begin_layout Section
15035 Les tableaux formels
15036 \begin_inset CommandInset label
15037 LatexCommand label
15038 name "sec:Tableaux-Formels"
15039
15040 \end_inset
15041
15042
15043 \begin_inset Index idx
15044 status collapsed
15045
15046 \begin_layout Plain Layout
15047 Tableau ! Formel
15048 \end_layout
15049
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \begin_layout Standard
15056 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15057  à celle du tableau
15058 \begin_inset space ~
15059 \end_inset
15060
15061
15062 \begin_inset CommandInset ref
15063 LatexCommand ref
15064 reference "tab:Exemple-tableau-booktabs"
15065
15066 \end_inset
15067
15068 .
15069  Ce genre de tableau est appelé 
15070 \begin_inset Quotes fld
15071 \end_inset
15072
15073
15074 \emph on
15075 formel
15076 \emph default
15077
15078 \begin_inset Quotes frd
15079 \end_inset
15080
15081 .
15082  Pour transformer un tableau en tableau formel, utilisez l'option 
15083 \family sans
15084 Formel
15085 \family default
15086  de l'onglet 
15087 \family sans
15088 Bordures
15089 \family default
15090  de la fenêtre de dialogue 
15091 \family sans
15092 Paramètres
15093 \begin_inset space ~
15094 \end_inset
15095
15096 du
15097 \begin_inset space ~
15098 \end_inset
15099
15100 tableau
15101 \family default
15102 .
15103 \end_layout
15104
15105 \begin_layout Standard
15106 \begin_inset Float table
15107 placement h
15108 wide false
15109 sideways false
15110 status open
15111
15112 \begin_layout Plain Layout
15113 \begin_inset Caption
15114
15115 \begin_layout Plain Layout
15116 \begin_inset CommandInset label
15117 LatexCommand label
15118 name "tab:Exemple-tableau-booktabs"
15119
15120 \end_inset
15121
15122 Exemple de tableau formel
15123 \end_layout
15124
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \begin_layout Plain Layout
15131 \align center
15132 \begin_inset Tabular
15133 <lyxtabular version="3" rows="8" columns="4">
15134 <features booktabs="true" tabularvalignment="middle">
15135 <column alignment="center" valignment="top" width="0">
15136 <column alignment="center" valignment="top" width="0">
15137 <column alignment="center" valignment="top" width="0">
15138 <column alignment="center" valignment="top" width="0">
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 Système
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" topline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 Chip
15154 \begin_inset space \thinspace{}
15155 \end_inset
15156
15157 1
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166 Chip
15167 \begin_inset space \thinspace{}
15168 \end_inset
15169
15170 2
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 <row>
15186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 \begin_inset ERT
15191 status collapsed
15192
15193 \begin_layout Plain Layout
15194
15195
15196 \backslash
15197 cmidrule(r){2-2}
15198 \end_layout
15199
15200 \end_inset
15201
15202
15203 \begin_inset ERT
15204 status collapsed
15205
15206 \begin_layout Plain Layout
15207
15208
15209 \backslash
15210 cmidrule(l){3-4}
15211 \end_layout
15212
15213 \end_inset
15214
15215 Épaisseur du capteur en µm
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 300
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 300
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 700
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 </row>
15248 <row>
15249 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 Angle du biseau en °
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 3.55
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 2.71
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 7.99
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 </row>
15286 <row topspace="default">
15287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291 Résolution spatiale en µm
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 4.26
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 10.17
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 10.56
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row topspace="default">
15325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 MTF à 
15330 \begin_inset Formula $f_{\mathrm{max}}$
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 <cell alignment="center" valignment="top" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 0.53
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 0.37
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 0.39
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 </row>
15366 <row topspace="default">
15367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371 \begin_inset ERT
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375
15376
15377 \backslash
15378 cmidrule(l{10pt}){1-1}
15379 \end_layout
15380
15381 \end_inset
15382
15383 résolution spatiale LSF
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 <cell alignment="center" valignment="top" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 <cell alignment="center" valignment="top" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 <cell alignment="center" valignment="top" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 </row>
15416 <row>
15417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421 en µm
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 129.7
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell alignment="center" valignment="top" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 52.75
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 50.78
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 en % de la taille des pixels
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 76.3
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477 95.9
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 92.3
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 </lyxtabular>
15493
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Standard
15505 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15506  
15507 \family sans
15508 Bordures
15509 \family default
15510  de la fenêtre de dialogue 
15511 \family sans
15512 Paramètres
15513 \begin_inset space ~
15514 \end_inset
15515
15516 du
15517 \begin_inset space ~
15518 \end_inset
15519
15520 tableau
15521 \family default
15522  comme c'est décrit dans la section
15523 \begin_inset space ~
15524 \end_inset
15525
15526
15527 \begin_inset CommandInset ref
15528 LatexCommand ref
15529 reference "sub:Espacement-lignes"
15530
15531 \end_inset
15532
15533 .
15534 \end_layout
15535
15536 \begin_layout Standard
15537 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15538  verticales.
15539  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15540  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15541  sortie imprimée :
15542 \begin_inset Newline newline
15543 \end_inset
15544
15545 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15546 \begin_inset space \thinspace{}
15547 \end_inset
15548
15549 em alors que les autres lignes ont implicite une épaisseur de 0.05
15550 \begin_inset space \thinspace{}
15551 \end_inset
15552
15553 em.
15554 \end_layout
15555
15556 \begin_layout Standard
15557 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15558  les lignes de préambule suivantes :
15559 \end_layout
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564
15565 \backslash
15566 let
15567 \backslash
15568 mytoprule
15569 \backslash
15570 toprule
15571 \begin_inset Newline newline
15572 \end_inset
15573
15574
15575 \backslash
15576 renewcommand{
15577 \backslash
15578 toprule}{
15579 \backslash
15580 mytoprule[width]}
15581 \end_layout
15582
15583 \begin_layout Standard
15584 Cet exemple concerne la première ligne, appelée 
15585 \series bold
15586 toprule
15587 \series default
15588 .
15589  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15590 \series bold
15591 toprule
15592 \series default
15593  par 
15594 \series bold
15595 bottomrule
15596 \series default
15597 .
15598  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15599  
15600 \series bold
15601 toprule
15602 \series default
15603  par 
15604 \series bold
15605 midrule
15606 \series default
15607 .
15608  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15609 \begin_inset space ~
15610 \end_inset
15611
15612
15613 \begin_inset CommandInset ref
15614 LatexCommand ref
15615 reference "cha:Unités-de-longueur"
15616
15617 \end_inset
15618
15619  pour préciser l'épaisseur voulue.
15620 \end_layout
15621
15622 \begin_layout Standard
15623 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15624  en mettant une ligne pour une cellule multi-colonne.
15625  LyX va utiliser en interne la commande 
15626 \series bold
15627
15628 \backslash
15629 cmidrule
15630 \series default
15631  pour créer cette ligne.
15632  Sa syntaxe complète est :
15633 \end_layout
15634
15635 \begin_layout Standard
15636
15637 \series bold
15638
15639 \backslash
15640 cmidrule[largeur](rognage){colDépart-colFin}
15641 \end_layout
15642
15643 \begin_layout Standard
15644 Les options de la commande 
15645 \series bold
15646
15647 \backslash
15648 cmidrule
15649 \series default
15650  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15651  TeX pour pouvoir les utiliser.
15652  On peut créer manuellement des lignes 
15653 \series bold
15654
15655 \backslash
15656 mitrales
15657 \series default
15658  en insérant la commande en code TeX comme le premier élément de la première
15659  cellule de la ligne.
15660  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15661  en question.
15662 \end_layout
15663
15664 \begin_layout Standard
15665 La valeur implicite pour l'épaisseur des lignes est de 0.03
15666 \begin_inset space \thinspace{}
15667 \end_inset
15668
15669 em.
15670  
15671 \series bold
15672 colDépart
15673 \series default
15674  est le numéro de la colonne dans laquelle la ligne commence et 
15675 \series bold
15676 colFin
15677 \series default
15678  est le numéro de la colonne dans laquelle elle se termine.
15679  La valeur de 
15680 \series bold
15681 colFin
15682 \series default
15683  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15684  Le paramètre optionnel 
15685 \series bold
15686 rognage
15687 \series default
15688  peut être soit 
15689 \emph on
15690 l{largeurRognage}
15691 \emph default
15692 , ou 
15693 \emph on
15694 r{largeurRognage}
15695 \emph default
15696  où les valeurs de
15697 \emph on
15698  largeurRognage
15699 \emph default
15700  sont aussi optionnelles.
15701  En utilisant par exemple la valeur 
15702 \emph on
15703 l{2pt}
15704 \emph default
15705  pour ce paramètre, la ligne va être rognée de 2
15706 \begin_inset space \thinspace{}
15707 \end_inset
15708
15709 pt à son extrémité gauche.
15710  Si vous ne spécifiez pas de valeur pour 
15711 \emph on
15712 largeurRognage
15713 \emph default
15714  les lignes sont implicitement rognées de 0.5
15715 \begin_inset space \thinspace{}
15716 \end_inset
15717
15718 em.
15719 \end_layout
15720
15721 \begin_layout Standard
15722 \begin_inset VSpace bigskip
15723 \end_inset
15724
15725 Le tableau
15726 \begin_inset space ~
15727 \end_inset
15728
15729
15730 \begin_inset CommandInset ref
15731 LatexCommand ref
15732 reference "tab:Exemple-tableau-booktabs"
15733
15734 \end_inset
15735
15736  a été créé en utilisant les commandes
15737 \end_layout
15738
15739 \begin_layout Standard
15740
15741 \series bold
15742
15743 \backslash
15744 cmidrule(r){2-2}
15745 \backslash
15746 cmidrule(l){3-4}
15747 \end_layout
15748
15749 \begin_layout Standard
15750 au début de la deuxième ligne et
15751 \end_layout
15752
15753 \begin_layout Standard
15754
15755 \series bold
15756
15757 \backslash
15758 cmidrule(l{10pt}){1-1}
15759 \end_layout
15760
15761 \begin_layout Standard
15762 au début de la sixième ligne.
15763 \end_layout
15764
15765 \begin_layout Standard
15766 \begin_inset VSpace bigskip
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \begin_layout Standard
15773 Vous pouvez vouloir des commandes 
15774 \series bold
15775
15776 \backslash
15777 cmidrule
15778 \series default
15779 s qui se recouvrent comme pour le tableau
15780 \begin_inset space ~
15781 \end_inset
15782
15783
15784 \begin_inset CommandInset ref
15785 LatexCommand ref
15786 reference "tab:Tableau-booktabs-special"
15787
15788 \end_inset
15789
15790 .
15791  On obtient ce résultat en utilisant la commande suivante en code TeX
15792 \end_layout
15793
15794 \begin_layout Standard
15795
15796 \series bold
15797
15798 \backslash
15799 morecmidrules
15800 \end_layout
15801
15802 \begin_layout Standard
15803 La commande qui a été utilisée pour la deuxième ligne du tableau
15804 \begin_inset space ~
15805 \end_inset
15806
15807
15808 \begin_inset CommandInset ref
15809 LatexCommand ref
15810 reference "tab:Tableau-booktabs-special"
15811
15812 \end_inset
15813
15814  est
15815 \end_layout
15816
15817 \begin_layout Standard
15818
15819 \series bold
15820
15821 \backslash
15822 cmidrule(r){2-2}
15823 \backslash
15824 cmidrule(l){3-4}
15825 \backslash
15826 morecmidrules
15827 \backslash
15828 cmidrule{2-4}
15829 \end_layout
15830
15831 \begin_layout Standard
15832 La commande pour la sixième ligne est
15833 \end_layout
15834
15835 \begin_layout Standard
15836
15837 \series bold
15838
15839 \backslash
15840 midrule
15841 \backslash
15842 morecmidrules
15843 \backslash
15844 cmidrule{3-4}
15845 \end_layout
15846
15847 \begin_layout Standard
15848 \begin_inset VSpace bigskip
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \begin_layout Standard
15855 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15856 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15857  font toute la largeur du tableau :
15858 \end_layout
15859
15860 \begin_layout Standard
15861
15862 \series bold
15863
15864 \backslash
15865 specialrule{largeur}{espace au dessus}{espace en dessous}
15866 \end_layout
15867
15868 \begin_layout Standard
15869 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15870  du paquetage LaTeX 
15871 \series bold
15872 booktabs
15873 \series default
15874  
15875 \begin_inset CommandInset citation
15876 LatexCommand cite
15877 key "booktabs"
15878
15879 \end_inset
15880
15881 .
15882 \begin_inset Index idx
15883 status collapsed
15884
15885 \begin_layout Plain Layout
15886 Paquetages LaTeX ! booktabs
15887 \end_layout
15888
15889 \end_inset
15890
15891
15892 \end_layout
15893
15894 \begin_layout Standard
15895 \begin_inset Float table
15896 placement h
15897 wide false
15898 sideways false
15899 status open
15900
15901 \begin_layout Plain Layout
15902 \begin_inset Caption
15903
15904 \begin_layout Plain Layout
15905 \begin_inset CommandInset label
15906 LatexCommand label
15907 name "tab:Tableau-booktabs-special"
15908
15909 \end_inset
15910
15911 Tableau formel spécial
15912 \end_layout
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \begin_layout Plain Layout
15920 \align center
15921 \begin_inset Tabular
15922 <lyxtabular version="3" rows="8" columns="4">
15923 <features booktabs="true" tabularvalignment="middle">
15924 <column alignment="center" valignment="top" width="0">
15925 <column alignment="center" valignment="top" width="0">
15926 <column alignment="center" valignment="top" width="0">
15927 <column alignment="center" valignment="top" width="0">
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 Système
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 Chip
15943 \begin_inset space \thinspace{}
15944 \end_inset
15945
15946 1
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 Chip
15956 \begin_inset space \thinspace{}
15957 \end_inset
15958
15959 2
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 </row>
15974 <row>
15975 <cell alignment="center" valignment="top" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 \begin_inset ERT
15980 status collapsed
15981
15982 \begin_layout Plain Layout
15983
15984
15985 \backslash
15986 cmidrule(r){2-2}
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \begin_inset ERT
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996
15997
15998 \backslash
15999 cmidrule(l){3-4}
16000 \end_layout
16001
16002 \end_inset
16003
16004
16005 \begin_inset ERT
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009
16010
16011 \backslash
16012 morecmidrules 
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \begin_inset ERT
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022
16023
16024 \backslash
16025 cmidrule{2-4}
16026 \end_layout
16027
16028 \end_inset
16029
16030 Epaisseur du capteur en µm
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039 300
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 300
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 700
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 Angle biseau en °
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 3.55
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" topline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 2.71
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 7.99
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row topspace="default">
16102 <cell alignment="center" valignment="top" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 Résolution spatiale en µm
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 4.26
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124 10.17
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 10.56
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 </row>
16139 <row topspace="default">
16140 <cell alignment="center" valignment="top" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 MTF à 
16145 \begin_inset Formula $f_{\mathrm{max}}$
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 0.53
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 0.37
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 0.39
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 </row>
16181 <row>
16182 <cell alignment="center" valignment="top" topline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 \begin_inset ERT
16187 status collapsed
16188
16189 \begin_layout Plain Layout
16190
16191
16192 \backslash
16193 morecmidrules 
16194 \end_layout
16195
16196 \end_inset
16197
16198
16199 \begin_inset ERT
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203
16204
16205 \backslash
16206 cmidrule{3-4}
16207 \end_layout
16208
16209 \end_inset
16210
16211 résolution spatiale LSF
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row>
16245 <cell alignment="center" valignment="top" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 en µm
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258 129.7
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 52.75
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 <cell alignment="center" valignment="top" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 50.78
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 <row>
16283 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 en % de la taille des pixels
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 76.3
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 95.9
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 92.3
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 </row>
16320 </lyxtabular>
16321
16322 \end_inset
16323
16324
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \begin_layout Section
16333 Alignement vertical des tableaux
16334 \begin_inset Index idx
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338 Tableau ! Alignement
16339 \end_layout
16340
16341 \end_inset
16342
16343
16344 \end_layout
16345
16346 \begin_layout Standard
16347 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16348  doit être à l'intérieur d'une boîte.
16349  La boîte peut alors être alignée comme c'est décrit dans la 
16350 \begin_inset space ~
16351 \end_inset
16352
16353
16354 \begin_inset CommandInset ref
16355 LatexCommand ref
16356 reference "sec:Boîte-Dialogue"
16357
16358 \end_inset
16359
16360 .
16361 \end_layout
16362
16363 \begin_layout Standard
16364 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16365  minipage
16366 \begin_inset Foot
16367 status open
16368
16369 \begin_layout Plain Layout
16370 Les minipages son décrites dans la section
16371 \begin_inset space ~
16372 \end_inset
16373
16374
16375 \begin_inset CommandInset ref
16376 LatexCommand ref
16377 reference "sec:Minipages"
16378
16379 \end_inset
16380
16381 .
16382 \end_layout
16383
16384 \end_inset
16385
16386  dont la largeur est de 15
16387 \begin_inset space \thinspace{}
16388 \end_inset
16389
16390 col% :
16391 \end_layout
16392
16393 \begin_layout Itemize
16394 test 
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 status collapsed
16407
16408 \begin_layout Plain Layout
16409 \begin_inset Tabular
16410 <lyxtabular version="3" rows="3" columns="3">
16411 <features tabularvalignment="middle">
16412 <column alignment="center" valignment="top" width="0">
16413 <column alignment="center" valignment="top" width="0">
16414 <column alignment="center" valignment="top" width="0">
16415 <row>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 a
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 d
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 g
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 b
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 e
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 h
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 </row>
16473 <row>
16474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 c
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 f
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 i
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 </row>
16502 </lyxtabular>
16503
16504 \end_inset
16505
16506
16507 \end_layout
16508
16509 \end_inset
16510
16511  test 
16512 \begin_inset ERT
16513 status collapsed
16514
16515 \begin_layout Plain Layout
16516
16517
16518 \backslash
16519 raisebox{0.85
16520 \backslash
16521 baselineskip}{
16522 \end_layout
16523
16524 \end_inset
16525
16526
16527 \begin_inset Box Frameless
16528 position "t"
16529 hor_pos "c"
16530 has_inner_box 1
16531 inner_pos "c"
16532 use_parbox 0
16533 use_makebox 0
16534 width "15col%"
16535 special "none"
16536 height "1in"
16537 height_special "totalheight"
16538 status collapsed
16539
16540 \begin_layout Plain Layout
16541 \begin_inset Tabular
16542 <lyxtabular version="3" rows="3" columns="3">
16543 <features tabularvalignment="middle">
16544 <column alignment="center" valignment="top" width="0">
16545 <column alignment="center" valignment="top" width="0">
16546 <column alignment="center" valignment="top" width="0">
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 a
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 d
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 g
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 </row>
16576 <row>
16577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 b
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 e
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 h
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row>
16606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 c
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 f
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 i
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 </row>
16634 </lyxtabular>
16635
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \begin_inset ERT
16645 status collapsed
16646
16647 \begin_layout Plain Layout
16648
16649 }
16650 \end_layout
16651
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \begin_layout Itemize
16658 test 
16659 \begin_inset Box Frameless
16660 position "c"
16661 hor_pos "c"
16662 has_inner_box 1
16663 inner_pos "c"
16664 use_parbox 0
16665 use_makebox 0
16666 width "15col%"
16667 special "none"
16668 height "1in"
16669 height_special "totalheight"
16670 status collapsed
16671
16672 \begin_layout Plain Layout
16673 \begin_inset Tabular
16674 <lyxtabular version="3" rows="3" columns="3">
16675 <features tabularvalignment="middle">
16676 <column alignment="center" valignment="top" width="0">
16677 <column alignment="center" valignment="top" width="0">
16678 <column alignment="center" valignment="top" width="0">
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 a
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 d
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 g
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 b
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 e
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 h
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 <row>
16738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 c
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 f
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 i
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 </lyxtabular>
16767
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \begin_layout Itemize
16779 test 
16780 \begin_inset Box Frameless
16781 position "b"
16782 hor_pos "c"
16783 has_inner_box 1
16784 inner_pos "c"
16785 use_parbox 0
16786 use_makebox 0
16787 width "15col%"
16788 special "none"
16789 height "1in"
16790 height_special "totalheight"
16791 status collapsed
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Tabular
16795 <lyxtabular version="3" rows="3" columns="3">
16796 <features tabularvalignment="middle">
16797 <column alignment="center" valignment="top" width="0">
16798 <column alignment="center" valignment="top" width="0">
16799 <column alignment="center" valignment="top" width="0">
16800 <row>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 a
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 d
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 g
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 b
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 e
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 h
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 c
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 f
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 i
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 </row>
16887 </lyxtabular>
16888
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \end_inset
16895
16896  test 
16897 \begin_inset ERT
16898 status collapsed
16899
16900 \begin_layout Plain Layout
16901
16902
16903 \backslash
16904 raisebox{-0.32
16905 \backslash
16906 baselineskip}{
16907 \end_layout
16908
16909 \end_inset
16910
16911
16912 \begin_inset Box Frameless
16913 position "b"
16914 hor_pos "c"
16915 has_inner_box 1
16916 inner_pos "c"
16917 use_parbox 0
16918 use_makebox 0
16919 width "15col%"
16920 special "none"
16921 height "1in"
16922 height_special "totalheight"
16923 status collapsed
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Tabular
16927 <lyxtabular version="3" rows="3" columns="3">
16928 <features tabularvalignment="middle">
16929 <column alignment="center" valignment="top" width="0">
16930 <column alignment="center" valignment="top" width="0">
16931 <column alignment="center" valignment="top" width="0">
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 a
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 d
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955 g
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 b
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 e
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 h
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 <row>
16991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 c
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 f
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 i
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 </lyxtabular>
17020
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027
17028
17029 \begin_inset ERT
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033
17034 }
17035 \end_layout
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \begin_layout Standard
17043 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17044  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17045  la ligne dans laquelle le tableau est inséré.
17046  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17047  boîte élévatrice (raisebox)
17048 \begin_inset Foot
17049 status collapsed
17050
17051 \begin_layout Plain Layout
17052 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17053 \begin_inset space ~
17054 \end_inset
17055
17056
17057 \begin_inset CommandInset ref
17058 LatexCommand ref
17059 reference "sub:Alignement-Vertical"
17060
17061 \end_inset
17062
17063 .
17064 \end_layout
17065
17066 \end_inset
17067
17068 .
17069  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17070  aligné en utilisant la commande en code TeX suivante 
17071 \end_layout
17072
17073 \begin_layout Standard
17074
17075 \series bold
17076
17077 \backslash
17078 raisebox{0.85
17079 \backslash
17080 baselineskip}{
17081 \end_layout
17082
17083 \begin_layout Standard
17084 placée juste avant la boîte minipage.
17085  Après la boîte on insère l'accolade fermante en code TeX.
17086  Pour le deuxième tableau de la dernière ligne, la commande 
17087 \end_layout
17088
17089 \begin_layout Standard
17090
17091 \series bold
17092
17093 \backslash
17094 raisebox{-0.32
17095 \backslash
17096 baselineskip}{
17097 \end_layout
17098
17099 \begin_layout Standard
17100 est utilisée.
17101 \end_layout
17102
17103 \begin_layout Standard
17104 \begin_inset Note Greyedout
17105 status open
17106
17107 \begin_layout Plain Layout
17108
17109 \series bold
17110 Note:
17111 \series default
17112  L'alignement entre le contenu de la ligne du tableau et le texte de la
17113  ligne qui l'entoure ne peut pas être parfait.
17114  Le facteur utilisé dans la commande 
17115 \series bold
17116
17117 \backslash
17118 raisebox
17119 \series default
17120  pour obtenir cet alignement dépend de la police de caractères du document,
17121  de la taille de la police et de l'épaisseur des lignes du tableau.
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \begin_layout Section
17130 Tableaux colorés
17131 \begin_inset CommandInset label
17132 LatexCommand label
17133 name "sec:Tableaux-Colorés"
17134
17135 \end_inset
17136
17137
17138 \begin_inset Index idx
17139 status collapsed
17140
17141 \begin_layout Plain Layout
17142 Tableau ! Coloré
17143 \end_layout
17144
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \begin_layout Subsection
17151 Cellules colorées
17152 \begin_inset Index idx
17153 status collapsed
17154
17155 \begin_layout Plain Layout
17156 Couleur des tableaux ! Pour les cellules
17157 \end_layout
17158
17159 \end_inset
17160
17161
17162 \begin_inset Index idx
17163 status collapsed
17164
17165 \begin_layout Plain Layout
17166 Couleur ! Pour les cellules de tableau
17167 \end_layout
17168
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \begin_layout Standard
17175 \begin_inset Float table
17176 placement h
17177 wide false
17178 sideways false
17179 status open
17180
17181 \begin_layout Plain Layout
17182 \begin_inset Caption
17183
17184 \begin_layout Plain Layout
17185 \begin_inset CommandInset label
17186 LatexCommand label
17187 name "tab:Tableau-coloré-sans-colortbl"
17188
17189 \end_inset
17190
17191 Tableau coloré sans utiliser le paquetage  
17192 \series bold
17193 colortbl
17194 \series default
17195
17196 \begin_inset Argument
17197 status open
17198
17199 \begin_layout Plain Layout
17200 Tableau sans colortbl
17201 \end_layout
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \begin_layout Plain Layout
17214 \align center
17215 \begin_inset Tabular
17216 <lyxtabular version="3" rows="3" columns="3">
17217 <features tabularvalignment="middle">
17218 <column alignment="center" valignment="top" width="0">
17219 <column alignment="center" valignment="top" width="0">
17220 <column alignment="center" valignment="top" width="0">
17221 <row>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \color green
17228 a
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \color red
17239 b
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \color red
17250 c
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \color green
17263 d
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272
17273 \color blue
17274 e
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283
17284 \color blue
17285 f
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \color green
17298 g
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307
17308 \color blue
17309 h
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318
17319 \color blue
17320 i
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 </lyxtabular>
17327
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17340  et choisissez une couleur dans le menu 
17341 \family sans
17342 Édition\SpecialChar \menuseparator
17343 Style
17344 \begin_inset space ~
17345 \end_inset
17346
17347 de
17348 \begin_inset space ~
17349 \end_inset
17350
17351 Texte
17352 \family default
17353 .
17354  C'est ce qui a été utilisé pour créer le tableau
17355 \begin_inset space ~
17356 \end_inset
17357
17358
17359 \begin_inset CommandInset ref
17360 LatexCommand ref
17361 reference "tab:Tableau-coloré-sans-colortbl"
17362
17363 \end_inset
17364
17365 .
17366  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17367 \series bold
17368 colortbl
17369 \series default
17370 .
17371 \begin_inset Index idx
17372 status collapsed
17373
17374 \begin_layout Plain Layout
17375 Paquetages LaTeX ! colortbl
17376 \end_layout
17377
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \begin_layout Standard
17384 \begin_inset ERT
17385 status collapsed
17386
17387 \begin_layout Plain Layout
17388
17389
17390 \backslash
17391 ifcolortbl
17392 \end_layout
17393
17394 \end_inset
17395
17396
17397 \begin_inset Note Note
17398 status open
17399
17400 \begin_layout Plain Layout
17401 La section qui suit ne sera affichée que si vous avez installé le paquetage
17402  LaTeX 
17403 \series bold
17404 colortbl
17405 \series default
17406 .
17407 \end_layout
17408
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \begin_layout Standard
17415 Pour créer des tableaux colorés, vous devez charger le paquetage
17416 \series bold
17417  colortbl
17418 \series default
17419  dans le préambule avec la ligne
17420 \end_layout
17421
17422 \begin_layout Standard
17423
17424 \series bold
17425
17426 \backslash
17427 usepackage{colortbl}
17428 \end_layout
17429
17430 \begin_layout Standard
17431 On choisit la couleur d'une colonne avec la commande 
17432 \end_layout
17433
17434 \begin_layout Standard
17435
17436 \series bold
17437
17438 \backslash
17439 columncolor{nom de couleur}
17440 \end_layout
17441
17442 \begin_layout Standard
17443 à l'intérieur d'une commande 
17444 \series bold
17445 >{ }
17446 \series default
17447 .
17448  Vous trouverez plus d'information sur la commande 
17449 \series bold
17450 >{}
17451 \series default
17452  dans la section
17453 \begin_inset space ~
17454 \end_inset
17455
17456
17457 \begin_inset CommandInset ref
17458 LatexCommand ref
17459 reference "sub:Calculs-multicolonnes"
17460
17461 \end_inset
17462
17463 .
17464 \end_layout
17465
17466 \begin_layout Standard
17467 Les noms de couleurs suivants sont prédéfinis :
17468 \end_layout
17469
17470 \begin_layout Standard
17471
17472 \family sans
17473 red
17474 \family default
17475  (rouge), 
17476 \family sans
17477 green
17478 \family default
17479  (vert), 
17480 \family sans
17481 yellow
17482 \family default
17483  (jaune), 
17484 \family sans
17485 blue
17486 \family default
17487  (bleu), 
17488 \family sans
17489 cyan
17490 \family default
17491
17492 \family sans
17493 magenta
17494 \family default
17495
17496 \family sans
17497 black 
17498 \family default
17499 (noir) et 
17500 \family sans
17501 white 
17502 \family default
17503 (blanc)
17504 \end_layout
17505
17506 \begin_layout Standard
17507 \begin_inset VSpace medskip
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \begin_layout Standard
17514 Si vous ajoutez les options
17515 \end_layout
17516
17517 \begin_layout Standard
17518
17519 \series bold
17520 usenames,dvipsnames
17521 \end_layout
17522
17523 \begin_layout Standard
17524 aux options de la classe de document dans les paramètres du document, vous
17525  pouvez utiliser 61
17526 \begin_inset space ~
17527 \end_inset
17528
17529 couleurs supplémentaires.
17530  Ces couleurs sont listées dans l'appendice
17531 \begin_inset space ~
17532 \end_inset
17533
17534
17535 \begin_inset CommandInset ref
17536 LatexCommand ref
17537 reference "chap:Liste-de-noms-de-couleur-dvips"
17538
17539 \end_inset
17540
17541 .
17542  Une de ces couleurs, 
17543 \family sans
17544 Maroon
17545 \family default
17546 , est utilisée comme exemple dans le tableau
17547 \begin_inset space ~
17548 \end_inset
17549
17550
17551 \begin_inset CommandInset ref
17552 LatexCommand ref
17553 reference "tab:Tableau-coloré-avec-colortbl"
17554
17555 \end_inset
17556
17557 .
17558 \end_layout
17559
17560 \begin_layout Standard
17561 \begin_inset VSpace medskip
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \begin_layout Standard
17568 Vous pouvez aussi définir votre propre couleur avec la commande
17569 \end_layout
17570
17571 \begin_layout Standard
17572
17573 \series bold
17574
17575 \backslash
17576 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17577 \end_layout
17578
17579 \begin_layout Standard
17580 Le modèle de couleur peut être
17581 \end_layout
17582
17583 \begin_layout Labeling
17584 \labelwidthstring 00.00.0000
17585 cmyk
17586 \begin_inset space ~
17587 \end_inset
17588
17589 : cyan, magenta, jaune (yellow), noir (black)
17590 \end_layout
17591
17592 \begin_layout Labeling
17593 \labelwidthstring 00.00.0000
17594 rgb
17595 \begin_inset space ~
17596 \end_inset
17597
17598 : rouge (red), vert (green), bleu (blue)
17599 \end_layout
17600
17601 \begin_layout Labeling
17602 \labelwidthstring 00.00.0000
17603 gray
17604 \begin_inset space ~
17605 \end_inset
17606
17607 : dégradé de gris (gray)
17608 \end_layout
17609
17610 \begin_layout Standard
17611 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17612  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17613 \end_layout
17614
17615 \begin_layout Standard
17616 Vous pouvez par exemple définir la couleur 
17617 \begin_inset Quotes eld
17618 \end_inset
17619
17620
17621 \emph on
17622 vertfonce
17623 \begin_inset Quotes erd
17624 \end_inset
17625
17626  dans le préambule avec la ligne
17627 \end_layout
17628
17629 \begin_layout Standard
17630
17631 \series bold
17632
17633 \backslash
17634 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17635 \end_layout
17636
17637 \begin_layout Standard
17638 et la couleur "
17639 \emph on
17640 grisclair
17641 \emph default
17642 " avec
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648
17649 \backslash
17650 definecolor{grisclair}{gray}{0.8}
17651 \end_layout
17652
17653 \begin_layout Standard
17654 \begin_inset VSpace medskip
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \begin_layout Standard
17661 Les lignes sont colorées avec la commande
17662 \end_layout
17663
17664 \begin_layout Standard
17665
17666 \series bold
17667
17668 \backslash
17669 rowcolor{nom de la couleur}
17670 \end_layout
17671
17672 \begin_layout Standard
17673 et les cellules sont colorées avec la commande
17674 \end_layout
17675
17676 \begin_layout Standard
17677
17678 \series bold
17679
17680 \backslash
17681 cellcolor{nom de la couleur}
17682 \end_layout
17683
17684 \begin_layout Standard
17685 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17686 \end_layout
17687
17688 \begin_layout Standard
17689 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17690  choisissez une couleur dans le menu 
17691 \family sans
17692 Édition\SpecialChar \menuseparator
17693 Style
17694 \begin_inset space ~
17695 \end_inset
17696
17697 de
17698 \begin_inset space ~
17699 \end_inset
17700
17701 Texte
17702 \family default
17703 .
17704  Si une cellule contient du code TeX, faites bien attention à ne colorer
17705  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17706 \end_layout
17707
17708 \begin_layout Standard
17709 \begin_inset Note Greyedout
17710 status open
17711
17712 \begin_layout Plain Layout
17713
17714 \series bold
17715 Note:
17716 \series default
17717  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17718  définies par l'utilisateur.
17719 \end_layout
17720
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \begin_layout Standard
17727 \begin_inset VSpace bigskip
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Standard
17734 Pour créer le tableau
17735 \begin_inset space ~
17736 \end_inset
17737
17738
17739 \begin_inset CommandInset ref
17740 LatexCommand ref
17741 reference "tab:Tableau-coloré-avec-colortbl"
17742
17743 \end_inset
17744
17745  faites ce qui suit : La couleur de la première colonne doit être 
17746 \emph on
17747 vertfonce
17748 \emph default
17749 .
17750  On insère donc la commande
17751 \end_layout
17752
17753 \begin_layout Standard
17754
17755 \series bold
17756 >{
17757 \backslash
17758 columncolor{vertfonce}
17759 \backslash
17760 centering}c
17761 \end_layout
17762
17763 \begin_layout Standard
17764 en code TeX pour cette colonne.
17765  La première ligne doit être bleue clair, d'où la commande en code TeX
17766 \end_layout
17767
17768 \begin_layout Standard
17769
17770 \series bold
17771
17772 \backslash
17773 rowcolor{cyan}
17774 \end_layout
17775
17776 \begin_layout Standard
17777 qui est insérée dans la première cellule de cette ligne.
17778  Notez que cela annule la couleur de colonne pour la première cellule.
17779  La dernière cellule de la dernière ligne est colorée en marron
17780 \series bold
17781  
17782 \series default
17783 en insérant en code TeX la commande
17784 \end_layout
17785
17786 \begin_layout Standard
17787
17788 \series bold
17789
17790 \backslash
17791 cellcolor{Maroon}
17792 \end_layout
17793
17794 \begin_layout Standard
17795 Les caractères peuvent maintenant être colorés en utilisant le menu 
17796 \family sans
17797 Édition\SpecialChar \menuseparator
17798 Style
17799 \begin_inset space ~
17800 \end_inset
17801
17802 de
17803 \begin_inset space ~
17804 \end_inset
17805
17806 Texte
17807 \family default
17808 .
17809 \end_layout
17810
17811 \begin_layout Standard
17812 \begin_inset Float table
17813 placement h
17814 wide false
17815 sideways false
17816 status open
17817
17818 \begin_layout Plain Layout
17819 \begin_inset Caption
17820
17821 \begin_layout Plain Layout
17822 \begin_inset CommandInset label
17823 LatexCommand label
17824 name "tab:Tableau-coloré-avec-colortbl"
17825
17826 \end_inset
17827
17828 Tableau coloré en utilisant le paquetage 
17829 \series bold
17830 colortbl
17831 \series default
17832
17833 \begin_inset Argument
17834 status collapsed
17835
17836 \begin_layout Plain Layout
17837 Tableau avec colortbl
17838 \end_layout
17839
17840 \end_inset
17841
17842
17843 \end_layout
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \begin_layout Plain Layout
17851 \align center
17852 \begin_inset Tabular
17853 <lyxtabular version="3" rows="3" columns="3">
17854 <features tabularvalignment="middle">
17855 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17856 <column alignment="center" valignment="top" width="0">
17857 <column alignment="center" valignment="top" width="0">
17858 <row>
17859 <cell alignment="center" valignment="top" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 \begin_inset ERT
17864 status collapsed
17865
17866 \begin_layout Plain Layout
17867
17868
17869 \backslash
17870 rowcolor{cyan}
17871 \end_layout
17872
17873 \end_inset
17874
17875
17876 \color magenta
17877 a
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \color red
17888 b
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \color red
17899 c
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 <row>
17906 <cell alignment="center" valignment="top" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910
17911 \color yellow
17912 d
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \color blue
17923 e
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932
17933 \color blue
17934 f
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 <row>
17941 <cell alignment="center" valignment="top" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \color yellow
17947 g
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956
17957 \color blue
17958 h
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 <cell alignment="center" valignment="top" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967 \begin_inset ERT
17968 status collapsed
17969
17970 \begin_layout Plain Layout
17971
17972
17973 \backslash
17974 cellcolor{Maroon}
17975 \end_layout
17976
17977 \end_inset
17978
17979
17980 \color green
17981 i
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 </row>
17987 </lyxtabular>
17988
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \end_inset
17995
17996
17997 \end_layout
17998
17999 \begin_layout Standard
18000 \begin_inset ERT
18001 status collapsed
18002
18003 \begin_layout Plain Layout
18004
18005
18006 \backslash
18007 else
18008 \end_layout
18009
18010 \end_inset
18011
18012
18013 \begin_inset Note Note
18014 status open
18015
18016 \begin_layout Plain Layout
18017 Ce qui suit sera affiché si le paquetage 
18018 \series bold
18019 colortbl
18020 \series default
18021  n'est pas installé :
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \begin_layout Standard
18030 Vous devez installer le paquetage 
18031 \series bold
18032 colortbl
18033 \series default
18034  pour voir le contenu des cette section dans la sortie imprimée.
18035 \end_layout
18036
18037 \begin_layout Standard
18038 \begin_inset ERT
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042
18043
18044 \backslash
18045 fi
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \begin_layout Subsection
18054
18055 \lang english
18056 Colored Rows
18057 \lang french
18058
18059 \begin_inset Index idx
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063 Tableau Coloré ! pour
18064 \lang english
18065  Rows
18066 \end_layout
18067
18068 \end_inset
18069
18070
18071 \begin_inset Index idx
18072 status collapsed
18073
18074 \begin_layout Plain Layout
18075 Couleur ! Pour les 
18076 \lang english
18077 Table Rows
18078 \end_layout
18079
18080 \end_inset
18081
18082
18083 \end_layout
18084
18085 \begin_layout Standard
18086
18087 \lang english
18088 In case every second table row needs to be colored there is an alternative
18089  to the method described in the previous section: One loads the package
18090 \lang french
18091  
18092 \series bold
18093 xcolor
18094 \series default
18095
18096 \begin_inset Index idx
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100 Paquetages LaTeX ! xcolor
18101 \begin_inset ERT
18102 status collapsed
18103
18104 \begin_layout Plain Layout
18105
18106
18107 \backslash
18108 vspace{4mm}
18109 \end_layout
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \end_inset
18117
18118  
18119 \lang english
18120 in the document preamble with the command
18121 \end_layout
18122
18123 \begin_layout Standard
18124
18125 \series bold
18126
18127 \backslash
18128 usepackage[table]{xcolor}
18129 \end_layout
18130
18131 \begin_layout Standard
18132
18133 \series bold
18134 \lang english
18135 xcolor
18136 \series default
18137  automatically loads also the package
18138 \lang french
18139  
18140 \series bold
18141 colortbl
18142 \series default
18143
18144 \begin_inset Index idx
18145 status collapsed
18146
18147 \begin_layout Plain Layout
18148 Paquetages LaTeX ! colortbl
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \lang english
18155 , so 
18156 \series bold
18157 colortbl
18158 \series default
18159  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
18160 \end_layout
18161
18162 \begin_layout Standard
18163 \begin_inset ERT
18164 status collapsed
18165
18166 \begin_layout Plain Layout
18167
18168
18169 \backslash
18170 ifcolortbl
18171 \end_layout
18172
18173 \end_inset
18174
18175
18176 \begin_inset Note Note
18177 status open
18178
18179 \begin_layout Plain Layout
18180 La section qui suit ne sera affichée que si vous avez installé le paquetage
18181  LaTeX 
18182 \series bold
18183 colortbl
18184 \series default
18185 .
18186 \end_layout
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \begin_layout Standard
18194
18195 \lang english
18196 The table rows are colored with the command
18197 \end_layout
18198
18199 \begin_layout Standard
18200
18201 \series bold
18202 \lang english
18203
18204 \backslash
18205 rowcolors[commands]{row number}{odd row color}{even row color}
18206 \end_layout
18207
18208 \begin_layout Standard
18209
18210 \lang english
18211 that is either inserted in the document preamble or as TeX-Code before the
18212  first table to be colored.
18213  row
18214 \begin_inset space ~
18215 \end_inset
18216
18217 number is the number of the first row which should be colored according
18218  to the odd row color.
18219  commands can be additional commands that are executed before every table
18220  row.
18221  So for example the command
18222 \end_layout
18223
18224 \begin_layout Standard
18225
18226 \series bold
18227
18228 \backslash
18229 rowcolors{1}{white}{lightgray}
18230 \end_layout
18231
18232 \begin_layout Standard
18233
18234 \lang english
18235 leads to the coloring scheme of Table
18236 \begin_inset space ~
18237 \end_inset
18238
18239
18240 \begin_inset CommandInset ref
18241 LatexCommand ref
18242 reference "tab:Table-rowcolors"
18243
18244 \end_inset
18245
18246 .
18247  The command
18248 \end_layout
18249
18250 \begin_layout Standard
18251
18252 \series bold
18253
18254 \backslash
18255 rowcolors[
18256 \backslash
18257 hline]{1}{lightgray}{cyan}
18258 \end_layout
18259
18260 \begin_layout Standard
18261
18262 \lang english
18263 leads to the coloring scheme of Table
18264 \begin_inset space ~
18265 \end_inset
18266
18267
18268 \begin_inset CommandInset ref
18269 LatexCommand ref
18270 reference "tab:Table-rowcolors-2"
18271
18272 \end_inset
18273
18274 .
18275  If odd
18276 \begin_inset space ~
18277 \end_inset
18278
18279 row
18280 \begin_inset space ~
18281 \end_inset
18282
18283 color and/or even
18284 \begin_inset space ~
18285 \end_inset
18286
18287 row
18288 \begin_inset space ~
18289 \end_inset
18290
18291 color are left empty, no color will be used so that the command
18292 \end_layout
18293
18294 \begin_layout Standard
18295
18296 \series bold
18297
18298 \backslash
18299 rowcolors{1}{}{}
18300 \end_layout
18301
18302 \begin_layout Standard
18303
18304 \lang english
18305 deletes all colors.
18306  
18307 \series bold
18308
18309 \backslash
18310 rowcolors
18311 \series default
18312  affects all tables following that command.
18313 \end_layout
18314
18315 \begin_layout Standard
18316 \begin_inset ERT
18317 status open
18318
18319 \begin_layout Plain Layout
18320
18321
18322 \backslash
18323 rowcolors{1}{white}{lightgray}
18324 \end_layout
18325
18326 \end_inset
18327
18328
18329 \end_layout
18330
18331 \begin_layout Standard
18332 \begin_inset Float table
18333 placement h
18334 wide false
18335 sideways false
18336 status open
18337
18338 \begin_layout Plain Layout
18339 \begin_inset Caption
18340
18341 \begin_layout Plain Layout
18342
18343 \lang english
18344 \begin_inset CommandInset label
18345 LatexCommand label
18346 name "tab:Table-rowcolors"
18347
18348 \end_inset
18349
18350 Table where every second row is colored light gray.
18351 \end_layout
18352
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \begin_layout Plain Layout
18359 \align center
18360 \begin_inset Tabular
18361 <lyxtabular version="3" rows="4" columns="3">
18362 <features tabularvalignment="middle">
18363 <column alignment="center" valignment="top" width="0">
18364 <column alignment="center" valignment="top" width="0pt">
18365 <column alignment="center" valignment="top" width="0pt">
18366 <row>
18367 <cell alignment="center" valignment="top" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 X
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 Y
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 Z
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 </row>
18395 <row>
18396 <cell alignment="center" valignment="top" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 1
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 2
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 3
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 </row>
18424 <row>
18425 <cell alignment="center" valignment="top" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 4
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 5
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 6
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 </row>
18453 <row>
18454 <cell alignment="center" valignment="top" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458 7
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 8
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 9
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 </row>
18482 </lyxtabular>
18483
18484 \end_inset
18485
18486
18487 \end_layout
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \begin_layout Standard
18495 \begin_inset ERT
18496 status open
18497
18498 \begin_layout Plain Layout
18499
18500
18501 \backslash
18502 rowcolors[
18503 \backslash
18504 hline]{1}{lightgray}{cyan}
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 \begin_inset Float table
18514 placement h
18515 wide false
18516 sideways false
18517 status open
18518
18519 \begin_layout Plain Layout
18520 \begin_inset Caption
18521
18522 \begin_layout Plain Layout
18523
18524 \lang english
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "tab:Table-rowcolors-2"
18528
18529 \end_inset
18530
18531 Table where every second row is colored cyan and at which there is a line
18532  between each row.
18533 \end_layout
18534
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \begin_layout Plain Layout
18541 \align center
18542 \begin_inset Tabular
18543 <lyxtabular version="3" rows="4" columns="3">
18544 <features tabularvalignment="middle">
18545 <column alignment="center" valignment="top" width="0">
18546 <column alignment="center" valignment="top" width="0">
18547 <column alignment="center" valignment="top" width="0pt">
18548 <row>
18549 <cell alignment="center" valignment="top" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 X
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 Y
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 Z
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 </row>
18577 <row>
18578 <cell alignment="center" valignment="top" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582 1
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell alignment="center" valignment="top" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 2
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 3
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 </row>
18606 <row>
18607 <cell alignment="center" valignment="top" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 4
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620 5
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 <cell alignment="center" valignment="top" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629 6
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 </row>
18635 <row>
18636 <cell alignment="center" valignment="top" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 7
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649 8
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 9
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 </row>
18664 </lyxtabular>
18665
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 \begin_inset ERT
18678 status collapsed
18679
18680 \begin_layout Plain Layout
18681
18682
18683 \backslash
18684 rowcolors{1}{}{}
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \begin_inset Note Note
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694
18695 \lang english
18696 turns off the row coloring
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Standard
18705 \begin_inset ERT
18706 status collapsed
18707
18708 \begin_layout Plain Layout
18709
18710
18711 \backslash
18712 else
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \begin_inset Note Note
18719 status open
18720
18721 \begin_layout Plain Layout
18722 Ce qui suit sera affiché si le paquetage 
18723 \series bold
18724 colortbl
18725 \series default
18726  n'est pas installé :
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \begin_layout Standard
18735 Vous devez installer le paquetage 
18736 \series bold
18737 colortbl
18738 \series default
18739  pour voir le contenu des cette section dans la sortie imprimée.
18740 \end_layout
18741
18742 \begin_layout Standard
18743 \begin_inset ERT
18744 status collapsed
18745
18746 \begin_layout Plain Layout
18747
18748
18749 \backslash
18750 fi
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Subsection
18759 Les filets colorées
18760 \begin_inset Index idx
18761 status collapsed
18762
18763 \begin_layout Plain Layout
18764 Tableau Coloré ! Pour les filets
18765 \end_layout
18766
18767 \end_inset
18768
18769
18770 \begin_inset Index idx
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774 Couleur ! Pour les filets des tableaux
18775 \end_layout
18776
18777 \end_inset
18778
18779
18780 \begin_inset Note Note
18781 status collapsed
18782
18783 \begin_layout Plain Layout
18784 on parle de filets plutôt que de lignes pour les tableaux
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \end_layout
18791
18792 \begin_layout Standard
18793 Comme c'est décrit dans la section
18794 \begin_inset space ~
18795 \end_inset
18796
18797
18798 \begin_inset CommandInset ref
18799 LatexCommand ref
18800 reference "sub:Epaisseur-filets"
18801
18802 \end_inset
18803
18804 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18805  variable 
18806 \series bold
18807
18808 \backslash
18809 arrayrulewidth
18810 \series default
18811 .
18812  Elle est mise à 1.5
18813 \begin_inset space \thinspace{}
18814 \end_inset
18815
18816 pt pour tous les tableaux de cette section.
18817 \begin_inset ERT
18818 status collapsed
18819
18820 \begin_layout Plain Layout
18821
18822
18823 \backslash
18824 setlength{
18825 \backslash
18826 arrayrulewidth}{1.5pt}
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Pour colorer les filets verticaux, par exemple en vert, créez le format
18836  de colonne suivant dans le préambule du document, en suivant la description
18837  de la section
18838 \begin_inset space ~
18839 \end_inset
18840
18841
18842 \begin_inset CommandInset ref
18843 LatexCommand ref
18844 reference "sub:Formats-personnalisés"
18845
18846 \end_inset
18847
18848 :
18849 \end_layout
18850
18851 \begin_layout Standard
18852
18853 \series bold
18854
18855 \backslash
18856 newcolumntype{W}{!{
18857 \backslash
18858 color{green}
18859 \backslash
18860 vline}}
18861 \end_layout
18862
18863 \begin_layout Standard
18864 Pour le tableau
18865 \begin_inset space ~
18866 \end_inset
18867
18868
18869 \begin_inset CommandInset ref
18870 LatexCommand ref
18871 reference "tab:Tableau-filets-verticaux-colorés"
18872
18873 \end_inset
18874
18875  le paramètre LaTeX
18876 \series bold
18877  WcW
18878 \series default
18879  a été utilisé pour la dernière colonne et
18880 \series bold
18881  Wc
18882 \series default
18883  pour les autres colonnes.
18884 \end_layout
18885
18886 \begin_layout Standard
18887 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18888 \end_layout
18889
18890 \begin_layout Standard
18891 \begin_inset Float table
18892 placement h
18893 wide false
18894 sideways false
18895 status open
18896
18897 \begin_layout Plain Layout
18898 \begin_inset Caption
18899
18900 \begin_layout Plain Layout
18901 \begin_inset CommandInset label
18902 LatexCommand label
18903 name "tab:Tableau-filets-verticaux-colorés"
18904
18905 \end_inset
18906
18907 Tableau avec filets verticaux colorés
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Plain Layout
18916 \align center
18917 \begin_inset Tabular
18918 <lyxtabular version="3" rows="3" columns="3">
18919 <features tabularvalignment="middle">
18920 <column alignment="center" valignment="top" width="0" special="Wc">
18921 <column alignment="center" valignment="top" width="0" special="Wc">
18922 <column alignment="center" valignment="top" width="0" special="WcW">
18923 <row>
18924 <cell alignment="center" valignment="top" topline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 sd
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 sd
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 <row>
18982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004 sd
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 </lyxtabular>
19011
19012 \end_inset
19013
19014
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 \begin_inset VSpace bigskip
19024 \end_inset
19025
19026 Pour colorer les filets horizontaux en rouge comme pour le tableau
19027 \begin_inset space ~
19028 \end_inset
19029
19030
19031 \begin_inset CommandInset ref
19032 LatexCommand ref
19033 reference "tab:Tableau-filet-horizontaux-colorés"
19034
19035 \end_inset
19036
19037 , insérez les commandes suivantes en code TeX juste avant le tableau ou
19038  le flottant de tableau :
19039 \end_layout
19040
19041 \begin_layout Standard
19042
19043 \series bold
19044
19045 \backslash
19046 let
19047 \backslash
19048 myHlineC
19049 \backslash
19050 hline
19051 \begin_inset Newline newline
19052 \end_inset
19053
19054
19055 \backslash
19056 renewcommand{
19057 \backslash
19058 hline}
19059 \begin_inset Newline newline
19060 \end_inset
19061
19062
19063 \begin_inset Phantom HPhantom
19064 status open
19065
19066 \begin_layout Plain Layout
19067
19068 \series bold
19069 \begin_inset space ~
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \end_inset
19076
19077 {
19078 \backslash
19079 arrayrulecolor{red}
19080 \backslash
19081 myHlineC
19082 \backslash
19083 arrayrulecolor{black}}
19084 \end_layout
19085
19086 \begin_layout Standard
19087 \begin_inset ERT
19088 status collapsed
19089
19090 \begin_layout Plain Layout
19091
19092
19093 \backslash
19094 let
19095 \backslash
19096 myHlineC
19097 \backslash
19098 hline
19099 \end_layout
19100
19101 \begin_layout Plain Layout
19102
19103
19104 \backslash
19105 renewcommand{
19106 \backslash
19107 hline}
19108 \end_layout
19109
19110 \begin_layout Plain Layout
19111
19112  {
19113 \backslash
19114 arrayrulecolor{red}
19115 \backslash
19116 myHlineC
19117 \backslash
19118 arrayrulecolor{black}}
19119 \end_layout
19120
19121 \end_inset
19122
19123
19124 \begin_inset Float table
19125 placement h
19126 wide false
19127 sideways false
19128 status open
19129
19130 \begin_layout Plain Layout
19131 \begin_inset Caption
19132
19133 \begin_layout Plain Layout
19134 \begin_inset CommandInset label
19135 LatexCommand label
19136 name "tab:Tableau-filet-horizontaux-colorés"
19137
19138 \end_inset
19139
19140 Tableau avec filets horizontaux colorés
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \begin_layout Plain Layout
19149 \align center
19150 \begin_inset Tabular
19151 <lyxtabular version="3" rows="3" columns="3">
19152 <features tabularvalignment="middle">
19153 <column alignment="center" valignment="top" width="0">
19154 <column alignment="center" valignment="top" width="0">
19155 <column alignment="center" valignment="top" width="0">
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 sd
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 </row>
19185 <row>
19186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199 sd
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 sd
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 </row>
19243 </lyxtabular>
19244
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 Pour revenir à la couleur noire implicite, insérez la commande suivante
19257  en code TeX, juste après le tableau ou le flottant de tableau :
19258 \end_layout
19259
19260 \begin_layout Standard
19261
19262 \series bold
19263
19264 \backslash
19265 renewcommand{
19266 \backslash
19267 hline}{
19268 \backslash
19269 myHlineC}
19270 \end_layout
19271
19272 \begin_layout Standard
19273 Le tableau
19274 \begin_inset space ~
19275 \end_inset
19276
19277
19278 \begin_inset CommandInset ref
19279 LatexCommand ref
19280 reference "tab:Tableau-avec-filets-colorés"
19281
19282 \end_inset
19283
19284  est un exemple avec des filets horizontaux et verticaux colorés.
19285 \end_layout
19286
19287 \begin_layout Standard
19288 \begin_inset Float table
19289 placement h
19290 wide false
19291 sideways false
19292 status open
19293
19294 \begin_layout Plain Layout
19295 \begin_inset Caption
19296
19297 \begin_layout Plain Layout
19298 \begin_inset CommandInset label
19299 LatexCommand label
19300 name "tab:Tableau-avec-filets-colorés"
19301
19302 \end_inset
19303
19304 Tableau avec filets horizontaux et verticaux colorés
19305 \end_layout
19306
19307 \end_inset
19308
19309
19310 \end_layout
19311
19312 \begin_layout Plain Layout
19313 \align center
19314 \begin_inset Tabular
19315 <lyxtabular version="3" rows="3" columns="3">
19316 <features tabularvalignment="middle">
19317 <column alignment="center" valignment="top" width="0" special="Wc">
19318 <column alignment="center" valignment="top" width="0" special="Wc">
19319 <column alignment="center" valignment="top" width="0" special="WcW">
19320 <row>
19321 <cell alignment="center" valignment="top" topline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 sd
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 <cell alignment="center" valignment="top" topline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row>
19350 <cell alignment="center" valignment="top" topline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" topline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 sd
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" topline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row topspace="default">
19379 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401 sd
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 </lyxtabular>
19408
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \begin_layout Standard
19420 \begin_inset ERT
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424
19425
19426 \backslash
19427 renewcommand{
19428 \backslash
19429 hline}{
19430 \backslash
19431 myHlineC}
19432 \end_layout
19433
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \begin_layout Standard
19440 \begin_inset ERT
19441 status collapsed
19442
19443 \begin_layout Plain Layout
19444
19445
19446 \backslash
19447 setlength{
19448 \backslash
19449 arrayrulewidth}{0.4pt}
19450 \end_layout
19451
19452 \end_inset
19453
19454
19455 \end_layout
19456
19457 \begin_layout Section
19458
19459 \lang english
19460 Rotated Table Cells
19461 \lang french
19462
19463 \begin_inset CommandInset label
19464 LatexCommand label
19465 name "sec:Rotated-Table-Cells"
19466
19467 \end_inset
19468
19469
19470 \begin_inset Index idx
19471 status open
19472
19473 \begin_layout Plain Layout
19474 Tableau ! 
19475 \lang english
19476 Rotated Cells
19477 \end_layout
19478
19479 \end_inset
19480
19481
19482 \begin_inset Index idx
19483 status collapsed
19484
19485 \begin_layout Plain Layout
19486 Pivoter des objets
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \begin_layout Standard
19495
19496 \lang english
19497 \begin_inset Note Greyedout
19498 status open
19499
19500 \begin_layout Plain Layout
19501
19502 \series bold
19503 \lang english
19504 Note:
19505 \series default
19506  Not all DVI-viewers are able to display rotations.
19507 \end_layout
19508
19509 \end_inset
19510
19511
19512 \end_layout
19513
19514 \begin_layout Standard
19515
19516 \lang english
19517 Currently LyX only offers to rotate table cells by 90
19518 \begin_inset space \thinspace{}
19519 \end_inset
19520
19521 ° counter-clockwise.
19522  To rotate cells by an angle of your choice, you have to add this to the
19523  document preamble:
19524 \end_layout
19525
19526 \begin_layout Standard
19527
19528 \series bold
19529
19530 \backslash
19531 @ifundefined{turnbox}{
19532 \backslash
19533 usepackage{rotating}}{}
19534 \end_layout
19535
19536 \begin_layout Standard
19537
19538 \lang english
19539 In the table cell that should be rotated, add at the beginning this command
19540  as TeX-code:
19541 \end_layout
19542
19543 \begin_layout Standard
19544
19545 \series bold
19546
19547 \backslash
19548 begin{turn}{angle}
19549 \end_layout
19550
19551 \begin_layout Standard
19552
19553 \lang english
19554 where angle is the rotation angle in °.
19555  At the end of the cell the command
19556 \end_layout
19557
19558 \begin_layout Standard
19559
19560 \series bold
19561
19562 \backslash
19563 end{turn}
19564 \end_layout
19565
19566 \begin_layout Standard
19567
19568 \lang english
19569 is inserted as TeX-code.
19570 \end_layout
19571
19572 \begin_layout Standard
19573
19574 \lang english
19575 Table
19576 \begin_inset space ~
19577 \end_inset
19578
19579
19580 \begin_inset CommandInset ref
19581 LatexCommand ref
19582 reference "tab:Table-with-rotated-multi"
19583
19584 \end_inset
19585
19586  is an example where 3
19587 \begin_inset space ~
19588 \end_inset
19589
19590 cells were rotated by 45
19591 \begin_inset space \thinspace{}
19592 \end_inset
19593
19594 °.
19595 \end_layout
19596
19597 \begin_layout Standard
19598
19599 \lang english
19600 \begin_inset Float table
19601 placement h
19602 wide false
19603 sideways false
19604 status open
19605
19606 \begin_layout Plain Layout
19607
19608 \lang english
19609 \begin_inset Caption
19610
19611 \begin_layout Plain Layout
19612
19613 \lang english
19614 \begin_inset CommandInset label
19615 LatexCommand label
19616 name "tab:Table-with-rotated"
19617
19618 \end_inset
19619
19620 Table with rotated cells in the first row.
19621 \end_layout
19622
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \begin_layout Plain Layout
19629 \noindent
19630 \align center
19631
19632 \lang english
19633 \begin_inset Tabular
19634 <lyxtabular version="3" rows="2" columns="3">
19635 <features tabularvalignment="middle">
19636 <column alignment="center" valignment="top" width="0">
19637 <column alignment="center" valignment="top" width="0pt">
19638 <column alignment="center" valignment="top" width="0">
19639 <row>
19640 <cell alignment="center" valignment="top" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644
19645 \lang english
19646 \begin_inset ERT
19647 status collapsed
19648
19649 \begin_layout Plain Layout
19650
19651
19652 \backslash
19653 begin{turn}{45}
19654 \end_layout
19655
19656 \end_inset
19657
19658 cups
19659 \begin_inset ERT
19660 status collapsed
19661
19662 \begin_layout Plain Layout
19663
19664
19665 \backslash
19666 end{turn}
19667 \end_layout
19668
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \lang english
19682 \begin_inset ERT
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686
19687
19688 \backslash
19689 begin{turn}{45}
19690 \end_layout
19691
19692 \end_inset
19693
19694 plates
19695 \begin_inset ERT
19696 status collapsed
19697
19698 \begin_layout Plain Layout
19699
19700
19701 \backslash
19702 end{turn}
19703 \end_layout
19704
19705 \end_inset
19706
19707
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716
19717 \lang english
19718 \begin_inset ERT
19719 status collapsed
19720
19721 \begin_layout Plain Layout
19722
19723
19724 \backslash
19725 begin{turn}{45}
19726 \end_layout
19727
19728 \end_inset
19729
19730 saucers
19731 \begin_inset ERT
19732 status collapsed
19733
19734 \begin_layout Plain Layout
19735
19736
19737 \backslash
19738 end{turn}
19739 \end_layout
19740
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 <row>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \lang english
19756 45
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765
19766 \lang english
19767 33
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \lang english
19778 21
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 </lyxtabular>
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Standard
19797
19798 \lang english
19799 \begin_inset Note Greyedout
19800 status open
19801
19802 \begin_layout Plain Layout
19803
19804 \series bold
19805 \lang english
19806 Note:
19807 \series default
19808  Line breaks (shortcut 
19809 \begin_inset Info
19810 type  "shortcut"
19811 arg   "newline-insert newline"
19812 \end_inset
19813
19814 ) are not allowed in rotated cells.
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Standard
19823
19824 \lang english
19825 If you want to rotate table cells containing line breaks, you have to put
19826  the cell content into a minipage or a parbox.
19827 \begin_inset Foot
19828 status collapsed
19829
19830 \begin_layout Plain Layout
19831
19832 \lang english
19833 For more about these boxes
19834 \lang french
19835  voir la section
19836 \begin_inset space ~
19837 \end_inset
19838
19839
19840 \begin_inset CommandInset ref
19841 LatexCommand ref
19842 reference "sec:Minipages"
19843
19844 \end_inset
19845
19846  et 
19847 \begin_inset CommandInset ref
19848 LatexCommand ref
19849 reference "sec:Parboxes"
19850
19851 \end_inset
19852
19853 .
19854 \end_layout
19855
19856 \end_inset
19857
19858  If you rotate this cell by 90
19859 \begin_inset space \thinspace{}
19860 \end_inset
19861
19862 ° the width of the box is the height of the cell.
19863  Table
19864 \begin_inset space ~
19865 \end_inset
19866
19867
19868 \begin_inset CommandInset ref
19869 LatexCommand ref
19870 reference "tab:Table-with-rotated-multi"
19871
19872 \end_inset
19873
19874  is an example for a rotated multiline cell where the box width was set
19875  to 3
19876 \begin_inset space \thinspace{}
19877 \end_inset
19878
19879 cm.
19880 \end_layout
19881
19882 \begin_layout Standard
19883
19884 \lang english
19885 \begin_inset Float table
19886 placement h
19887 wide false
19888 sideways false
19889 status open
19890
19891 \begin_layout Plain Layout
19892
19893 \lang english
19894 \begin_inset Caption
19895
19896 \begin_layout Plain Layout
19897
19898 \lang english
19899 \begin_inset CommandInset label
19900 LatexCommand label
19901 name "tab:Table-with-rotated-multi"
19902
19903 \end_inset
19904
19905 Table with rotated multiline cell.
19906 \end_layout
19907
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \begin_layout Plain Layout
19914 \noindent
19915 \align center
19916
19917 \lang english
19918 \begin_inset Tabular
19919 <lyxtabular version="3" rows="2" columns="3">
19920 <features tabularvalignment="middle">
19921 <column alignment="center" valignment="top" width="0">
19922 <column alignment="center" valignment="top" width="0pt">
19923 <column alignment="center" valignment="top" width="0">
19924 <row>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \lang english
19931 a
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940
19941 \lang english
19942 \begin_inset Box Frameless
19943 position "t"
19944 hor_pos "c"
19945 has_inner_box 1
19946 inner_pos "t"
19947 use_parbox 0
19948 use_makebox 0
19949 width "3cm"
19950 special "none"
19951 height "1in"
19952 height_special "totalheight"
19953 status open
19954
19955 \begin_layout Plain Layout
19956
19957 \lang english
19958 rotated cell
19959 \begin_inset Newline newline
19960 \end_inset
19961
19962 with line break
19963 \end_layout
19964
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976
19977 \lang english
19978 e
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \lang english
19991 b
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \lang english
20002 c
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011
20012 \lang english
20013 d
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 </row>
20019 </lyxtabular>
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \begin_layout Section
20032
20033 \lang english
20034 Table Width Calculation
20035 \begin_inset CommandInset label
20036 LatexCommand label
20037 name "sec:Table-Width-Calculation"
20038
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \begin_layout Standard
20045
20046 \lang english
20047 For wide tables it is sometimes difficult to assure that the table does
20048  not protrude over the page margin.
20049  Setting a fixed width for every column of the table is the solution, but
20050  what amount of space is needed for each column?
20051 \end_layout
20052
20053 \begin_layout Standard
20054
20055 \lang english
20056 The table width 
20057 \begin_inset Formula $W_{\mathrm{table}}$
20058 \end_inset
20059
20060  can be calculated: Every column has the width of the specified column width
20061  
20062 \begin_inset Formula $W_{\mathrm{column}}$
20063 \end_inset
20064
20065  (that the content of the column can consume) plus two times the separation
20066  between the column content and the column border (LaTeX length
20067 \series bold
20068  
20069 \backslash
20070 tabcolsep
20071 \series default
20072 , default 6
20073 \begin_inset space \thinspace{}
20074 \end_inset
20075
20076 pt) plus the width of a border line (LaTeX length 
20077 \series bold
20078
20079 \backslash
20080 arrayrulewidth
20081 \series default
20082 , default 0.4
20083 \begin_inset space \thinspace{}
20084 \end_inset
20085
20086 pt): So if all 
20087 \begin_inset Formula $n$
20088 \end_inset
20089
20090
20091 \begin_inset space ~
20092 \end_inset
20093
20094 columns have the same width, the table width is
20095 \lang french
20096
20097 \begin_inset Formula 
20098 \begin{equation}
20099 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20100 \end{equation}
20101
20102 \end_inset
20103
20104
20105 \end_layout
20106
20107 \begin_layout Standard
20108
20109 \lang english
20110 The available width for a table is the space between the page margins or
20111  the width of a text column (for a two-column document) (LaTeX length 
20112 \series bold
20113
20114 \backslash
20115 columnwidth
20116 \series default
20117 ).
20118  If all table columns should have the same width and 
20119 \begin_inset Formula $W_{\mathrm{table}}$
20120 \end_inset
20121
20122  should be 1
20123 \begin_inset space \thinspace{}
20124 \end_inset
20125
20126
20127 \backslash
20128 columnwidth, 
20129 \begin_inset Formula $W_{\mathrm{column}}$
20130 \end_inset
20131
20132  can easily be calculated.
20133 \end_layout
20134
20135 \begin_layout Standard
20136
20137 \lang english
20138 To be able to perform calculations you need to load the LaTeX-package 
20139 \series bold
20140 calc
20141 \series default
20142 \lang french
20143
20144 \begin_inset Index idx
20145 status collapsed
20146
20147 \begin_layout Plain Layout
20148 Paquetages LaTeX ! calc
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \lang english
20155  in the document preamble.
20156  To set the width in the table dialog you have to use the field 
20157 \family sans
20158 LaTeX argument
20159 \family default
20160 .
20161  The command scheme for this field is the same that is explained in section
20162 \begin_inset space ~
20163 \end_inset
20164
20165
20166 \lang french
20167
20168 \begin_inset CommandInset ref
20169 LatexCommand ref
20170 reference "sub:Calculs-multicolonnes"
20171
20172 \end_inset
20173
20174
20175 \lang english
20176 .
20177  For a table with 5
20178 \begin_inset space \thinspace{}
20179 \end_inset
20180
20181 columns with an uniform width and centered text, enter there for each column
20182  the command
20183 \end_layout
20184
20185 \begin_layout Standard
20186
20187 \series bold
20188 >{
20189 \backslash
20190 centering}p{(1
20191 \backslash
20192 columnwidth-62.4pt)/5}
20193 \end_layout
20194
20195 \begin_layout Standard
20196
20197 \lang english
20198 For a table with 5
20199 \begin_inset space \thinspace{}
20200 \end_inset
20201
20202 columns where 2 should have 0.75
20203 \begin_inset space ~
20204 \end_inset
20205
20206 times the width than the 3 others, the calculation is
20207 \end_layout
20208
20209 \begin_layout Standard
20210 \begin_inset Formula 
20211 \begin{align}
20212 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20213  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20214  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20215 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20216 \end{align}
20217
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \begin_layout Standard
20224
20225 \lang english
20226 In the table therefore the command
20227 \end_layout
20228
20229 \begin_layout Standard
20230
20231 \series bold
20232 >{
20233 \backslash
20234 centering}p{(1
20235 \backslash
20236 columnwidth-62.4pt)/
20237 \backslash
20238 real{4.5}}
20239 \end_layout
20240
20241 \begin_layout Standard
20242
20243 \lang english
20244 is used for the wider columns and
20245 \end_layout
20246
20247 \begin_layout Standard
20248
20249 \series bold
20250 >{
20251 \backslash
20252 centering}p{(1
20253 \backslash
20254 columnwidth-62.4pt)/
20255 \backslash
20256 real{4.5}*
20257 \backslash
20258 real{0.75}}
20259 \end_layout
20260
20261 \begin_layout Standard
20262
20263 \lang english
20264 for the smaller ones:
20265 \end_layout
20266
20267 \begin_layout Standard
20268 \begin_inset Tabular
20269 <lyxtabular version="3" rows="2" columns="5">
20270 <features tabularvalignment="middle">
20271 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20272 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20273 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20274 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20275 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20276 <row>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 1
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 2
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299 3
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308 4
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 5
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 111111 1111111 111111 111111111 11111 11111 1111
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 2222 22222 222222 222222222 2222222 22 22222
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 333333 333333 333333 33333 3333333 333
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 </lyxtabular>
20371
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \begin_layout Section
20378 Personnalisation des tableaux
20379 \begin_inset Index idx
20380 status collapsed
20381
20382 \begin_layout Plain Layout
20383 Tableau ! Personnalisation
20384 \end_layout
20385
20386 \end_inset
20387
20388
20389 \begin_inset Index idx
20390 status collapsed
20391
20392 \begin_layout Plain Layout
20393 Personnalisation des tableaux
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Subsection
20402 Espacement des lignes
20403 \begin_inset CommandInset label
20404 LatexCommand label
20405 name "sub:Espacement-lignes"
20406
20407 \end_inset
20408
20409
20410 \begin_inset Index idx
20411 status collapsed
20412
20413 \begin_layout Plain Layout
20414 Personnalisation des tableaux ! Espacement des lignes
20415 \end_layout
20416
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Standard
20423 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20424  l'onglet 
20425 \family sans
20426 Bordures
20427 \family default
20428  de la fenêtre de dialogue 
20429 \family sans
20430 Paramètres
20431 \begin_inset space ~
20432 \end_inset
20433
20434 du
20435 \begin_inset space ~
20436 \end_inset
20437
20438 tableau
20439 \family default
20440 .
20441  Vous y trouverez trois possibilités :
20442 \end_layout
20443
20444 \begin_layout Description
20445 Haut
20446 \begin_inset space ~
20447 \end_inset
20448
20449 de
20450 \begin_inset space ~
20451 \end_inset
20452
20453 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20454  Si le tableau est un tableau formel
20455 \begin_inset Foot
20456 status collapsed
20457
20458 \begin_layout Plain Layout
20459 Les tableaux formels sont décrits dans la section
20460 \begin_inset space ~
20461 \end_inset
20462
20463
20464 \begin_inset CommandInset ref
20465 LatexCommand ref
20466 reference "sec:Tableaux-Formels"
20467
20468 \end_inset
20469
20470 .
20471 \end_layout
20472
20473 \end_inset
20474
20475  LyX va insérer implicitement un espace de 0.5
20476 \begin_inset space \thinspace{}
20477 \end_inset
20478
20479 em.
20480  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20481  les filets verticaux comme dans le tableau suivant :
20482 \begin_inset VSpace medskip
20483 \end_inset
20484
20485
20486 \begin_inset Newline newline
20487 \end_inset
20488
20489
20490 \begin_inset space \hspace*{}
20491 \length 0pt
20492 \end_inset
20493
20494
20495 \begin_inset space \hfill{}
20496 \end_inset
20497
20498
20499 \begin_inset Tabular
20500 <lyxtabular version="3" rows="3" columns="1">
20501 <features tabularvalignment="middle">
20502 <column alignment="center" valignment="top" width="0">
20503 <row>
20504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 A
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row topspace="3mm">
20515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519 espace de 3
20520 \begin_inset space \thinspace{}
20521 \end_inset
20522
20523 mm en haut de la ligne
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 C
20535 \end_layout
20536
20537 \end_inset
20538 </cell>
20539 </row>
20540 </lyxtabular>
20541
20542 \end_inset
20543
20544
20545 \begin_inset space \hfill{}
20546 \end_inset
20547
20548
20549 \begin_inset space \hspace*{}
20550 \length 0pt
20551 \end_inset
20552
20553
20554 \begin_inset VSpace medskip
20555 \end_inset
20556
20557
20558 \begin_inset Newline newline
20559 \end_inset
20560
20561 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20562  pas de filets verticaux.
20563 \end_layout
20564
20565 \begin_layout Description
20566 Bas
20567 \begin_inset space ~
20568 \end_inset
20569
20570 de
20571 \begin_inset space ~
20572 \end_inset
20573
20574 ligne va ajouter de l'espace sous les caractères de la ligne.
20575  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20576  de 0.5
20577 \begin_inset space \thinspace{}
20578 \end_inset
20579
20580 em, pour les tableaux normaux, l'espace implicite est de 2
20581 \begin_inset space \thinspace{}
20582 \end_inset
20583
20584 pt.
20585 \end_layout
20586
20587 \begin_layout Description
20588 Entre
20589 \begin_inset space ~
20590 \end_inset
20591
20592 les
20593 \begin_inset space ~
20594 \end_inset
20595
20596 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20597  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20598  de 0.5
20599 \begin_inset space \thinspace{}
20600 \end_inset
20601
20602 em.
20603  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20604  les filets verticaux comme dans le tableau suivant :
20605 \begin_inset VSpace medskip
20606 \end_inset
20607
20608
20609 \begin_inset Newline newline
20610 \end_inset
20611
20612
20613 \begin_inset space \hspace*{}
20614 \length 0pt
20615 \end_inset
20616
20617
20618 \begin_inset space \hfill{}
20619 \end_inset
20620
20621
20622 \begin_inset Tabular
20623 <lyxtabular version="3" rows="3" columns="1">
20624 <features tabularvalignment="middle">
20625 <column alignment="center" valignment="top" width="0">
20626 <row>
20627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 A
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 <row interlinespace="3mm">
20638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 \begin_inset Formula $\downarrow$
20643 \end_inset
20644
20645  espace de 3
20646 \begin_inset space \thinspace{}
20647 \end_inset
20648
20649 mm entre les lignes 
20650 \begin_inset Formula $\downarrow$
20651 \end_inset
20652
20653
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 </row>
20659 <row>
20660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\uparrow$
20665 \end_inset
20666
20667  espace de 3
20668 \begin_inset space \thinspace{}
20669 \end_inset
20670
20671 mm entre les lignes 
20672 \begin_inset Formula $\uparrow$
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 </lyxtabular>
20682
20683 \end_inset
20684
20685
20686 \begin_inset space \hfill{}
20687 \end_inset
20688
20689
20690 \begin_inset space \hspace*{}
20691 \length 0pt
20692 \end_inset
20693
20694
20695 \begin_inset VSpace medskip
20696 \end_inset
20697
20698
20699 \begin_inset Newline newline
20700 \end_inset
20701
20702 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20703  pas de filets verticaux.
20704 \end_layout
20705
20706 \begin_layout Standard
20707 \begin_inset VSpace bigskip
20708 \end_inset
20709
20710 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20711  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20712  dans le préambule :
20713 \end_layout
20714
20715 \begin_layout Standard
20716
20717 \series bold
20718
20719 \backslash
20720 @ifundefined{extrarowheight}
20721 \begin_inset Newline newline
20722 \end_inset
20723
20724
20725 \begin_inset Phantom HPhantom
20726 status open
20727
20728 \begin_layout Plain Layout
20729
20730 \series bold
20731 \begin_inset space ~
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \end_inset
20738
20739 {
20740 \backslash
20741 usepackage{array}}{}
20742 \begin_inset Newline newline
20743 \end_inset
20744
20745
20746 \backslash
20747 setlength{
20748 \backslash
20749 extrarowheight}{height}
20750 \end_layout
20751
20752 \begin_layout Standard
20753 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20754  plus exactement centré verticalement.
20755  (le paquetage 
20756 \series bold
20757 array 
20758 \series default
20759 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
20760  auto-définis.
20761  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20762  
20763 \series bold
20764
20765 \backslash
20766 @ifundefined
20767 \series default
20768  dans la commande précédente.)
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Si vous utilisez des polices de taille plus grande que la taille normale,
20773  les bordures des tableaux sont souvent trop proches du texte.
20774  On peut corriger ce problème en insérant la commande 
20775 \series bold
20776
20777 \begin_inset space \space{}
20778 \end_inset
20779
20780
20781 \backslash
20782 strut
20783 \series default
20784  en code TeX au debut d'une ligne du tableau.
20785  Le tableau
20786 \begin_inset space ~
20787 \end_inset
20788
20789
20790 \begin_inset CommandInset ref
20791 LatexCommand ref
20792 reference "tab:Alignement-vertical"
20793
20794 \end_inset
20795
20796  montre l'effet de cette commande.
20797 \end_layout
20798
20799 \begin_layout Standard
20800 \noindent
20801 \begin_inset Float table
20802 placement h
20803 wide false
20804 sideways false
20805 status open
20806
20807 \begin_layout Plain Layout
20808 \begin_inset Caption
20809
20810 \begin_layout Plain Layout
20811 \begin_inset CommandInset label
20812 LatexCommand label
20813 name "tab:Alignement-vertical"
20814
20815 \end_inset
20816
20817 Alignement vertical d'un texte avec une police de grande taille.
20818 \end_layout
20819
20820 \end_inset
20821
20822
20823 \end_layout
20824
20825 \begin_layout Plain Layout
20826 \begin_inset space \hfill{}
20827 \end_inset
20828
20829
20830 \begin_inset Float table
20831 wide false
20832 sideways false
20833 status collapsed
20834
20835 \begin_layout Plain Layout
20836 \begin_inset Caption
20837
20838 \begin_layout Plain Layout
20839 Tableau normal.
20840 \end_layout
20841
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \begin_layout Plain Layout
20848 \noindent
20849 \align center
20850 \begin_inset Tabular
20851 <lyxtabular version="3" rows="6" columns="1">
20852 <features tabularvalignment="middle">
20853 <column alignment="left" valignment="top" width="0">
20854 <row>
20855 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 Normal, g
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 <row>
20866 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \size large
20872 Large
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 </row>
20878 <row>
20879 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883
20884 \size larger
20885 Larger
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 </row>
20891 <row>
20892 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896
20897 \size largest
20898 Largest
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 </row>
20904 <row>
20905 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \size huge
20911 Huge
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 </row>
20917 <row>
20918 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922
20923 \size huge
20924 Huger
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 </lyxtabular>
20931
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938
20939
20940 \begin_inset space \hfill{}
20941 \end_inset
20942
20943
20944 \begin_inset Float table
20945 wide false
20946 sideways false
20947 status collapsed
20948
20949 \begin_layout Plain Layout
20950 \begin_inset Caption
20951
20952 \begin_layout Plain Layout
20953 Tableau utilisant la commande 
20954 \series bold
20955
20956 \backslash
20957 strut
20958 \series default
20959 .
20960 \end_layout
20961
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \begin_layout Plain Layout
20968 \noindent
20969 \align center
20970 \begin_inset Tabular
20971 <lyxtabular version="3" rows="6" columns="1">
20972 <features tabularvalignment="middle">
20973 <column alignment="left" valignment="top" width="0">
20974 <row>
20975 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 Normal, g
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \size large
20992 \begin_inset ERT
20993 status collapsed
20994
20995 \begin_layout Plain Layout
20996
20997
20998 \backslash
20999 strut 
21000 \end_layout
21001
21002 \end_inset
21003
21004 Large
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 <row>
21011 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015
21016 \size larger
21017 \begin_inset ERT
21018 status collapsed
21019
21020 \begin_layout Plain Layout
21021
21022
21023 \backslash
21024 strut 
21025 \end_layout
21026
21027 \end_inset
21028
21029 Larger
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 <row>
21036 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040
21041 \size largest
21042 \begin_inset ERT
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046
21047
21048 \backslash
21049 strut 
21050 \end_layout
21051
21052 \end_inset
21053
21054 Largest
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \size huge
21067 \begin_inset ERT
21068 status collapsed
21069
21070 \begin_layout Plain Layout
21071
21072
21073 \backslash
21074 strut 
21075 \end_layout
21076
21077 \end_inset
21078
21079 Huge
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 </row>
21085 <row>
21086 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \size giant
21092 \begin_inset ERT
21093 status collapsed
21094
21095 \begin_layout Plain Layout
21096
21097
21098 \backslash
21099 strut 
21100 \end_layout
21101
21102 \end_inset
21103
21104
21105 \size huge
21106 Huger
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 </row>
21112 </lyxtabular>
21113
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \end_inset
21120
21121
21122 \begin_inset space \hfill{}
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \begin_layout Standard
21134 \begin_inset Newpage newpage
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \begin_layout Subsection
21141 Alignements de cellules spéciaux
21142 \begin_inset CommandInset label
21143 LatexCommand label
21144 name "sub:Alignements-de-cellules"
21145
21146 \end_inset
21147
21148
21149 \begin_inset Index idx
21150 status collapsed
21151
21152 \begin_layout Plain Layout
21153 Personnalisation des tableaux ! Alignement de cellules spéciaux
21154 \end_layout
21155
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \begin_layout Standard
21162 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
21163  cellules sur un caractère donné, par exemple le séparateur décimal comme
21164  dans le tableau
21165 \begin_inset space ~
21166 \end_inset
21167
21168
21169 \begin_inset CommandInset ref
21170 LatexCommand ref
21171 reference "tab:Tableau-centré-sur-séparateur-1"
21172
21173 \end_inset
21174
21175 .
21176  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
21177  soit en appuyant sur le bouton 
21178 \begin_inset Info
21179 type  "icon"
21180 arg   "inset-modify tabular align-decimal"
21181 \end_inset
21182
21183  de la barre d'outils ou en modifiant le paramètre 
21184 \family sans
21185 Alignement horizontal
21186 \family default
21187  à 
21188 \family sans
21189 Au séparateur décimal
21190 \family default
21191 .
21192  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
21193  dans les paramètres du tableau.
21194 \end_layout
21195
21196 \begin_layout Standard
21197 \begin_inset Float table
21198 placement h
21199 wide false
21200 sideways false
21201 status open
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Caption
21205
21206 \begin_layout Plain Layout
21207 \begin_inset CommandInset label
21208 LatexCommand label
21209 name "tab:Tableau-centré-sur-séparateur-1"
21210
21211 \end_inset
21212
21213 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
21214 \end_layout
21215
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \begin_layout Plain Layout
21222 \align center
21223 \begin_inset Tabular
21224 <lyxtabular version="3" rows="4" columns="1">
21225 <features booktabs="true" tabularvalignment="middle">
21226 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21227 <row>
21228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232 en-tête
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 <row>
21239 <cell alignment="center" valignment="top" topline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 12,6
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 0,68
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 <row>
21261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265 -123,0
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 </lyxtabular>
21272
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \begin_layout Standard
21284 \begin_inset Float table
21285 placement h
21286 wide false
21287 sideways false
21288 status open
21289
21290 \begin_layout Plain Layout
21291 \begin_inset Caption
21292
21293 \begin_layout Plain Layout
21294 \begin_inset CommandInset label
21295 LatexCommand label
21296 name "tab:Tableau-centré-sur-séparateur-2"
21297
21298 \end_inset
21299
21300 Les cellules d'une colonnes sont centrées sur les opérateurs.
21301 \end_layout
21302
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \begin_layout Plain Layout
21309 \align center
21310 \begin_inset Tabular
21311 <lyxtabular version="3" rows="4" columns="2">
21312 <features booktabs="true" tabularvalignment="middle">
21313 <column alignment="right" valignment="top" width="0pt">
21314 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21315 <row>
21316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 en-tête
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 \begin_inset Formula $12\,+$
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell alignment="center" valignment="top" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352 \begin_inset Formula $\,6$
21353 \end_inset
21354
21355
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 </row>
21361 <row>
21362 <cell alignment="center" valignment="top" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $0\,-$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\,68$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Formula $-123\,/$
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 <cell alignment="center" valignment="top" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 \begin_inset Formula $\,0$
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 </row>
21413 </lyxtabular>
21414
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \begin_layout Standard
21426 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21427  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21428  formules.
21429  Dans ce cas on doit utiliser la méthode du tableau
21430 \begin_inset space ~
21431 \end_inset
21432
21433
21434 \begin_inset CommandInset ref
21435 LatexCommand ref
21436 reference "tab:Tableau-centré-sur-séparateur-2"
21437
21438 \end_inset
21439
21440 .
21441  Ce tableau a été créé comme un tableau 4×2.
21442  L'en-tête est une cellule multi-colonne centrée.
21443  La première colonne est alignée à droite et contient la première partie
21444  et inclue l'opérateur.
21445  La seconde colonne contient le reste de la cellule aligné à gauche.
21446  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21447  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21448  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21449  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
21450  :
21451 \end_layout
21452
21453 \begin_layout Standard
21454
21455 \series bold
21456 @{}l
21457 \end_layout
21458
21459 \begin_layout Standard
21460 Le tableau
21461 \begin_inset space ~
21462 \end_inset
21463
21464
21465 \begin_inset CommandInset ref
21466 LatexCommand ref
21467 reference "tab:Plusieurs-exemples-alignements"
21468
21469 \end_inset
21470
21471  montre quelques exemples d'alignements.
21472  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21473  comme pour la deuxième colonne du tableau
21474 \begin_inset space ~
21475 \end_inset
21476
21477
21478 \begin_inset CommandInset ref
21479 LatexCommand ref
21480 reference "tab:Tableau-centré-sur-séparateur-2"
21481
21482 \end_inset
21483
21484 .
21485 \end_layout
21486
21487 \begin_layout Standard
21488 \begin_inset Float table
21489 wide false
21490 sideways false
21491 status open
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Caption
21495
21496 \begin_layout Plain Layout
21497 \begin_inset CommandInset label
21498 LatexCommand label
21499 name "tab:Plusieurs-exemples-alignements"
21500
21501 \end_inset
21502
21503 Plusieurs exemples d'alignement de cellules.
21504 \end_layout
21505
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \begin_layout Plain Layout
21512 \align center
21513 \begin_inset Tabular
21514 <lyxtabular version="3" rows="4" columns="6">
21515 <features tabularvalignment="middle">
21516 <column alignment="right" valignment="top" width="0">
21517 <column alignment="left" valignment="top" width="0" special="@{}l">
21518 <column alignment="right" valignment="top" width="0">
21519 <column alignment="left" valignment="top" width="0" special="@{}l">
21520 <column alignment="right" valignment="top" width="0">
21521 <column alignment="left" valignment="top" width="0" special="@{}l">
21522 <row>
21523 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527 unités
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545 exposants
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 relations
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 <row>
21579 <cell alignment="center" valignment="top" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 12×
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592 24
21593 \begin_inset space \thinspace{}
21594 \end_inset
21595
21596 bouteilles
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $10\cdot$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $10^{\mbox{-}17}$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Formula $\Gamma(t)\propto$
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 \begin_inset Formula $\:\Upsilon(t)$
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 </row>
21650 <row>
21651 <cell alignment="center" valignment="top" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 1024×
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 768
21665 \begin_inset space \thinspace{}
21666 \end_inset
21667
21668 Pixels
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Formula $5.78\cdot$
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 \begin_inset Formula $10^{7}$
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Formula $A\ne$
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713 \begin_inset Formula $\: B_{\mathrm{red}}$
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 </row>
21722 <row>
21723 <cell alignment="center" valignment="top" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 32×
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 6
21737 \begin_inset space \thinspace{}
21738 \end_inset
21739
21740 cm
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 -
21750 \begin_inset Formula $33.5\cdot$
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $10^{4}$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\sin(\alpha)\ge$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\:\sin(\beta)$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 </lyxtabular>
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \begin_layout Subsection
21808 Formats de cellule et de colonne personnalisés
21809 \begin_inset CommandInset label
21810 LatexCommand label
21811 name "sub:Formats-personnalisés"
21812
21813 \end_inset
21814
21815
21816 \begin_inset Index idx
21817 status collapsed
21818
21819 \begin_layout Plain Layout
21820 Personnalisation des tableaux !  Format de cellule/colonne
21821 \end_layout
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \begin_layout Standard
21829 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21830 \begin_inset space ~
21831 \end_inset
21832
21833
21834 \begin_inset CommandInset ref
21835 LatexCommand ref
21836 reference "sec:Table-Width-Calculation"
21837
21838 \end_inset
21839
21840  et pour des colonnes couvertes par un cellule multi-colonne comme dans
21841  la section
21842 \begin_inset space ~
21843 \end_inset
21844
21845
21846 \begin_inset CommandInset ref
21847 LatexCommand ref
21848 reference "sub:Calculs-multicolonnes"
21849
21850 \end_inset
21851
21852  peut devenir très pénible si vous avez plusieurs tableaux.
21853  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21854  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21855  du document.
21856  Le format est défini avec la commande
21857 \end_layout
21858
21859 \begin_layout Standard
21860
21861 \series bold
21862
21863 \backslash
21864 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21865 \end_layout
21866
21867 \begin_layout Standard
21868 Le nom du format peut n'avoir qu'une lettre.
21869  Les lettres 
21870 \emph on
21871 b
21872 \emph default
21873
21874 \emph on
21875 c
21876 \emph default
21877
21878 \emph on
21879 l
21880 \emph default
21881
21882 \emph on
21883 m
21884 \emph default
21885
21886 \emph on
21887 p
21888 \emph default
21889  et 
21890 \emph on
21891 r
21892 \emph default
21893  sont prédéfinies et donc ne peuvent être utilisées.
21894  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21895 \end_layout
21896
21897 \begin_layout Standard
21898 \begin_inset VSpace medskip
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \begin_layout Standard
21905 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21906  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21907  :
21908 \end_layout
21909
21910 \begin_layout Standard
21911
21912 \series bold
21913
21914 \backslash
21915 newcolumntype{M}[1]{>{
21916 \backslash
21917 centering
21918 \backslash
21919 hspace{0pt}}m{#1}}
21920 \end_layout
21921
21922 \begin_layout Standard
21923 Où le 
21924 \series bold
21925
21926 \backslash
21927 hspace{0pt}
21928 \series default
21929  évite le problème de césure du premier mot, comme c'est décrit en section
21930 \begin_inset space ~
21931 \end_inset
21932
21933
21934 \begin_inset CommandInset ref
21935 LatexCommand ref
21936 reference "sub:Lignes-multiple-dans-cellule"
21937
21938 \end_inset
21939
21940 .
21941  Ensuite, vous pouvez entrer
21942 \end_layout
21943
21944 \begin_layout Standard
21945
21946 \series bold
21947 M{width}
21948 \end_layout
21949
21950 \begin_layout Standard
21951 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
21952  une multi-colonne.
21953 \end_layout
21954
21955 \begin_layout Standard
21956 \begin_inset VSpace bigskip
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \begin_layout Standard
21963 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
21964  pouvez définir le format
21965 \end_layout
21966
21967 \begin_layout Standard
21968
21969 \series bold
21970
21971 \backslash
21972 newcolumntype{S}[2]{>{
21973 \backslash
21974 centering
21975 \backslash
21976 hspace{0pt}}
21977 \begin_inset Newline newline
21978 \end_inset
21979
21980
21981 \begin_inset Phantom HPhantom
21982 status open
21983
21984 \begin_layout Plain Layout
21985
21986 \series bold
21987
21988 \backslash
21989 newcolumntype{S}[2]
21990 \end_layout
21991
21992 \end_inset
21993
21994 m{(#1+(2
21995 \backslash
21996 tabcolsep+
21997 \backslash
21998 arrayrulewidth)*(1-#2))/#2}}
21999 \end_layout
22000
22001 \begin_layout Standard
22002 Ce format utilise l'équation
22003 \begin_inset space ~
22004 \end_inset
22005
22006
22007 \begin_inset CommandInset ref
22008 LatexCommand eqref
22009 reference "eq:Wgn"
22010
22011 \end_inset
22012
22013  pour calculer la largeur que doit avoir chacune des cellules couverte par
22014  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
22015 \end_layout
22016
22017 \begin_layout Standard
22018 Ensuite, vous pouvez entrer
22019 \end_layout
22020
22021 \begin_layout Standard
22022
22023 \series bold
22024 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
22025 \end_layout
22026
22027 \begin_layout Standard
22028 comme paramètre LaTeX de la colonne.
22029 \end_layout
22030
22031 \begin_layout Standard
22032 \begin_inset VSpace bigskip
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Standard
22039 Pour des colonnes colorées, vous pouvez définir
22040 \end_layout
22041
22042 \begin_layout Standard
22043
22044 \series bold
22045
22046 \backslash
22047 newcolumntype{K}[1]{>{
22048 \backslash
22049 columncolor{#1}
22050 \backslash
22051 hspace{0pt}}c}
22052 \end_layout
22053
22054 \begin_layout Standard
22055 Le 
22056 \begin_inset Quotes eld
22057 \end_inset
22058
22059 c
22060 \begin_inset Quotes erd
22061 \end_inset
22062
22063  à la fin crée une colonne de largeur variable dont le texte est centré
22064  horizontalement.
22065  Vous pouvez maintenant entrer
22066 \end_layout
22067
22068 \begin_layout Standard
22069
22070 \series bold
22071 K{nom de couleur}
22072 \end_layout
22073
22074 \begin_layout Standard
22075 comme paramètre LaTeX.
22076 \end_layout
22077
22078 \begin_layout Standard
22079 \begin_inset VSpace bigskip
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \begin_layout Standard
22086 Pour créer le tableau
22087 \begin_inset space ~
22088 \end_inset
22089
22090
22091 \begin_inset CommandInset ref
22092 LatexCommand ref
22093 reference "tab:Tableau-formats-personnalisés"
22094
22095 \end_inset
22096
22097  utilisez les paramètres LaTeX
22098 \end_layout
22099
22100 \begin_layout Standard
22101
22102 \series bold
22103 M{2.5cm}
22104 \end_layout
22105
22106 \begin_layout Standard
22107 pour la première colonne et la multi-colonne,
22108 \end_layout
22109
22110 \begin_layout Standard
22111
22112 \series bold
22113 K{red}
22114 \end_layout
22115
22116 \begin_layout Standard
22117 pour la dernière colonne, et
22118 \end_layout
22119
22120 \begin_layout Standard
22121
22122 \series bold
22123 S{2.5cm}{2}
22124 \end_layout
22125
22126 \begin_layout Standard
22127 pour les cellules de la deuxième colonne.
22128 \end_layout
22129
22130 \begin_layout Standard
22131 \begin_inset Float table
22132 placement h
22133 wide false
22134 sideways false
22135 status open
22136
22137 \begin_layout Plain Layout
22138 \begin_inset Caption
22139
22140 \begin_layout Plain Layout
22141 \begin_inset CommandInset label
22142 LatexCommand label
22143 name "tab:Tableau-formats-personnalisés"
22144
22145 \end_inset
22146
22147 Tableau utilisant des formats personnalisés
22148 \end_layout
22149
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \begin_layout Plain Layout
22156 \align center
22157 \begin_inset Tabular
22158 <lyxtabular version="3" rows="3" columns="4">
22159 <features tabularvalignment="middle">
22160 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22161 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
22162 <column alignment="center" valignment="middle" width="0">
22163 <column alignment="center" valignment="middle" width="0" special="K{red}">
22164 <row>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 motTrèsLongDansUneCellule
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22175 \begin_inset Text
22176
22177 \begin_layout Plain Layout
22178 multi-colonne avec multi-ligne
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 c
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 d
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 e
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225 f
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 g
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 </row>
22240 <row>
22241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 h
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 i
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263 j
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 k
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 </row>
22278 </lyxtabular>
22279
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \begin_layout Subsection
22291 Épaisseur des filets
22292 \begin_inset CommandInset label
22293 LatexCommand label
22294 name "sub:Epaisseur-filets"
22295
22296 \end_inset
22297
22298
22299 \begin_inset Index idx
22300 status collapsed
22301
22302 \begin_layout Plain Layout
22303 Personnalisation des tableaux ! Épaisseur filets
22304 \end_layout
22305
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \begin_layout Standard
22312 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22313  
22314 \series bold
22315
22316 \backslash
22317 arrayrulewidth
22318 \series default
22319 .
22320  Pour mettre, par exemple, une épaisseur de filet de 1.5
22321 \begin_inset space \thinspace{}
22322 \end_inset
22323
22324 pt, comme pour le tableau
22325 \begin_inset space ~
22326 \end_inset
22327
22328
22329 \begin_inset CommandInset ref
22330 LatexCommand ref
22331 reference "tab:Tableau-filets-1.5pt"
22332
22333 \end_inset
22334
22335 , insérez la commande
22336 \end_layout
22337
22338 \begin_layout Standard
22339
22340 \series bold
22341
22342 \backslash
22343 setlength{
22344 \backslash
22345 arrayrulewidth}{1.5pt}
22346 \end_layout
22347
22348 \begin_layout Standard
22349 en code TeX avant le tableau ou le flottant de tableau.
22350  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22351  suivent.
22352  pour revenir aux valeurs implicites, mettez 
22353 \series bold
22354
22355 \backslash
22356 arrayrulewidth
22357 \series default
22358  à 0.4
22359 \begin_inset space \thinspace{}
22360 \end_inset
22361
22362 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
22363 \end_layout
22364
22365 \begin_layout Standard
22366 \begin_inset ERT
22367 status collapsed
22368
22369 \begin_layout Plain Layout
22370
22371
22372 \backslash
22373 setlength{
22374 \backslash
22375 arrayrulewidth}{1.5pt}
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \begin_inset Float table
22382 wide false
22383 sideways false
22384 status open
22385
22386 \begin_layout Plain Layout
22387 \begin_inset Caption
22388
22389 \begin_layout Plain Layout
22390 \begin_inset CommandInset label
22391 LatexCommand label
22392 name "tab:Tableau-filets-1.5pt"
22393
22394 \end_inset
22395
22396 Tableau avec des filets de 1.5
22397 \begin_inset space \thinspace{}
22398 \end_inset
22399
22400 pt
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \begin_layout Plain Layout
22409 \align center
22410 \begin_inset Tabular
22411 <lyxtabular version="3" rows="3" columns="3">
22412 <features tabularvalignment="middle">
22413 <column alignment="center" valignment="top" width="0">
22414 <column alignment="center" valignment="top" width="0">
22415 <column alignment="center" valignment="top" width="0">
22416 <row>
22417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 sd
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 </row>
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459 sd
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 sd
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 </lyxtabular>
22504
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511
22512
22513 \begin_inset ERT
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517
22518
22519 \backslash
22520 setlength{
22521 \backslash
22522 arrayrulewidth}{0.4pt}
22523 \end_layout
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \begin_layout Standard
22531 \begin_inset VSpace bigskip
22532 \end_inset
22533
22534 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22535 \begin_inset space \thinspace{}
22536 \end_inset
22537
22538 pt, comme dans le tableau
22539 \begin_inset space ~
22540 \end_inset
22541
22542
22543 \begin_inset CommandInset ref
22544 LatexCommand ref
22545 reference "tab:Tableau-filets-horizontaux-1.5pt"
22546
22547 \end_inset
22548
22549 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
22550  de tableau :
22551 \end_layout
22552
22553 \begin_layout Standard
22554
22555 \series bold
22556
22557 \backslash
22558 let
22559 \backslash
22560 myHline
22561 \backslash
22562 hline
22563 \begin_inset Newline newline
22564 \end_inset
22565
22566
22567 \backslash
22568 renewcommand{
22569 \backslash
22570 hline}
22571 \begin_inset Newline newline
22572 \end_inset
22573
22574  {
22575 \backslash
22576 noalign{
22577 \backslash
22578 global
22579 \backslash
22580 arrayrulewidth 1.5pt}
22581 \begin_inset Newline newline
22582 \end_inset
22583
22584  
22585 \backslash
22586 myHline
22587 \backslash
22588 noalign{
22589 \backslash
22590 global
22591 \backslash
22592 arrayrulewidth 0.4pt}}
22593 \end_layout
22594
22595 \begin_layout Standard
22596 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22597  en code TeX après le tableau ou le flottant de tableau :
22598 \end_layout
22599
22600 \begin_layout Standard
22601
22602 \series bold
22603
22604 \backslash
22605 renewcommand{
22606 \backslash
22607 hline}{
22608 \backslash
22609 myHline}
22610 \end_layout
22611
22612 \begin_layout Standard
22613 \begin_inset ERT
22614 status collapsed
22615
22616 \begin_layout Plain Layout
22617
22618
22619 \backslash
22620 let
22621 \backslash
22622 myHline
22623 \backslash
22624 hline
22625 \end_layout
22626
22627 \begin_layout Plain Layout
22628
22629
22630 \backslash
22631 renewcommand{
22632 \backslash
22633 hline}
22634 \end_layout
22635
22636 \begin_layout Plain Layout
22637
22638  {
22639 \backslash
22640 noalign{
22641 \backslash
22642 global
22643 \backslash
22644 arrayrulewidth 1.5pt}
22645 \end_layout
22646
22647 \begin_layout Plain Layout
22648
22649   
22650 \backslash
22651 myHline
22652 \backslash
22653 noalign{
22654 \backslash
22655 global
22656 \backslash
22657 arrayrulewidth 0.4pt}}
22658 \end_layout
22659
22660 \end_inset
22661
22662
22663 \begin_inset Float table
22664 wide false
22665 sideways false
22666 status open
22667
22668 \begin_layout Plain Layout
22669 \begin_inset Caption
22670
22671 \begin_layout Plain Layout
22672 \begin_inset CommandInset label
22673 LatexCommand label
22674 name "tab:Tableau-filets-horizontaux-1.5pt"
22675
22676 \end_inset
22677
22678 Tableau avec des filets horizontaux de 1.5
22679 \begin_inset space \thinspace{}
22680 \end_inset
22681
22682 pt
22683 \end_layout
22684
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \begin_layout Plain Layout
22691 \align center
22692 \begin_inset Tabular
22693 <lyxtabular version="3" rows="3" columns="3">
22694 <features tabularvalignment="middle">
22695 <column alignment="center" valignment="top" width="0">
22696 <column alignment="center" valignment="top" width="0">
22697 <column alignment="center" valignment="top" width="0">
22698 <row>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 sd
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 sd
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 <row>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 sd
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 </lyxtabular>
22786
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \begin_inset ERT
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799
22800
22801 \backslash
22802 renewcommand{
22803 \backslash
22804 hline}{
22805 \backslash
22806 myHline}
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \begin_layout Standard
22815 \begin_inset VSpace bigskip
22816 \end_inset
22817
22818 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22819 \begin_inset space \thinspace{}
22820 \end_inset
22821
22822 pt, créez le format de colonne suivant dans le préambule, en suivant la
22823  description de la section
22824 \begin_inset space ~
22825 \end_inset
22826
22827
22828 \begin_inset CommandInset ref
22829 LatexCommand ref
22830 reference "sub:Formats-personnalisés"
22831
22832 \end_inset
22833
22834 :
22835 \end_layout
22836
22837 \begin_layout Standard
22838
22839 \series bold
22840
22841 \backslash
22842 newcolumntype{V}{!{
22843 \backslash
22844 vrule width 1.5pt}}
22845 \end_layout
22846
22847 \begin_layout Standard
22848 Pour le tableau
22849 \begin_inset space ~
22850 \end_inset
22851
22852
22853 \begin_inset CommandInset ref
22854 LatexCommand ref
22855 reference "tab:Tableau-filets-verticaux-1.5pt"
22856
22857 \end_inset
22858
22859  le paramètre LaTeX 
22860 \end_layout
22861
22862 \begin_layout Standard
22863
22864 \series bold
22865 VcV
22866 \end_layout
22867
22868 \begin_layout Standard
22869 a été utilisé pour la dernière colonne et
22870 \end_layout
22871
22872 \begin_layout Standard
22873
22874 \series bold
22875 Vc
22876 \end_layout
22877
22878 \begin_layout Standard
22879 pour les autres colonnes.
22880 \end_layout
22881
22882 \begin_layout Standard
22883 \begin_inset Float table
22884 wide false
22885 sideways false
22886 status open
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Caption
22890
22891 \begin_layout Plain Layout
22892 \begin_inset CommandInset label
22893 LatexCommand label
22894 name "tab:Tableau-filets-verticaux-1.5pt"
22895
22896 \end_inset
22897
22898 Tableau avec des filets verticaux de 1.5
22899 \begin_inset space \thinspace{}
22900 \end_inset
22901
22902 pt 
22903 \end_layout
22904
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \begin_layout Plain Layout
22911 \align center
22912 \begin_inset Tabular
22913 <lyxtabular version="3" rows="3" columns="3">
22914 <features tabularvalignment="middle">
22915 <column alignment="center" valignment="top" width="0" special="Vc">
22916 <column alignment="center" valignment="top" width="0" special="Vc">
22917 <column alignment="center" valignment="top" width="0" special="VcV">
22918 <row>
22919 <cell alignment="center" valignment="top" topline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 sd
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 <cell alignment="center" valignment="top" topline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 </row>
22947 <row>
22948 <cell alignment="center" valignment="top" topline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 sd
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 </row>
22976 <row>
22977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 sd
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 </lyxtabular>
23006
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \begin_layout Subsection
23018 Filets à traits interrompus
23019 \begin_inset Index idx
23020 status collapsed
23021
23022 \begin_layout Plain Layout
23023 Personnalisation des tableaux ! Filets à traits interrompus
23024 \end_layout
23025
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \begin_layout Standard
23032 \begin_inset ERT
23033 status collapsed
23034
23035 \begin_layout Plain Layout
23036
23037
23038 \backslash
23039 ifarydshln
23040 \end_layout
23041
23042 \end_inset
23043
23044
23045 \begin_inset Note Note
23046 status open
23047
23048 \begin_layout Plain Layout
23049 La section suivante ne s'affichera que si vous avez installé le paquetage
23050  LaTeX 
23051 \series bold
23052 arydshln
23053 \series default
23054 .
23055 \end_layout
23056
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \begin_layout Standard
23063 \begin_inset Float table
23064 placement H
23065 wide false
23066 sideways false
23067 status open
23068
23069 \begin_layout Plain Layout
23070 \begin_inset Caption
23071
23072 \begin_layout Plain Layout
23073 \begin_inset CommandInset label
23074 LatexCommand label
23075 name "tab:Tableau-filets-tirets"
23076
23077 \end_inset
23078
23079 Tableau avec des filets à traits interrompus
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \begin_layout Plain Layout
23088 \align center
23089 \begin_inset Tabular
23090 <lyxtabular version="3" rows="5" columns="5">
23091 <features tabularvalignment="middle">
23092 <column alignment="center" valignment="top" width="0">
23093 <column alignment="center" valignment="top" width="0">
23094 <column alignment="center" valignment="top" width="0" special=":c">
23095 <column alignment="center" valignment="top" width="0">
23096 <column alignment="center" valignment="top" width="0">
23097 <row>
23098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102 a
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 b
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120 c
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129 d
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 e
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 </row>
23144 <row>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 f
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 g
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 <cell alignment="center" valignment="top" topline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167 h
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176 i
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 j
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 <row>
23192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset ERT
23197 status collapsed
23198
23199 \begin_layout Plain Layout
23200
23201
23202 \backslash
23203 hdashline 
23204 \end_layout
23205
23206 \end_inset
23207
23208 k
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 l
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 m
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 n
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 o
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset ERT
23256 status collapsed
23257
23258 \begin_layout Plain Layout
23259
23260
23261 \backslash
23262 cdashline{4-5}
23263 \end_layout
23264
23265 \end_inset
23266
23267 p
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 q
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 r
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 s
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 </row>
23309 <row>
23310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 t
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 u
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 v
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 w
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 x
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 </lyxtabular>
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \begin_layout Standard
23369 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
23370  donc employer du code TeX.
23371  Mais avant il faut charger le paquetage LaTeX 
23372 \series bold
23373 arydshln
23374 \series default
23375
23376 \begin_inset Index idx
23377 status collapsed
23378
23379 \begin_layout Plain Layout
23380 Paquetages LaTeX ! arydshln
23381 \end_layout
23382
23383 \end_inset
23384
23385  dans le préambule du document avec la commande 
23386 \end_layout
23387
23388 \begin_layout Standard
23389
23390 \series bold
23391
23392 \backslash
23393 usepackage{arydshln}
23394 \end_layout
23395
23396 \begin_layout Standard
23397 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23398  
23399 \begin_inset Quotes eld
23400 \end_inset
23401
23402 :
23403 \begin_inset Quotes erd
23404 \end_inset
23405
23406  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
23407  dans la fenêtre de dialogue de paramètre du tableau.
23408 \end_layout
23409
23410 \begin_layout Standard
23411 Pour un trait horizontal interrompu, ajoutez la commande
23412 \end_layout
23413
23414 \begin_layout Standard
23415
23416 \series bold
23417
23418 \backslash
23419 hdashline
23420 \end_layout
23421
23422 \begin_layout Standard
23423 en code TeX comme premier élément de la première cellule de la ligne de
23424  tableau.
23425 \end_layout
23426
23427 \begin_layout Standard
23428 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23429  commande 
23430 \end_layout
23431
23432 \begin_layout Standard
23433
23434 \series bold
23435
23436 \backslash
23437 cdashline{
23438 \series default
23439 numéros de colonnes}
23440 \end_layout
23441
23442 \begin_layout Standard
23443 en code TeX comme premier élément de la première cellule de la ligne.
23444  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
23445  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23446 \end_layout
23447
23448 \begin_layout Standard
23449
23450 \series bold
23451
23452 \backslash
23453 cdashline{2-4}
23454 \end_layout
23455
23456 \begin_layout Standard
23457 comme premier élément de la première cellule de la ligne contenant la multi-colo
23458 nne.
23459 \end_layout
23460
23461 \begin_layout Standard
23462 \begin_inset VSpace bigskip
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \begin_layout Standard
23469 Le tableau
23470 \begin_inset space ~
23471 \end_inset
23472
23473
23474 \begin_inset CommandInset ref
23475 LatexCommand ref
23476 reference "tab:Tableau-filets-tirets"
23477
23478 \end_inset
23479
23480  a été créé en utilisant 
23481 \begin_inset Quotes eld
23482 \end_inset
23483
23484
23485 \series bold
23486 :c
23487 \series default
23488
23489 \begin_inset Quotes erd
23490 \end_inset
23491
23492  comme paramètre LaTeX pour la troisième colonne.
23493  La commande en code TeX 
23494 \series bold
23495
23496 \backslash
23497 hdashline
23498 \series default
23499  a été insérée dans la première cellule de la troisième ligne et la commande
23500  en code TeX 
23501 \series bold
23502
23503 \backslash
23504 cdashline{4-5}
23505 \series default
23506  a été insérée dans la première cellule de la quatrième ligne.
23507 \end_layout
23508
23509 \begin_layout Standard
23510 \begin_inset VSpace bigskip
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \begin_layout Standard
23517
23518 \lang english
23519 Tables with dashed lines can also be colored as shown by
23520 \lang french
23521  tableau
23522 \begin_inset space ~
23523 \end_inset
23524
23525
23526 \begin_inset CommandInset ref
23527 LatexCommand ref
23528 reference "tab:Colored-table-with"
23529
23530 \end_inset
23531
23532 .
23533 \end_layout
23534
23535 \begin_layout Standard
23536 \begin_inset ERT
23537 status collapsed
23538
23539 \begin_layout Plain Layout
23540
23541
23542 \backslash
23543 setlength{
23544 \backslash
23545 arrayrulewidth}{1pt}
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \lang english
23552
23553 \begin_inset Note Note
23554 status collapsed
23555
23556 \begin_layout Plain Layout
23557
23558 \lang english
23559 thicker lines for better visualization of the line color
23560 \end_layout
23561
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \begin_layout Standard
23568 \begin_inset ERT
23569 status collapsed
23570
23571 \begin_layout Plain Layout
23572
23573
23574 \backslash
23575 dashgapcolor{green}
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \lang english
23582
23583 \begin_inset Note Note
23584 status collapsed
23585
23586 \begin_layout Plain Layout
23587
23588 \lang english
23589 color gaps between dashes green
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 let
23606 \backslash
23607 myHdashline
23608 \backslash
23609 hdashline
23610 \end_layout
23611
23612 \begin_layout Plain Layout
23613
23614
23615 \backslash
23616 renewcommand{
23617 \backslash
23618 hdashline}
23619 \end_layout
23620
23621 \begin_layout Plain Layout
23622
23623  {
23624 \backslash
23625 arrayrulecolor{red}
23626 \backslash
23627 myHdashline
23628 \backslash
23629 arrayrulecolor{black}}
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \lang english
23636
23637 \begin_inset Note Note
23638 status collapsed
23639
23640 \begin_layout Plain Layout
23641
23642 \lang english
23643 color horizontal, dashed lines red
23644 \end_layout
23645
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \begin_layout Standard
23652 \begin_inset ERT
23653 status collapsed
23654
23655 \begin_layout Plain Layout
23656
23657
23658 \backslash
23659 let
23660 \backslash
23661 myCdashline
23662 \backslash
23663 cdashline
23664 \end_layout
23665
23666 \begin_layout Plain Layout
23667
23668
23669 \backslash
23670 renewcommand{
23671 \backslash
23672 cdashline}[1]
23673 \end_layout
23674
23675 \begin_layout Plain Layout
23676
23677  {
23678 \backslash
23679 arrayrulecolor{yellow}
23680 \backslash
23681 myCdashline{#1}
23682 \backslash
23683 arrayrulecolor{black}}
23684 \end_layout
23685
23686 \end_inset
23687
23688
23689 \lang english
23690
23691 \begin_inset Note Note
23692 status collapsed
23693
23694 \begin_layout Plain Layout
23695
23696 \lang english
23697 color partial horizontal, dashed lines yellow
23698 \end_layout
23699
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \begin_layout Standard
23706 \begin_inset Float table
23707 placement h
23708 wide false
23709 sideways false
23710 status open
23711
23712 \begin_layout Plain Layout
23713 \begin_inset Caption
23714
23715 \begin_layout Plain Layout
23716 \begin_inset CommandInset label
23717 LatexCommand label
23718 name "tab:Colored-table-with"
23719
23720 \end_inset
23721
23722
23723 \lang english
23724 Colored table with dashed lines
23725 \end_layout
23726
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \begin_layout Plain Layout
23733 \align center
23734 \begin_inset Tabular
23735 <lyxtabular version="3" rows="5" columns="5">
23736 <features tabularvalignment="middle">
23737 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23738 <column alignment="center" valignment="top" width="0pt">
23739 <column alignment="center" valignment="top" width="0pt" special=":c">
23740 <column alignment="center" valignment="top" width="0">
23741 <column alignment="center" valignment="top" width="0">
23742 <row>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747 a
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 b
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 c
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 d
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 e
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 f
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 g
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 h
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 i
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 j
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 \begin_inset ERT
23842 status collapsed
23843
23844 \begin_layout Plain Layout
23845
23846
23847 \backslash
23848 hdashline 
23849 \end_layout
23850
23851 \end_inset
23852
23853
23854 \begin_inset ERT
23855 status collapsed
23856
23857 \begin_layout Plain Layout
23858
23859
23860 \backslash
23861 rowcolor{Gray}
23862 \end_layout
23863
23864 \end_inset
23865
23866 k
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 l
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 m
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893 n
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 o
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 </row>
23908 <row>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 \begin_inset ERT
23914 status collapsed
23915
23916 \begin_layout Plain Layout
23917
23918
23919 \backslash
23920 cdashline{4-5}
23921 \end_layout
23922
23923 \end_inset
23924
23925 p
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 q
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 r
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 s
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 t
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 u
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990 v
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 w
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 \begin_inset ERT
24009 status collapsed
24010
24011 \begin_layout Plain Layout
24012
24013
24014 \backslash
24015 cellcolor{Maroon}
24016 \end_layout
24017
24018 \end_inset
24019
24020 i
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 </row>
24026 </lyxtabular>
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \begin_layout Standard
24039 \begin_inset ERT
24040 status collapsed
24041
24042 \begin_layout Plain Layout
24043
24044
24045 \backslash
24046 renewcommand{
24047 \backslash
24048 hdashline}{
24049 \backslash
24050 myHdashline}
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \lang english
24057
24058 \begin_inset Note Note
24059 status collapsed
24060
24061 \begin_layout Plain Layout
24062
24063 \lang english
24064 reset to default
24065 \end_layout
24066
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \begin_layout Standard
24073 \begin_inset ERT
24074 status collapsed
24075
24076 \begin_layout Plain Layout
24077
24078
24079 \backslash
24080 renewcommand{
24081 \backslash
24082 cdashline}{
24083 \backslash
24084 myCdashline}
24085 \end_layout
24086
24087 \end_inset
24088
24089
24090 \lang english
24091
24092 \begin_inset Note Note
24093 status collapsed
24094
24095 \begin_layout Plain Layout
24096
24097 \lang english
24098 reset to default
24099 \end_layout
24100
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \begin_layout Standard
24107 \begin_inset ERT
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111
24112
24113 \backslash
24114 nodashgapcolor
24115 \end_layout
24116
24117 \end_inset
24118
24119
24120 \lang english
24121
24122 \begin_inset Note Note
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126
24127 \lang english
24128 reset to default
24129 \end_layout
24130
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Standard
24137 \begin_inset ERT
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141
24142
24143 \backslash
24144 setlength{
24145 \backslash
24146 arrayrulewidth}{0.4pt}
24147 \end_layout
24148
24149 \end_inset
24150
24151
24152 \lang english
24153
24154 \begin_inset Note Note
24155 status collapsed
24156
24157 \begin_layout Plain Layout
24158
24159 \lang english
24160 reset to default
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \begin_layout Standard
24169
24170 \lang english
24171 The coloring of lines, columns and lines works as decribed in section
24172 \begin_inset space ~
24173 \end_inset
24174
24175
24176 \lang french
24177
24178 \begin_inset CommandInset ref
24179 LatexCommand ref
24180 reference "sec:Tableaux-Colorés"
24181
24182 \end_inset
24183
24184
24185 \lang english
24186 .
24187  Coloring horizontal lines works analogically as described there as well,
24188  one only needs to replace in the commands 
24189 \series bold
24190
24191 \backslash
24192 myHlineC
24193 \series default
24194  by 
24195 \series bold
24196
24197 \backslash
24198 myHdashline
24199 \series default
24200  and 
24201 \backslash
24202
24203 \series bold
24204 hline
24205 \series default
24206  by 
24207 \series bold
24208
24209 \backslash
24210 hdashline
24211 \series default
24212 ; so one uses the command
24213 \end_layout
24214
24215 \begin_layout Standard
24216
24217 \series bold
24218
24219 \backslash
24220 let
24221 \backslash
24222 myHdashline
24223 \backslash
24224 hdashline
24225 \begin_inset Newline newline
24226 \end_inset
24227
24228
24229 \backslash
24230 renewcommand{
24231 \backslash
24232 hdashline}
24233 \begin_inset Newline newline
24234 \end_inset
24235
24236
24237 \begin_inset Phantom HPhantom
24238 status open
24239
24240 \begin_layout Plain Layout
24241 \begin_inset space ~
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \end_inset
24248
24249 {
24250 \backslash
24251 arrayrulecolor{red}
24252 \backslash
24253 myHdashline
24254 \backslash
24255 arrayrulecolor{black}}
24256 \end_layout
24257
24258 \begin_layout Standard
24259
24260 \lang english
24261 To color 
24262 \series bold
24263
24264 \backslash
24265 cdashline
24266 \series default
24267 , the command is
24268 \end_layout
24269
24270 \begin_layout Standard
24271
24272 \series bold
24273
24274 \backslash
24275 let
24276 \backslash
24277 myCdashline
24278 \backslash
24279 cdashline
24280 \begin_inset Newline newline
24281 \end_inset
24282
24283
24284 \backslash
24285 renewcommand{
24286 \backslash
24287 cdashline}[1]
24288 \begin_inset Newline newline
24289 \end_inset
24290
24291
24292 \begin_inset Phantom HPhantom
24293 status open
24294
24295 \begin_layout Plain Layout
24296 \begin_inset space ~
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \end_inset
24303
24304 {
24305 \backslash
24306 arrayrulecolor{red}
24307 \backslash
24308 myCdashline{#1}
24309 \backslash
24310 arrayrulecolor{black}}
24311 \end_layout
24312
24313 \begin_layout Standard
24314
24315 \lang english
24316 To get back the black line color, one needs to insert the following commands
24317  as TeX-Code behind the table:
24318 \end_layout
24319
24320 \begin_layout Standard
24321
24322 \lang english
24323 For 
24324 \series bold
24325
24326 \backslash
24327 hdashline
24328 \end_layout
24329
24330 \begin_layout Standard
24331
24332 \series bold
24333
24334 \backslash
24335 renewcommand{
24336 \backslash
24337 hdashline}{
24338 \backslash
24339 myHdashline}
24340 \end_layout
24341
24342 \begin_layout Standard
24343
24344 \lang english
24345 and for 
24346 \series bold
24347
24348 \backslash
24349 cdashline
24350 \end_layout
24351
24352 \begin_layout Standard
24353
24354 \series bold
24355
24356 \backslash
24357 renewcommand{
24358 \backslash
24359 cdashline}{
24360 \backslash
24361 myCdashline}
24362 \end_layout
24363
24364 \begin_layout Standard
24365
24366 \lang english
24367 To color the gaps between the dashes the command
24368 \end_layout
24369
24370 \begin_layout Standard
24371
24372 \series bold
24373 \lang english
24374
24375 \backslash
24376 dashgapcolor{color}
24377 \end_layout
24378
24379 \begin_layout Standard
24380
24381 \lang english
24382 can be used in front of a table as TeX-Code.
24383  color is hereby the name of a defined color.
24384  The command
24385 \end_layout
24386
24387 \begin_layout Standard
24388
24389 \series bold
24390
24391 \backslash
24392 nodashgapcolor
24393 \end_layout
24394
24395 \begin_layout Standard
24396
24397 \lang english
24398 unsets the changes made by 
24399 \series bold
24400
24401 \backslash
24402 dashgapcolor
24403 \series default
24404 .
24405 \end_layout
24406
24407 \begin_layout Standard
24408
24409 \lang english
24410 \begin_inset Note Greyedout
24411 status open
24412
24413 \begin_layout Plain Layout
24414
24415 \series bold
24416 \color none
24417 \lang english
24418 Note
24419 \series default
24420 : If there are multiple commands in a cell, the command of 
24421 \series bold
24422 arydshln
24423 \series default
24424  needs to be the first one in the cell.
24425  Therefore in cell 
24426 \emph on
24427 k
24428 \emph default
24429  of Table
24430 \begin_inset space ~
24431 \end_inset
24432
24433
24434 \begin_inset CommandInset ref
24435 LatexCommand ref
24436 reference "tab:Colored-table-with"
24437
24438 \end_inset
24439
24440  the command 
24441 \series bold
24442
24443 \backslash
24444 hdashline
24445 \series default
24446  is before 
24447 \series bold
24448
24449 \backslash
24450 rowcolor
24451 \series default
24452 .
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \begin_layout Standard
24461
24462 \lang english
24463 \begin_inset Note Greyedout
24464 status open
24465
24466 \begin_layout Plain Layout
24467
24468 \series bold
24469 \color none
24470 \lang english
24471 Note:
24472 \series default
24473  The LaTeX-package 
24474 \series bold
24475 arydshln
24476 \series default
24477  must be loaded in the document preamble before the LaTeX-package
24478 \lang french
24479  
24480 \series bold
24481 colortbl
24482 \series default
24483 \color inherit
24484
24485 \begin_inset Index idx
24486 status collapsed
24487
24488 \begin_layout Plain Layout
24489 Paquetages LaTeX ! colortbl
24490 \end_layout
24491
24492 \end_inset
24493
24494
24495 \color none
24496 .
24497 \end_layout
24498
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \begin_layout Standard
24505 \begin_inset ERT
24506 status collapsed
24507
24508 \begin_layout Plain Layout
24509
24510
24511 \backslash
24512 else
24513 \end_layout
24514
24515 \end_inset
24516
24517
24518 \begin_inset Note Note
24519 status open
24520
24521 \begin_layout Plain Layout
24522 Ce qui suit sera affiché si le paquetage LaTeX 
24523 \series bold
24524 arydshln
24525 \series default
24526  n'est pas installé :
24527 \end_layout
24528
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \begin_layout Standard
24535 Vous devez installer le paquetage LaTeX 
24536 \series bold
24537 arydshln
24538 \series default
24539  pour voir le contenu des cette section dans la sortie imprimée.
24540 \end_layout
24541
24542 \begin_layout Standard
24543 \begin_inset ERT
24544 status collapsed
24545
24546 \begin_layout Plain Layout
24547
24548
24549 \backslash
24550 fi
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \begin_layout Standard
24559
24560 \lang english
24561 For more information about dashed lines see the documentation of
24562 \lang french
24563  
24564 \series bold
24565 arydshln
24566 \series default
24567
24568 \begin_inset CommandInset citation
24569 LatexCommand cite
24570 key "arydshln"
24571
24572 \end_inset
24573
24574 .
24575 \end_layout
24576
24577 \begin_layout Chapter
24578 Flottants
24579 \begin_inset CommandInset label
24580 LatexCommand label
24581 name "chap:Flottants"
24582
24583 \end_inset
24584
24585
24586 \begin_inset Index idx
24587 status collapsed
24588
24589 \begin_layout Plain Layout
24590 Flottants
24591 \end_layout
24592
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \begin_layout Section
24599 Introduction
24600 \begin_inset CommandInset label
24601 LatexCommand label
24602 name "sec:Flottants-Introduction"
24603
24604 \end_inset
24605
24606
24607 \begin_inset Index idx
24608 status collapsed
24609
24610 \begin_layout Plain Layout
24611 Flottants ! Introduction
24612 \end_layout
24613
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \begin_layout Standard
24620 Un flottant est une portion de document, qui peut être associé à une étiquette
24621  et dont la position n'est pas fixée.
24622  Il peut 
24623 \begin_inset Quotes eld
24624 \end_inset
24625
24626 flotter
24627 \begin_inset Quotes erd
24628 \end_inset
24629
24630  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24631  plus approprié.
24632  Les 
24633 \family sans
24634 Notes
24635 \begin_inset space ~
24636 \end_inset
24637
24638 en
24639 \begin_inset space ~
24640 \end_inset
24641
24642 Bas
24643 \begin_inset space ~
24644 \end_inset
24645
24646 de
24647 \begin_inset space ~
24648 \end_inset
24649
24650 Page
24651 \family default
24652  et le 
24653 \family sans
24654 Notes
24655 \begin_inset space ~
24656 \end_inset
24657
24658 en
24659 \begin_inset space ~
24660 \end_inset
24661
24662 Marge
24663 \family default
24664  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24665  sur la page suivante quand il y a trop de notes sur la page courante.
24666 \end_layout
24667
24668 \begin_layout Standard
24669 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24670  très grande qualité.
24671  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24672  éviter des lignes blanches ou des pages sans texte.
24673  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24674  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24675  le texte.
24676  Les flottants sont donc numérotés.
24677  Les références croisées sont décrites dans la section
24678 \begin_inset space ~
24679 \end_inset
24680
24681
24682 \begin_inset CommandInset ref
24683 LatexCommand ref
24684 reference "sec:Referencer-les-Flottants"
24685
24686 \end_inset
24687
24688 .
24689 \end_layout
24690
24691 \begin_layout Standard
24692 Pour insérer un flottant, on utilise un des sous menus du menu 
24693 \family sans
24694 Insertion\SpecialChar \menuseparator
24695 Flottant
24696 \family default
24697  (barre d'outils 
24698 \begin_inset Info
24699 type  "icon"
24700 arg   "float-insert figure"
24701 \end_inset
24702
24703  ou 
24704 \begin_inset Info
24705 type  "icon"
24706 arg   "float-insert table"
24707 \end_inset
24708
24709 ).
24710  Une boîte va être insérée dans votre document avec par exemple une étiquette
24711  du genre 
24712 \begin_inset Quotes eld
24713 \end_inset
24714
24715 Figure
24716 \begin_inset space ~
24717 \end_inset
24718
24719 #:
24720 \begin_inset Quotes erd
24721 \end_inset
24722
24723  (où # est un numéro).
24724  L'étiquette est automatiquement traduite dans la langue du document dans
24725  la sortie finale.
24726  Après l'étiquette vous pouvez insérer du texte comme légende.
24727  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24728  séparé, à l'intérieur du flottant.
24729  Vous trouverez plus de détails sur le positionnement des légendes dans
24730  la section
24731 \begin_inset space ~
24732 \end_inset
24733
24734
24735 \begin_inset CommandInset ref
24736 LatexCommand ref
24737 reference "sec:Placement-légende"
24738
24739 \end_inset
24740
24741 .
24742  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
24743  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24744  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24745  Une boîte de flottant fermée ressemble à ceci : 
24746 \begin_inset Graphics
24747         filename clipart/floatQt4.png
24748         scale 60
24749
24750 \end_inset
24751
24752  – une case grise avec un texte rouge.
24753 \end_layout
24754
24755 \begin_layout Standard
24756 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24757  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
24758  est formaté de façon particulière.
24759 \end_layout
24760
24761 \begin_layout Section
24762 Les types de flottants
24763 \end_layout
24764
24765 \begin_layout Standard
24766 En plus des flottants de figures et de tableau qui sont décrits respectivement
24767  dans les sections
24768 \begin_inset space ~
24769 \end_inset
24770
24771
24772 \begin_inset CommandInset ref
24773 LatexCommand ref
24774 reference "sec:Figure-Floats"
24775
24776 \end_inset
24777
24778  et 
24779 \begin_inset CommandInset ref
24780 LatexCommand ref
24781 reference "sec:Table-Floats"
24782
24783 \end_inset
24784
24785 , LyX offre aussi les types 
24786 \family sans
24787 Algorithme
24788 \family default
24789  et 
24790 \family sans
24791 Enrobage
24792 \family default
24793 .
24794  Ces derniers sont expliques dans la section
24795 \begin_inset space \thinspace{}
24796 \end_inset
24797
24798
24799 \begin_inset CommandInset ref
24800 LatexCommand ref
24801 reference "sec:Flottant-d'enrobage"
24802
24803 \end_inset
24804
24805 .
24806 \end_layout
24807
24808 \begin_layout Subsection
24809 Flottant d'algorithme
24810 \begin_inset Index idx
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814 Flottants ! Algorithmes
24815 \end_layout
24816
24817 \end_inset
24818
24819
24820 \begin_inset CommandInset label
24821 LatexCommand label
24822 name "sub:Flottant-d'Algorithme"
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Standard
24830 \begin_inset Float algorithm
24831 placement h
24832 wide false
24833 sideways false
24834 status open
24835
24836 \begin_layout Plain Layout
24837 \begin_inset Caption
24838
24839 \begin_layout Plain Layout
24840 \begin_inset CommandInset label
24841 LatexCommand label
24842 name "alg:Exemple-Flottant-Algorithme"
24843
24844 \end_inset
24845
24846 Exemple de flottant d'algorithme
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout LyX-Code
24855 for I in 1..N loop
24856 \begin_inset Newline newline
24857 \end_inset
24858
24859  Sum:= Sum + A(I); /*comment*/
24860 \begin_inset Newline newline
24861 \end_inset
24862
24863 end loop
24864 \begin_inset VSpace -4mm
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \begin_layout Standard
24876 Ce type de flottant est inséré à l'aide du menu 
24877 \family sans
24878 Insertion\SpecialChar \menuseparator
24879 Flottant\SpecialChar \menuseparator
24880 Algorithme
24881 \family default
24882 .
24883  Il peut être utilisé pour des morceaux de code source ou des descriptions
24884  d'algorithmes et peut être utilisé comme une alternative au listing de
24885  code source qui est décrit au chapitre
24886 \begin_inset space ~
24887 \end_inset
24888
24889
24890 \begin_inset CommandInset ref
24891 LatexCommand ref
24892 reference "cha:Program-Code-Listings"
24893
24894 \end_inset
24895
24896 .
24897  Vous pouvez par exemple utiliser l'environnement Code
24898 \begin_inset space ~
24899 \end_inset
24900
24901 LyX qui est décrit dans le 
24902 \emph on
24903 Guide
24904 \emph default
24905
24906 \begin_inset space ~
24907 \end_inset
24908
24909
24910 \emph on
24911 de
24912 \begin_inset space ~
24913 \end_inset
24914
24915 l'Utilisateur
24916 \emph default
24917  de LyX.
24918  l'algorithme
24919 \begin_inset space ~
24920 \end_inset
24921
24922
24923 \begin_inset CommandInset ref
24924 LatexCommand ref
24925 reference "alg:Exemple-Flottant-Algorithme"
24926
24927 \end_inset
24928
24929  est un exemple de flottant d'algorithme où un espace vertical de -4
24930 \begin_inset space \thinspace{}
24931 \end_inset
24932
24933 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24934  soit placée exactement sous le texte de la dernière ligne.
24935 \end_layout
24936
24937 \begin_layout Standard
24938 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24939  du document.
24940  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24941 ent en ajoutant la ligne suivante dans le préambule de votre document :
24942 \end_layout
24943
24944 \begin_layout Standard
24945
24946 \series bold
24947
24948 \backslash
24949 floatname{algorithm}{votre
24950 \begin_inset space ~
24951 \end_inset
24952
24953 nom}
24954 \end_layout
24955
24956 \begin_layout Standard
24957
24958 \family sans
24959  votre
24960 \begin_inset space ~
24961 \end_inset
24962
24963 nom
24964 \family default
24965  est le mot 
24966 \begin_inset Quotes eld
24967 \end_inset
24968
24969
24970 \emph on
24971 algorithme
24972 \emph default
24973
24974 \begin_inset Quotes erd
24975 \end_inset
24976
24977  dans votre langue.
24978 \end_layout
24979
24980 \begin_layout Standard
24981 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24982 \family sans
24983 Insertion\SpecialChar \menuseparator
24984 Listes
24985 \begin_inset space ~
24986 \end_inset
24987
24988 &
24989 \begin_inset space ~
24990 \end_inset
24991
24992 TdM\SpecialChar \menuseparator
24993 Liste
24994 \begin_inset space ~
24995 \end_inset
24996
24997 des
24998 \begin_inset space ~
24999 \end_inset
25000
25001 algorithmes
25002 \family default
25003  si votre document est en la même langue que les menus de LyX.
25004  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
25005  en code TeX à la place:
25006 \end_layout
25007
25008 \begin_layout Standard
25009
25010 \series bold
25011
25012 \backslash
25013 listof{algorithm}{votre
25014 \begin_inset space ~
25015 \end_inset
25016
25017 nom}
25018 \end_layout
25019
25020 \begin_layout Standard
25021 où 
25022 \family sans
25023 votre
25024 \begin_inset space ~
25025 \end_inset
25026
25027 nom
25028 \family default
25029  est la traduction de 
25030 \begin_inset Quotes eld
25031 \end_inset
25032
25033
25034 \emph on
25035 List of Algorithm
25036 \emph default
25037 s
25038 \begin_inset Quotes erd
25039 \end_inset
25040
25041  dans votre langue.
25042 \end_layout
25043
25044 \begin_layout Standard
25045 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
25046  le schéma 
25047 \begin_inset Quotes eld
25048 \end_inset
25049
25050 chapitre.algorithme
25051 \begin_inset Quotes erd
25052 \end_inset
25053
25054  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
25055  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
25056  commande dans le préambule de votre document :
25057 \end_layout
25058
25059 \begin_layout Standard
25060
25061 \series bold
25062
25063 \backslash
25064 numberwithin{algorithm}{chapter}
25065 \end_layout
25066
25067 \begin_layout Standard
25068 Pour pouvoir utiliser la commande 
25069 \series bold
25070
25071 \backslash
25072 numberwithin
25073 \series default
25074 , activez l'option 
25075 \family sans
25076 Utiliser
25077 \begin_inset space ~
25078 \end_inset
25079
25080 le
25081 \begin_inset space ~
25082 \end_inset
25083
25084 paquetage
25085 \begin_inset space ~
25086 \end_inset
25087
25088 AMS
25089 \begin_inset space ~
25090 \end_inset
25091
25092 math
25093 \family default
25094  dans la rubrique 
25095 \family sans
25096 Options
25097 \begin_inset space ~
25098 \end_inset
25099
25100 des
25101 \begin_inset space ~
25102 \end_inset
25103
25104 Maths
25105 \family default
25106  de la fenêtre de dialogue 
25107 \family sans
25108 Paramètres
25109 \begin_inset space ~
25110 \end_inset
25111
25112 du
25113 \begin_inset space ~
25114 \end_inset
25115
25116 Document
25117 \family default
25118 .
25119 \end_layout
25120
25121 \begin_layout Section
25122 Numérotation des flottants
25123 \begin_inset Index idx
25124 status collapsed
25125
25126 \begin_layout Plain Layout
25127 Flottants ! Numérotation
25128 \end_layout
25129
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \begin_layout Standard
25136 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
25137  ils se trouvent, soit en utilisant un format du genre 
25138 \begin_inset Quotes eld
25139 \end_inset
25140
25141 chapitre.numéro
25142 \begin_inset Quotes erd
25143 \end_inset
25144
25145  ou 
25146 \begin_inset Quotes eld
25147 \end_inset
25148
25149 section.numéro
25150 \begin_inset Quotes erd
25151 \end_inset
25152
25153 .
25154  Cela dépend de la classe de document utilisée.
25155 \end_layout
25156
25157 \begin_layout Standard
25158 Pour changer le format de la numérotation qui ne dépend pas de la section
25159  dans laquelle on se trouve, on peut utiliser la commande suivante dans
25160  le préambule du document :
25161 \end_layout
25162
25163 \begin_layout Standard
25164
25165 \series bold
25166
25167 \backslash
25168 renewcommand{
25169 \backslash
25170 thetable}{
25171 \backslash
25172 roman{table}}
25173 \end_layout
25174
25175 \begin_layout Standard
25176
25177 \series bold
25178
25179 \backslash
25180 thetable
25181 \series default
25182  est la commande qui imprime le numéro du tableau, pour les figures, la
25183  commande serait 
25184 \series bold
25185
25186 \backslash
25187 thefigure
25188 \series default
25189 .
25190  La commande 
25191 \series bold
25192
25193 \backslash
25194 roman
25195 \series default
25196  utilisée dans la commande précédente, imprime le numéro du tableau sous
25197  forme de petits chiffres romains.
25198 \end_layout
25199
25200 \begin_layout Standard
25201 Pour changer le type de numérotation pour par exemple 
25202 \begin_inset Quotes eld
25203 \end_inset
25204
25205 sous-section.numéro
25206 \begin_inset Quotes erd
25207 \end_inset
25208
25209 , utilisez la commande suivante dans le préambule du document :
25210 \end_layout
25211
25212 \begin_layout Standard
25213
25214 \series bold
25215
25216 \backslash
25217 numberwithin{table}{subsection}
25218 \end_layout
25219
25220 \begin_layout Standard
25221 Pour pouvoir utiliser la commande 
25222 \series bold
25223
25224 \backslash
25225 numberwithin
25226 \series default
25227 , vous devez activer l'option 
25228 \family sans
25229 Utiliser
25230 \begin_inset space ~
25231 \end_inset
25232
25233 le
25234 \begin_inset space ~
25235 \end_inset
25236
25237 paquetage
25238 \begin_inset space ~
25239 \end_inset
25240
25241 maths
25242 \begin_inset space ~
25243 \end_inset
25244
25245 AMS
25246 \family default
25247  dans la rubrique 
25248 \family sans
25249 Options
25250 \begin_inset space ~
25251 \end_inset
25252
25253 des
25254 \begin_inset space ~
25255 \end_inset
25256
25257 Maths
25258 \family default
25259  de la fenêtre de dialogue 
25260 \family sans
25261 Paramètres
25262 \family default
25263  du document.
25264 \end_layout
25265
25266 \begin_layout Standard
25267 Veuillez aussi jeter un coup d'œil à la section
25268 \begin_inset space ~
25269 \end_inset
25270
25271
25272 \begin_inset CommandInset ref
25273 LatexCommand ref
25274 reference "sub:Numerotation-notes-bas-de-page"
25275
25276 \end_inset
25277
25278  pour plus de détails et des notes importantes sur les commandes de numérotation.
25279 \end_layout
25280
25281 \begin_layout Section
25282 Faire référence à des flottants
25283 \begin_inset CommandInset label
25284 LatexCommand label
25285 name "sec:Referencer-les-Flottants"
25286
25287 \end_inset
25288
25289
25290 \begin_inset Index idx
25291 status collapsed
25292
25293 \begin_layout Plain Layout
25294 Flottants ! Références
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \begin_inset Index idx
25301 status collapsed
25302
25303 \begin_layout Plain Layout
25304 References@Références ! à des Flottants 
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Standard
25313 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25314  en utilisant le menu 
25315 \family sans
25316 Insertion\SpecialChar \menuseparator
25317 Étiquette
25318 \family default
25319  ou le bouton 
25320 \begin_inset Info
25321 type  "icon"
25322 arg   "label-insert"
25323 \end_inset
25324
25325  de la barre d'outils.
25326  Une boîte grise de ce genre : 
25327 \begin_inset Graphics
25328         filename clipart/labelQt4.png
25329         lyxscale 85
25330         scale 85
25331         scaleBeforeRotation
25332
25333 \end_inset
25334
25335  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25336  de saisir le texte de l'étiquette.
25337  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
25338  précédés d'un préfixe.
25339  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25340  préfixe sera "
25341 \family sans
25342 fig:
25343 \family default
25344 ".
25345 \end_layout
25346
25347 \begin_layout Standard
25348 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25349  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25350 \family sans
25351 Insertion\SpecialChar \menuseparator
25352 Référence
25353 \begin_inset space ~
25354 \end_inset
25355
25356 Croisée
25357 \family default
25358  ou le bouton 
25359 \begin_inset Info
25360 type  "icon"
25361 arg   "dialog-show-new-inset ref"
25362 \end_inset
25363
25364  de la barre d'outils.
25365  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25366  définies dans votre document.
25367  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
25368  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
25369  de la fenêtre de dialogue.
25370  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25371  une.
25372  Une boîte grise de référence croisée comme celle-ci : 
25373 \begin_inset Graphics
25374         filename ../clipart/referenceQt4.png
25375         scale 85
25376         scaleBeforeRotation
25377
25378 \end_inset
25379
25380  va être insérée.
25381  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25382  de la référence croisée.
25383 \end_layout
25384
25385 \begin_layout Standard
25386 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25387  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25388  les deux.
25389  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25390  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25391  du numéro de la référence.
25392 \end_layout
25393
25394 \begin_layout Standard
25395 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25396  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25397  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25398  pas à vous en préoccuper.
25399 \end_layout
25400
25401 \begin_layout Standard
25402 Le bouton 
25403 \family sans
25404 Aller
25405 \begin_inset space ~
25406 \end_inset
25407
25408 à
25409 \begin_inset space ~
25410 \end_inset
25411
25412 l'étiquette
25413 \family default
25414  dans la fenêtre de référence croisée va positionner le curseur juste devant
25415  l'étiquette à laquelle on fait référence.
25416  Le nom du bouton bouton 
25417 \family sans
25418 Revenir
25419 \family default
25420  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25421 \end_layout
25422
25423 \begin_layout Subsection
25424 Formats de références croisées
25425 \begin_inset CommandInset label
25426 LatexCommand label
25427 name "sub:Formats-Références-Croisées"
25428
25429 \end_inset
25430
25431
25432 \begin_inset Index idx
25433 status collapsed
25434
25435 \begin_layout Plain Layout
25436 References@Références ! Formats
25437 \end_layout
25438
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \begin_layout Standard
25445 Il y a six types de références croisées :
25446 \end_layout
25447
25448 \begin_layout Description
25449 <référence>
25450 \begin_inset space ~
25451 \end_inset
25452
25453 : affiche le numéro de l'élément, c'est le choix implicite : 
25454 \begin_inset CommandInset ref
25455 LatexCommand ref
25456 reference "fig:Deux-images-déformées"
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \begin_layout Description
25464 (<référence>)
25465 \begin_inset space ~
25466 \end_inset
25467
25468 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25469  normalement pour faire référence à des formules mathématiques, en particulier
25470  quand le mot 
25471 \begin_inset Quotes eld
25472 \end_inset
25473
25474 Équation
25475 \begin_inset Quotes erd
25476 \end_inset
25477
25478  est omis : 
25479 \begin_inset CommandInset ref
25480 LatexCommand eqref
25481 reference "eq:Wgn"
25482
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \begin_layout Description
25489 <page>
25490 \begin_inset space ~
25491 \end_inset
25492
25493 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25494 \begin_inset space ~
25495 \end_inset
25496
25497
25498 \begin_inset CommandInset ref
25499 LatexCommand pageref
25500 reference "fig:Deux-images-déformées"
25501
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \begin_layout Description
25508 Sur
25509 \begin_inset space ~
25510 \end_inset
25511
25512 la
25513 \begin_inset space ~
25514 \end_inset
25515
25516 page
25517 \begin_inset space ~
25518 \end_inset
25519
25520 <page>
25521 \begin_inset space ~
25522 \end_inset
25523
25524 : affiche le mot 
25525 \begin_inset Quotes eld
25526 \end_inset
25527
25528 page
25529 \begin_inset Quotes erd
25530 \end_inset
25531
25532  suivi du numéro de la page sur laquelle se trouve l'élément : 
25533 \begin_inset CommandInset ref
25534 LatexCommand vpageref
25535 reference "fig:Deux-images-déformées"
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Description
25543 <référence>
25544 \begin_inset space ~
25545 \end_inset
25546
25547 page
25548 \begin_inset space ~
25549 \end_inset
25550
25551 <page>
25552 \begin_inset space ~
25553 \end_inset
25554
25555 : affiche le numéro de l'élément, le mot 
25556 \begin_inset Quotes eld
25557 \end_inset
25558
25559 page
25560 \begin_inset Quotes erd
25561 \end_inset
25562
25563  et le numéro de la page : 
25564 \begin_inset CommandInset ref
25565 LatexCommand vref
25566 reference "fig:Deux-images-déformées"
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout Description
25574 Référence
25575 \begin_inset space ~
25576 \end_inset
25577
25578 mise
25579 \begin_inset space ~
25580 \end_inset
25581
25582 en
25583 \begin_inset space ~
25584 \end_inset
25585
25586 forme
25587 \begin_inset space ~
25588 \end_inset
25589
25590 : affiche une référence croisée qui définit son propre format.
25591 \begin_inset Newline newline
25592 \end_inset
25593
25594
25595 \begin_inset Note Greyedout
25596 status open
25597
25598 \begin_layout Plain Layout
25599
25600 \series bold
25601 Note:
25602 \series default
25603  Ce type de référence croisée n'est disponible que si vous avez installé
25604  le paquetage LaTeX 
25605 \series bold
25606 prettyref
25607 \series default
25608  ou 
25609 \series bold
25610 refstyle
25611 \series default
25612
25613 \begin_inset Index idx
25614 status collapsed
25615
25616 \begin_layout Plain Layout
25617 Paquetages LaTeX ! prettyref
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \begin_inset Index idx
25624 status collapsed
25625
25626 \begin_layout Plain Layout
25627 Paquetages LaTeX ! refstyle
25628 \end_layout
25629
25630 \end_inset
25631
25632 .
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \begin_inset Newline newline
25639 \end_inset
25640
25641 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
25642  fonction en utilisant l'option 
25643 \family sans
25644 Utiliser refstyle (à la place de prettyref) pour les références croisées
25645 \family default
25646  dans le menu 
25647 \family sans
25648 Document\SpecialChar \menuseparator
25649 Paramètres\SpecialChar \menuseparator
25650 Classe de document
25651 \family default
25652 .
25653  Le format est précisé en ajoutant la commande 
25654 \series bold
25655
25656 \backslash
25657 newrefformat
25658 \series default
25659  (prettyref) ou 
25660 \series bold
25661
25662 \backslash
25663 newref
25664 \series default
25665  (refstyle) au préambule du document.
25666  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25667  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25668 \begin_inset space ~
25669 \end_inset
25670
25671 :
25672 \begin_inset Newline newline
25673 \end_inset
25674
25675
25676 \series bold
25677
25678 \backslash
25679 newref{fig}{refcmd={Image sur la page 
25680 \backslash
25681 pageref{#1}}}
25682 \series default
25683
25684 \begin_inset Newline newline
25685 \end_inset
25686
25687 Pour plus d'information sur le format, jetez un œil sur la documentation
25688  du paquetage, 
25689 \begin_inset CommandInset citation
25690 LatexCommand cite
25691 key "prettyref,refstyle"
25692
25693 \end_inset
25694
25695 .
25696 \end_layout
25697
25698 \begin_layout Description
25699 Référence
25700 \begin_inset space ~
25701 \end_inset
25702
25703 textuelle: affiche la légende de la référence
25704 \begin_inset space ~
25705 \end_inset
25706
25707
25708 \begin_inset CommandInset ref
25709 LatexCommand nameref
25710 reference "fig:Deux-images-déformées"
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Standard
25718
25719 \family sans
25720 <page>
25721 \family default
25722  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25723  précédente, la même page ou la page suivante.
25724  Vous verrez par exemple un texte du genre 
25725 \begin_inset Quotes eld
25726 \end_inset
25727
25728
25729 \family sans
25730 sur cette page
25731 \family default
25732
25733 \begin_inset Quotes erd
25734 \end_inset
25735
25736  à la place.
25737  Le style 
25738 \family sans
25739 <référence>
25740 \begin_inset space ~
25741 \end_inset
25742
25743 page
25744 \begin_inset space ~
25745 \end_inset
25746
25747 <page> 
25748 \family default
25749 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25750  page.
25751 \end_layout
25752
25753 \begin_layout Standard
25754 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25755  se trouve sont calculés automatiquement par LaTeX.
25756  Vous choisissez une des six variétés de références dans le champ Format
25757  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25758  boîte de la référence croisée.
25759 \end_layout
25760
25761 \begin_layout Standard
25762 \begin_inset Note Greyedout
25763 status open
25764
25765 \begin_layout Plain Layout
25766
25767 \series bold
25768 Note:
25769 \series default
25770  L'utilisation du paquetage LaTeX 
25771 \series bold
25772 refstyle
25773 \series default
25774
25775 \begin_inset Index idx
25776 status collapsed
25777
25778 \begin_layout Plain Layout
25779 Paquetages LaTeX ! refstyle
25780 \end_layout
25781
25782 \end_inset
25783
25784  est recommandée parce que 
25785 \series bold
25786 prettyref
25787 \series default
25788
25789 \begin_inset Index idx
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 Paquetages LaTeX ! prettyref
25794 \end_layout
25795
25796 \end_inset
25797
25798  ne connaît pas tous les raccourcis possibles pour les étiquettes
25799 \begin_inset Foot
25800 status collapsed
25801
25802 \begin_layout Plain Layout
25803 \begin_inset Quotes eld
25804 \end_inset
25805
25806 fig:
25807 \begin_inset Quotes erd
25808 \end_inset
25809
25810  est par exemple le raccourci LyX pour les étiquettes dans les légendes
25811  de figures,.
25812 \end_layout
25813
25814 \end_inset
25815
25816  et n'est pas internationalisé.
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \begin_layout Standard
25825 \begin_inset Note Greyedout
25826 status open
25827
25828 \begin_layout Plain Layout
25829
25830 \series bold
25831 Note:
25832 \series default
25833  Du fait d'un bogue dans la paquetage LaTeX 
25834 \series bold
25835 varioref
25836 \series default
25837  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
25838  si la langue du document est le français.
25839  Pour contourner ce bogue, voir
25840 \begin_inset Newline newline
25841 \end_inset
25842
25843
25844 \begin_inset CommandInset href
25845 LatexCommand href
25846 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25847
25848 \end_inset
25849
25850 .
25851 \end_layout
25852
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \begin_layout Subsection
25859 Nommage automatique des références croisées
25860 \begin_inset Index idx
25861 status collapsed
25862
25863 \begin_layout Plain Layout
25864 References@Références ! Nommage automatique
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \begin_layout Standard
25873 Le paquetage LaTeX 
25874 \series bold
25875 hyperref
25876 \series default
25877
25878 \begin_inset Index idx
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882 Paquetages LaTeX ! hyperref
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \series bold
25889
25890 \series default
25891 qui est activé dans la rubrique 
25892 \family sans
25893 Propriétés du PDF
25894 \family default
25895  de la fenêtre de dialogue 
25896 \family sans
25897 Paramètres du document
25898 \family default
25899  fournit une fonction très utile pour automatiser la création des références
25900  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25901  une section).
25902  Par exemple pour vous éviter de devoir écrire le mot 
25903 \begin_inset Quotes eld
25904 \end_inset
25905
25906 Figure
25907 \begin_inset Quotes erd
25908 \end_inset
25909
25910  devant chaque référence à une figure.
25911  Pour profiter de ce nommage automatique des références croisées, vous devez
25912  activer 
25913 \series bold
25914 hyperref
25915 \series default
25916  et insérer la ligne suivante dans le préambule du document :
25917 \end_layout
25918
25919 \begin_layout Standard
25920
25921 \series bold
25922
25923 \backslash
25924 AtBeginDocument{
25925 \backslash
25926 renewcommand{
25927 \backslash
25928 ref}[1]{
25929 \backslash
25930 mbox{
25931 \backslash
25932 autoref{#1}}}}
25933 \end_layout
25934
25935 \begin_layout Standard
25936 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25937  défaut, par exemple vous préférez le nom 
25938 \begin_inset Quotes eld
25939 \end_inset
25940
25941 sec.
25942 \begin_inset space \thinspace{}
25943 \end_inset
25944
25945
25946 \begin_inset Quotes eld
25947 \end_inset
25948
25949  plutôt que 
25950 \begin_inset Quotes eld
25951 \end_inset
25952
25953 section
25954 \begin_inset Quotes erd
25955 \end_inset
25956
25957 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25958 \end_layout
25959
25960 \begin_layout Standard
25961
25962 \series bold
25963
25964 \backslash
25965 addto
25966 \backslash
25967 extrasfrench{
25968 \backslash
25969 renewcommand{
25970 \backslash
25971 sectionautorefname}
25972 \begin_inset Newline newline
25973 \end_inset
25974
25975
25976 \begin_inset Phantom HPhantom
25977 status open
25978
25979 \begin_layout Plain Layout
25980
25981 \series bold
25982 \begin_inset space ~
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \end_inset
25989
25990 {sec.
25991 \backslash
25992 negthinspace}}
25993 \end_layout
25994
25995 \begin_layout Standard
25996 Si vous utilisez une autre langue que le français, remplacez 
25997 \series bold
25998
25999 \backslash
26000 extrasfrench
26001 \series default
26002  par 
26003 \series bold
26004
26005 \backslash
26006 extras***
26007 \series default
26008 , où *** est le nom de la langue que vous utilisez.
26009
26010 \series bold
26011  
26012 \end_layout
26013
26014 \begin_layout Standard
26015 Pour avoir des noms automatiques, mais pas pour certains types de références,
26016  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
26017 \end_layout
26018
26019 \begin_layout Standard
26020
26021 \series bold
26022
26023 \backslash
26024 addto
26025 \backslash
26026 extrasfrench{
26027 \backslash
26028 renewcommand*{
26029 \backslash
26030 equationautorefname}[1]{}}
26031 \end_layout
26032
26033 \begin_layout Standard
26034 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
26035  de 
26036 \series bold
26037 hyperref
26038 \series default
26039  
26040 \begin_inset CommandInset citation
26041 LatexCommand cite
26042 key "hyperref"
26043
26044 \end_inset
26045
26046 .
26047 \end_layout
26048
26049 \begin_layout Standard
26050 \begin_inset Note Greyedout
26051 status open
26052
26053 \begin_layout Plain Layout
26054
26055 \series bold
26056 Note:
26057 \series default
26058  Le nommage automatique de références ne peut être utilisé si vous avez
26059  choisi le style de référence 
26060 \family sans
26061 Référence
26062 \begin_inset space ~
26063 \end_inset
26064
26065 mise
26066 \begin_inset space ~
26067 \end_inset
26068
26069 en
26070 \begin_inset space ~
26071 \end_inset
26072
26073 forme
26074 \family default
26075  décrit dans la section
26076 \begin_inset space ~
26077 \end_inset
26078
26079
26080 \begin_inset CommandInset ref
26081 LatexCommand ref
26082 reference "sub:Formats-Références-Croisées"
26083
26084 \end_inset
26085
26086 .
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Standard
26095 Le manuel 
26096 \emph on
26097 Math
26098 \emph default
26099  est un exemple dans lequel on a utilisé le référencement automatique.
26100 \end_layout
26101
26102 \begin_layout Subsection
26103 Positionnement des références 
26104 \begin_inset CommandInset label
26105 LatexCommand label
26106 name "sub:Reference-Position"
26107
26108 \end_inset
26109
26110
26111 \begin_inset Index idx
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115 References@Références ! Positionnement
26116 \end_layout
26117
26118 \end_inset
26119
26120
26121 \end_layout
26122
26123 \begin_layout Standard
26124 Si vous utilisez le paquetage 
26125 \series bold
26126 hyperref, 
26127 \series default
26128 qui est activé dans la rubrique 
26129 \family sans
26130 Propriétés du PDF
26131 \family default
26132  de la fenêtre de dialogue 
26133 \family sans
26134 Paramètres du document,
26135 \family default
26136  pour lier vos références croisées dans la sortie finale, vous verrez que
26137  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
26138  l'image.
26139  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
26140  pourrez voir l'image sans faire défiler le texte.
26141  Ce problème vient du fait que le point d'ancrage de la référence se situe
26142  à l'endroit de l'étiquette.
26143  En utilisant le paquetage LaTeX 
26144 \series bold
26145 hypcap
26146 \series default
26147
26148 \begin_inset Index idx
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152 Paquetages LaTeX ! hypcap
26153 \end_layout
26154
26155 \end_inset
26156
26157 , qui fait partie du paquetage LaTeX 
26158 \series bold
26159 oberdiek
26160 \series default
26161
26162 \begin_inset Index idx
26163 status collapsed
26164
26165 \begin_layout Plain Layout
26166 Paquetages LaTeX ! oberdiek
26167 \end_layout
26168
26169 \end_inset
26170
26171 , le point d'ancrage d'un lien est place en haut du flottant.
26172  Pour utiliser cette fonction avec les flottants de figure, chargez 
26173 \series bold
26174 hypcap
26175 \series default
26176  dans l'entête du document avec la ligne
26177 \end_layout
26178
26179 \begin_layout Standard
26180
26181 \series bold
26182
26183 \backslash
26184 usepackage[figure]{hypcap}
26185 \end_layout
26186
26187 \begin_layout Standard
26188 Vous pouvez aussi utiliser 
26189 \series bold
26190 hypcap
26191 \series default
26192  pour tous les types de flottants, mais ce n'est pas recommandé pour des
26193  raisons de stabilité.
26194  Pour plus d'information, jetez un coup d'œil au manuel d' 
26195 \series bold
26196 hypcap
26197 \series default
26198  
26199 \begin_inset CommandInset citation
26200 LatexCommand cite
26201 key "hypcap"
26202
26203 \end_inset
26204
26205 .
26206 \end_layout
26207
26208 \begin_layout Standard
26209 \begin_inset Note Greyedout
26210 status open
26211
26212 \begin_layout Plain Layout
26213
26214 \series bold
26215 Note:
26216 \series default
26217  
26218 \series bold
26219 hypcap
26220 \series default
26221  n'a aucun effet pour les références à des sous-figures.
26222 \end_layout
26223
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \begin_layout Section
26230 Placement des flottants
26231 \begin_inset CommandInset label
26232 LatexCommand label
26233 name "sec:Placement-flottants"
26234
26235 \end_inset
26236
26237
26238 \begin_inset Index idx
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242 Flottants ! Placement
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \begin_layout Standard
26251 En faisant un clic droit sur la boîte d'un flottant et 
26252 \lang english
26253 clicking on 
26254 \family sans
26255 Settings
26256 \family default
26257 \lang french
26258  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
26259  paramètres de placement que LaTeX utilise pour déterminer où placer le
26260  flottant.
26261 \begin_inset Newline newline
26262 \end_inset
26263
26264 L'option 
26265 \family sans
26266 Plusieurs
26267 \begin_inset space ~
26268 \end_inset
26269
26270 colonnes
26271 \family default
26272  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
26273  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
26274  confiné sur une seule colonne.
26275 \begin_inset Newline newline
26276 \end_inset
26277
26278 L'option 
26279 \family sans
26280 Rotation
26281 \begin_inset space ~
26282 \end_inset
26283
26284 90°
26285 \family default
26286  est utilisée pour faire tourner les flottants, voyez la section
26287 \begin_inset space ~
26288 \end_inset
26289
26290
26291 \begin_inset CommandInset ref
26292 LatexCommand ref
26293 reference "sec:Flottants-renversés"
26294
26295 \end_inset
26296
26297 .
26298 \end_layout
26299
26300 \begin_layout Standard
26301 En désactivant l'option 
26302 \family sans
26303 Utilise
26304 \begin_inset space ~
26305 \end_inset
26306
26307 le
26308 \begin_inset space ~
26309 \end_inset
26310
26311 placement
26312 \begin_inset space ~
26313 \end_inset
26314
26315 par
26316 \begin_inset space ~
26317 \end_inset
26318
26319 défaut
26320 \family default
26321  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26322  le placement du flottant:
26323 \end_layout
26324
26325 \begin_layout Description
26326 Ici,
26327 \begin_inset space ~
26328 \end_inset
26329
26330 si
26331 \begin_inset space ~
26332 \end_inset
26333
26334 possible: essaie de placer le flottant à la position où il a été inséré
26335  dans LyX
26336 \end_layout
26337
26338 \begin_layout Description
26339 Haut
26340 \begin_inset space ~
26341 \end_inset
26342
26343 de
26344 \begin_inset space ~
26345 \end_inset
26346
26347 la
26348 \begin_inset space ~
26349 \end_inset
26350
26351 page: essaie de placer le flottant en haut de la page courante
26352 \end_layout
26353
26354 \begin_layout Description
26355 Bas
26356 \begin_inset space ~
26357 \end_inset
26358
26359 de
26360 \begin_inset space ~
26361 \end_inset
26362
26363 la
26364 \begin_inset space ~
26365 \end_inset
26366
26367 page: essaie de placer le flottant en bas de la page courante
26368 \end_layout
26369
26370 \begin_layout Description
26371 Page
26372 \begin_inset space ~
26373 \end_inset
26374
26375 de
26376 \begin_inset space ~
26377 \end_inset
26378
26379 flottants: essaie de placer le flottant sur une page à part, éventuellement
26380  avec d'autres flottants 
26381 \end_layout
26382
26383 \begin_layout Standard
26384 LaTeX utilise
26385 \emph on
26386  toujours 
26387 \emph default
26388 les options dans l'ordre donné ci-dessus.
26389  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
26390  d'abord essayer 
26391 \family sans
26392 Ici
26393 \begin_inset space ~
26394 \end_inset
26395
26396 si
26397 \begin_inset space ~
26398 \end_inset
26399
26400 possible
26401 \family default
26402 , ensuite 
26403 \family sans
26404 Haut
26405 \begin_inset space ~
26406 \end_inset
26407
26408 de
26409 \begin_inset space ~
26410 \end_inset
26411
26412 la
26413 \begin_inset space ~
26414 \end_inset
26415
26416 page
26417 \family default
26418 , et ainsi de suite.
26419  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
26420  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26421  Si aucune des quatre options de placement n'est possible, la procédure
26422  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26423 \end_layout
26424
26425 \begin_layout Standard
26426 Implicitement, chaque option a ses propres règles d'application:
26427 \end_layout
26428
26429 \begin_layout Standard
26430
26431 \family sans
26432 Haut
26433 \begin_inset space ~
26434 \end_inset
26435
26436 de
26437 \begin_inset space ~
26438 \end_inset
26439
26440 la
26441 \begin_inset space ~
26442 \end_inset
26443
26444 page
26445 \family default
26446  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26447  en haut de page (
26448 \series bold
26449
26450 \backslash
26451 topfraction
26452 \series default
26453 ).
26454 \end_layout
26455
26456 \begin_layout Standard
26457
26458 \family sans
26459 Bas
26460 \begin_inset space ~
26461 \end_inset
26462
26463 de
26464 \begin_inset space ~
26465 \end_inset
26466
26467 la
26468 \begin_inset space ~
26469 \end_inset
26470
26471 page
26472 \family default
26473  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26474  en bas de page (
26475 \series bold
26476
26477 \backslash
26478 bottomfraction
26479 \series default
26480 ).
26481 \end_layout
26482
26483 \begin_layout Standard
26484
26485 \family sans
26486 Page
26487 \begin_inset space ~
26488 \end_inset
26489
26490 de
26491 \begin_inset space ~
26492 \end_inset
26493
26494 flottants
26495 \family default
26496  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26497  si ils occupent plus de 50% de celle-ci (
26498 \series bold
26499
26500 \backslash
26501 floatpagefraction
26502 \series default
26503 ).
26504 \end_layout
26505
26506 \begin_layout Standard
26507 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26508  supplémentaire 
26509 \family sans
26510 Ignorer
26511 \begin_inset space ~
26512 \end_inset
26513
26514 les
26515 \begin_inset space ~
26516 \end_inset
26517
26518 règles
26519 \begin_inset space ~
26520 \end_inset
26521
26522 LaTeX
26523 \family default
26524 \lang english
26525 .
26526 \begin_inset Newline newline
26527 \end_inset
26528
26529
26530 \lang french
26531 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
26532  données entre parenthèses après les descriptions des règles données ci-dessus.
26533  Par exemple, pour augmenter à 50
26534 \begin_inset space \thinspace{}
26535 \end_inset
26536
26537 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26538  trop petite, ajoutez cette ligne au préambule de votre document :
26539 \end_layout
26540
26541 \begin_layout Standard
26542
26543 \series bold
26544
26545 \backslash
26546 renewcommand{
26547 \backslash
26548 bottomfraction}{0.5}
26549 \end_layout
26550
26551 \begin_layout Standard
26552 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26553  exactement à l'endroit où vous l'avez inséré.
26554  dans ce cas utilisez l'option 
26555 \family sans
26556 Ici
26557 \begin_inset space ~
26558 \end_inset
26559
26560 à
26561 \begin_inset space ~
26562 \end_inset
26563
26564 tout
26565 \begin_inset space ~
26566 \end_inset
26567
26568 Prix
26569 \family default
26570 .
26571  Utilisez cette option le moins souvent possible et seulement quand le document
26572  est presque prêt à être imprimé.
26573  En effet, le flottant n'est plus capable de 
26574 \begin_inset Quotes eld
26575 \end_inset
26576
26577 flotter
26578 \begin_inset Quotes erd
26579 \end_inset
26580
26581 , ce qui peut perturber toutes les mises en page.
26582 \end_layout
26583
26584 \begin_layout Standard
26585 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26586  sont toujours entourés par le texte d'un paragraphe donné.
26587 \begin_inset VSpace bigskip
26588 \end_inset
26589
26590
26591 \end_layout
26592
26593 \begin_layout Standard
26594 On peut parfois se trouver dans la situation où un flottant est placé en
26595  haut d'une page alors que la section concernée ne commence qu'au milieu
26596  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26597  la section précédente.
26598  On peut utiliser la commande LaTeX 
26599 \series bold
26600
26601 \backslash
26602 suppressfloats
26603 \series default
26604  pour éviter ce cas.
26605  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26606  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26607  soit placé avant que la section commence.
26608  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26609  votre document :
26610 \end_layout
26611
26612 \begin_layout Standard
26613
26614 \series bold
26615
26616 \backslash
26617 let
26618 \backslash
26619 mySection
26620 \backslash
26621 section
26622 \begin_inset Newline newline
26623 \end_inset
26624
26625
26626 \backslash
26627 renewcommand{
26628 \backslash
26629 section}{
26630 \backslash
26631 suppressfloats[t]
26632 \backslash
26633 mySection}
26634 \end_layout
26635
26636 \begin_layout Standard
26637 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26638  comme les chapitres et les sous-sections.
26639  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26640  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
26641  ensuite avoir du mal à trouver un positionnement correct.
26642 \end_layout
26643
26644 \begin_layout Standard
26645 \begin_inset VSpace bigskip
26646 \end_inset
26647
26648 Dans certains cas il est demandé de placer toutes les figures et tous les
26649  tableaux à la fin du document.
26650  C'est pour de telles situations que le paquetage LaTeX 
26651 \series bold
26652 endfloat
26653 \series default
26654
26655 \begin_inset Index idx
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659 Paquetages LaTeX ! endfloat
26660 \end_layout
26661
26662 \end_inset
26663
26664  a été développé.
26665  Il met en effet tous les flottants de figures et de tableaux à la fin du
26666  document dans leurs propres sections.
26667  À la position d'origine du flottant, une indication textuelle du genre
26668  
26669 \begin_inset Quotes eld
26670 \end_inset
26671
26672
26673 \family sans
26674 [Figure
26675 \begin_inset space ~
26676 \end_inset
26677
26678 3.2 
26679 \lang english
26680 about here.
26681 \lang french
26682 ]
26683 \family default
26684
26685 \begin_inset Quotes erd
26686 \end_inset
26687
26688  est insérée.
26689  Le paquetage 
26690 \series bold
26691 endfloat
26692 \series default
26693  est chargé dans le préambule avec la ligne suivante 
26694 \end_layout
26695
26696 \begin_layout Standard
26697
26698 \series bold
26699
26700 \backslash
26701 usepackage[options]{endfloat}
26702 \end_layout
26703
26704 \begin_layout Standard
26705 Il y a aussi de nombreuses options de paquetage pour modifier le format
26706  des sections de figures ou de tableau qui sont créées.
26707  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26708  
26709 \series bold
26710 endfloa
26711 \series default
26712
26713 \begin_inset CommandInset citation
26714 LatexCommand cite
26715 key "endfloat"
26716
26717 \end_inset
26718
26719 .
26720 \begin_inset Newline newline
26721 \end_inset
26722
26723
26724 \begin_inset Note Greyedout
26725 status open
26726
26727 \begin_layout Plain Layout
26728
26729 \series bold
26730 Note: endfloat
26731 \series default
26732  ne fournit pas de traduction automatique de l'indication textuelle, vous
26733  devez donc le faire manuellement, voyez la section
26734 \begin_inset space ~
26735 \end_inset
26736
26737 4 de 
26738 \begin_inset CommandInset citation
26739 LatexCommand cite
26740 key "endfloat"
26741
26742 \end_inset
26743
26744 .
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \begin_inset Newline newline
26751 \end_inset
26752
26753
26754 \begin_inset Note Greyedout
26755 status open
26756
26757 \begin_layout Plain Layout
26758
26759 \series bold
26760 Note:
26761 \series default
26762  Il y a actuellement un bug dans le paquetage 
26763 \series bold
26764 endfloat
26765 \series default
26766  quand la légende contient un 
26767 \begin_inset Quotes eld
26768 \end_inset
26769
26770 ß
26771 \begin_inset Quotes erd
26772 \end_inset
26773
26774  allemand.
26775  Utilisez dans ce cas la commande 
26776 \begin_inset Quotes eld
26777 \end_inset
26778
26779
26780 \series bold
26781
26782 \backslash
26783 ss
26784 \series default
26785
26786 \begin_inset Quotes erd
26787 \end_inset
26788
26789  en code TeX à la place du 
26790 \begin_inset Quotes eld
26791 \end_inset
26792
26793 ß
26794 \begin_inset Quotes erd
26795 \end_inset
26796
26797 .
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \begin_layout Standard
26806 \begin_inset VSpace bigskip
26807 \end_inset
26808
26809 Pour plus d'information sur les manières de placer les flottants, jetez
26810  un coup d'œil aux livres sur LaTeX, 
26811 \begin_inset CommandInset citation
26812 LatexCommand cite
26813 key "latexcompanion,latexguide,latexbook"
26814
26815 \end_inset
26816
26817 .
26818 \end_layout
26819
26820 \begin_layout Section
26821 Flottants renversés
26822 \begin_inset CommandInset label
26823 LatexCommand label
26824 name "sec:Flottants-renversés"
26825
26826 \end_inset
26827
26828
26829 \begin_inset Index idx
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833 Flottants ! Renversés
26834 \end_layout
26835
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \begin_layout Standard
26842 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26843  tableaux très larges.
26844  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26845  un clic droit sur la boîte du flottant et utilisez l'option 
26846 \family sans
26847 Rotation
26848 \begin_inset space ~
26849 \end_inset
26850
26851 90°
26852 \family default
26853 .
26854 \end_layout
26855
26856 \begin_layout Standard
26857 Les flottants renversés sont systématiquement placés sur leur propre page
26858  ( ou colonne, si vous avez un document sur deux colonnes ).
26859  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26860  
26861 \family sans
26862 Plusieurs
26863 \begin_inset space ~
26864 \end_inset
26865
26866 colonnes
26867 \family default
26868  dans les paramètres du flottant.
26869  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26870  du côté de la marge externe.
26871  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26872  ajouter soit l'option 
26873 \series bold
26874 figuresleft
26875 \series default
26876  soit l'option 
26877 \series bold
26878 figuresright
26879 \series default
26880  aux options de la classe de document.
26881 \end_layout
26882
26883 \begin_layout Standard
26884 Faire référence à un flottant renversé se fait de la même manière que pour
26885  un flottant normal, la mise en forme de la légende est aussi identique
26886  : Le tableau
26887 \begin_inset space ~
26888 \end_inset
26889
26890
26891 \begin_inset CommandInset ref
26892 LatexCommand ref
26893 reference "tab:Tableau-pivoté"
26894
26895 \end_inset
26896
26897  est un exemple de flottant de tableau renversé.
26898 \end_layout
26899
26900 \begin_layout Standard
26901 \begin_inset Note Greyedout
26902 status open
26903
26904 \begin_layout Plain Layout
26905
26906 \series bold
26907 Note:
26908 \series default
26909  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26910  DVI.
26911 \end_layout
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Standard
26919 \begin_inset Float table
26920 wide false
26921 sideways true
26922 status open
26923
26924 \begin_layout Plain Layout
26925 \begin_inset Caption
26926
26927 \begin_layout Plain Layout
26928 \begin_inset CommandInset label
26929 LatexCommand label
26930 name "tab:Tableau-pivoté"
26931
26932 \end_inset
26933
26934  Tableau pivoté
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \begin_layout Plain Layout
26943 \align center
26944 \begin_inset Tabular
26945 <lyxtabular version="3" rows="1" columns="5">
26946 <features tabularvalignment="middle">
26947 <column alignment="center" valignment="top" width="0">
26948 <column alignment="center" valignment="top" width="0">
26949 <column alignment="center" valignment="top" width="0">
26950 <column alignment="center" valignment="top" width="0">
26951 <column alignment="center" valignment="top" width="0">
26952 <row>
26953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957 test
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966 b
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975 c
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26981 \begin_inset Text
26982
26983 \begin_layout Plain Layout
26984 d
26985 \end_layout
26986
26987 \end_inset
26988 </cell>
26989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26990 \begin_inset Text
26991
26992 \begin_layout Plain Layout
26993 e
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 </row>
26999 </lyxtabular>
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \begin_layout Section
27012 Sous-flottants
27013 \begin_inset Index idx
27014 status collapsed
27015
27016 \begin_layout Plain Layout
27017 Flottants ! Sous-flottants
27018 \end_layout
27019
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \begin_layout Standard
27026 Un exemple de sous-flottant : une figure composée de plusieurs images.
27027  On les crée en insérant un flottant dans un flottant existant.
27028  Le positionnement des sous-flottants peut être contrôlé comme pour les
27029  paragraphes comme on le voit avec les tableaux
27030 \begin_inset space ~
27031 \end_inset
27032
27033
27034 \begin_inset CommandInset ref
27035 LatexCommand ref
27036 reference "tab:Deux-sous-tableaux-cote-a-cote"
27037
27038 \end_inset
27039
27040  et 
27041 \begin_inset CommandInset ref
27042 LatexCommand ref
27043 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27044
27045 \end_inset
27046
27047 .
27048 \end_layout
27049
27050 \begin_layout Standard
27051 On fait référence à des sous-flottants comme on le ferait avec des flottants
27052  normaux : Les tableaux
27053 \begin_inset space ~
27054 \end_inset
27055
27056
27057 \begin_inset CommandInset ref
27058 LatexCommand ref
27059 reference "tab:Le-sous-tableau-a"
27060
27061 \end_inset
27062
27063  et 
27064 \begin_inset CommandInset ref
27065 LatexCommand ref
27066 reference "tab:Le-sous-tableau-b"
27067
27068 \end_inset
27069
27070  sont des sous-tableaux du tableau
27071 \begin_inset space ~
27072 \end_inset
27073
27074
27075 \begin_inset CommandInset ref
27076 LatexCommand ref
27077 reference "tab:Deux-sous-tableaux-cote-a-cote"
27078
27079 \end_inset
27080
27081 .
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \begin_inset Float table
27086 wide false
27087 sideways false
27088 status open
27089
27090 \begin_layout Plain Layout
27091 \begin_inset Caption
27092
27093 \begin_layout Plain Layout
27094 \begin_inset CommandInset label
27095 LatexCommand label
27096 name "tab:Deux-sous-tableaux-cote-a-cote"
27097
27098 \end_inset
27099
27100 Deux sous-tableaux placés côte-à-côte.
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Plain Layout
27109 \align center
27110 \begin_inset space \hfill{}
27111 \end_inset
27112
27113
27114 \begin_inset Float table
27115 wide false
27116 sideways false
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120 \begin_inset Caption
27121
27122 \begin_layout Plain Layout
27123 \begin_inset CommandInset label
27124 LatexCommand label
27125 name "tab:Le-sous-tableau-a"
27126
27127 \end_inset
27128
27129 Le sous-tableau a
27130 \end_layout
27131
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Plain Layout
27138 \align center
27139 \begin_inset Tabular
27140 <lyxtabular version="3" rows="1" columns="5">
27141 <features tabularvalignment="middle">
27142 <column alignment="center" valignment="top" width="0">
27143 <column alignment="center" valignment="top" width="0">
27144 <column alignment="center" valignment="top" width="0">
27145 <column alignment="center" valignment="top" width="0">
27146 <column alignment="center" valignment="top" width="0">
27147 <row>
27148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27149 \begin_inset Text
27150
27151 \begin_layout Plain Layout
27152 test
27153 \end_layout
27154
27155 \end_inset
27156 </cell>
27157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27158 \begin_inset Text
27159
27160 \begin_layout Plain Layout
27161 b
27162 \end_layout
27163
27164 \end_inset
27165 </cell>
27166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27167 \begin_inset Text
27168
27169 \begin_layout Plain Layout
27170 c
27171 \end_layout
27172
27173 \end_inset
27174 </cell>
27175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27176 \begin_inset Text
27177
27178 \begin_layout Plain Layout
27179 d
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Plain Layout
27188 e
27189 \end_layout
27190
27191 \end_inset
27192 </cell>
27193 </row>
27194 </lyxtabular>
27195
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \begin_inset space \hfill{}
27205 \end_inset
27206
27207
27208 \begin_inset Float table
27209 wide false
27210 sideways false
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214 \begin_inset Caption
27215
27216 \begin_layout Plain Layout
27217 \begin_inset CommandInset label
27218 LatexCommand label
27219 name "tab:Le-sous-tableau-b"
27220
27221 \end_inset
27222
27223 Le sous-tableau b.
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \begin_layout Plain Layout
27232 \align center
27233 \begin_inset Tabular
27234 <lyxtabular version="3" rows="1" columns="5">
27235 <features tabularvalignment="middle">
27236 <column alignment="center" valignment="top" width="0">
27237 <column alignment="center" valignment="top" width="0">
27238 <column alignment="center" valignment="top" width="0">
27239 <column alignment="center" valignment="top" width="0">
27240 <column alignment="center" valignment="top" width="0">
27241 <row>
27242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Plain Layout
27246 e
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27252 \begin_inset Text
27253
27254 \begin_layout Plain Layout
27255 d
27256 \end_layout
27257
27258 \end_inset
27259 </cell>
27260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264 c
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27270 \begin_inset Text
27271
27272 \begin_layout Plain Layout
27273 b
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27279 \begin_inset Text
27280
27281 \begin_layout Plain Layout
27282 test
27283 \end_layout
27284
27285 \end_inset
27286 </cell>
27287 </row>
27288 </lyxtabular>
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \begin_inset space \hfill{}
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Standard
27310 \begin_inset Float table
27311 wide false
27312 sideways false
27313 status open
27314
27315 \begin_layout Plain Layout
27316 \begin_inset Caption
27317
27318 \begin_layout Plain Layout
27319 \begin_inset CommandInset label
27320 LatexCommand label
27321 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27322
27323 \end_inset
27324
27325 Deux sous-tableaux placés l'un sur l'autre.
27326  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Plain Layout
27335 \align center
27336 \begin_inset Float table
27337 wide false
27338 sideways false
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342 \begin_inset Caption
27343
27344 \begin_layout Plain Layout
27345
27346 \end_layout
27347
27348 \end_inset
27349
27350
27351 \end_layout
27352
27353 \begin_layout Plain Layout
27354 \align center
27355 \begin_inset Tabular
27356 <lyxtabular version="3" rows="1" columns="4">
27357 <features tabularvalignment="middle">
27358 <column alignment="center" valignment="top" width="0">
27359 <column alignment="center" valignment="top" width="0">
27360 <column alignment="center" valignment="top" width="0">
27361 <column alignment="center" valignment="top" width="0">
27362 <row>
27363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Plain Layout
27367 test
27368 \end_layout
27369
27370 \end_inset
27371 </cell>
27372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27373 \begin_inset Text
27374
27375 \begin_layout Plain Layout
27376 test
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Plain Layout
27385 test
27386 \end_layout
27387
27388 \end_inset
27389 </cell>
27390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27391 \begin_inset Text
27392
27393 \begin_layout Plain Layout
27394 test
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 </row>
27400 </lyxtabular>
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \begin_layout Plain Layout
27413 \align center
27414 \begin_inset Float table
27415 wide false
27416 sideways false
27417 status collapsed
27418
27419 \begin_layout Plain Layout
27420 \begin_inset Caption
27421
27422 \begin_layout Plain Layout
27423
27424 \end_layout
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \begin_layout Plain Layout
27432 \align center
27433 \begin_inset Tabular
27434 <lyxtabular version="3" rows="1" columns="5">
27435 <features tabularvalignment="middle">
27436 <column alignment="center" valignment="top" width="0">
27437 <column alignment="center" valignment="top" width="0">
27438 <column alignment="center" valignment="top" width="0">
27439 <column alignment="center" valignment="top" width="0">
27440 <column alignment="center" valignment="top" width="0">
27441 <row>
27442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27443 \begin_inset Text
27444
27445 \begin_layout Plain Layout
27446 a
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27452 \begin_inset Text
27453
27454 \begin_layout Plain Layout
27455 b
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27461 \begin_inset Text
27462
27463 \begin_layout Plain Layout
27464 c
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27470 \begin_inset Text
27471
27472 \begin_layout Plain Layout
27473 d
27474 \end_layout
27475
27476 \end_inset
27477 </cell>
27478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27479 \begin_inset Text
27480
27481 \begin_layout Plain Layout
27482 e
27483 \end_layout
27484
27485 \end_inset
27486 </cell>
27487 </row>
27488 </lyxtabular>
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \begin_layout Section
27506 Flottants côte-à-côte
27507 \begin_inset Index idx
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511 Flottants ! côte-à-côte
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520 Pour placer des flottants côte-à-côte, comme pour la figure
27521 \begin_inset space ~
27522 \end_inset
27523
27524
27525 \begin_inset CommandInset ref
27526 LatexCommand ref
27527 reference "fig:Flottant-gauche"
27528
27529 \end_inset
27530
27531  et 
27532 \begin_inset CommandInset ref
27533 LatexCommand ref
27534 reference "fig:Flottant-droit"
27535
27536 \end_inset
27537
27538 , on n'utilise 
27539 \emph on
27540 qu'un seul 
27541 \emph default
27542 flottant.
27543  On y insère deux boîtes de minipages.
27544 \begin_inset Foot
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548 Les minipages sont décrites dans la section
27549 \begin_inset space ~
27550 \end_inset
27551
27552
27553 \begin_inset CommandInset ref
27554 LatexCommand ref
27555 reference "sec:Minipages"
27556
27557 \end_inset
27558
27559 .
27560 \end_layout
27561
27562 \end_inset
27563
27564  La largeur est mise à 45
27565 \begin_inset space \thinspace{}
27566 \end_inset
27567
27568 -50
27569 \begin_inset space \thinspace{}
27570 \end_inset
27571
27572 column% et l'alignement de la boîte à 
27573 \family sans
27574 Bas
27575 \family default
27576  pour chaque minipage.
27577  Les boîtes minipages contiennent l'image et la légende exactement comme
27578  avec un flottant.
27579  La seule différence est que l'unité de longueur 
27580 \family sans
27581 Largeur
27582 \begin_inset space ~
27583 \end_inset
27584
27585 colonne
27586 \begin_inset space ~
27587 \end_inset
27588
27589 %
27590 \family default
27591  utilisée pour l'image est maintenant définie par rapport à la largeur des
27592  boîtes minipages.
27593 \end_layout
27594
27595 \begin_layout Standard
27596 \begin_inset Float figure
27597 wide false
27598 sideways false
27599 status open
27600
27601 \begin_layout Plain Layout
27602 \begin_inset Box Frameless
27603 position "b"
27604 hor_pos "c"
27605 has_inner_box 1
27606 inner_pos "t"
27607 use_parbox 0
27608 use_makebox 0
27609 width "45col%"
27610 special "none"
27611 height "1in"
27612 height_special "totalheight"
27613 status open
27614
27615 \begin_layout Plain Layout
27616 \align center
27617 \begin_inset Graphics
27618         filename ../clipart/mobius.eps
27619         lyxscale 50
27620         width 100col%
27621         scaleBeforeRotation
27622
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \begin_layout Plain Layout
27629 \begin_inset Caption
27630
27631 \begin_layout Plain Layout
27632 \begin_inset CommandInset label
27633 LatexCommand label
27634 name "fig:Flottant-gauche"
27635
27636 \end_inset
27637
27638 Flottant du côté gauche.
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \end_inset
27647
27648
27649 \begin_inset space \hfill{}
27650 \end_inset
27651
27652
27653 \begin_inset Box Frameless
27654 position "b"
27655 hor_pos "c"
27656 has_inner_box 1
27657 inner_pos "t"
27658 use_parbox 0
27659 use_makebox 0
27660 width "45col%"
27661 special "none"
27662 height "1in"
27663 height_special "totalheight"
27664 status open
27665
27666 \begin_layout Plain Layout
27667 \align center
27668 \begin_inset Graphics
27669         filename ../clipart/platypus.eps
27670         lyxscale 50
27671         width 100col%
27672         scaleBeforeRotation
27673
27674 \end_inset
27675
27676
27677 \end_layout
27678
27679 \begin_layout Plain Layout
27680 \begin_inset Caption
27681
27682 \begin_layout Plain Layout
27683 \begin_inset CommandInset label
27684 LatexCommand label
27685 name "fig:Flottant-droit"
27686
27687 \end_inset
27688
27689 Flottant du côté droit.
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \begin_layout Section
27708 Mise en forme de la légende
27709 \begin_inset Index idx
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 Légende ! Mise en forme
27714 \end_layout
27715
27716 \end_inset
27717
27718
27719 \begin_inset Index idx
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 Flottants ! Mise en forme de la Légende
27724 \end_layout
27725
27726 \end_inset
27727
27728
27729 \begin_inset CommandInset label
27730 LatexCommand label
27731 name "sec:Formatage-légende"
27732
27733 \end_inset
27734
27735
27736 \end_layout
27737
27738 \begin_layout Standard
27739 L'environnement 
27740 \family sans
27741 Légende
27742 \family default
27743  est l'environnement de paragraphe implicite pour les 
27744 \family sans
27745 flottants
27746 \family default
27747 .
27748  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
27749  par exemple 
27750 \begin_inset Quotes eld
27751 \end_inset
27752
27753
27754 \family sans
27755 Figure #:
27756 \family default
27757
27758 \begin_inset Quotes erd
27759 \end_inset
27760
27761  suivi par le texte de la légende.
27762  Le 
27763 \begin_inset Quotes eld
27764 \end_inset
27765
27766 #
27767 \begin_inset Quotes erd
27768 \end_inset
27769
27770  étant remplacé par le numéro de référence réel.
27771  implicitement l'étiquette et le numéro sont dans la même police de caractères
27772  que le texte de la légende et deux points suivent le numéro pour séparer
27773  l'étiquette du texte.
27774  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27775 \end_layout
27776
27777 \begin_layout Standard
27778 Pour modifier le format implicite des légendes, il faut charger le paquetage
27779  LaTeX 
27780 \series bold
27781 caption
27782 \series default
27783
27784 \begin_inset Index idx
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788 Paquetages LaTeX ! caption
27789 \end_layout
27790
27791 \end_inset
27792
27793  dans le préambule de votre document avec la ligne suivante :
27794 \end_layout
27795
27796 \begin_layout Standard
27797
27798 \series bold
27799
27800 \backslash
27801 usepackage[format definition]{caption}
27802 \end_layout
27803
27804 \begin_layout Standard
27805 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27806  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27807  dans ce document, utilisez les commandes suivantes :
27808 \end_layout
27809
27810 \begin_layout Standard
27811
27812 \series bold
27813
27814 \backslash
27815 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27816 \end_layout
27817
27818 \begin_layout Standard
27819 Vous pouvez aussi définir des formats de légendes différents pour les différents
27820  types de flottants.
27821  Dans ce cas chargez le paquetage 
27822 \series bold
27823 caption 
27824 \series default
27825 sans option de format spécifique et définissez les différents formats à
27826  l'aide de la commande 
27827 \end_layout
27828
27829 \begin_layout Standard
27830
27831 \series bold
27832
27833 \backslash
27834 captionsetup[type de flottant]{définition du format}
27835 \end_layout
27836
27837 \begin_layout Standard
27838 dans le préambule du document.
27839  Par exemple les formats de légende de la Figure
27840 \begin_inset space ~
27841 \end_inset
27842
27843
27844 \begin_inset CommandInset ref
27845 LatexCommand ref
27846 reference "fig:Legende-de-fig"
27847
27848 \end_inset
27849
27850  et du Tableau
27851 \begin_inset space ~
27852 \end_inset
27853
27854
27855 \begin_inset CommandInset ref
27856 LatexCommand ref
27857 reference "tab:Légende-de-tab"
27858
27859 \end_inset
27860
27861  peuvent être créés en utilisant les commandes suivantes dans le préambule
27862  :
27863 \end_layout
27864
27865 \begin_layout Standard
27866
27867 \series bold
27868
27869 \backslash
27870 usepackage[tableposition=top]{caption}
27871 \series default
27872
27873 \begin_inset Newline newline
27874 \end_inset
27875
27876
27877 \series bold
27878
27879 \backslash
27880 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27881 \begin_inset Newline newline
27882 \end_inset
27883
27884
27885 \begin_inset Phantom HPhantom
27886 status open
27887
27888 \begin_layout Plain Layout
27889
27890 \series bold
27891
27892 \backslash
27893 captionsetup[figure]{
27894 \end_layout
27895
27896 \end_inset
27897
27898 labelsep=period}
27899 \begin_inset Newline newline
27900 \end_inset
27901
27902
27903 \backslash
27904 captionsetup[table]{labelfont={bf,sf}}
27905 \end_layout
27906
27907 \begin_layout Standard
27908 \begin_inset Note Greyedout
27909 status open
27910
27911 \begin_layout Plain Layout
27912
27913 \series bold
27914 Note:
27915 \series default
27916  L'option 
27917 \series bold
27918 tableposition=top
27919 \series default
27920  n'a pas d'effet quand on utilise un document de classe 
27921 \series bold
27922 KOMA-Script
27923 \series default
27924
27925 \begin_inset Index idx
27926 status collapsed
27927
27928 \begin_layout Plain Layout
27929 Paquetages LaTeX ! KOMA-Script
27930 \end_layout
27931
27932 \end_inset
27933
27934 .
27935  Dans ce cas on doit utiliser l'option 
27936 \series bold
27937 captions=tableheading
27938 \series default
27939  de la classe de document.
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \begin_layout Standard
27948 Pour plus d'information sur le paquetage 
27949 \series bold
27950 caption
27951 \series default
27952  nous vous renvoyons à sa documentation 
27953 \begin_inset CommandInset citation
27954 LatexCommand cite
27955 key "caption"
27956
27957 \end_inset
27958
27959 .
27960 \end_layout
27961
27962 \begin_layout Standard
27963 Pour changer le nom de l'étiquette, par exemple de 
27964 \begin_inset Quotes eld
27965 \end_inset
27966
27967 Figure
27968 \begin_inset Quotes erd
27969 \end_inset
27970
27971  à 
27972 \begin_inset Quotes eld
27973 \end_inset
27974
27975 Image
27976 \begin_inset Quotes erd
27977 \end_inset
27978
27979 , utilisez la commande suivante dans le préambule :
27980 \end_layout
27981
27982 \begin_layout Standard
27983
27984 \series bold
27985
27986 \backslash
27987 renewcommand{
27988 \backslash
27989 fnum@figure}{Image~
27990 \backslash
27991 thefigure}
27992 \end_layout
27993
27994 \begin_layout Standard
27995 où 
27996 \series bold
27997
27998 \backslash
27999 thefigure
28000 \series default
28001  insère le numéro de la figure et
28002 \series bold
28003  
28004 \begin_inset Quotes eld
28005 \end_inset
28006
28007 ~
28008 \series default
28009
28010 \begin_inset Quotes erd
28011 \end_inset
28012
28013  ajoute une espace insécable.
28014 \end_layout
28015
28016 \begin_layout Standard
28017 \begin_inset VSpace bigskip
28018 \end_inset
28019
28020 Si vous utilisez un document de classe 
28021 \series bold
28022 KOMA-Script
28023 \series default
28024
28025 \begin_inset Index idx
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 Paquetages LaTeX ! KOMA-Script
28030 \end_layout
28031
28032 \end_inset
28033
28034  (
28035 \family sans
28036 article (KOMA-Script)
28037 \family default
28038
28039 \family sans
28040 book (KOMA-Script)
28041 \family default
28042
28043 \family sans
28044 letter (KOMA-Script)
28045 \family default
28046 , ou 
28047 \family sans
28048 report (KOMA-Script)
28049 \family default
28050
28051 \begin_inset space \thinspace{}
28052 \end_inset
28053
28054 ), Vous pouvez utiliser la commande incorporée 
28055 \series bold
28056
28057 \backslash
28058 setkomafont 
28059 \series default
28060 du paquetage
28061 \series bold
28062  KOMA-Script 
28063 \series default
28064 à la place du paquetage
28065 \series bold
28066  caption.
28067  
28068 \series default
28069 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
28070  suivante au préambule de votre document :
28071 \end_layout
28072
28073 \begin_layout Standard
28074
28075 \series bold
28076
28077 \backslash
28078 setkomafont{captionlabel}{
28079 \backslash
28080 bfseries}
28081 \end_layout
28082
28083 \begin_layout Standard
28084 Pour plus d'information au sujet de 
28085 \series bold
28086
28087 \backslash
28088 setkomafont
28089 \series default
28090  nous vous renvoyons à la documentation du paquetage 
28091 \series bold
28092 KOMA-Script
28093 \series default
28094  
28095 \begin_inset CommandInset citation
28096 LatexCommand cite
28097 key "KOMA-Script"
28098
28099 \end_inset
28100
28101 .
28102 \end_layout
28103
28104 \begin_layout Standard
28105 \begin_inset ERT
28106 status collapsed
28107
28108 \begin_layout Plain Layout
28109
28110
28111 \backslash
28112 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28113 }
28114 \end_layout
28115
28116 \end_inset
28117
28118
28119 \begin_inset Note Note
28120 status open
28121
28122 \begin_layout Plain Layout
28123 Le format de la légende n'est modifié que pour cet exemple.
28124 \end_layout
28125
28126 \end_inset
28127
28128
28129 \end_layout
28130
28131 \begin_layout Standard
28132 \begin_inset Float figure
28133 placement !p
28134 wide false
28135 sideways false
28136 status open
28137
28138 \begin_layout Plain Layout
28139 \align center
28140 \begin_inset Graphics
28141         filename ../clipart/mobius.eps
28142         lyxscale 50
28143         scale 50
28144         scaleBeforeRotation
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \begin_layout Plain Layout
28152 \begin_inset Caption
28153
28154 \begin_layout Plain Layout
28155 \begin_inset CommandInset label
28156 LatexCommand label
28157 name "fig:Legende-de-fig"
28158
28159 \end_inset
28160
28161 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
28162  pour montrer les différents types de formats de légendes.
28163  Ici on a utilisé un format de légende personnalisé.
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \begin_layout Standard
28177 \begin_inset ERT
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181
28182
28183 \backslash
28184 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28185 on}
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Standard
28194 \begin_inset Float table
28195 placement !p
28196 wide false
28197 sideways false
28198 status open
28199
28200 \begin_layout Plain Layout
28201 \begin_inset Caption
28202
28203 \begin_layout Plain Layout
28204 \begin_inset CommandInset label
28205 LatexCommand label
28206 name "tab:Légende-de-tab"
28207
28208 \end_inset
28209
28210 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
28211  pour montrer les différents types de formats de légendes.
28212  Ici on a utilisé le format de légende implicite.
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \begin_layout Plain Layout
28221 \align center
28222 \begin_inset Tabular
28223 <lyxtabular version="3" rows="1" columns="5">
28224 <features tabularvalignment="middle">
28225 <column alignment="center" valignment="top" width="0">
28226 <column alignment="center" valignment="top" width="0">
28227 <column alignment="center" valignment="top" width="0">
28228 <column alignment="center" valignment="top" width="0">
28229 <column alignment="center" valignment="top" width="0">
28230 <row>
28231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28232 \begin_inset Text
28233
28234 \begin_layout Plain Layout
28235 a
28236 \end_layout
28237
28238 \end_inset
28239 </cell>
28240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28241 \begin_inset Text
28242
28243 \begin_layout Plain Layout
28244 b
28245 \end_layout
28246
28247 \end_inset
28248 </cell>
28249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28250 \begin_inset Text
28251
28252 \begin_layout Plain Layout
28253 c
28254 \end_layout
28255
28256 \end_inset
28257 </cell>
28258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28259 \begin_inset Text
28260
28261 \begin_layout Plain Layout
28262 d
28263 \end_layout
28264
28265 \end_inset
28266 </cell>
28267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28268 \begin_inset Text
28269
28270 \begin_layout Plain Layout
28271 e
28272 \end_layout
28273
28274 \end_inset
28275 </cell>
28276 </row>
28277 </lyxtabular>
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Section
28290 Positionnement de la Légende
28291 \begin_inset Index idx
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295 Légende ! Placement
28296 \end_layout
28297
28298 \end_inset
28299
28300
28301 \begin_inset Index idx
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305 Flottants ! Placement de la légende
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \begin_inset CommandInset label
28312 LatexCommand label
28313 name "sec:Placement-légende"
28314
28315 \end_inset
28316
28317
28318 \end_layout
28319
28320 \begin_layout Standard
28321 La règle habituelle pour placer la légende est :
28322 \end_layout
28323
28324 \begin_layout Description
28325 Figure
28326 \begin_inset space ~
28327 \end_inset
28328
28329 : La légende est placée en dessous de la figure
28330 \end_layout
28331
28332 \begin_layout Description
28333 Tableau
28334 \begin_inset space ~
28335 \end_inset
28336
28337 : La légende est placée au dessus du tableau
28338 \end_layout
28339
28340 \begin_layout Standard
28341 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
28342  au dessus des tableaux.
28343  Ce qui fait que si vous utilisez une des classes de document 
28344 \family sans
28345 article
28346 \family default
28347
28348 \family sans
28349 book
28350 \family default
28351
28352 \family sans
28353 letter
28354 \family default
28355 , ou 
28356 \family sans
28357 report
28358 \family default
28359  il n'y aura pas d'espace libre entre la légende et le tableau.
28360  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
28361  de chargement du paquetage LaTeX 
28362 \series bold
28363 caption
28364 \series default
28365  dans le préambule de votre document
28366 \begin_inset Foot
28367 status open
28368
28369 \begin_layout Plain Layout
28370 Voir la section
28371 \begin_inset space ~
28372 \end_inset
28373
28374
28375 \begin_inset CommandInset ref
28376 LatexCommand ref
28377 reference "sec:Formatage-légende"
28378
28379 \end_inset
28380
28381  pour plus d'information sur le paquetage 
28382 \series bold
28383 caption
28384 \series default
28385 .
28386 \end_layout
28387
28388 \end_inset
28389
28390 :
28391 \end_layout
28392
28393 \begin_layout Standard
28394
28395 \series bold
28396 tableposition=top
28397 \end_layout
28398
28399 \begin_layout Standard
28400 Si vous utilisez une classe de document 
28401 \series bold
28402 KOMA-Script
28403 \series default
28404
28405 \begin_inset Index idx
28406 status collapsed
28407
28408 \begin_layout Plain Layout
28409 Paquetages LaTeX ! KOMA-Script
28410 \end_layout
28411
28412 \end_inset
28413
28414  (
28415 \family sans
28416 article (KOMA-Script)
28417 \family default
28418
28419 \family sans
28420 book (KOMA-Script)
28421 \family default
28422
28423 \family sans
28424 letter (KOMA-Script)
28425 \family default
28426 , ou 
28427 \family sans
28428 report (KOMA-Script)
28429 \family default
28430
28431 \begin_inset space \thinspace{}
28432 \end_inset
28433
28434 ), vous pouvez utiliser à la place du paquetage 
28435 \series bold
28436 caption
28437 \series default
28438  l'option 
28439 \series bold
28440 captions=tableheading
28441 \series default
28442  de la classe de document.
28443 \end_layout
28444
28445 \begin_layout Standard
28446 \begin_inset VSpace bigskip
28447 \end_inset
28448
28449 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28450  Pour cela, vous devez charger le paquetage LaTeX 
28451 \series bold
28452 sidecap
28453 \series default
28454
28455 \begin_inset Index idx
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459 Paquetages LaTeX ! sidecap
28460 \end_layout
28461
28462 \end_inset
28463
28464  dans le préambule de votre document avec la ligne de commande suivante
28465 \end_layout
28466
28467 \begin_layout Standard
28468
28469 \series bold
28470
28471 \backslash
28472 usepackage[option]{sidecap}
28473 \end_layout
28474
28475 \begin_layout Standard
28476 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28477  extérieure – à droite sur les pages impaires et à gauche sur les pages
28478  paires.
28479  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28480  
28481 \series bold
28482 innercaption
28483 \series default
28484 .
28485  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28486  
28487 \series bold
28488 rightcaption
28489 \series default
28490  ou 
28491 \series bold
28492 leftcaption
28493 \series default
28494 .
28495 \end_layout
28496
28497 \begin_layout Standard
28498 \begin_inset ERT
28499 status collapsed
28500
28501 \begin_layout Plain Layout
28502
28503
28504 \backslash
28505 ifsidecap
28506 \end_layout
28507
28508 \end_inset
28509
28510
28511 \begin_inset Note Note
28512 status open
28513
28514 \begin_layout Plain Layout
28515 La section suivante ne sera affichée que si le paquetage LaTeX 
28516 \series bold
28517 sidecap
28518 \series default
28519  a été installé.
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Standard
28528 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28529  ajouter ces commandes dans le préambule de votre document :
28530 \end_layout
28531
28532 \begin_layout Standard
28533 \noindent
28534 \begin_inset CommandInset line
28535 LatexCommand rule
28536 offset "0.5ex"
28537 width "100line%"
28538 height "1pt"
28539
28540 \end_inset
28541
28542
28543 \end_layout
28544
28545 \begin_layout Standard
28546
28547 \series bold
28548
28549 \backslash
28550 newcommand{
28551 \backslash
28552 TabBesBeg}[1][1.0]{%
28553 \begin_inset Newline newline
28554 \end_inset
28555
28556
28557 \begin_inset Phantom HPhantom
28558 status open
28559
28560 \begin_layout Plain Layout
28561 \begin_inset space ~
28562 \end_inset
28563
28564
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \backslash
28571 let
28572 \backslash
28573 MyTable
28574 \backslash
28575 table
28576 \begin_inset Newline newline
28577 \end_inset
28578
28579
28580 \begin_inset Phantom HPhantom
28581 status open
28582
28583 \begin_layout Plain Layout
28584
28585 \series medium
28586 \begin_inset space ~
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \backslash
28596 let
28597 \backslash
28598 MyEndtable
28599 \backslash
28600 endtable
28601 \begin_inset Newline newline
28602 \end_inset
28603
28604
28605 \begin_inset Phantom HPhantom
28606 status open
28607
28608 \begin_layout Plain Layout
28609
28610 \series medium
28611 \begin_inset space ~
28612 \end_inset
28613
28614
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \backslash
28621 renewenvironment{table}[1]{
28622 \backslash
28623 begin{SCtable}[#1]##1}{
28624 \backslash
28625 end{SCtable}}}
28626 \end_layout
28627
28628 \begin_layout Standard
28629
28630 \series bold
28631
28632 \backslash
28633 newcommand{
28634 \backslash
28635 TabBesEnd}{%
28636 \begin_inset Newline newline
28637 \end_inset
28638
28639
28640 \begin_inset Phantom HPhantom
28641 status open
28642
28643 \begin_layout Plain Layout
28644 \begin_inset space ~
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \backslash
28654 let
28655 \backslash
28656 table
28657 \backslash
28658 MyTable
28659 \begin_inset Newline newline
28660 \end_inset
28661
28662
28663 \begin_inset Phantom HPhantom
28664 status open
28665
28666 \begin_layout Plain Layout
28667 \begin_inset space ~
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \end_inset
28674
28675
28676 \backslash
28677 let
28678 \backslash
28679 endtable
28680 \backslash
28681 MyEndtable
28682 \end_layout
28683
28684 \begin_layout Standard
28685
28686 \series bold
28687
28688 \backslash
28689 newcommand{
28690 \backslash
28691 FigBesBeg}[1][1.0]{%
28692 \begin_inset Newline newline
28693 \end_inset
28694
28695
28696 \begin_inset Phantom HPhantom
28697 status open
28698
28699 \begin_layout Plain Layout
28700 \begin_inset space ~
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \backslash
28710 let
28711 \backslash
28712 MyFigure
28713 \backslash
28714 figure
28715 \begin_inset Newline newline
28716 \end_inset
28717
28718
28719 \begin_inset Phantom HPhantom
28720 status open
28721
28722 \begin_layout Plain Layout
28723 \begin_inset space ~
28724 \end_inset
28725
28726
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \backslash
28733 let
28734 \backslash
28735 MyEndfigure
28736 \backslash
28737 endfigure
28738 \begin_inset Newline newline
28739 \end_inset
28740
28741
28742 \begin_inset Phantom HPhantom
28743 status open
28744
28745 \begin_layout Plain Layout
28746 \begin_inset space ~
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \backslash
28756 renewenvironment{figure}[1]{
28757 \backslash
28758 begin{SCfigure}[#1]##1}{
28759 \backslash
28760 end{SCfigure}}}
28761 \end_layout
28762
28763 \begin_layout Standard
28764
28765 \series bold
28766
28767 \backslash
28768 newcommand{
28769 \backslash
28770 FigBesEnd}{%
28771 \begin_inset Newline newline
28772 \end_inset
28773
28774
28775 \begin_inset Phantom HPhantom
28776 status open
28777
28778 \begin_layout Plain Layout
28779 \begin_inset space ~
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \backslash
28789 let
28790 \backslash
28791 figure
28792 \backslash
28793 MyFigure
28794 \begin_inset Newline newline
28795 \end_inset
28796
28797
28798 \begin_inset Phantom HPhantom
28799 status open
28800
28801 \begin_layout Plain Layout
28802 \begin_inset space ~
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \backslash
28812 let
28813 \backslash
28814 endfigure
28815 \backslash
28816 MyEndfigure}
28817 \end_layout
28818
28819 \begin_layout Standard
28820 \noindent
28821 \begin_inset CommandInset line
28822 LatexCommand rule
28823 offset "0.5ex"
28824 width "100line%"
28825 height "1pt"
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \begin_layout Standard
28833 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28834  la légende se place sur le côté.
28835  Pour les flottants de figure, utilisez la commande
28836 \end_layout
28837
28838 \begin_layout Standard
28839
28840 \series bold
28841
28842 \backslash
28843 FigBesBeg
28844 \end_layout
28845
28846 \begin_layout Standard
28847 en code TeX avant le flottant.
28848  Et insérez la commande
28849 \end_layout
28850
28851 \begin_layout Standard
28852
28853 \series bold
28854
28855 \backslash
28856 FigBesEnd
28857 \end_layout
28858
28859 \begin_layout Standard
28860 en code TeX à l'endroit où vous voulez revenir à la définition originale
28861  du flottant.
28862 \end_layout
28863
28864 \begin_layout Standard
28865 Pour les flottants de tableau, utilisez les commandes correspondantes
28866 \end_layout
28867
28868 \begin_layout Standard
28869
28870 \series bold
28871
28872 \backslash
28873 TabBesBeg
28874 \series default
28875  et 
28876 \series bold
28877
28878 \backslash
28879 TabBesEnd
28880 \end_layout
28881
28882 \begin_layout Standard
28883 La figure
28884 \begin_inset space ~
28885 \end_inset
28886
28887
28888 \begin_inset CommandInset ref
28889 LatexCommand ref
28890 reference "fig:legende-a-coté-fig"
28891
28892 \end_inset
28893
28894  et le tableau
28895 \begin_inset space ~
28896 \end_inset
28897
28898
28899 \begin_inset CommandInset ref
28900 LatexCommand ref
28901 reference "tab:legende-à-coté-tableau"
28902
28903 \end_inset
28904
28905  sont des exemples où la légende a été mises sur le coté.
28906 \end_layout
28907
28908 \begin_layout Standard
28909 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28910  pour les flottants de tableau et vers le bas pour les flottants de figure.
28911  Pour changer ce comportement, vous pouvez utiliser les commandes
28912 \end_layout
28913
28914 \begin_layout Standard
28915
28916 \series bold
28917
28918 \backslash
28919 sidecaptionvpos{type flottant}{placement}
28920 \end_layout
28921
28922 \begin_layout Standard
28923 dans le préambule du document ou en code TeX juste avant le flottant visé.
28924  Le type du flottant est soit 
28925 \family sans
28926 figure
28927 \family default
28928  soit 
28929 \family sans
28930 table
28931 \family default
28932 , le placement peut être 
28933 \begin_inset Quotes eld
28934 \end_inset
28935
28936
28937 \family sans
28938 t
28939 \family default
28940
28941 \begin_inset Quotes erd
28942 \end_inset
28943
28944  pour haut (top), 
28945 \begin_inset Quotes eld
28946 \end_inset
28947
28948
28949 \family sans
28950 c
28951 \family default
28952
28953 \begin_inset Quotes erd
28954 \end_inset
28955
28956  pour centre (center), ou 
28957 \begin_inset Quotes eld
28958 \end_inset
28959
28960
28961 \family sans
28962 b
28963 \family default
28964
28965 \begin_inset Quotes erd
28966 \end_inset
28967
28968  pour bas (bottom).
28969  Pour que, par exemple, les légendes des flottants de figure soient centrés
28970  verticalement, utilisez la commande
28971 \end_layout
28972
28973 \begin_layout Standard
28974
28975 \series bold
28976
28977 \backslash
28978 sidecaptionvpos{figure}{c}
28979 \end_layout
28980
28981 \begin_layout Standard
28982 C'est ce qui a été utilisé pour la figure
28983 \begin_inset space ~
28984 \end_inset
28985
28986
28987 \begin_inset CommandInset ref
28988 LatexCommand ref
28989 reference "fig:legende-à-coté-fig-2"
28990
28991 \end_inset
28992
28993 .
28994 \end_layout
28995
28996 \begin_layout Standard
28997 \begin_inset VSpace medskip
28998 \end_inset
28999
29000
29001 \end_layout
29002
29003 \begin_layout Standard
29004 La largeur de légende par défaut est celle de l'image ou du tableau.
29005  Pour des images ou des tableaux étroits, comme le tableau
29006 \begin_inset space ~
29007 \end_inset
29008
29009
29010 \begin_inset CommandInset ref
29011 LatexCommand ref
29012 reference "tab:legende-à-coté-tableau"
29013
29014 \end_inset
29015
29016 , cela donne des légendes trop étroites.
29017  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29018  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29019  La largeur de la légende sera automatiquement recalculée dans le cas où
29020  cette dernière déborderait dans la marge de la page ou de la colonne à
29021  cause de la largeur indiquée.
29022  Le 
29023 \emph on
29024 facteur 
29025 \emph default
29026 peut soit être donné comme argument pour 
29027 \series bold
29028
29029 \backslash
29030 FigBesBeg
29031 \series default
29032 :
29033 \end_layout
29034
29035 \begin_layout Standard
29036
29037 \series bold
29038
29039 \backslash
29040 FigBesBeg[facteur]
29041 \end_layout
29042
29043 \begin_layout Standard
29044 ou dans la définition de 
29045 \series bold
29046
29047 \backslash
29048 FigBesBeg 
29049 \series default
29050 en remplaçant le
29051 \series bold
29052  1.0 
29053 \series default
29054 par une autre valeur.
29055  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29056  façon implicite quand  
29057 \series bold
29058
29059 \backslash
29060 FigBesBeg
29061 \series default
29062  est utilisé sans argument.
29063  Pour le tableau
29064 \begin_inset space ~
29065 \end_inset
29066
29067
29068 \begin_inset CommandInset ref
29069 LatexCommand ref
29070 reference "tab:cap-beside-tab-wider"
29071
29072 \end_inset
29073
29074  on a utilisé 5 comme facteur.
29075 \end_layout
29076
29077 \begin_layout Standard
29078
29079 \lang english
29080 \begin_inset Note Greyedout
29081 status open
29082
29083 \begin_layout Plain Layout
29084
29085 \series bold
29086 Note:
29087 \series default
29088  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29089  utiliser l'option de placement, 
29090 \family sans
29091 Ici
29092 \begin_inset space ~
29093 \end_inset
29094
29095 à
29096 \begin_inset space ~
29097 \end_inset
29098
29099 tout
29100 \begin_inset space ~
29101 \end_inset
29102
29103 prix
29104 \family default
29105  parce qu'elle n'est pas gérée par 
29106 \series bold
29107 sidecap
29108 \series default
29109 .
29110 \end_layout
29111
29112 \end_inset
29113
29114
29115 \end_layout
29116
29117 \begin_layout Standard
29118 \begin_inset VSpace medskip
29119 \end_inset
29120
29121 Pour plus d'information sur le paquetage 
29122 \series bold
29123 sidecap
29124 \series default
29125  nous vous renvoyons à sa documentation 
29126 \begin_inset CommandInset citation
29127 LatexCommand cite
29128 key "sidecap"
29129
29130 \end_inset
29131
29132 .
29133 \end_layout
29134
29135 \begin_layout Standard
29136 \begin_inset Note Greyedout
29137 status open
29138
29139 \begin_layout Plain Layout
29140
29141 \series bold
29142 Note:
29143 \series default
29144  Le paquetage LaTeX 
29145 \series bold
29146 hypcap
29147 \series default
29148
29149 \begin_inset Index idx
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153 Paquetages LaTeX ! hypcap
29154 \end_layout
29155
29156 \end_inset
29157
29158 , qui est décrit dans la section
29159 \begin_inset space ~
29160 \end_inset
29161
29162
29163 \begin_inset CommandInset ref
29164 LatexCommand ref
29165 reference "sub:Reference-Position"
29166
29167 \end_inset
29168
29169 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \end_layout
29176
29177 \begin_layout Standard
29178 \begin_inset ERT
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182
29183
29184 \backslash
29185 FigBesBeg 
29186 \end_layout
29187
29188 \end_inset
29189
29190
29191 \end_layout
29192
29193 \begin_layout Standard
29194 \begin_inset Float figure
29195 wide false
29196 sideways false
29197 status open
29198
29199 \begin_layout Plain Layout
29200 \begin_inset Graphics
29201         filename ../clipart/escher-lsd.eps
29202         scale 75
29203         scaleBeforeRotation
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \begin_layout Plain Layout
29211 \begin_inset Caption
29212
29213 \begin_layout Plain Layout
29214 \begin_inset CommandInset label
29215 LatexCommand label
29216 name "fig:legende-a-coté-fig"
29217
29218 \end_inset
29219
29220 Une légende à côté d'une figure.
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \begin_layout Standard
29234 \begin_inset ERT
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238
29239
29240 \backslash
29241 FigBesEnd
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Standard
29250 \begin_inset ERT
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254
29255
29256 \backslash
29257 TabBesBeg 
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Standard
29266 \begin_inset Float table
29267 wide false
29268 sideways false
29269 status open
29270
29271 \begin_layout Plain Layout
29272 \begin_inset Caption
29273
29274 \begin_layout Plain Layout
29275 \begin_inset CommandInset label
29276 LatexCommand label
29277 name "tab:legende-à-coté-tableau"
29278
29279 \end_inset
29280
29281 Une légende à côté d'un tableau.
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Plain Layout
29290 \begin_inset Tabular
29291 <lyxtabular version="3" rows="4" columns="5">
29292 <features tabularvalignment="middle">
29293 <column alignment="center" valignment="top" width="0">
29294 <column alignment="center" valignment="top" width="0">
29295 <column alignment="center" valignment="top" width="0">
29296 <column alignment="center" valignment="top" width="0">
29297 <column alignment="center" valignment="top" width="0">
29298 <row>
29299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29300 \begin_inset Text
29301
29302 \begin_layout Plain Layout
29303 a
29304 \end_layout
29305
29306 \end_inset
29307 </cell>
29308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312
29313 \end_layout
29314
29315 \end_inset
29316 </cell>
29317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29318 \begin_inset Text
29319
29320 \begin_layout Plain Layout
29321 b
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339 c
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 </row>
29345 <row>
29346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29347 \begin_inset Text
29348
29349 \begin_layout Plain Layout
29350
29351 \end_layout
29352
29353 \end_inset
29354 </cell>
29355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29356 \begin_inset Text
29357
29358 \begin_layout Plain Layout
29359 d
29360 \end_layout
29361
29362 \end_inset
29363 </cell>
29364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29365 \begin_inset Text
29366
29367 \begin_layout Plain Layout
29368
29369 \end_layout
29370
29371 \end_inset
29372 </cell>
29373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Plain Layout
29377 e
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 </row>
29392 <row>
29393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29394 \begin_inset Text
29395
29396 \begin_layout Plain Layout
29397 f
29398 \end_layout
29399
29400 \end_inset
29401 </cell>
29402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29403 \begin_inset Text
29404
29405 \begin_layout Plain Layout
29406
29407 \end_layout
29408
29409 \end_inset
29410 </cell>
29411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29412 \begin_inset Text
29413
29414 \begin_layout Plain Layout
29415 g
29416 \end_layout
29417
29418 \end_inset
29419 </cell>
29420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29421 \begin_inset Text
29422
29423 \begin_layout Plain Layout
29424
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29430 \begin_inset Text
29431
29432 \begin_layout Plain Layout
29433 h
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 </row>
29439 <row>
29440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444
29445 \end_layout
29446
29447 \end_inset
29448 </cell>
29449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29450 \begin_inset Text
29451
29452 \begin_layout Plain Layout
29453 i
29454 \end_layout
29455
29456 \end_inset
29457 </cell>
29458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29459 \begin_inset Text
29460
29461 \begin_layout Plain Layout
29462
29463 \end_layout
29464
29465 \end_inset
29466 </cell>
29467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29468 \begin_inset Text
29469
29470 \begin_layout Plain Layout
29471 j
29472 \end_layout
29473
29474 \end_inset
29475 </cell>
29476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29477 \begin_inset Text
29478
29479 \begin_layout Plain Layout
29480
29481 \end_layout
29482
29483 \end_inset
29484 </cell>
29485 </row>
29486 </lyxtabular>
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \begin_layout Standard
29499 \begin_inset ERT
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503
29504
29505 \backslash
29506 TabBesEnd
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \begin_inset ERT
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519
29520
29521 \backslash
29522 sidecaptionvpos{figure}{c}
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \begin_inset Float figure
29529 wide false
29530 sideways false
29531 status open
29532
29533 \begin_layout Plain Layout
29534 \begin_inset Graphics
29535         filename ../clipart/escher-lsd.eps
29536         scale 75
29537         scaleBeforeRotation
29538
29539 \end_inset
29540
29541
29542 \end_layout
29543
29544 \begin_layout Plain Layout
29545 \begin_inset Caption
29546
29547 \begin_layout Plain Layout
29548 \begin_inset CommandInset label
29549 LatexCommand label
29550 name "fig:legende-à-coté-fig-2"
29551
29552 \end_inset
29553
29554 Une légende centrée verticalement à côté d'une figure.
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \end_layout
29561
29562 \end_inset
29563
29564
29565 \end_layout
29566
29567 \begin_layout Standard
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573
29574 \backslash
29575 FigBesEnd
29576 \end_layout
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \begin_layout Standard
29584 \begin_inset ERT
29585 status collapsed
29586
29587 \begin_layout Plain Layout
29588
29589
29590 \backslash
29591 TabBesBeg[5]
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Standard
29600 \begin_inset Float table
29601 wide false
29602 sideways false
29603 status open
29604
29605 \begin_layout Plain Layout
29606 \begin_inset Caption
29607
29608 \begin_layout Plain Layout
29609
29610 \lang english
29611 \begin_inset CommandInset label
29612 LatexCommand label
29613 name "tab:cap-beside-tab-wider"
29614
29615 \end_inset
29616
29617 This is a caption is wider than the one in
29618 \lang french
29619  tableau
29620 \begin_inset space ~
29621 \end_inset
29622
29623
29624 \begin_inset CommandInset ref
29625 LatexCommand ref
29626 reference "tab:legende-à-coté-tableau"
29627
29628 \end_inset
29629
29630 .
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \begin_layout Plain Layout
29639 \begin_inset Tabular
29640 <lyxtabular version="3" rows="4" columns="5">
29641 <features tabularvalignment="middle">
29642 <column alignment="center" valignment="top" width="0">
29643 <column alignment="center" valignment="top" width="0">
29644 <column alignment="center" valignment="top" width="0">
29645 <column alignment="center" valignment="top" width="0">
29646 <column alignment="center" valignment="top" width="0">
29647 <row>
29648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29649 \begin_inset Text
29650
29651 \begin_layout Plain Layout
29652 a
29653 \end_layout
29654
29655 \end_inset
29656 </cell>
29657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29658 \begin_inset Text
29659
29660 \begin_layout Plain Layout
29661
29662 \end_layout
29663
29664 \end_inset
29665 </cell>
29666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29667 \begin_inset Text
29668
29669 \begin_layout Plain Layout
29670 b
29671 \end_layout
29672
29673 \end_inset
29674 </cell>
29675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29676 \begin_inset Text
29677
29678 \begin_layout Plain Layout
29679
29680 \end_layout
29681
29682 \end_inset
29683 </cell>
29684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29685 \begin_inset Text
29686
29687 \begin_layout Plain Layout
29688 c
29689 \end_layout
29690
29691 \end_inset
29692 </cell>
29693 </row>
29694 <row>
29695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29696 \begin_inset Text
29697
29698 \begin_layout Plain Layout
29699
29700 \end_layout
29701
29702 \end_inset
29703 </cell>
29704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29705 \begin_inset Text
29706
29707 \begin_layout Plain Layout
29708 d
29709 \end_layout
29710
29711 \end_inset
29712 </cell>
29713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29714 \begin_inset Text
29715
29716 \begin_layout Plain Layout
29717
29718 \end_layout
29719
29720 \end_inset
29721 </cell>
29722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29723 \begin_inset Text
29724
29725 \begin_layout Plain Layout
29726 e
29727 \end_layout
29728
29729 \end_inset
29730 </cell>
29731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29732 \begin_inset Text
29733
29734 \begin_layout Plain Layout
29735
29736 \end_layout
29737
29738 \end_inset
29739 </cell>
29740 </row>
29741 <row>
29742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29743 \begin_inset Text
29744
29745 \begin_layout Plain Layout
29746 f
29747 \end_layout
29748
29749 \end_inset
29750 </cell>
29751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29752 \begin_inset Text
29753
29754 \begin_layout Plain Layout
29755
29756 \end_layout
29757
29758 \end_inset
29759 </cell>
29760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29761 \begin_inset Text
29762
29763 \begin_layout Plain Layout
29764 g
29765 \end_layout
29766
29767 \end_inset
29768 </cell>
29769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29770 \begin_inset Text
29771
29772 \begin_layout Plain Layout
29773
29774 \end_layout
29775
29776 \end_inset
29777 </cell>
29778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29779 \begin_inset Text
29780
29781 \begin_layout Plain Layout
29782 h
29783 \end_layout
29784
29785 \end_inset
29786 </cell>
29787 </row>
29788 <row>
29789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29790 \begin_inset Text
29791
29792 \begin_layout Plain Layout
29793
29794 \end_layout
29795
29796 \end_inset
29797 </cell>
29798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29799 \begin_inset Text
29800
29801 \begin_layout Plain Layout
29802 i
29803 \end_layout
29804
29805 \end_inset
29806 </cell>
29807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29808 \begin_inset Text
29809
29810 \begin_layout Plain Layout
29811
29812 \end_layout
29813
29814 \end_inset
29815 </cell>
29816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29817 \begin_inset Text
29818
29819 \begin_layout Plain Layout
29820 j
29821 \end_layout
29822
29823 \end_inset
29824 </cell>
29825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29826 \begin_inset Text
29827
29828 \begin_layout Plain Layout
29829
29830 \end_layout
29831
29832 \end_inset
29833 </cell>
29834 </row>
29835 </lyxtabular>
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \begin_layout Standard
29848 \begin_inset ERT
29849 status collapsed
29850
29851 \begin_layout Plain Layout
29852
29853
29854 \backslash
29855 TabBesEnd
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \begin_layout Standard
29864 \begin_inset ERT
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868
29869
29870 \backslash
29871 else
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \begin_inset Note Note
29878 status open
29879
29880 \begin_layout Plain Layout
29881 Ce qui suit sera affiché si le paquetage LaTeX 
29882 \series bold
29883 sidecap
29884 \series default
29885  n'est pas installé :
29886 \end_layout
29887
29888 \end_inset
29889
29890
29891 \end_layout
29892
29893 \begin_layout Standard
29894 Vous devez installer le paquetage LaTeX 
29895 \series bold
29896 sidecap
29897 \series default
29898  pour voir la suite de cette section dans la sortie imprimée.
29899 \end_layout
29900
29901 \begin_layout Standard
29902 \begin_inset ERT
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906
29907
29908 \backslash
29909 fi
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Section
29918 Les listes de flottants
29919 \begin_inset Index idx
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923 Flottants ! Listes de Flottants
29924 \end_layout
29925
29926 \end_inset
29927
29928
29929 \end_layout
29930
29931 \begin_layout Standard
29932 De la même façon que la table des matières fait la liste des sections du
29933  document, il y a des listes pour tous les types de flottants, comme par
29934  exemple pour les figures du document.
29935  Vous pouvez les insérer en utilisant le menu 
29936 \family sans
29937 Insertion\SpecialChar \menuseparator
29938 Listes
29939 \begin_inset space ~
29940 \end_inset
29941
29942 &
29943 \begin_inset space ~
29944 \end_inset
29945
29946 TdM
29947 \family default
29948 .
29949 \end_layout
29950
29951 \begin_layout Standard
29952 Les entrées de la liste sont la légende du flottant ou éventuellement le
29953  titre court, le numéro du flottant, et le numéro de la page où le flottant
29954  apparaît dans le document.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Vous trouverez à la fin de ce document une liste des figures et une liste
29959  des tableaux.
29960 \end_layout
29961
29962 \begin_layout Chapter
29963 Notes
29964 \end_layout
29965
29966 \begin_layout Section
29967 Les notes de LyX
29968 \begin_inset Index idx
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Notes ! Notes LyX 
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981 On peut insérer une note en utilisant le bouton 
29982 \begin_inset Info
29983 type  "icon"
29984 arg   "note-insert"
29985 \end_inset
29986
29987  de la barre d'outils ou avec le menu 
29988 \family sans
29989 Insertion\SpecialChar \menuseparator
29990 Note
29991 \family default
29992 .
29993  Il y a trois types de notes :
29994 \end_layout
29995
29996 \begin_layout Description
29997 Note
29998 \begin_inset space ~
29999 \end_inset
30000
30001 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
30002  finale.
30003  La boîte de cette note ressemble à ceci :
30004 \begin_inset Newline newline
30005 \end_inset
30006
30007
30008 \begin_inset Newline newline
30009 \end_inset
30010
30011
30012 \begin_inset Graphics
30013         filename clipart/LyXNoteImageQt4.png
30014         display false
30015         scale 65
30016         scaleBeforeRotation
30017
30018 \end_inset
30019
30020  
30021 \begin_inset Note Note
30022 status open
30023
30024 \begin_layout Plain Layout
30025 Le texte de cette note n'apparaîtra pas à l'impression.
30026 \end_layout
30027
30028 \end_inset
30029
30030
30031 \end_layout
30032
30033 \begin_layout Description
30034 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30035  il est inséré comme un commentaire LaTeX quand vous exportez votre document
30036  vers un fichier au format LaTeX avec le menu 
30037 \family sans
30038 Fichier\SpecialChar \menuseparator
30039 Exporter\SpecialChar \menuseparator
30040 LaTeX (pdflatex) / (plain)
30041 \family default
30042 .
30043  La boîte de cette note ressemble à ceci :
30044 \begin_inset Newline newline
30045 \end_inset
30046
30047
30048 \begin_inset Newline newline
30049 \end_inset
30050
30051
30052 \begin_inset Graphics
30053         filename clipart/CommentNoteImageQt4.png
30054         display false
30055         scale 55
30056         scaleBeforeRotation
30057
30058 \end_inset
30059
30060  
30061 \begin_inset Note Comment
30062 status open
30063
30064 \begin_layout Plain Layout
30065 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30066  LaTeX.
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Description
30075 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30076  La boîte de cette note ressemble à ceci :
30077 \begin_inset Newline newline
30078 \end_inset
30079
30080
30081 \begin_inset Newline newline
30082 \end_inset
30083
30084
30085 \begin_inset Graphics
30086         filename clipart/GreyedOutNoteImageQt4.png
30087         lyxscale 80
30088         display false
30089         scale 55
30090         scaleBeforeRotation
30091
30092 \end_inset
30093
30094
30095 \begin_inset Newline newline
30096 \end_inset
30097
30098
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104
30105 \backslash
30106 renewenvironment{lyxgreyedout}
30107 \end_layout
30108
30109 \begin_layout Plain Layout
30110
30111 {
30112 \backslash
30113 textcolor[gray]{0.8}
30114 \backslash
30115 bgroup}{
30116 \backslash
30117 egroup}
30118 \end_layout
30119
30120 \end_inset
30121
30122
30123 \begin_inset Note Greyedout
30124 status open
30125
30126 \begin_layout Plain Layout
30127 Le texte
30128 \begin_inset Foot
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30133  grisé.
30134  
30135 \end_layout
30136
30137 \end_inset
30138
30139  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30140 \end_layout
30141
30142 \end_inset
30143
30144
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150
30151 \backslash
30152 renewenvironment{lyxgreyedout}
30153 \end_layout
30154
30155 \begin_layout Plain Layout
30156
30157 {
30158 \backslash
30159 textcolor{blue}
30160 \backslash
30161 bgroup}{
30162 \backslash
30163 egroup}
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \begin_inset Note Note
30170 status collapsed
30171
30172 \begin_layout Plain Layout
30173 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30174  originale qu'elle a dans LyX.
30175  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30176  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \begin_inset Newline newline
30183 \end_inset
30184
30185
30186 \begin_inset Newline newline
30187 \end_inset
30188
30189 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30190  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30191 \end_layout
30192
30193 \begin_layout Standard
30194 \begin_inset VSpace bigskip
30195 \end_inset
30196
30197 Quand vous utilisez le bouton 
30198 \begin_inset Info
30199 type  "icon"
30200 arg   "note-insert"
30201 \end_inset
30202
30203  de la barre d'outils, vous insérez une 
30204 \family sans
30205 Note
30206 \begin_inset space ~
30207 \end_inset
30208
30209 LyX
30210 \family default
30211 .
30212  
30213 \lang english
30214 You can switch between the three note types by right-clicking on the note-box.
30215
30216 \lang french
30217  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30218 la et cliquez sur le bouton d'insertion de note.
30219  Pour retransformer une note en texte, appuyez sur la touche 
30220 \family sans
30221 backspace
30222 \family default
30223  quand le curseur est au tout début de la note ou appuyez sur la touche
30224  
30225 \family sans
30226 Suppr.
30227
30228 \family default
30229  quand le curseur se trouve à la fin de la note.
30230 \end_layout
30231
30232 \begin_layout Standard
30233 \begin_inset VSpace bigskip
30234 \end_inset
30235
30236
30237 \end_layout
30238
30239 \begin_layout Standard
30240 Vous pouvez changer la couleur des notes grisées dans le menu 
30241 \family sans
30242 Document\SpecialChar \menuseparator
30243 Paramètres\SpecialChar \menuseparator
30244 Couleurs
30245 \family default
30246 .
30247 \end_layout
30248
30249 \begin_layout Section
30250 Notes en bas de page
30251 \begin_inset CommandInset label
30252 LatexCommand label
30253 name "sec:Notes-bas-de-page"
30254
30255 \end_inset
30256
30257
30258 \begin_inset Index idx
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262 Notes ! Notes de bas de page
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \begin_inset Index idx
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272 Notes de bas de page
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30282  
30283 \begin_inset Info
30284 type  "icon"
30285 arg   "footnote-insert"
30286 \end_inset
30287
30288  de la barre d'outils, soit en utilisant le menu 
30289 \family sans
30290 Insertion\SpecialChar \menuseparator
30291 Note
30292 \begin_inset space ~
30293 \end_inset
30294
30295 en
30296 \begin_inset space ~
30297 \end_inset
30298
30299 Bas
30300 \begin_inset space ~
30301 \end_inset
30302
30303 de
30304 \begin_inset space ~
30305 \end_inset
30306
30307 Page
30308 \family default
30309 .
30310  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30311  rouge 
30312 \begin_inset Quotes fld
30313 \end_inset
30314
30315 bas
30316 \begin_inset Quotes frd
30317 \end_inset
30318
30319  qui ressemble à ceci : 
30320 \begin_inset Graphics
30321         filename clipart/footnoteQt4.png
30322         scale 80
30323         scaleBeforeRotation
30324
30325 \end_inset
30326
30327  Vous pouvez y entrer votre texte.
30328  Si vous voulez transformer du texte déjà existant en note en bas de page,
30329  sélectionnez-le et cliquez sur le bouton 
30330 \family sans
30331 Note
30332 \begin_inset space ~
30333 \end_inset
30334
30335 en
30336 \begin_inset space ~
30337 \end_inset
30338
30339 Bas
30340 \begin_inset space ~
30341 \end_inset
30342
30343 de
30344 \begin_inset space ~
30345 \end_inset
30346
30347 Page
30348 \family default
30349  de la barre d'outils.
30350  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30351  
30352 \family sans
30353 Backspace
30354 \family default
30355  quand le curseur est au tout début de la note ou appuyez sur la touche
30356  
30357 \family sans
30358 Suppr.
30359
30360 \family default
30361  quand le curseur se trouve à la fin de la note.
30362 \end_layout
30363
30364 \begin_layout Standard
30365 Voici un exemple de note en bas de page:
30366 \begin_inset Foot
30367 status open
30368
30369 \begin_layout Plain Layout
30370 \begin_inset CommandInset label
30371 LatexCommand label
30372 name "fn:Note-en-bas"
30373
30374 \end_inset
30375
30376 Ceci est un exemple de note en bas de page.
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 newcounter{MyRepeatFoot}
30390 \end_layout
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 setcounter{MyRepeatFoot}{
30397 \backslash
30398 thefootnote}
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \end_layout
30405
30406 \begin_layout Standard
30407 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30408  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30409  de note.
30410  Le texte de la note est placé en bas de la page courante.
30411  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
30412  Selon votre classe de document les numéros de notes pourront être réinitialisés
30413  à chaque nouveau chapitre.
30414 \end_layout
30415
30416 \begin_layout Standard
30417 On peut faire référence à une note en bas de page comme on le fait avec
30418  les flottants : Insérez une étiquette dans la note et faites une référence
30419  croisée vers cette étiquette comme c'est décrit dans la
30420 \begin_inset space ~
30421 \end_inset
30422
30423
30424 \begin_inset CommandInset ref
30425 LatexCommand ref
30426 reference "sec:Referencer-les-Flottants"
30427
30428 \end_inset
30429
30430 .
30431 \begin_inset Newline newline
30432 \end_inset
30433
30434 Voici une référence à une note de bas de page :
30435 \begin_inset space ~
30436 \end_inset
30437
30438
30439 \begin_inset CommandInset ref
30440 LatexCommand ref
30441 reference "fn:Note-en-bas"
30442
30443 \end_inset
30444
30445 .
30446 \end_layout
30447
30448 \begin_layout Standard
30449 \begin_inset VSpace defskip
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Standard
30456 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30457  par LaTeX pour des raisons techniques.
30458  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30459  
30460 \series bold
30461
30462 \backslash
30463 footnotemark{}
30464 \series default
30465  en code TeX à la place de la note de bas de page.
30466  Le texte de la note est mis en argument de la commande TeX 
30467 \series bold
30468
30469 \backslash
30470 footnotetext
30471 \series default
30472  après le tableau.
30473 \begin_inset Newline newline
30474 \end_inset
30475
30476 C'est ce qui a été fait pour le tableau qui suit avec la commande
30477 \end_layout
30478
30479 \begin_layout Standard
30480
30481 \series bold
30482
30483 \backslash
30484 footnotetext{
30485 \series default
30486 Note de bas de page de tableau imprimée.
30487 \series bold
30488 }
30489 \end_layout
30490
30491 \begin_layout Standard
30492
30493 \lang english
30494 \begin_inset Tabular
30495 <lyxtabular version="3" rows="2" columns="1">
30496 <features tabularvalignment="middle">
30497 <column alignment="center" valignment="top" width="0">
30498 <row>
30499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30500 \begin_inset Text
30501
30502 \begin_layout Plain Layout
30503 Un exemple de texte
30504 \begin_inset Foot
30505 status open
30506
30507 \begin_layout Plain Layout
30508 Cette note ne sera pas imprimée
30509 \begin_inset space ~
30510 \end_inset
30511
30512 !
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \end_inset
30521 </cell>
30522 </row>
30523 <row>
30524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30525 \begin_inset Text
30526
30527 \begin_layout Plain Layout
30528 Un autre exemple de texte
30529 \begin_inset ERT
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533
30534
30535 \backslash
30536 footnotemark{}
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 </row>
30547 </lyxtabular>
30548
30549 \end_inset
30550
30551
30552 \begin_inset ERT
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556
30557
30558 \backslash
30559 footnotetext{
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \lang french
30566 Note de bas de page de tableau imprimée.
30567 \lang english
30568
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574 }
30575 \end_layout
30576
30577 \end_inset
30578
30579
30580 \end_layout
30581
30582 \begin_layout Standard
30583 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30584 \begin_inset space ~
30585 \end_inset
30586
30587
30588 \begin_inset CommandInset ref
30589 LatexCommand ref
30590 reference "sub:Notes-dans-tableau-long"
30591
30592 \end_inset
30593
30594 .
30595 \end_layout
30596
30597 \begin_layout Standard
30598 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30599  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30600 e, vu que la minipage est considérée comme une page se trouvant dans une
30601  autre page.
30602  Pour plus d'information sur les minipages, voyez la section
30603 \begin_inset space ~
30604 \end_inset
30605
30606
30607 \begin_inset CommandInset ref
30608 LatexCommand ref
30609 reference "sec:Minipages"
30610
30611 \end_inset
30612
30613 .
30614  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30615  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30616  la méthode utilisant les commandes 
30617 \series bold
30618
30619 \backslash
30620 footnotemark{}
30621 \series default
30622  et 
30623 \series bold
30624
30625 \backslash
30626 footnotetext
30627 \series default
30628 .
30629 \end_layout
30630
30631 \begin_layout Standard
30632 \begin_inset Box Frameless
30633 position "t"
30634 hor_pos "c"
30635 has_inner_box 1
30636 inner_pos "t"
30637 use_parbox 0
30638 use_makebox 0
30639 width "100col%"
30640 special "none"
30641 height "1in"
30642 height_special "totalheight"
30643 status open
30644
30645 \begin_layout Plain Layout
30646 Un exemple de texte dans une minipage.
30647 \begin_inset Foot
30648 status open
30649
30650 \begin_layout Plain Layout
30651 Note de bas de page dans la minipage.
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \begin_layout Plain Layout
30660 Un autre exemple de texte dans une minipage.
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666
30667 \backslash
30668 footnotemark{}
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \begin_layout Standard
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687
30688 \backslash
30689 footnotetext{
30690 \end_layout
30691
30692 \end_inset
30693
30694 Note de bas de page en dehors de la minipage.
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700 }
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \end_layout
30707
30708 \begin_layout Standard
30709 \begin_inset VSpace defskip
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30717  utilisez la commande 
30718 \series bold
30719
30720 \backslash
30721 footnotemark[number]
30722 \series default
30723  en code TeX.
30724 \begin_inset Newline newline
30725 \end_inset
30726
30727 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30728  votre texte, vous devez enregistrer son numéro.
30729  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30730  ont été insérées en code TeX après la note
30731 \begin_inset space ~
30732 \end_inset
30733
30734
30735 \begin_inset CommandInset ref
30736 LatexCommand ref
30737 reference "fn:Note-en-bas"
30738
30739 \end_inset
30740
30741  pour enregistrer son numéro
30742 \begin_inset space ~
30743 \end_inset
30744
30745 :
30746 \end_layout
30747
30748 \begin_layout Standard
30749
30750 \series bold
30751
30752 \backslash
30753 newcounter{MaNoteDupliquee}
30754 \begin_inset Newline newline
30755 \end_inset
30756
30757
30758 \backslash
30759 setcounter{MaNoteDupliquee}{
30760 \backslash
30761 thefootnote}
30762 \end_layout
30763
30764 \begin_layout Standard
30765 La note de bas de page a été créée avec la commande
30766 \begin_inset space ~
30767 \end_inset
30768
30769 :
30770 \end_layout
30771
30772 \begin_layout Standard
30773
30774 \series bold
30775
30776 \backslash
30777 footnotemark[
30778 \backslash
30779 MaNoteDupliquee]
30780 \end_layout
30781
30782 \begin_layout Standard
30783 Voici une note de bas de page dupliquée
30784 \begin_inset space ~
30785 \end_inset
30786
30787 :
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793
30794 \backslash
30795 footnotemark[
30796 \backslash
30797 theMyRepeatFoot]
30798 \end_layout
30799
30800 \end_inset
30801
30802
30803 \end_layout
30804
30805 \begin_layout Standard
30806 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30807 t du numéro de note et juste utiliser la commande suivante
30808 \end_layout
30809
30810 \begin_layout Standard
30811
30812 \series bold
30813
30814 \backslash
30815 footnotemark[
30816 \backslash
30817 thefootnote]
30818 \end_layout
30819
30820 \begin_layout Standard
30821 Voici une autre note de bas de page dupliquée
30822 \begin_inset space ~
30823 \end_inset
30824
30825 :
30826 \begin_inset ERT
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830
30831
30832 \backslash
30833 footnotemark[
30834 \backslash
30835 thefootnote]
30836 \end_layout
30837
30838 \end_inset
30839
30840
30841 \end_layout
30842
30843 \begin_layout Subsection
30844 Numérotation de notes de bas de page
30845 \begin_inset CommandInset label
30846 LatexCommand label
30847 name "sub:Numerotation-notes-bas-de-page"
30848
30849 \end_inset
30850
30851
30852 \begin_inset Index idx
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856 Notes de bas de page ! Numérotation
30857 \end_layout
30858
30859 \end_inset
30860
30861
30862 \end_layout
30863
30864 \begin_layout Standard
30865 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
30866  ajoutez cette commande dans le préambule de votre document :
30867 \end_layout
30868
30869 \begin_layout Standard
30870
30871 \series bold
30872
30873 \backslash
30874 @addtoreset{footnote}{section}
30875 \end_layout
30876
30877 \begin_layout Standard
30878 \begin_inset VSpace bigskip
30879 \end_inset
30880
30881 La commande de préambule suivante change le style de numérotation des notes
30882  en petits chiffres romains :
30883 \end_layout
30884
30885 \begin_layout Standard
30886
30887 \series bold
30888
30889 \backslash
30890 renewcommand{
30891 \backslash
30892 thefootnote}{
30893 \backslash
30894 roman{footnote}}
30895 \end_layout
30896
30897 \begin_layout Standard
30898 \begin_inset ERT
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903
30904 \backslash
30905 renewcommand{
30906 \backslash
30907 thefootnote}{
30908 \backslash
30909 roman{footnote}}
30910 \end_layout
30911
30912 \end_inset
30913
30914  Cette note de bas de page utilise une numérotation en chiffres romains
30915  :
30916 \begin_inset Foot
30917 status open
30918
30919 \begin_layout Plain Layout
30920 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
30921  romains.
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \end_layout
30928
30929 \begin_layout Standard
30930 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
30931  la commande précédente 
30932 \series bold
30933
30934 \backslash
30935 roman
30936 \series default
30937  par 
30938 \series bold
30939
30940 \backslash
30941 Roman
30942 \series default
30943 .
30944  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
30945  utilisez respectivement soit 
30946 \series bold
30947
30948 \backslash
30949 Alph
30950 \series default
30951  soit 
30952 \series bold
30953
30954 \backslash
30955 alph
30956 \series default
30957 .
30958  Pour les 
30959 \begin_inset Quotes eld
30960 \end_inset
30961
30962 numéroter
30963 \begin_inset Quotes erd
30964 \end_inset
30965
30966  avec des symboles, utilisez 
30967 \series bold
30968
30969 \backslash
30970 fnsymbol
30971 \series default
30972 .
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \begin_inset Note Greyedout
30977 status open
30978
30979 \begin_layout Plain Layout
30980
30981 \series bold
30982 Note:
30983 \series default
30984  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
30985  puisque cette numérotation est limitée à des lettres seules.
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \begin_inset Newline newline
30992 \end_inset
30993
30994
30995 \begin_inset Note Greyedout
30996 status open
30997
30998 \begin_layout Plain Layout
30999
31000 \series bold
31001 Note:
31002 \series default
31003  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \end_layout
31010
31011 \begin_layout Standard
31012 Pour revenir au style de numérotation implicite quand vous en avez changé,
31013  utilisez 
31014 \series bold
31015
31016 \backslash
31017 arabic
31018 \series default
31019  à la place de 
31020 \series bold
31021
31022 \backslash
31023 roman
31024 \series default
31025  dans la commande précédente.
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 renewcommand{
31034 \backslash
31035 thefootnote}{
31036 \backslash
31037 arabic{footnote}}
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \begin_layout Standard
31046 \begin_inset VSpace bigskip
31047 \end_inset
31048
31049
31050 \end_layout
31051
31052 \begin_layout Standard
31053 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31054  le schéma 
31055 \begin_inset Quotes eld
31056 \end_inset
31057
31058 chapitre.note
31059 \begin_inset Quotes erd
31060 \end_inset
31061
31062 , ajoutez la commande suivante au préambule de votre document :
31063 \end_layout
31064
31065 \begin_layout Standard
31066
31067 \series bold
31068
31069 \backslash
31070 numberwithin{footnote}{chapter}
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Pour pouvoir utiliser la commande 
31075 \series bold
31076
31077 \backslash
31078 numberwithin
31079 \series default
31080 , activez dans la rubrique 
31081 \family sans
31082 Options
31083 \begin_inset space ~
31084 \end_inset
31085
31086 des
31087 \begin_inset space ~
31088 \end_inset
31089
31090 Maths
31091 \family default
31092  dans les paramètres du document, l'option 
31093 \family sans
31094 Utiliser
31095 \begin_inset space ~
31096 \end_inset
31097
31098 le
31099 \begin_inset space ~
31100 \end_inset
31101
31102 paquetage
31103 \begin_inset space ~
31104 \end_inset
31105
31106 maths
31107 \begin_inset space ~
31108 \end_inset
31109
31110 AMS
31111 \family default
31112 .
31113 \end_layout
31114
31115 \begin_layout Standard
31116 \begin_inset ERT
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120
31121
31122 \backslash
31123 numberwithin{footnote}{chapter}
31124 \end_layout
31125
31126 \end_inset
31127
31128 Ceci est un autre exemple de note de bas de page:
31129 \series bold
31130
31131 \begin_inset Foot
31132 status open
31133
31134 \begin_layout Plain Layout
31135 Cette note est numérotée en suivant le schéma 
31136 \begin_inset Quotes fld
31137 \end_inset
31138
31139 chapitre.note
31140 \begin_inset Quotes frd
31141 \end_inset
31142
31143 .
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \series default
31150
31151 \begin_inset ERT
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155
31156
31157 \backslash
31158 renewcommand{
31159 \backslash
31160 thefootnote}{
31161 \backslash
31162 arabic{footnote}}
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \begin_layout Standard
31171 \begin_inset Note Greyedout
31172 status open
31173
31174 \begin_layout Plain Layout
31175
31176 \series bold
31177 Note:
31178 \series default
31179  
31180 \series bold
31181
31182 \backslash
31183 numberwithin
31184 \series default
31185  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31186  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31187  prises en compte.
31188  
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \begin_layout Standard
31197 Donc pour avoir par exemple le schéma 
31198 \begin_inset Quotes eld
31199 \end_inset
31200
31201 chapitre.
31202 \backslash
31203 Roman{note}
31204 \begin_inset Quotes erd
31205 \end_inset
31206
31207 , utilisez la commande suivante plutôt que 
31208 \series bold
31209
31210 \backslash
31211 numberwithin
31212 \series default
31213  :
31214 \end_layout
31215
31216 \begin_layout Standard
31217
31218 \series bold
31219
31220 \backslash
31221 renewcommand{
31222 \backslash
31223 thefootnote}{
31224 \backslash
31225 thechapter.
31226 \backslash
31227 Roman{footnote}}
31228 \end_layout
31229
31230 \begin_layout Subsection
31231 Positionnement de notes de bas de page
31232 \begin_inset Index idx
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236 Notes de bas de page ! Positionnement
31237 \end_layout
31238
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \begin_layout Standard
31245 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31246  vertical entre elles en bas de la page.
31247  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31248  de 1.5
31249 \begin_inset space \thinspace{}
31250 \end_inset
31251
31252 mm avec la commande suivante dans le préambule :
31253 \end_layout
31254
31255 \begin_layout Standard
31256
31257 \series bold
31258
31259 \backslash
31260 let
31261 \backslash
31262 myFoot
31263 \backslash
31264 footnote
31265 \begin_inset Newline newline
31266 \end_inset
31267
31268
31269 \backslash
31270 renewcommand{
31271 \backslash
31272 footnote}[1]{
31273 \backslash
31274 myFoot{#1
31275 \backslash
31276 vspace{1.5mm}}}
31277 \end_layout
31278
31279 \begin_layout Standard
31280 \begin_inset VSpace bigskip
31281 \end_inset
31282
31283 Dans un document à deux colonnes les notes de bas de page apparaissent en
31284  bas de chaque colonne, comme sur la Figure
31285 \begin_inset space ~
31286 \end_inset
31287
31288
31289 \begin_inset CommandInset ref
31290 LatexCommand ref
31291 reference "fig:Position-standard-note-bas-de-page"
31292
31293 \end_inset
31294
31295 .
31296  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31297  sur la Figure
31298 \begin_inset space ~
31299 \end_inset
31300
31301
31302 \begin_inset CommandInset ref
31303 LatexCommand ref
31304 reference "fig:Position-note-avec-ftnright"
31305
31306 \end_inset
31307
31308 , utilisez le paquetage LaTeX 
31309 \series bold
31310 ftnright
31311 \series default
31312
31313 \begin_inset Index idx
31314 status collapsed
31315
31316 \begin_layout Plain Layout
31317 Paquetages LaTeX ! ftnright
31318 \end_layout
31319
31320 \end_inset
31321
31322  avec cette commande dans le préambule du document:
31323 \end_layout
31324
31325 \begin_layout Standard
31326
31327 \series bold
31328
31329 \backslash
31330 usepackage{ftnright}
31331 \end_layout
31332
31333 \begin_layout Standard
31334 \begin_inset Float figure
31335 placement !h
31336 wide false
31337 sideways false
31338 status open
31339
31340 \begin_layout Plain Layout
31341 \begin_inset ERT
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345
31346
31347 \backslash
31348 framebox{
31349 \end_layout
31350
31351 \end_inset
31352
31353
31354 \begin_inset Graphics
31355         filename ../clipart/without_fntright.pdf
31356         width 100col%
31357         scaleBeforeRotation
31358
31359 \end_inset
31360
31361
31362 \begin_inset ERT
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366
31367 }
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \end_layout
31374
31375 \begin_layout Plain Layout
31376 \begin_inset Caption
31377
31378 \begin_layout Plain Layout
31379 \begin_inset CommandInset label
31380 LatexCommand label
31381 name "fig:Position-standard-note-bas-de-page"
31382
31383 \end_inset
31384
31385 Positionnement standard des notes de bas de page dans un document à deux
31386  colonnes.
31387 \end_layout
31388
31389 \end_inset
31390
31391
31392 \end_layout
31393
31394 \end_inset
31395
31396
31397 \end_layout
31398
31399 \begin_layout Standard
31400 \begin_inset Float figure
31401 placement !h
31402 wide false
31403 sideways false
31404 status open
31405
31406 \begin_layout Plain Layout
31407 \begin_inset ERT
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411
31412
31413 \backslash
31414 framebox{
31415 \end_layout
31416
31417 \end_inset
31418
31419
31420 \begin_inset Graphics
31421         filename ../clipart/with_fntright.pdf
31422         width 100col%
31423         scaleBeforeRotation
31424
31425 \end_inset
31426
31427
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433 }
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Plain Layout
31442 \begin_inset Caption
31443
31444 \begin_layout Plain Layout
31445 \begin_inset CommandInset label
31446 LatexCommand label
31447 name "fig:Position-note-avec-ftnright"
31448
31449 \end_inset
31450
31451 Positionnement de notes de bas de page dans un document à deux colonnes
31452  en utilisant le paquetage LaTeX 
31453 \series bold
31454 ftnright
31455 \series default
31456 .
31457 \end_layout
31458
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset VSpace bigskip
31471 \end_inset
31472
31473 Dans certaines publications scientifiques, il est courant de rassembler
31474  les notes de bas de page et de les imprimer dans un paragraphe particulier
31475  à la fin de la section, comme sur la Figure
31476 \begin_inset space ~
31477 \end_inset
31478
31479
31480 \begin_inset CommandInset ref
31481 LatexCommand ref
31482 reference "fig:Notes-de-fin"
31483
31484 \end_inset
31485
31486 .
31487  On les appelle 
31488 \begin_inset Quotes eld
31489 \end_inset
31490
31491 notes de fin
31492 \begin_inset Quotes erd
31493 \end_inset
31494
31495 .
31496 \begin_inset Index idx
31497 status collapsed
31498
31499 \begin_layout Plain Layout
31500 Notes de fin
31501 \end_layout
31502
31503 \end_inset
31504
31505  Pour utiliser des notes de fin à la place des notes de bas de page dans
31506  votre document, charger le module 
31507 \family sans
31508 Note de bas de page en fin de document
31509 \family default
31510  à partir de 
31511 \family sans
31512 Document\SpecialChar \menuseparator
31513 Paramètres\SpecialChar \menuseparator
31514 Modules
31515 \family default
31516 .
31517  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31518 \end_layout
31519
31520 \begin_layout Standard
31521
31522 \series bold
31523
31524 \backslash
31525 theendnotes
31526 \end_layout
31527
31528 \begin_layout Standard
31529 en code TeX à la fin d'une section ou d'un chapitre.
31530 \end_layout
31531
31532 \begin_layout Standard
31533 \begin_inset Float figure
31534 wide false
31535 sideways false
31536 status open
31537
31538 \begin_layout Plain Layout
31539 \align center
31540 \begin_inset ERT
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544
31545
31546 \backslash
31547 framebox{
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \begin_inset Graphics
31554         filename ../clipart/endnotes.pdf
31555         scaleBeforeRotation
31556
31557 \end_inset
31558
31559
31560 \begin_inset ERT
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565 }
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \begin_layout Plain Layout
31574 \begin_inset Caption
31575
31576 \begin_layout Plain Layout
31577 \begin_inset CommandInset label
31578 LatexCommand label
31579 name "fig:Notes-de-fin"
31580
31581 \end_inset
31582
31583 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31584  séparé à la fin des sections ou des chapitres.
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \begin_layout Standard
31598 \begin_inset VSpace medskip
31599 \end_inset
31600
31601 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31602  dans la langue du document, cela doit être fait manuellement.
31603  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31604  
31605 \begin_inset Quotes eld
31606 \end_inset
31607
31608 Notes
31609 \begin_inset Quotes erd
31610 \end_inset
31611
31612  en sa traduction Allemande
31613 \begin_inset Foot
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617 En français, 
31618 \begin_inset Quotes eld
31619 \end_inset
31620
31621 Notes
31622 \begin_inset Quotes erd
31623 \end_inset
31624
31625  peut être conservé.
31626 \end_layout
31627
31628 \end_inset
31629
31630  
31631 \begin_inset Quotes eld
31632 \end_inset
31633
31634 Anmerkungen
31635 \begin_inset Quotes erd
31636 \end_inset
31637
31638  :
31639 \end_layout
31640
31641 \begin_layout Standard
31642
31643 \series bold
31644
31645 \backslash
31646 renewcommand{
31647 \backslash
31648 notesname}{Anmerkungen}
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset VSpace medskip
31653 \end_inset
31654
31655 La numérotation des notes de fin peut être modifiée comme celle des notes
31656  de bas de page comme c'est décrit dans la section
31657 \begin_inset space ~
31658 \end_inset
31659
31660
31661 \begin_inset CommandInset ref
31662 LatexCommand ref
31663 reference "sub:Numerotation-notes-bas-de-page"
31664
31665 \end_inset
31666
31667  ; remplacez juste la commande 
31668 \series bold
31669
31670 \backslash
31671 thefootnote
31672 \series default
31673  par 
31674 \series bold
31675
31676 \backslash
31677 theendnote
31678 \series default
31679 .
31680  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31681 \series bold
31682
31683 \backslash
31684 @addtoreset
31685 \series default
31686  comme c'est décrit dans la section
31687 \begin_inset space ~
31688 \end_inset
31689
31690
31691 \begin_inset CommandInset ref
31692 LatexCommand ref
31693 reference "sub:Numerotation-notes-bas-de-page"
31694
31695 \end_inset
31696
31697  et remplacez le paramètre de commande 
31698 \series bold
31699 footnote
31700 \series default
31701  par 
31702 \series bold
31703 endnote
31704 \series default
31705 .
31706 \end_layout
31707
31708 \begin_layout Standard
31709 Pour les notes de fin, il y a la commande 
31710 \series bold
31711
31712 \backslash
31713 endnotemark[numéro]
31714 \series default
31715  qui est semblable à 
31716 \series bold
31717
31718 \backslash
31719 footnotemark
31720 \series default
31721 , décrite dans la section
31722 \begin_inset space ~
31723 \end_inset
31724
31725
31726 \begin_inset CommandInset ref
31727 LatexCommand ref
31728 reference "sec:Notes-bas-de-page"
31729
31730 \end_inset
31731
31732 .
31733 \end_layout
31734
31735 \begin_layout Standard
31736 \begin_inset VSpace bigskip
31737 \end_inset
31738
31739  Les notes de bas de page peuvent être mise dans la marge de la page et
31740  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
31741  
31742 \series bold
31743 footmisc
31744 \series default
31745
31746 \begin_inset Index idx
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750 Paquetages LaTeX ! footmisc
31751 \end_layout
31752
31753 \end_inset
31754
31755
31756 \begin_inset CommandInset citation
31757 LatexCommand cite
31758 key "footmisc"
31759
31760 \end_inset
31761
31762  pour plus d'information à ce sujet.
31763 \end_layout
31764
31765 \begin_layout Standard
31766 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31767  voyez les livres sur LaTeX, 
31768 \begin_inset CommandInset citation
31769 LatexCommand cite
31770 key "latexcompanion,latexguide,latexbook"
31771
31772 \end_inset
31773
31774 .
31775  Si vous utilisez une classe de document  
31776 \series bold
31777 KOMA-Script
31778 \series default
31779
31780 \begin_inset Index idx
31781 status collapsed
31782
31783 \begin_layout Plain Layout
31784 Paquetages LaTeX ! KOMA-Script
31785 \end_layout
31786
31787 \end_inset
31788
31789 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31790  des commandes spécifiques à la classe de document utilisée, voyez 
31791 \begin_inset CommandInset citation
31792 LatexCommand cite
31793 key "KOMA-Script"
31794
31795 \end_inset
31796
31797 .
31798 \end_layout
31799
31800 \begin_layout Section
31801 Notes en marge
31802 \begin_inset Index idx
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806 Notes ! Notes en Marge
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \begin_layout Standard
31815 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
31816 t de la même façon.
31817  Quand vous insérez une note en marge avec 
31818 \family sans
31819 Insertion\SpecialChar \menuseparator
31820 Note
31821 \begin_inset space ~
31822 \end_inset
31823
31824 en
31825 \begin_inset space ~
31826 \end_inset
31827
31828 Marge
31829 \family default
31830  ou avec le bouton 
31831 \begin_inset Info
31832 type  "icon"
31833 arg   "marginalnote-insert"
31834 \end_inset
31835
31836  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31837  grise avec une étiquette rouge 
31838 \begin_inset Quotes fld
31839 \end_inset
31840
31841 marge
31842 \begin_inset Quotes frd
31843 \end_inset
31844
31845 .
31846  
31847 \begin_inset Marginal
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851 C'est une note en marge.
31852 \end_layout
31853
31854 \end_inset
31855
31856  Cette boîte est la représentation de votre note dans LyX.
31857  Vous pouvez y entrer votre texte.
31858 \end_layout
31859
31860 \begin_layout Standard
31861 Les notes en marge apparaissent dans la marge de droite dans les documents
31862  imprimées sur une seule face.
31863  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
31864  
31865 \begin_inset Quotes eld
31866 \end_inset
31867
31868 extérieure
31869 \begin_inset Quotes erd
31870 \end_inset
31871
31872  – la gauche sur les pages paires et la droite sur les pages impaires.
31873  Le texte de la note en marge est aligné à l'opposé de la marge externe
31874  – aligné à droite quand la note apparaît dans la marge de gauche.
31875  La première ligne de la note apparaît à la hauteur de la ligne de texte
31876  où la note a été insérée dans le document.
31877 \end_layout
31878
31879 \begin_layout Standard
31880 \begin_inset VSpace bigskip
31881 \end_inset
31882
31883 Pour placer une note dans la marge interne, ajoutez la commande suivante
31884  :
31885 \end_layout
31886
31887 \begin_layout Standard
31888
31889 \series bold
31890
31891 \backslash
31892 reversemarginpar
31893 \end_layout
31894
31895 \begin_layout Standard
31896 sous forme de code TeX avant votre note de marge.
31897  Le nouveau positionnement est pris en compte pour toutes les notes en marge
31898  qui suivent 
31899 \begin_inset ERT
31900 status collapsed
31901
31902 \begin_layout Plain Layout
31903
31904
31905 \backslash
31906 reversemarginpar 
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \begin_inset Marginal
31913 status open
31914
31915 \begin_layout Plain Layout
31916 Cette note en marge est dans la marge interne.
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \series bold
31923
31924 \begin_inset Newline newline
31925 \end_inset
31926
31927
31928 \series default
31929
31930 \begin_inset Note Greyedout
31931 status open
31932
31933 \begin_layout Plain Layout
31934
31935 \series bold
31936 Note:
31937 \series default
31938  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
31939  les notes sont souvent mal mises en formes dans la sortie imprimée.
31940 \end_layout
31941
31942 \end_inset
31943
31944
31945 \end_layout
31946
31947 \begin_layout Standard
31948 Pour revenir au positionnement implicite, ajoutez la commande :
31949 \end_layout
31950
31951 \begin_layout Standard
31952
31953 \series bold
31954
31955 \backslash
31956 normalmarginpar
31957 \end_layout
31958
31959 \begin_layout Standard
31960 sous forme de code TeX.
31961 \begin_inset ERT
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965
31966
31967 \backslash
31968 normalmarginpar 
31969 \end_layout
31970
31971 \end_inset
31972
31973
31974 \begin_inset Newline newline
31975 \end_inset
31976
31977  
31978 \begin_inset Note Greyedout
31979 status open
31980
31981 \begin_layout Plain Layout
31982
31983 \series bold
31984 Note:
31985 \series default
31986  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
31987  
31988 \series bold
31989
31990 \backslash
31991 reversemarginpar
31992 \series default
31993  est aussi utilisée.
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \end_layout
32000
32001 \begin_layout Standard
32002 \begin_inset VSpace bigskip
32003 \end_inset
32004
32005
32006 \begin_inset Marginal
32007 status open
32008
32009 \begin_layout Plain Layout
32010 UnTrèsLongMotEnMarge sans césure.
32011 \end_layout
32012
32013 \end_inset
32014
32015  Comme dans le cas décrit dans la section
32016 \begin_inset space ~
32017 \end_inset
32018
32019
32020 \begin_inset CommandInset ref
32021 LatexCommand ref
32022 reference "sub:Lignes-multiple-dans-cellule"
32023
32024 \end_inset
32025
32026 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32027  mot d'une note en marge.
32028  Pour éviter ce problème, insérez un espacement horizontal de 0
32029 \begin_inset space \thinspace{}
32030 \end_inset
32031
32032 pt avant le mot en question: 
32033 \begin_inset Marginal
32034 status open
32035
32036 \begin_layout Plain Layout
32037 \begin_inset space \hspace{}
32038 \length 0pt
32039 \end_inset
32040
32041 UnMotTrèsLongEnMarge avec une césure.
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Standard
32050 \begin_inset VSpace bigskip
32051 \end_inset
32052
32053
32054 \end_layout
32055
32056 \begin_layout Standard
32057 \begin_inset Note Greyedout
32058 status open
32059
32060 \begin_layout Plain Layout
32061
32062 \series bold
32063 Note:
32064 \series default
32065  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32066  tableaux, des flottants et des notes de bas de page.
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \begin_layout Standard
32075 \begin_inset VSpace bigskip
32076 \end_inset
32077
32078
32079 \end_layout
32080
32081 \begin_layout Standard
32082 \begin_inset ERT
32083 status collapsed
32084
32085 \begin_layout Plain Layout
32086
32087
32088 \backslash
32089 ifmarginnote
32090 \end_layout
32091
32092 \end_inset
32093
32094
32095 \begin_inset Note Note
32096 status open
32097
32098 \begin_layout Plain Layout
32099 La section suivante ne sera affichée que si le paquetage LaTeX 
32100 \series bold
32101 marginnote
32102 \series default
32103  a été installé.
32104 \end_layout
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Standard
32112 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
32113 \series bold
32114 marginnote
32115 \series default
32116
32117 \begin_inset Index idx
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121 Paquetages LaTeX ! marginnote
32122 \end_layout
32123
32124 \end_inset
32125
32126 .
32127  En ajoutant les deux lignes suivantes au préambule de votre document, la
32128  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
32129  la commande fournie par le paquetage 
32130 \series bold
32131 marginnote
32132 \series default
32133  :
32134 \end_layout
32135
32136 \begin_layout Standard
32137
32138 \series bold
32139
32140 \backslash
32141 usepackage{marginnote}
32142 \begin_inset Newline newline
32143 \end_inset
32144
32145
32146 \backslash
32147 let
32148 \backslash
32149 marginpar
32150 \backslash
32151 marginnote
32152 \end_layout
32153
32154 \begin_layout Standard
32155 Ce paquetage est aussi utilisé dans ce document parce que 
32156 \series bold
32157 marginnote
32158 \series default
32159  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32160  vertical pour une note.
32161  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32162  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32163  en page.
32164  Le décalage est inséré dans LyX sous forme de code TeX directement après
32165  la note sous la forme
32166 \end_layout
32167
32168 \begin_layout Standard
32169
32170 \series bold
32171 [offset]
32172 \end_layout
32173
32174 \begin_layout Standard
32175 où l'offset utilise l'une des unités listées dans le tableau
32176 \begin_inset space ~
32177 \end_inset
32178
32179
32180 \begin_inset CommandInset ref
32181 LatexCommand ref
32182 reference "cha:Unités-de-longueur"
32183
32184 \end_inset
32185
32186 .
32187  Une valeur négative déplace la note vers le haut, une valeur positive la
32188  déplace vers le bas.
32189  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32190  vers le haut de 1.5
32191 \begin_inset space \thinspace{}
32192 \end_inset
32193
32194 cm avec la commande en code TeX 
32195 \begin_inset Quotes eld
32196 \end_inset
32197
32198
32199 \series bold
32200 [-1.5cm]
32201 \series default
32202
32203 \begin_inset Quotes erd
32204 \end_inset
32205
32206
32207 \begin_inset Marginal
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211 Cette note en marge est décalée vers le haut de 1.5
32212 \begin_inset space \thinspace{}
32213 \end_inset
32214
32215 cm par rapport à sa position d'origine.
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \begin_inset ERT
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225
32226 [-1.5cm]
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \end_layout
32233
32234 \begin_layout Standard
32235 \begin_inset VSpace medskip
32236 \end_inset
32237
32238 Avec le paquetage 
32239 \series bold
32240 marginnote
32241 \series default
32242  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32243  Par exemple les commandes 
32244 \end_layout
32245
32246 \begin_layout Standard
32247
32248 \series bold
32249
32250 \backslash
32251 renewcommand*{
32252 \backslash
32253 raggedleftmarginnote}{
32254 \backslash
32255 centering}
32256 \begin_inset Newline newline
32257 \end_inset
32258
32259
32260 \backslash
32261 renewcommand*{
32262 \backslash
32263 raggedrightmarginnote}{
32264 \backslash
32265 centering}
32266 \end_layout
32267
32268 \begin_layout Standard
32269 donnent un alignement centré.
32270  
32271 \series bold
32272
32273 \backslash
32274 raggedleftmarginnote
32275 \series default
32276  indique une note qui apparaît dans la marge de gauche.
32277 \begin_inset ERT
32278 status collapsed
32279
32280 \begin_layout Plain Layout
32281
32282
32283 \backslash
32284 renewcommand*{
32285 \backslash
32286 raggedleftmarginnote}{
32287 \backslash
32288 centering}
32289 \end_layout
32290
32291 \begin_layout Plain Layout
32292
32293
32294 \backslash
32295 renewcommand*{
32296 \backslash
32297 raggedrightmarginnote}{
32298 \backslash
32299 centering}
32300 \end_layout
32301
32302 \end_inset
32303
32304
32305 \begin_inset Marginal
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309 Le texte de cette note en marge est centré.
32310 \end_layout
32311
32312 \end_inset
32313
32314 .
32315  Le comportement implicite est donné par
32316 \end_layout
32317
32318 \begin_layout Standard
32319
32320 \series bold
32321
32322 \backslash
32323 renewcommand*{
32324 \backslash
32325 raggedleftmarginnote}{
32326 \backslash
32327 raggedleft}
32328 \begin_inset Newline newline
32329 \end_inset
32330
32331
32332 \backslash
32333 renewcommand*{
32334 \backslash
32335 raggedrightmarginnote}{
32336 \backslash
32337 raggedright}
32338 \series default
32339
32340 \begin_inset ERT
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344
32345
32346 \backslash
32347 renewcommand*{
32348 \backslash
32349 raggedleftmarginnote}{
32350 \backslash
32351 raggedleft}
32352 \end_layout
32353
32354 \begin_layout Plain Layout
32355
32356
32357 \backslash
32358 renewcommand*{
32359 \backslash
32360 raggedrightmarginnote}{
32361 \backslash
32362 raggedright}
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \begin_layout Standard
32371 \begin_inset VSpace medskip
32372 \end_inset
32373
32374 Pour les autre fonctions du paquetage 
32375 \series bold
32376 marginnote
32377 \series default
32378  nous vous renvoyons à sa documentation 
32379 \begin_inset CommandInset citation
32380 LatexCommand cite
32381 key "marginnote"
32382
32383 \end_inset
32384
32385 .
32386 \end_layout
32387
32388 \begin_layout Standard
32389 \begin_inset VSpace bigskip
32390 \end_inset
32391
32392 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32393  définition.
32394  Pour créer par exemple une entête pour toutes les notes en marge avec le
32395  texte 
32396 \begin_inset Quotes eld
32397 \end_inset
32398
32399
32400 \family sans
32401 \series bold
32402 \bar under
32403 Attention!
32404 \family default
32405 \series default
32406 \bar default
32407
32408 \begin_inset Quotes erd
32409 \end_inset
32410
32411  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32412  de votre document :
32413 \end_layout
32414
32415 \begin_layout Standard
32416
32417 \series bold
32418
32419 \backslash
32420 let
32421 \backslash
32422 myMarginpar
32423 \backslash
32424 marginpar
32425 \begin_inset Newline newline
32426 \end_inset
32427
32428
32429 \backslash
32430 renewcommand{
32431 \backslash
32432 marginpar}[1]{
32433 \backslash
32434 myMarginpar{%
32435 \begin_inset Newline newline
32436 \end_inset
32437
32438
32439 \begin_inset Phantom HPhantom
32440 status open
32441
32442 \begin_layout Plain Layout
32443
32444 \series bold
32445 \begin_inset space ~
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \end_inset
32452
32453
32454 \backslash
32455 hspace{0pt}
32456 \backslash
32457 textsf{
32458 \backslash
32459 textbf{
32460 \backslash
32461 underbar{Attention!}}}%
32462 \begin_inset Newline newline
32463 \end_inset
32464
32465
32466 \begin_inset Phantom HPhantom
32467 status open
32468
32469 \begin_layout Plain Layout
32470
32471 \series bold
32472 \begin_inset space ~
32473 \end_inset
32474
32475
32476 \end_layout
32477
32478 \end_inset
32479
32480
32481 \backslash
32482 vspace{1.5mm}
32483 \backslash
32484
32485 \backslash
32486 #1}}
32487 \end_layout
32488
32489 \begin_layout Standard
32490 \begin_inset ERT
32491 status collapsed
32492
32493 \begin_layout Plain Layout
32494
32495
32496 \backslash
32497 let
32498 \backslash
32499 myMarginpar
32500 \backslash
32501 marginpar
32502 \end_layout
32503
32504 \begin_layout Plain Layout
32505
32506
32507 \backslash
32508 renewcommand{
32509 \backslash
32510 marginpar}[1]{
32511 \backslash
32512 myMarginpar{%
32513 \end_layout
32514
32515 \begin_layout Plain Layout
32516
32517    
32518 \backslash
32519 textsf{
32520 \backslash
32521 textbf{
32522 \backslash
32523 underbar{Attention!}}}%
32524 \end_layout
32525
32526 \begin_layout Plain Layout
32527
32528    
32529 \backslash
32530 vspace{1.5mm}
32531 \backslash
32532
32533 \backslash
32534 #1}}
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \begin_inset Marginal
32541 status open
32542
32543 \begin_layout Plain Layout
32544 Ceci est une note en marge avec une en-tête prédéfinie.
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \begin_inset ERT
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554
32555 [-1.5cm]
32556 \end_layout
32557
32558 \end_inset
32559
32560
32561 \begin_inset ERT
32562 status collapsed
32563
32564 \begin_layout Plain Layout
32565
32566
32567 \backslash
32568 renewcommand{
32569 \backslash
32570 marginpar}[1]{
32571 \backslash
32572 myMarginpar{#1}}
32573 \end_layout
32574
32575 \end_inset
32576
32577
32578 \begin_inset Note Note
32579 status collapsed
32580
32581 \begin_layout Plain Layout
32582
32583 \lang english
32584 The margin note format is changed only for this example.
32585 \end_layout
32586
32587 \end_inset
32588
32589
32590 \end_layout
32591
32592 \begin_layout Standard
32593 \begin_inset ERT
32594 status collapsed
32595
32596 \begin_layout Plain Layout
32597
32598
32599 \backslash
32600 else
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \begin_inset Note Note
32607 status open
32608
32609 \begin_layout Plain Layout
32610 Ce qui suit sera affiché si le paquetage LaTeX 
32611 \series bold
32612 marginnote
32613 \series default
32614  n'est pas installé :
32615 \end_layout
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \begin_layout Standard
32623 Vous devez installer le paquetage LaTeX 
32624 \series bold
32625 marginnote
32626 \series default
32627  pour voir la suite de cette section dans la sortie imprimée.
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 fi
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \begin_layout Chapter
32647 Les boîtes
32648 \end_layout
32649
32650 \begin_layout Section
32651 Introduction
32652 \begin_inset Index idx
32653 status collapsed
32654
32655 \begin_layout Plain Layout
32656 Boîtes ! Introduction
32657 \end_layout
32658
32659 \end_inset
32660
32661
32662 \end_layout
32663
32664 \begin_layout Standard
32665 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32666  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32667  voir la section
32668 \begin_inset space ~
32669 \end_inset
32670
32671
32672 \begin_inset CommandInset ref
32673 LatexCommand ref
32674 reference "sec:Minipages"
32675
32676 \end_inset
32677
32678 , pour encadrer des portions de texte, voir la section
32679 \begin_inset space ~
32680 \end_inset
32681
32682
32683 \begin_inset CommandInset ref
32684 LatexCommand ref
32685 reference "sec:Décorations"
32686
32687 \end_inset
32688
32689 , pour empêcher que des mots subissent une césure, voir la section
32690 \begin_inset space ~
32691 \end_inset
32692
32693
32694 \begin_inset CommandInset ref
32695 LatexCommand ref
32696 reference "sec:Empêcher-césure"
32697
32698 \end_inset
32699
32700 , pour aligner du texte, voir la section
32701 \begin_inset space ~
32702 \end_inset
32703
32704
32705 \begin_inset CommandInset ref
32706 LatexCommand ref
32707 reference "sub:Alignement-Vertical"
32708
32709 \end_inset
32710
32711 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32712 \begin_inset space ~
32713 \end_inset
32714
32715
32716 \begin_inset CommandInset ref
32717 LatexCommand ref
32718 reference "sec:Boîtes-colorées"
32719
32720 \end_inset
32721
32722 .
32723 \end_layout
32724
32725 \begin_layout Standard
32726 On peut insérer une boîte en utilisant le menu 
32727 \family sans
32728 Insertion\SpecialChar \menuseparator
32729 Boîte
32730 \family default
32731  ou avec le bouton 
32732 \begin_inset Info
32733 type  "icon"
32734 arg   "box-insert Frameless"
32735 \end_inset
32736
32737  de la barre d'outils.
32738  Une boîte grise avec une étiquette 
32739 \family sans
32740 Boîte
32741 \begin_inset space ~
32742 \end_inset
32743
32744 (Minipage)
32745 \family default
32746
32747 \begin_inset Graphics
32748         filename clipart/BoxInsetDefaultQt4.png
32749         scale 65
32750         scaleBeforeRotation
32751
32752 \end_inset
32753
32754  est alors insérée.
32755  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32756  et en choisissant 
32757 \family sans
32758 Paramètres
32759 \family default
32760  .
32761  La fenêtre de dialogue qui apparaît donne accès aux types de
32762 \family sans
32763  Boîte
32764 \begin_inset space ~
32765 \end_inset
32766
32767 Intérieure
32768 \family default
32769  
32770 \family sans
32771 Makebox, Parbox
32772 \family default
32773  et 
32774 \family sans
32775 Minipage
32776 \family default
32777 .
32778  Le type 
32779 \family sans
32780 Minipage
32781 \family default
32782  est le type implicite pour les boîtes nouvellement créées et il est décrit
32783  dans la section
32784 \begin_inset space ~
32785 \end_inset
32786
32787
32788 \begin_inset CommandInset ref
32789 LatexCommand ref
32790 reference "sec:Minipages"
32791
32792 \end_inset
32793
32794 ; le type 
32795 \family sans
32796 Parbox
32797 \family default
32798  est décrit dans la section
32799 \begin_inset space ~
32800 \end_inset
32801
32802
32803 \begin_inset CommandInset ref
32804 LatexCommand ref
32805 reference "sec:Parboxes"
32806
32807 \end_inset
32808
32809  et le type 
32810 \family sans
32811 Makebox
32812 \family default
32813  est décrit dans la section
32814 \begin_inset space ~
32815 \end_inset
32816
32817
32818 \begin_inset CommandInset ref
32819 LatexCommand ref
32820 reference "sec:Empêcher-césure"
32821
32822 \end_inset
32823
32824 .
32825 \end_layout
32826
32827 \begin_layout Standard
32828 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32829  comme les flottants ou les notes de bas de page.
32830 \end_layout
32831
32832 \begin_layout Standard
32833 \begin_inset Note Greyedout
32834 status open
32835
32836 \begin_layout Plain Layout
32837
32838 \series bold
32839 Note:
32840 \series default
32841  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32842  de type 
32843 \family sans
32844 Liste
32845 \family default
32846  ou 
32847 \family sans
32848 Description
32849 \family default
32850 .
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Standard
32859 \begin_inset Note Greyedout
32860 status open
32861
32862 \begin_layout Plain Layout
32863
32864 \series bold
32865 Note:
32866 \series default
32867  Pour une raison inconnue, vous ne pouvez mettre le type de la 
32868 \family sans
32869 Boîte
32870 \begin_inset space ~
32871 \end_inset
32872
32873 Intérieure
32874 \family default
32875  à 
32876 \family sans
32877 Aucune
32878 \family default
32879  que quand vous utilisez une boîte encadrée.
32880  Les boîtes sans 
32881 \family sans
32882 Boîte
32883 \begin_inset space ~
32884 \end_inset
32885
32886 Intérieure
32887 \family default
32888  et sans cadre sont expliquées dans la section
32889 \begin_inset space ~
32890 \end_inset
32891
32892
32893 \begin_inset CommandInset ref
32894 LatexCommand ref
32895 reference "sec:Empêcher-césure"
32896
32897 \end_inset
32898
32899 .
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Section
32908 La fenêtre de dialogue Boîte
32909 \begin_inset CommandInset label
32910 LatexCommand label
32911 name "sec:Boîte-Dialogue"
32912
32913 \end_inset
32914
32915
32916 \begin_inset Index idx
32917 status collapsed
32918
32919 \begin_layout Plain Layout
32920 Boîtes ! Fenêtre de dialogue Boîte
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \begin_layout Subsection
32929 Taille
32930 \begin_inset Index idx
32931 status collapsed
32932
32933 \begin_layout Plain Layout
32934 Boîtes ! Taille
32935 \end_layout
32936
32937 \end_inset
32938
32939
32940 \end_layout
32941
32942 \begin_layout Standard
32943 Dans la fenêtre de dialogue 
32944 \family sans
32945 Paramètres
32946 \begin_inset space ~
32947 \end_inset
32948
32949 de
32950 \begin_inset space ~
32951 \end_inset
32952
32953 Boîte
32954 \family default
32955  vous pouvez modifier la géométrie de la boîte avec les champs 
32956 \family sans
32957 Largeur
32958 \family default
32959  et 
32960 \family sans
32961 Hauteur
32962 \family default
32963 .
32964  Les unités de longueur qui sont utilisables dans ces champs sont décrites
32965  dans le tableau
32966 \begin_inset space ~
32967 \end_inset
32968
32969
32970 \begin_inset CommandInset ref
32971 LatexCommand ref
32972 reference "tab:Unités"
32973
32974 \end_inset
32975
32976 .
32977  Le champ 
32978 \family sans
32979 Hauteur
32980 \family default
32981  offre en plus les spécifications de taille suivantes :
32982 \end_layout
32983
32984 \begin_layout Description
32985 Profondeur C'est simplement la 
32986 \begin_inset Quotes eld
32987 \end_inset
32988
32989 hauteur
32990 \begin_inset Quotes erd
32991 \end_inset
32992
32993  du texte.
32994  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
32995  lignes de texte dans la boîte.
32996 \begin_inset Newline newline
32997 \end_inset
32998
32999
33000 \begin_inset Newline newline
33001 \end_inset
33002
33003
33004 \begin_inset Newline newline
33005 \end_inset
33006
33007
33008 \begin_inset Box Boxed
33009 position "c"
33010 hor_pos "c"
33011 has_inner_box 1
33012 inner_pos "c"
33013 use_parbox 0
33014 use_makebox 0
33015 width "12col%"
33016 special "none"
33017 height "1in"
33018 height_special "depth"
33019 status open
33020
33021 \begin_layout Plain Layout
33022 \align center
33023 Boîte dont la hauteur est égale à 1
33024 \begin_inset space \thinspace{}
33025 \end_inset
33026
33027 Profondeur
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \begin_inset Newline newline
33034 \end_inset
33035
33036
33037 \begin_inset Newline newline
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \begin_layout Description
33044 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33045  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33046  est deux fois plus haute que le texte : 
33047 \begin_inset Box Boxed
33048 position "c"
33049 hor_pos "c"
33050 has_inner_box 1
33051 inner_pos "c"
33052 use_parbox 0
33053 use_makebox 0
33054 width "20col%"
33055 special "none"
33056 height "2in"
33057 height_special "height"
33058 status open
33059
33060 \begin_layout Plain Layout
33061 \align center
33062 Boîte dont la hauteur est 2
33063 \begin_inset space \thinspace{}
33064 \end_inset
33065
33066 Hauteur
33067 \end_layout
33068
33069 \end_inset
33070
33071
33072 \end_layout
33073
33074 \begin_layout Description
33075 Hauteur
33076 \begin_inset space ~
33077 \end_inset
33078
33079 Totale C'est égal à Hauteur
33080 \begin_inset space \thinspace{}
33081 \end_inset
33082
33083 +
33084 \begin_inset space \thinspace{}
33085 \end_inset
33086
33087 Profondeur : 
33088 \begin_inset Box Boxed
33089 position "c"
33090 hor_pos "c"
33091 has_inner_box 1
33092 inner_pos "c"
33093 use_parbox 0
33094 use_makebox 0
33095 width "20col%"
33096 special "none"
33097 height "1in"
33098 height_special "totalheight"
33099 status open
33100
33101 \begin_layout Plain Layout
33102 \align center
33103 Boîte dont la hauteur est 1
33104 \begin_inset space \thinspace{}
33105 \end_inset
33106
33107 Hauteur
33108 \begin_inset space ~
33109 \end_inset
33110
33111 Totale
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \begin_layout Description
33120 Largeur On prend la largeur de la boîte comme hauteur : 
33121 \begin_inset Box Boxed
33122 position "c"
33123 hor_pos "c"
33124 has_inner_box 1
33125 inner_pos "c"
33126 use_parbox 0
33127 use_makebox 0
33128 width "12col%"
33129 special "none"
33130 height "1in"
33131 height_special "width"
33132 status open
33133
33134 \begin_layout Plain Layout
33135 \align center
33136 Boîte dont la hauteur est 1
33137 \begin_inset space \thinspace{}
33138 \end_inset
33139
33140 Largeur
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Subsection
33149 Alignement
33150 \begin_inset Index idx
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154 Boîtes ! Alignement
33155 \end_layout
33156
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Standard
33163 Quand vous avez choisi une 
33164 \family sans
33165 Boîte
33166 \begin_inset space ~
33167 \end_inset
33168
33169 Intérieure
33170 \family default
33171 , l'alignement vertical de la boîte peut être :
33172 \end_layout
33173
33174 \begin_layout Description
33175 Haut Ceci est un exemple de texte.
33176  
33177 \begin_inset Box Boxed
33178 position "t"
33179 hor_pos "c"
33180 has_inner_box 1
33181 inner_pos "c"
33182 use_parbox 0
33183 use_makebox 0
33184 width "12col%"
33185 special "none"
33186 height "1in"
33187 height_special "totalheight"
33188 status collapsed
33189
33190 \begin_layout Plain Layout
33191 \align center
33192 Cette boîte est alignée sur le haut.
33193 \end_layout
33194
33195 \end_inset
33196
33197  Ceci est un exemple de texte.
33198 \end_layout
33199
33200 \begin_layout Description
33201 Milieu Ceci est un exemple de texte.
33202  
33203 \begin_inset Box Boxed
33204 position "c"
33205 hor_pos "c"
33206 has_inner_box 1
33207 inner_pos "c"
33208 use_parbox 0
33209 use_makebox 0
33210 width "12col%"
33211 special "none"
33212 height "1in"
33213 height_special "totalheight"
33214 status collapsed
33215
33216 \begin_layout Plain Layout
33217 \align center
33218 Cette boîte est alignée au centre.
33219 \end_layout
33220
33221 \end_inset
33222
33223  Ceci est un exemple de texte.
33224 \end_layout
33225
33226 \begin_layout Description
33227 Bas Ceci est un exemple de texte.
33228  
33229 \begin_inset Box Boxed
33230 position "b"
33231 hor_pos "c"
33232 has_inner_box 1
33233 inner_pos "c"
33234 use_parbox 0
33235 use_makebox 0
33236 width "12col%"
33237 special "none"
33238 height "1in"
33239 height_special "totalheight"
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243 \align center
33244 Cette boîte est alignée sur le bas.
33245 \end_layout
33246
33247 \end_inset
33248
33249  Ceci est un exemple de texte.
33250 \end_layout
33251
33252 \begin_layout Standard
33253 \begin_inset Note Greyedout
33254 status open
33255
33256 \begin_layout Plain Layout
33257
33258 \series bold
33259 Note:
33260 \series default
33261  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33262  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33263  l'autre non.
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Standard
33272 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33273  paragraphe grâce à la fenêtre de dialogue 
33274 \family sans
33275 Paramètres
33276 \begin_inset space ~
33277 \end_inset
33278
33279 de
33280 \begin_inset space ~
33281 \end_inset
33282
33283 Boîte
33284 \family default
33285 .
33286 \end_layout
33287
33288 \begin_layout Standard
33289 \begin_inset VSpace bigskip
33290 \end_inset
33291
33292 Quand vous avez choisi une 
33293 \family sans
33294 Boîte
33295 \begin_inset space ~
33296 \end_inset
33297
33298 Intérieure
33299 \family default
33300 , l'alignement vertical du contenu de la boîte peut être :
33301 \end_layout
33302
33303 \begin_layout Description
33304 haut Ceci est un exemple de texte.
33305 \begin_inset Box Boxed
33306 position "c"
33307 hor_pos "c"
33308 has_inner_box 1
33309 inner_pos "t"
33310 use_parbox 0
33311 use_makebox 0
33312 width "12col%"
33313 special "none"
33314 height "1.5in"
33315 height_special "totalheight"
33316 status collapsed
33317
33318 \begin_layout Plain Layout
33319 \align center
33320 Le texte de cette boîte est aligné sur le haut.
33321 \end_layout
33322
33323 \end_inset
33324
33325  Ceci est un exemple de texte.
33326 \end_layout
33327
33328 \begin_layout Description
33329 milieu Ceci est un exemple de texte.
33330  
33331 \begin_inset Box Boxed
33332 position "c"
33333 hor_pos "c"
33334 has_inner_box 1
33335 inner_pos "c"
33336 use_parbox 0
33337 use_makebox 0
33338 width "12col%"
33339 special "none"
33340 height "1.5in"
33341 height_special "totalheight"
33342 status collapsed
33343
33344 \begin_layout Plain Layout
33345 \align center
33346 Le texte de cette boîte est aligné au centre
33347 \end_layout
33348
33349 \end_inset
33350
33351  Ceci est un exemple de texte.
33352 \end_layout
33353
33354 \begin_layout Description
33355 bas Ceci est un exemple de texte.
33356  
33357 \begin_inset Box Boxed
33358 position "c"
33359 hor_pos "c"
33360 has_inner_box 1
33361 inner_pos "b"
33362 use_parbox 0
33363 use_makebox 0
33364 width "12col%"
33365 special "none"
33366 height "1.5in"
33367 height_special "totalheight"
33368 status collapsed
33369
33370 \begin_layout Plain Layout
33371 \align center
33372 Le texte de cette boîte est aligné en bas.
33373 \end_layout
33374
33375 \end_inset
33376
33377  Ceci est un exemple de texte.
33378 \end_layout
33379
33380 \begin_layout Description
33381 élongation Ceci est un exemple de texte.
33382  
33383 \begin_inset Box Boxed
33384 position "c"
33385 hor_pos "c"
33386 has_inner_box 1
33387 inner_pos "s"
33388 use_parbox 0
33389 use_makebox 0
33390 width "12col%"
33391 special "none"
33392 height "1.5in"
33393 height_special "totalheight"
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397 \align center
33398 Le texte 
33399 \end_layout
33400
33401 \begin_layout Plain Layout
33402 \align center
33403 de cette
33404 \end_layout
33405
33406 \begin_layout Plain Layout
33407 \align center
33408 boîte est
33409 \end_layout
33410
33411 \begin_layout Plain Layout
33412 \align center
33413 allongé.
33414 \end_layout
33415
33416 \end_inset
33417
33418  Ceci est un exemple de texte.
33419 \end_layout
33420
33421 \begin_layout Standard
33422 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33423  paragraphe.
33424  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33425 \end_layout
33426
33427 \begin_layout Standard
33428 \begin_inset VSpace bigskip
33429 \end_inset
33430
33431 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33432  la fenêtre de dialogue 
33433 \family sans
33434 Paramètres
33435 \begin_inset space ~
33436 \end_inset
33437
33438 de
33439 \begin_inset space ~
33440 \end_inset
33441
33442 paragraphe
33443 \family default
33444  quand vous avez choisi une 
33445 \family sans
33446 Boîte
33447 \begin_inset space ~
33448 \end_inset
33449
33450 Intérieure
33451 \family default
33452 .
33453 \end_layout
33454
33455 \begin_layout Standard
33456 \align center
33457 \begin_inset Box Boxed
33458 position "c"
33459 hor_pos "c"
33460 has_inner_box 1
33461 inner_pos "s"
33462 use_parbox 0
33463 use_makebox 0
33464 width "15col%"
33465 special "none"
33466 height "1.25in"
33467 height_special "totalheight"
33468 status open
33469
33470 \begin_layout Plain Layout
33471 \align left
33472 Le texte de 
33473 \end_layout
33474
33475 \begin_layout Plain Layout
33476 \align left
33477 cette boîte
33478 \end_layout
33479
33480 \begin_layout Plain Layout
33481 \align right
33482 est allongé.
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \begin_layout Standard
33491 Si vous n'avez pas choisi une 
33492 \family sans
33493 Boîte
33494 \begin_inset space ~
33495 \end_inset
33496
33497 Intérieure
33498 \family default
33499 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33500  de dialogue de boîte.
33501 \end_layout
33502
33503 \begin_layout Standard
33504 \align center
33505 \begin_inset Box Boxed
33506 position "c"
33507 hor_pos "s"
33508 has_inner_box 0
33509 inner_pos "s"
33510 use_parbox 0
33511 use_makebox 0
33512 width "90col%"
33513 special "none"
33514 height "1.25in"
33515 height_special "totalheight"
33516 status open
33517
33518 \begin_layout Plain Layout
33519 Le texte de cette boîte est allongé horizontalement.
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \begin_layout Subsection
33528 Décorations
33529 \begin_inset CommandInset label
33530 LatexCommand label
33531 name "sec:Décorations"
33532
33533 \end_inset
33534
33535
33536 \begin_inset Index idx
33537 status collapsed
33538
33539 \begin_layout Plain Layout
33540 Boîtes ! Décorations
33541 \end_layout
33542
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \begin_layout Standard
33549 On peut spécifier le style de la boîte en utilisant la liste déroulante
33550  
33551 \family sans
33552 Décoration
33553 \family default
33554 .
33555  Les possibilités sont les suivantes :
33556 \end_layout
33557
33558 \begin_layout Description
33559 Aucun
33560 \begin_inset space ~
33561 \end_inset
33562
33563 cadre
33564 \begin_inset space ~
33565 \end_inset
33566
33567 tracé Rien n'est tracé
33568 \end_layout
33569
33570 \begin_layout Description
33571 Cadre
33572 \begin_inset space ~
33573 \end_inset
33574
33575 rectangulaire
33576 \begin_inset space ~
33577 \end_inset
33578
33579 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33580  L'épaisseur du trait de ce cadre est donnée par la variable  
33581 \series bold
33582
33583 \backslash
33584 fboxrule
33585 \series default
33586 .
33587 \begin_inset Newline newline
33588 \end_inset
33589
33590
33591 \begin_inset Box Boxed
33592 position "c"
33593 hor_pos "c"
33594 has_inner_box 1
33595 inner_pos "c"
33596 use_parbox 0
33597 use_makebox 0
33598 width "20col%"
33599 special "none"
33600 height "1in"
33601 height_special "totalheight"
33602 status open
33603
33604 \begin_layout Plain Layout
33605 \align center
33606 Boîte rectangulaire
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \begin_layout Description
33615 Cadre
33616 \begin_inset space ~
33617 \end_inset
33618
33619 oval,
33620 \begin_inset space ~
33621 \end_inset
33622
33623 fin Ceci dessine un cadre ovalisée autour de la boîte.
33624  L'épaisseur du trait de ce cadre est de  0.4
33625 \begin_inset space \thinspace{}
33626 \end_inset
33627
33628 pt.
33629  
33630 \begin_inset Box ovalbox
33631 position "c"
33632 hor_pos "c"
33633 has_inner_box 1
33634 inner_pos "c"
33635 use_parbox 0
33636 use_makebox 0
33637 width "20col%"
33638 special "none"
33639 height "1in"
33640 height_special "totalheight"
33641 status open
33642
33643 \begin_layout Plain Layout
33644 \align center
33645 Boîte ovalisée, fine
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \begin_layout Description
33654 Cadre
33655 \begin_inset space ~
33656 \end_inset
33657
33658 oval,
33659 \begin_inset space ~
33660 \end_inset
33661
33662 épais Ceci dessine un cadre ovalisée autour de la boîte.
33663  L'épaisseur du trait de ce cadre est de   0.8
33664 \begin_inset space \thinspace{}
33665 \end_inset
33666
33667 pt.
33668  
33669 \begin_inset Box Ovalbox
33670 position "c"
33671 hor_pos "c"
33672 has_inner_box 1
33673 inner_pos "c"
33674 use_parbox 0
33675 use_makebox 0
33676 width "20col%"
33677 special "none"
33678 height "1in"
33679 height_special "totalheight"
33680 status open
33681
33682 \begin_layout Plain Layout
33683 \align center
33684 Boîte ovalisée, épaisse
33685 \end_layout
33686
33687 \end_inset
33688
33689
33690 \end_layout
33691
33692 \begin_layout Description
33693 Ombre
33694 \begin_inset space ~
33695 \end_inset
33696
33697 en
33698 \begin_inset space ~
33699 \end_inset
33700
33701 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33702  L'épaisseur du trait de ce cadre est donnée par la variable  
33703 \series bold
33704
33705 \backslash
33706 fboxrule
33707 \series default
33708 , l'ombre a une épaisseur de  4
33709 \begin_inset space \thinspace{}
33710 \end_inset
33711
33712 pt.
33713  
33714 \begin_inset Box Shadowbox
33715 position "c"
33716 hor_pos "c"
33717 has_inner_box 1
33718 inner_pos "c"
33719 use_parbox 0
33720 use_makebox 0
33721 width "20col%"
33722 special "none"
33723 height "1in"
33724 height_special "totalheight"
33725 status open
33726
33727 \begin_layout Plain Layout
33728 \align center
33729 Boîte ombrée
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Description
33738 Fond
33739 \begin_inset space ~
33740 \end_inset
33741
33742 ombré Ceci dessine une boîte avec un arrière plan rouge.
33743  Contrairement aux boîtes coloriées
33744 \begin_inset Foot
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748 Voir la section
33749 \begin_inset space ~
33750 \end_inset
33751
33752
33753 \begin_inset CommandInset ref
33754 LatexCommand ref
33755 reference "sec:Boîtes-colorées"
33756
33757 \end_inset
33758
33759 .
33760 \end_layout
33761
33762 \end_inset
33763
33764 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33765  son propre paragraphe.
33766 \begin_inset Box Shaded
33767 position "t"
33768 hor_pos "c"
33769 has_inner_box 0
33770 inner_pos "t"
33771 use_parbox 0
33772 use_makebox 0
33773 width "50col%"
33774 special "none"
33775 height "1in"
33776 height_special "totalheight"
33777 status open
33778
33779 \begin_layout Plain Layout
33780 Boîte avec fond ombré
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Description
33789 Cadre
33790 \begin_inset space ~
33791 \end_inset
33792
33793 rectangulaire
33794 \begin_inset space ~
33795 \end_inset
33796
33797 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
33798  boîte.
33799  L'épaisseur du trait du cadre interne est de 0.75
33800 \begin_inset space \thinspace{}
33801 \end_inset
33802
33803
33804 \series bold
33805
33806 \backslash
33807 fboxrule
33808 \series default
33809 , l'épaisseur du trait du cadre externe est de 1.5
33810 \begin_inset space \thinspace{}
33811 \end_inset
33812
33813
33814 \series bold
33815
33816 \backslash
33817 fboxrule
33818 \series default
33819 .
33820  La distance entre les deux cadres est de  1.5
33821 \begin_inset space \thinspace{}
33822 \end_inset
33823
33824
33825 \series bold
33826
33827 \backslash
33828 fboxrule
33829 \series default
33830
33831 \begin_inset space \thinspace{}
33832 \end_inset
33833
33834 +
33835 \begin_inset space \thinspace{}
33836 \end_inset
33837
33838 0.5
33839 \begin_inset space \thinspace{}
33840 \end_inset
33841
33842 pt.
33843  
33844 \begin_inset Box Doublebox
33845 position "c"
33846 hor_pos "c"
33847 has_inner_box 1
33848 inner_pos "c"
33849 use_parbox 0
33850 use_makebox 0
33851 width "20col%"
33852 special "none"
33853 height "1in"
33854 height_special "totalheight"
33855 status open
33856
33857 \begin_layout Plain Layout
33858 \align center
33859 Boîte double
33860 \end_layout
33861
33862 \end_inset
33863
33864
33865 \end_layout
33866
33867 \begin_layout Standard
33868 \begin_inset VSpace bigskip
33869 \end_inset
33870
33871 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
33872  style de boîte utilisé.
33873  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
33874  le paquetage LaTeX 
33875 \series bold
33876 fancybox
33877 \series default
33878
33879 \begin_inset Index idx
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883 Paquetages LaTeX ! fancybox
33884 \end_layout
33885
33886 \end_inset
33887
33888 .
33889 \end_layout
33890
33891 \begin_layout Standard
33892 \begin_inset VSpace bigskip
33893 \end_inset
33894
33895 Quand vous utilisez le style de décoration 
33896 \family sans
33897 cadre rectangulaire simple
33898 \family default
33899  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
33900  de la boîte.
33901  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
33902  prendra toute la largeur de la colonne, la boîte sera considérée comme
33903  son propre paragraphe et 
33904 \series bold
33905
33906 \backslash
33907 fboxrule
33908 \series default
33909  et 
33910 \series bold
33911
33912 \backslash
33913 fboxsep
33914 \series default
33915  n'ont aucun effet sur ce type de boîte.
33916  L'épaisseur de la ligne du cadre a la valeur de 
33917 \series bold
33918
33919 \backslash
33920 FrameRule
33921 \series default
33922 .
33923  
33924 \begin_inset Box Framed
33925 position "t"
33926 hor_pos "c"
33927 has_inner_box 0
33928 inner_pos "t"
33929 use_parbox 0
33930 use_makebox 0
33931 width "100col%"
33932 special "none"
33933 height "1in"
33934 height_special "totalheight"
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 Boîte avec cadre simple et sauts de page
33939 \end_layout
33940
33941 \end_inset
33942
33943
33944 \end_layout
33945
33946 \begin_layout Section
33947 Personnalisation des boîtes
33948 \begin_inset Index idx
33949 status collapsed
33950
33951 \begin_layout Plain Layout
33952 Boîtes! Personnalisation
33953 \end_layout
33954
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \begin_layout Standard
33961 La valeur implicite pour la variable 
33962 \series bold
33963
33964 \backslash
33965 fboxrule
33966 \series default
33967  est 0.4
33968 \begin_inset space \thinspace{}
33969 \end_inset
33970
33971 pt.
33972  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
33973  pour avoir 2
33974 \begin_inset space \thinspace{}
33975 \end_inset
33976
33977 pt :
33978 \end_layout
33979
33980 \begin_layout Standard
33981
33982 \series bold
33983
33984 \backslash
33985 setlength{
33986 \backslash
33987 fboxrule}{2pt}
33988 \end_layout
33989
33990 \begin_layout Standard
33991 \begin_inset ERT
33992 status collapsed
33993
33994 \begin_layout Plain Layout
33995
33996
33997 \backslash
33998 setlength{
33999 \backslash
34000 fboxrule}{2pt}
34001 \end_layout
34002
34003 \end_inset
34004
34005
34006 \begin_inset Box Boxed
34007 position "c"
34008 hor_pos "c"
34009 has_inner_box 1
34010 inner_pos "c"
34011 use_parbox 0
34012 use_makebox 0
34013 width "25col%"
34014 special "none"
34015 height "1in"
34016 height_special "totalheight"
34017 status open
34018
34019 \begin_layout Plain Layout
34020 \align center
34021 Boîte rectangulaire avec 
34022 \series bold
34023
34024 \backslash
34025 fboxrule
34026 \series default
34027
34028 \begin_inset space \thinspace{}
34029 \end_inset
34030
34031 =
34032 \begin_inset space \thinspace{}
34033 \end_inset
34034
34035 2
34036 \begin_inset space \thinspace{}
34037 \end_inset
34038
34039 pt
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \begin_inset ERT
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049
34050
34051 \backslash
34052 setlength{
34053 \backslash
34054 fboxrule}{0.4pt}
34055 \end_layout
34056
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \begin_layout Standard
34063 \begin_inset VSpace bigskip
34064 \end_inset
34065
34066 L'espace entre le cadre et le contenu de la boîte est le même pour tous
34067  les types de cadres, implicitement il est de 3
34068 \begin_inset space \thinspace{}
34069 \end_inset
34070
34071 pt.
34072  Vous pouvez le modifier en donnant une autre valeur à la variable 
34073 \series bold
34074
34075 \backslash
34076 fboxsep
34077 \series default
34078 .
34079  Par exemple la commande
34080 \end_layout
34081
34082 \begin_layout Standard
34083
34084 \series bold
34085
34086 \backslash
34087 setlength{
34088 \backslash
34089 fboxsep}{10pt}
34090 \end_layout
34091
34092 \begin_layout Standard
34093 met une valeur de 10
34094 \begin_inset space \thinspace{}
34095 \end_inset
34096
34097 pt, comme celle utilisée pour cette boîte :
34098 \end_layout
34099
34100 \begin_layout Standard
34101 \begin_inset ERT
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105
34106
34107 \backslash
34108 setlength{
34109 \backslash
34110 fboxsep}{10pt}
34111 \end_layout
34112
34113 \end_inset
34114
34115
34116 \begin_inset Box Boxed
34117 position "c"
34118 hor_pos "c"
34119 has_inner_box 1
34120 inner_pos "c"
34121 use_parbox 0
34122 use_makebox 0
34123 width "25col%"
34124 special "none"
34125 height "1in"
34126 height_special "totalheight"
34127 status open
34128
34129 \begin_layout Plain Layout
34130 \align center
34131 Boîte rectangulaire avec 
34132 \series bold
34133
34134 \backslash
34135 fboxsep
34136 \series default
34137
34138 \begin_inset space \thinspace{}
34139 \end_inset
34140
34141 =
34142 \begin_inset space \thinspace{}
34143 \end_inset
34144
34145 10
34146 \begin_inset space \thinspace{}
34147 \end_inset
34148
34149 pt
34150 \end_layout
34151
34152 \end_inset
34153
34154
34155 \begin_inset ERT
34156 status collapsed
34157
34158 \begin_layout Plain Layout
34159
34160
34161 \backslash
34162 setlength{
34163 \backslash
34164 fboxsep}{3pt}
34165 \end_layout
34166
34167 \end_inset
34168
34169
34170 \end_layout
34171
34172 \begin_layout Standard
34173 \begin_inset VSpace bigskip
34174 \end_inset
34175
34176 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34177  la commande 
34178 \series bold
34179
34180 \backslash
34181 cornersize
34182 \series default
34183 .
34184  Par exemple, la commande
34185 \end_layout
34186
34187 \begin_layout Standard
34188
34189 \series bold
34190
34191 \backslash
34192 cornersize*{1cm}
34193 \end_layout
34194
34195 \begin_layout Standard
34196 donne un diamètre de 1
34197 \begin_inset space \thinspace{}
34198 \end_inset
34199
34200 cm.
34201  La commande
34202 \end_layout
34203
34204 \begin_layout Standard
34205
34206 \series bold
34207
34208 \backslash
34209 cornersize{num}
34210 \end_layout
34211
34212 \begin_layout Standard
34213 fixe le diamètre à 
34214 \family sans
34215 num
34216 \begin_inset space \thinspace{}
34217 \end_inset
34218
34219 ×
34220 \begin_inset space \thinspace{}
34221 \end_inset
34222
34223 minimum(largeur et hauteur de la boîte)
34224 \family default
34225 .
34226  La valeur implicite est 
34227 \series bold
34228
34229 \backslash
34230 cornersize{0.5}
34231 \series default
34232 .
34233 \end_layout
34234
34235 \begin_layout Standard
34236 \begin_inset ERT
34237 status collapsed
34238
34239 \begin_layout Plain Layout
34240
34241
34242 \backslash
34243 cornersize*{1.5cm}
34244 \end_layout
34245
34246 \end_inset
34247
34248
34249 \begin_inset Box Ovalbox
34250 position "c"
34251 hor_pos "c"
34252 has_inner_box 1
34253 inner_pos "c"
34254 use_parbox 0
34255 use_makebox 0
34256 width "25col%"
34257 special "none"
34258 height "1in"
34259 height_special "totalheight"
34260 status open
34261
34262 \begin_layout Plain Layout
34263 \align center
34264 Boîte ovale avec 
34265 \series bold
34266
34267 \backslash
34268 cornersize
34269 \series default
34270
34271 \begin_inset space \thinspace{}
34272 \end_inset
34273
34274 =
34275 \begin_inset space \thinspace{}
34276 \end_inset
34277
34278 1.5
34279 \begin_inset space \thinspace{}
34280 \end_inset
34281
34282 cm
34283 \end_layout
34284
34285 \end_inset
34286
34287
34288 \begin_inset ERT
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292
34293
34294 \backslash
34295 cornersize{0.5}
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Standard
34304 \begin_inset VSpace bigskip
34305 \end_inset
34306
34307 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
34308  
34309 \series bold
34310
34311 \backslash
34312 shadowsize
34313 \series default
34314 .
34315  Elle est fixée à 2
34316 \begin_inset space \thinspace{}
34317 \end_inset
34318
34319 pt pour la boîte suivante par la commande :
34320 \end_layout
34321
34322 \begin_layout Standard
34323
34324 \series bold
34325
34326 \backslash
34327 setlength{
34328 \backslash
34329 shadowsize}{2pt}
34330 \end_layout
34331
34332 \begin_layout Standard
34333 \begin_inset ERT
34334 status collapsed
34335
34336 \begin_layout Plain Layout
34337
34338
34339 \backslash
34340 setlength{
34341 \backslash
34342 shadowsize}{2pt}
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \begin_inset Box Shadowbox
34349 position "c"
34350 hor_pos "c"
34351 has_inner_box 1
34352 inner_pos "c"
34353 use_parbox 0
34354 use_makebox 0
34355 width "25col%"
34356 special "none"
34357 height "1in"
34358 height_special "totalheight"
34359 status open
34360
34361 \begin_layout Plain Layout
34362 \align center
34363 Boîte ombrée avec 
34364 \series bold
34365
34366 \backslash
34367 shadowsize
34368 \series default
34369
34370 \begin_inset space \thinspace{}
34371 \end_inset
34372
34373 =
34374 \begin_inset space \thinspace{}
34375 \end_inset
34376
34377 2
34378 \begin_inset space \thinspace{}
34379 \end_inset
34380
34381 pt
34382 \end_layout
34383
34384 \end_inset
34385
34386
34387 \begin_inset ERT
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391
34392
34393 \backslash
34394 setlength{
34395 \backslash
34396 shadowsize}{4pt}
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \begin_layout Standard
34405 \begin_inset VSpace bigskip
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 La valeur implicite pour la longueur 
34413 \series bold
34414
34415 \backslash
34416 FrameRule
34417 \series default
34418  est 0,4
34419 \begin_inset space \thinspace{}
34420 \end_inset
34421
34422 pt.
34423  L'espacement implicite entre le contenu de la note et le cadre est de 9
34424 \begin_inset space \thinspace{}
34425 \end_inset
34426
34427 pt et il peut être modifié en utilisant la valeur de 
34428 \series bold
34429
34430 \backslash
34431 FrameSep
34432 \series default
34433 .
34434  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
34435  suivantes en code TeX
34436 \end_layout
34437
34438 \begin_layout Standard
34439
34440 \series bold
34441
34442 \backslash
34443 setlength{
34444 \backslash
34445 FrameRule}{5pt}
34446 \begin_inset Newline newline
34447 \end_inset
34448
34449
34450 \backslash
34451 setlength{
34452 \backslash
34453 FrameSep}{0.5cm}
34454 \end_layout
34455
34456 \begin_layout Standard
34457 \begin_inset ERT
34458 status collapsed
34459
34460 \begin_layout Plain Layout
34461
34462
34463 \backslash
34464 setlength{
34465 \backslash
34466 FrameRule}{5pt}
34467 \end_layout
34468
34469 \begin_layout Plain Layout
34470
34471
34472 \backslash
34473 setlength{
34474 \backslash
34475 FrameSep}{0.5cm}
34476 \end_layout
34477
34478 \end_inset
34479
34480
34481 \begin_inset Box Framed
34482 position "t"
34483 hor_pos "c"
34484 has_inner_box 0
34485 inner_pos "t"
34486 use_parbox 0
34487 use_makebox 0
34488 width "100col%"
34489 special "none"
34490 height "1in"
34491 height_special "totalheight"
34492 status open
34493
34494 \begin_layout Plain Layout
34495 Ceci est un texte dans une boîte autorisant les 
34496 \family sans
34497 sauts de page
34498 \family default
34499 .
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \begin_inset ERT
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509
34510
34511 \backslash
34512 setlength{
34513 \backslash
34514 FrameRule}{0.4pt}
34515 \end_layout
34516
34517 \begin_layout Plain Layout
34518
34519
34520 \backslash
34521 setlength{
34522 \backslash
34523 FrameSep}{9pt}
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Standard
34532 \begin_inset VSpace bigskip
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Standard
34539 Pour les boîtes à 
34540 \family sans
34541 Fond
34542 \begin_inset space ~
34543 \end_inset
34544
34545 ombré
34546 \family default
34547 , l'espacement implicite entre le contenu de la boîte et son cadre est de
34548  3
34549 \begin_inset space \thinspace{}
34550 \end_inset
34551
34552 pt et il peut être modifié avec la valeur de 
34553 \series bold
34554
34555 \backslash
34556 fboxsep
34557 \series default
34558 .
34559  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
34560  localement avec la commande 
34561 \series bold
34562
34563 \backslash
34564 definecolor{shadecolor}
34565 \series default
34566 , soit globalement avec le menu 
34567 \family sans
34568 Outils\SpecialChar \menuseparator
34569 Préférences
34570 \family default
34571 \SpecialChar \menuseparator
34572
34573 \family sans
34574 Couleurs\SpecialChar \menuseparator
34575 boîte
34576 \begin_inset space ~
34577 \end_inset
34578
34579 ombrée
34580 \family default
34581 .
34582  La syntaxe de la commande 
34583 \series bold
34584
34585 \backslash
34586 definecolor
34587 \series default
34588  est expliquée dans la section
34589 \begin_inset space ~
34590 \end_inset
34591
34592
34593 \begin_inset CommandInset ref
34594 LatexCommand ref
34595 reference "sec:Tableaux-Colorés"
34596
34597 \end_inset
34598
34599
34600 \begin_inset Foot
34601 status collapsed
34602
34603 \begin_layout Plain Layout
34604 Notez que l'utilisation de 
34605 \series bold
34606
34607 \backslash
34608 definecolor
34609 \series default
34610  ne peut se faire sans le paquetage LaTeX 
34611 \series bold
34612 color
34613 \series default
34614  dans le préambule, voir la section
34615 \begin_inset space ~
34616 \end_inset
34617
34618
34619 \begin_inset CommandInset ref
34620 LatexCommand ref
34621 reference "sec:Boîtes-colorées"
34622
34623 \end_inset
34624
34625 .
34626  
34627 \end_layout
34628
34629 \end_inset
34630
34631 .
34632 \end_layout
34633
34634 \begin_layout Standard
34635 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34636  les commandes en code TeX suivantes
34637 \end_layout
34638
34639 \begin_layout Standard
34640
34641 \series bold
34642
34643 \backslash
34644 setlength{
34645 \backslash
34646 fboxsep}{0.5cm}
34647 \series default
34648
34649 \begin_inset Newline newline
34650 \end_inset
34651
34652
34653 \series bold
34654
34655 \backslash
34656 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34657 \end_layout
34658
34659 \begin_layout Standard
34660 \begin_inset ERT
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664
34665
34666 \backslash
34667 setlength{
34668 \backslash
34669 fboxsep}{0.5cm}
34670 \end_layout
34671
34672 \begin_layout Plain Layout
34673
34674
34675 \backslash
34676 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \begin_inset Box Shaded
34683 position "t"
34684 hor_pos "c"
34685 has_inner_box 0
34686 inner_pos "t"
34687 use_parbox 0
34688 use_makebox 0
34689 width "100col%"
34690 special "none"
34691 height "1in"
34692 height_special "totalheight"
34693 status open
34694
34695 \begin_layout Plain Layout
34696
34697 \color yellow
34698 Ceci est un texte jaune dans une boîte à 
34699 \family sans
34700 Fond
34701 \begin_inset space ~
34702 \end_inset
34703
34704 ombré
34705 \family default
34706 \color inherit
34707  
34708 \color yellow
34709 avec un fond vert foncé.
34710 \end_layout
34711
34712 \end_inset
34713
34714
34715 \begin_inset ERT
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719
34720
34721 \backslash
34722 setlength{
34723 \backslash
34724 fboxsep}{3pt}
34725 \end_layout
34726
34727 \begin_layout Plain Layout
34728
34729
34730 \backslash
34731 definecolor{shadecolor}{rgb}{1,0,0}
34732 \end_layout
34733
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Standard
34740 \begin_inset VSpace bigskip
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Standard
34747 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
34748  les boîtes qui suivent la commandes qui les a changées.
34749 \end_layout
34750
34751 \begin_layout Section
34752 Minipages
34753 \begin_inset CommandInset label
34754 LatexCommand label
34755 name "sec:Minipages"
34756
34757 \end_inset
34758
34759
34760 \begin_inset Index idx
34761 status collapsed
34762
34763 \begin_layout Plain Layout
34764 Boîtes ! Minipages
34765 \end_layout
34766
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Standard
34773 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
34774 ur d'une page.
34775  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34776  règles d'indentation, de saut de ligne, etc.
34777  s'appliquent.
34778 \end_layout
34779
34780 \begin_layout Standard
34781 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34782  langues.
34783 \end_layout
34784
34785 \begin_layout Standard
34786 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34787  Leur largeur est fixée à 45
34788 \begin_inset space \thinspace{}
34789 \end_inset
34790
34791 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34792  via le menu 
34793 \family sans
34794 Insertion\SpecialChar \menuseparator
34795 Typographie
34796 \begin_inset space ~
34797 \end_inset
34798
34799 spéciale\SpecialChar \menuseparator
34800 Ressort
34801 \begin_inset space ~
34802 \end_inset
34803
34804 Horizontal
34805 \family default
34806 .
34807 \end_layout
34808
34809 \begin_layout Standard
34810 \begin_inset Box Frameless
34811 position "t"
34812 hor_pos "c"
34813 has_inner_box 1
34814 inner_pos "c"
34815 use_parbox 0
34816 use_makebox 0
34817 width "45col%"
34818 special "none"
34819 height "1in"
34820 height_special "totalheight"
34821 status open
34822
34823 \begin_layout Plain Layout
34824
34825 \lang ngerman
34826 Dies ist ein deutscher Text.
34827  Dies ist ein deutscher Text.
34828  Dies ist ein deutscher Text.
34829  Dies ist ein deutscher Text.
34830  Dies ist ein deutscher Text.
34831  Dies ist ein deutscher Text.
34832  Dies ist ein deutscher Text.
34833  Dies ist ein deutscher Text.
34834  Dies ist ein deutscher Text.
34835  Dies ist ein deutscher Text.
34836  Dies ist ein deutscher Text.
34837  Dies ist ein deutscher Text.
34838  Dies ist ein deutscher Text
34839 \begin_inset Foot
34840 status collapsed
34841
34842 \begin_layout Plain Layout
34843
34844 \lang ngerman
34845 Dies ist eine deutsche Fußnote.
34846 \end_layout
34847
34848 \end_inset
34849
34850 .
34851  Dies ist ein deutscher Text.
34852  Dies ist ein deutscher Text.
34853 \end_layout
34854
34855 \end_inset
34856
34857
34858 \begin_inset space \hfill{}
34859 \end_inset
34860
34861
34862 \begin_inset Box Frameless
34863 position "t"
34864 hor_pos "c"
34865 has_inner_box 1
34866 inner_pos "c"
34867 use_parbox 0
34868 use_makebox 0
34869 width "45col%"
34870 special "none"
34871 height "1in"
34872 height_special "totalheight"
34873 status open
34874
34875 \begin_layout Plain Layout
34876
34877 \lang english
34878 This is an English Text.
34879  This is an English Text.
34880  This is an English Text.
34881  This is an English Text.
34882  This is an English Text.
34883  This is an English Text.
34884  This is an English Text.
34885  This is an English Text.
34886  This is an English Text.
34887  This is an English Text.
34888  This is an English Text.
34889  This is an English Text.
34890  This is an English Text.
34891  This is an English Text.
34892  This is an English Text.
34893  This is an English Text.
34894 \begin_inset Foot
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898
34899 \lang english
34900 This is an English footnote.
34901 \end_layout
34902
34903 \end_inset
34904
34905  This is an English Text.
34906 \end_layout
34907
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \begin_layout Standard
34914 \begin_inset VSpace bigskip
34915 \end_inset
34916
34917 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34918  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34919  minipages, même si vous les avez mis par exemple à 
34920 \family sans
34921 Moyen
34922 \family default
34923  dans les paramètres du document.
34924 \end_layout
34925
34926 \begin_layout Standard
34927 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34928  portion de texte, voyez la section
34929 \begin_inset space ~
34930 \end_inset
34931
34932
34933 \begin_inset CommandInset ref
34934 LatexCommand ref
34935 reference "sub:Couleur-pour-les-Paragraphes"
34936
34937 \end_inset
34938
34939 .
34940 \end_layout
34941
34942 \begin_layout Standard
34943 \begin_inset Note Greyedout
34944 status open
34945
34946 \begin_layout Plain Layout
34947
34948 \series bold
34949 Note:
34950 \series default
34951  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34952  mais les minipages peuvent être utilisées dans un tableau, un flottant
34953  ou une autre boîte.
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Section
34962 Les parboxes
34963 \begin_inset CommandInset label
34964 LatexCommand label
34965 name "sec:Parboxes"
34966
34967 \end_inset
34968
34969
34970 \begin_inset Index idx
34971 status collapsed
34972
34973 \begin_layout Plain Layout
34974 Boîtes ! Parboxes
34975 \end_layout
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \begin_layout Standard
34983 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34984  ne peuvent avoir de note de bas de page.
34985 \end_layout
34986
34987 \begin_layout Standard
34988 \align center
34989 \begin_inset Box Frameless
34990 position "t"
34991 hor_pos "c"
34992 has_inner_box 1
34993 inner_pos "t"
34994 use_parbox 1
34995 use_makebox 0
34996 width "33col%"
34997 special "none"
34998 height "1in"
34999 height_special "totalheight"
35000 status open
35001
35002 \begin_layout Plain Layout
35003 Ceci est un texte à l'intérieur d'une parbox.
35004  Ceci est un texte à l'intérieur d'une parbox.
35005 \end_layout
35006
35007 \begin_layout Plain Layout
35008 Cette note de bas de page ne devrait pas apparaître :
35009 \begin_inset Foot
35010 status open
35011
35012 \begin_layout Plain Layout
35013 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
35014  pas.
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \begin_layout Section
35028 Des boîtes pour les mots et les caractères
35029 \begin_inset Index idx
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033 Boîtes ! Pour les caractères
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \begin_layout Subsection
35042 Empêcher la césure
35043 \begin_inset CommandInset label
35044 LatexCommand label
35045 name "sec:Empêcher-césure"
35046
35047 \end_inset
35048
35049
35050 \begin_inset Index idx
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054 Boîtes ! Pour empêcher la césure
35055 \end_layout
35056
35057 \end_inset
35058
35059
35060 \end_layout
35061
35062 \begin_layout Standard
35063 Vous pouvez utiliser une boîte de type 
35064 \family sans
35065 Makebox
35066 \family default
35067  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
35068 \begin_inset Newline newline
35069 \end_inset
35070
35071 Voici un exemple de texte :
35072 \end_layout
35073
35074 \begin_layout Standard
35075 Cette ligne est un exemple comment vous pouvez empêcher une césure
35076 \begin_inset space ~
35077 \end_inset
35078
35079
35080 \begin_inset Quotes eld
35081 \end_inset
35082
35083 motTrèsTrèsLong
35084 \begin_inset Quotes erd
35085 \end_inset
35086
35087
35088 \end_layout
35089
35090 \begin_layout Standard
35091 Pour empêcher que le mot 
35092 \begin_inset Quotes eld
35093 \end_inset
35094
35095 motTrèsTrèsLong
35096 \begin_inset Quotes erd
35097 \end_inset
35098
35099  soit coupé, mettez le mot dans une boîte, mettez 
35100 \family sans
35101 Boîte
35102 \begin_inset space ~
35103 \end_inset
35104
35105 intérieure
35106 \family default
35107  à 
35108 \family sans
35109 Makebox
35110 \family default
35111  et sa largeur à 1
35112 \begin_inset space \thinspace{}
35113 \end_inset
35114
35115 Largeur.
35116 \end_layout
35117
35118 \begin_layout Standard
35119 Voici le résultat :
35120 \end_layout
35121
35122 \begin_layout Standard
35123 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35124 \begin_inset Box Frameless
35125 position "t"
35126 hor_pos "c"
35127 has_inner_box 1
35128 inner_pos "t"
35129 use_parbox 0
35130 use_makebox 1
35131 width "1in"
35132 special "width"
35133 height "1in"
35134 height_special "totalheight"
35135 status open
35136
35137 \begin_layout Plain Layout
35138 motTrèsTrèsLong
35139 \end_layout
35140
35141 \end_inset
35142
35143
35144 \end_layout
35145
35146 \begin_layout Standard
35147 Une autre méthode consiste à mettre la commande 
35148 \begin_inset Quotes eld
35149 \end_inset
35150
35151
35152 \series bold
35153
35154 \backslash
35155 -
35156 \series default
35157
35158 \begin_inset Quotes grd
35159 \end_inset
35160
35161  en code TeX, juste avant le mot :
35162 \end_layout
35163
35164 \begin_layout Standard
35165 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35166 \begin_inset Quotes eld
35167 \end_inset
35168
35169
35170 \begin_inset ERT
35171 status collapsed
35172
35173 \begin_layout Plain Layout
35174
35175
35176 \backslash
35177 -
35178 \end_layout
35179
35180 \end_inset
35181
35182 motTrèsTrèsLong
35183 \begin_inset Quotes erd
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Standard
35190 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35191  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35192 \family sans
35193 Insertion\SpecialChar \menuseparator
35194 Typographie
35195 \begin_inset space ~
35196 \end_inset
35197
35198 spéciale\SpecialChar \menuseparator
35199 Passage
35200 \begin_inset space ~
35201 \end_inset
35202
35203 à
35204 \begin_inset space ~
35205 \end_inset
35206
35207 la
35208 \begin_inset space ~
35209 \end_inset
35210
35211 Ligne
35212 \family default
35213  (raccourci 
35214 \family sans
35215 Ctrl-Entrée
35216 \family default
35217 ) :
35218 \end_layout
35219
35220 \begin_layout Standard
35221 Cette ligne est un exemple comment vous pouvez empêcher une césure:
35222 \begin_inset Newline newline
35223 \end_inset
35224
35225
35226 \begin_inset Box Frameless
35227 position "t"
35228 hor_pos "c"
35229 has_inner_box 1
35230 inner_pos "t"
35231 use_parbox 0
35232 use_makebox 1
35233 width "1in"
35234 special "width"
35235 height "1in"
35236 height_special "totalheight"
35237 status open
35238
35239 \begin_layout Plain Layout
35240 \begin_inset Quotes eld
35241 \end_inset
35242
35243 motTrèsTrèsLong
35244 \begin_inset Quotes erd
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \end_inset
35251
35252
35253 \end_layout
35254
35255 \begin_layout Subsection
35256 Alignement vertical
35257 \begin_inset CommandInset label
35258 LatexCommand label
35259 name "sub:Alignement-Vertical"
35260
35261 \end_inset
35262
35263
35264 \begin_inset Index idx
35265 status collapsed
35266
35267 \begin_layout Plain Layout
35268 Boîtes ! Pour l'alignement vertical
35269 \end_layout
35270
35271 \end_inset
35272
35273
35274 \begin_inset Index idx
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278 Boîtes ! Boîtes élévatrices
35279 \end_layout
35280
35281 \end_inset
35282
35283
35284 \begin_inset Index idx
35285 status collapsed
35286
35287 \begin_layout Plain Layout
35288 Raisebox|see
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294 {
35295 \end_layout
35296
35297 \end_inset
35298
35299 Boîtes élévatrices
35300 \begin_inset ERT
35301 status collapsed
35302
35303 \begin_layout Plain Layout
35304
35305 }
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \end_inset
35314
35315
35316 \end_layout
35317
35318 \begin_layout Standard
35319 Avec la commande 
35320 \series bold
35321
35322 \backslash
35323 raisebox
35324 \series default
35325  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35326  par rapport au texte qui l'entoure.
35327  La commande
35328 \series bold
35329  
35330 \backslash
35331 raisebox
35332 \series default
35333  s'utilise en suivant la syntaxe suivante :
35334 \end_layout
35335
35336 \begin_layout Standard
35337
35338 \series bold
35339
35340 \backslash
35341 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35342 \end_layout
35343
35344 \begin_layout Standard
35345 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35346  pour l'abaisser.
35347 \end_layout
35348
35349 \begin_layout Standard
35350 Pour aligner le mot 
35351 \begin_inset Quotes eld
35352 \end_inset
35353
35354 empêcher
35355 \begin_inset Quotes erd
35356 \end_inset
35357
35358  de façon à ce que le point le plus bas du caractère le plus 
35359 \begin_inset Quotes eld
35360 \end_inset
35361
35362 profond
35363 \begin_inset Quotes erd
35364 \end_inset
35365
35366 , le 
35367 \begin_inset Quotes eld
35368 \end_inset
35369
35370 p
35371 \begin_inset Quotes erd
35372 \end_inset
35373
35374 , soit au niveau de la ligne de base, insérez la commande 
35375 \end_layout
35376
35377 \begin_layout Standard
35378
35379 \series bold
35380
35381 \backslash
35382 raisebox{
35383 \backslash
35384 depth}{
35385 \end_layout
35386
35387 \begin_layout Standard
35388 en code TeX avant le mot.
35389  Insérez après le mot l'accolade fermante 
35390 \begin_inset Quotes eld
35391 \end_inset
35392
35393
35394 \series bold
35395 }
35396 \series default
35397
35398 \begin_inset Quotes erd
35399 \end_inset
35400
35401  en code TeX.
35402 \begin_inset Newline newline
35403 \end_inset
35404
35405 Voici le résultat :
35406 \end_layout
35407
35408 \begin_layout Standard
35409 Cette ligne de texte contient le mot 
35410 \begin_inset ERT
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414
35415
35416 \backslash
35417 raisebox{
35418 \backslash
35419 depth}{
35420 \end_layout
35421
35422 \end_inset
35423
35424
35425 \begin_inset Quotes eld
35426 \end_inset
35427
35428 empêcher
35429 \begin_inset Quotes erd
35430 \end_inset
35431
35432
35433 \begin_inset ERT
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437
35438 }
35439 \end_layout
35440
35441 \end_inset
35442
35443  comme mot élevé.
35444 \end_layout
35445
35446 \begin_layout Standard
35447 \begin_inset VSpace bigskip
35448 \end_inset
35449
35450 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35451  entre les lignes va être agrandie :
35452 \end_layout
35453
35454 \begin_layout Standard
35455 Cette ligne de texte contient le mot
35456 \begin_inset ERT
35457 status collapsed
35458
35459 \begin_layout Plain Layout
35460
35461
35462 \backslash
35463 raisebox{-
35464 \backslash
35465 depth}{
35466 \end_layout
35467
35468 \end_inset
35469
35470
35471 \begin_inset Quotes eld
35472 \end_inset
35473
35474 empêcher
35475 \begin_inset Quotes erd
35476 \end_inset
35477
35478
35479 \begin_inset ERT
35480 status collapsed
35481
35482 \begin_layout Plain Layout
35483
35484 }
35485 \end_layout
35486
35487 \end_inset
35488
35489  comme mot abaissé.
35490 \begin_inset Newline newline
35491 \end_inset
35492
35493 Cette ligne de texte contient le mot 
35494 \begin_inset ERT
35495 status collapsed
35496
35497 \begin_layout Plain Layout
35498
35499
35500 \backslash
35501 raisebox{0.5cm}{
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \begin_inset Quotes eld
35508 \end_inset
35509
35510 tester
35511 \begin_inset Quotes erd
35512 \end_inset
35513
35514
35515 \begin_inset ERT
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519
35520 }
35521 \end_layout
35522
35523 \end_inset
35524
35525  comme mot élevé.
35526 \end_layout
35527
35528 \begin_layout Standard
35529 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35530  mettez la hauteur de la boîte à zéro.
35531  Par exemple utilisez
35532 \end_layout
35533
35534 \begin_layout Standard
35535
35536 \series bold
35537
35538 \backslash
35539 raisebox{-
35540 \backslash
35541 depth}[0pt]{
35542 \end_layout
35543
35544 \begin_layout Standard
35545 Cette ligne de texte contient le mot
35546 \begin_inset ERT
35547 status collapsed
35548
35549 \begin_layout Plain Layout
35550
35551
35552 \backslash
35553 raisebox{-
35554 \backslash
35555 depth}[0pt]{
35556 \end_layout
35557
35558 \end_inset
35559
35560
35561 \begin_inset Quotes eld
35562 \end_inset
35563
35564 empêcher
35565 \begin_inset Quotes erd
35566 \end_inset
35567
35568
35569 \begin_inset ERT
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573
35574 }
35575 \end_layout
35576
35577 \end_inset
35578
35579  comme mot abaissé.
35580 \begin_inset Newline newline
35581 \end_inset
35582
35583 Cette ligne de texte contient le mot 
35584 \begin_inset ERT
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588
35589
35590 \backslash
35591 raisebox{0.5cm}[0pt]{
35592 \end_layout
35593
35594 \end_inset
35595
35596
35597 \begin_inset Quotes eld
35598 \end_inset
35599
35600 tester
35601 \begin_inset Quotes erd
35602 \end_inset
35603
35604
35605 \begin_inset ERT
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609
35610 }
35611 \end_layout
35612
35613 \end_inset
35614
35615  comme mot élevé.
35616 \end_layout
35617
35618 \begin_layout Section
35619 Boîtes colorées
35620 \begin_inset CommandInset label
35621 LatexCommand label
35622 name "sec:Boîtes-colorées"
35623
35624 \end_inset
35625
35626
35627 \begin_inset Index idx
35628 status collapsed
35629
35630 \begin_layout Plain Layout
35631 Boîtes ! Couleur
35632 \end_layout
35633
35634 \end_inset
35635
35636
35637 \end_layout
35638
35639 \begin_layout Subsection
35640 De la couleur pour le texte
35641 \begin_inset Index idx
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645 Couleur ! Pour le texte
35646 \end_layout
35647
35648 \end_inset
35649
35650
35651 \end_layout
35652
35653 \begin_layout Standard
35654 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
35655  une boîte appelée 
35656 \begin_inset Quotes eld
35657 \end_inset
35658
35659 colorbox
35660 \begin_inset Quotes erd
35661 \end_inset
35662
35663 .
35664  Cela demande que le paquetage LaTeX 
35665 \series bold
35666 color
35667 \series default
35668
35669 \begin_inset Index idx
35670 status collapsed
35671
35672 \begin_layout Plain Layout
35673 Paquetages LaTeX ! color
35674 \end_layout
35675
35676 \end_inset
35677
35678  soit chargé dans le préambule du document avec la commande
35679 \end_layout
35680
35681 \begin_layout Standard
35682
35683 \series bold
35684
35685 \backslash
35686 @ifundefined{textcolor}
35687 \begin_inset Newline newline
35688 \end_inset
35689
35690
35691 \begin_inset Phantom HPhantom
35692 status open
35693
35694 \begin_layout Plain Layout
35695
35696 \series bold
35697 \begin_inset space ~
35698 \end_inset
35699
35700
35701 \end_layout
35702
35703 \end_inset
35704
35705 {
35706 \backslash
35707 usepackage{color}}{}
35708 \end_layout
35709
35710 \begin_layout Standard
35711 Le paquetage 
35712 \series bold
35713 color
35714 \series default
35715  sera chargé automatiquement par LyX dès que vous colorez du texte.
35716 \begin_inset Foot
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
35721  
35722 \series bold
35723
35724 \backslash
35725 @ifundefined
35726 \series default
35727 .
35728 \end_layout
35729
35730 \end_inset
35731
35732
35733 \end_layout
35734
35735 \begin_layout Standard
35736 \begin_inset VSpace medskip
35737 \end_inset
35738
35739 Les boîtes colorées sont créées par la commande 
35740 \series bold
35741
35742 \backslash
35743 colorbox
35744 \series default
35745 .
35746  Elle est utilisée avec la syntaxe suivante :
35747 \end_layout
35748
35749 \begin_layout Standard
35750
35751 \series bold
35752
35753 \backslash
35754 colorbox{couleur}{contenu de la boîte}
35755 \end_layout
35756
35757 \begin_layout Standard
35758 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35759  peuvent être placées à l'intérieur d'autres boîtes.
35760 \end_layout
35761
35762 \begin_layout Standard
35763 Les couleurs suivantes sont prédéfinies ::
35764 \begin_inset Newline newline
35765 \end_inset
35766
35767
35768 \family sans
35769 black
35770 \family default
35771  (noir), 
35772 \family sans
35773 blue
35774 \family default
35775  (bleu), 
35776 \family sans
35777 cyan
35778 \family default
35779 \series bold
35780 ,
35781 \series default
35782  
35783 \family sans
35784 green
35785 \family default
35786  (vert), 
35787 \family sans
35788 magenta
35789 \family default
35790
35791 \family sans
35792 red
35793 \family default
35794  (rouge), 
35795 \family sans
35796 white
35797 \family default
35798  (blanc), and 
35799 \family sans
35800 yellow
35801 \family default
35802  (jaune).
35803 \begin_inset Newline newline
35804 \end_inset
35805
35806 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
35807  section
35808 \begin_inset space ~
35809 \end_inset
35810
35811
35812 \begin_inset CommandInset ref
35813 LatexCommand ref
35814 reference "sec:Tableaux-Colorés"
35815
35816 \end_inset
35817
35818 .
35819 \end_layout
35820
35821 \begin_layout Standard
35822 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
35823 \end_layout
35824
35825 \begin_layout Standard
35826
35827 \series bold
35828
35829 \backslash
35830 colorbox{red}{
35831 \end_layout
35832
35833 \begin_layout Standard
35834 avant le mot en code TeX.
35835  Insérez l'accolade fermante 
35836 \begin_inset Quotes eld
35837 \end_inset
35838
35839 }
35840 \begin_inset Quotes erd
35841 \end_inset
35842
35843  après le mot, en code TeX.
35844 \begin_inset Newline newline
35845 \end_inset
35846
35847 Voici le résultat :
35848 \end_layout
35849
35850 \begin_layout Standard
35851 Cette ligne de texte contient le mot
35852 \begin_inset ERT
35853 status collapsed
35854
35855 \begin_layout Plain Layout
35856
35857
35858 \backslash
35859 colorbox{red}{
35860 \end_layout
35861
35862 \end_inset
35863
35864
35865 \begin_inset Quotes eld
35866 \end_inset
35867
35868 Attention!
35869 \begin_inset Quotes erd
35870 \end_inset
35871
35872
35873 \begin_inset ERT
35874 status collapsed
35875
35876 \begin_layout Plain Layout
35877
35878 }
35879 \end_layout
35880
35881 \end_inset
35882
35883  sur fond rouge.
35884 \end_layout
35885
35886 \begin_layout Standard
35887 \begin_inset VSpace bigskip
35888 \end_inset
35889
35890 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
35891  vous pouvez utiliser la commande 
35892 \series bold
35893
35894 \backslash
35895 fcolorbox
35896 \series default
35897  avec la syntaxe suivante :
35898 \end_layout
35899
35900 \begin_layout Standard
35901
35902 \series bold
35903
35904 \backslash
35905 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35906 \end_layout
35907
35908 \begin_layout Standard
35909
35910 \series bold
35911
35912 \backslash
35913 fcolorbox
35914 \series default
35915  est une extension de 
35916 \series bold
35917
35918 \backslash
35919 colorbox
35920 \series default
35921 .
35922  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
35923  peuvent être modifiés avec les variables 
35924 \series bold
35925
35926 \backslash
35927 fboxrule
35928 \series default
35929  et 
35930 \series bold
35931
35932 \backslash
35933 fboxsep
35934 \series default
35935 , comme c'est décrit dans la section
35936 \begin_inset space ~
35937 \end_inset
35938
35939
35940 \begin_inset CommandInset ref
35941 LatexCommand ref
35942 reference "sec:Décorations"
35943
35944 \end_inset
35945
35946 .
35947 \end_layout
35948
35949 \begin_layout Standard
35950 Pour l'exemple suivant, on a utilisé la commande
35951 \end_layout
35952
35953 \begin_layout Standard
35954
35955 \series bold
35956
35957 \backslash
35958 fcolorbox{cyan}{magenta}{
35959 \end_layout
35960
35961 \begin_layout Standard
35962 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
35963 \begin_inset space \thinspace{}
35964 \end_inset
35965
35966 mm:
35967 \begin_inset Newline newline
35968 \end_inset
35969
35970
35971 \begin_inset ERT
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976
35977 \backslash
35978 fboxrule 1mm 
35979 \backslash
35980 fboxsep 1mm
35981 \end_layout
35982
35983 \end_inset
35984
35985
35986 \begin_inset ERT
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990
35991
35992 \backslash
35993 fcolorbox{cyan}{magenta}{
35994 \end_layout
35995
35996 \end_inset
35997
35998 Ce texte est dans une boîte encadrée et colorée.
35999 \begin_inset ERT
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003
36004 }
36005 \end_layout
36006
36007 \end_inset
36008
36009
36010 \end_layout
36011
36012 \begin_layout Standard
36013 \begin_inset VSpace bigskip
36014 \end_inset
36015
36016 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
36017  les yeux ! - NdT) :
36018 \begin_inset Newline newline
36019 \end_inset
36020
36021
36022 \begin_inset ERT
36023 status collapsed
36024
36025 \begin_layout Plain Layout
36026
36027
36028 \backslash
36029 fcolorbox{cyan}{magenta}{
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \color yellow
36036 Ce texte est coloré dans une boîte colorée et encadrée.
36037 \color inherit
36038
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044 }
36045 \end_layout
36046
36047 \end_inset
36048
36049
36050 \begin_inset ERT
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054
36055
36056 \backslash
36057 fboxrule 0.4pt 
36058 \backslash
36059 fboxsep 3pt
36060 \end_layout
36061
36062 \end_inset
36063
36064
36065 \end_layout
36066
36067 \begin_layout Standard
36068
36069 \series bold
36070 \begin_inset VSpace medskip
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \begin_layout Standard
36077 \begin_inset Note Greyedout
36078 status open
36079
36080 \begin_layout Plain Layout
36081
36082 \series bold
36083 Note:
36084 \series default
36085  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
36086  de ligne.
36087  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
36088  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \begin_layout Subsection
36097 De la couleur pour les paragraphes
36098 \begin_inset CommandInset label
36099 LatexCommand label
36100 name "sub:Couleur-pour-les-Paragraphes"
36101
36102 \end_inset
36103
36104
36105 \begin_inset Index idx
36106 status collapsed
36107
36108 \begin_layout Plain Layout
36109 Couleur ! Pour les  paragraphes
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \end_layout
36116
36117 \begin_layout Standard
36118 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
36119  texte dans une minipage.
36120  Avant la minipage, insérez la commande 
36121 \series bold
36122
36123 \backslash
36124 colorbox
36125 \series default
36126  
36127 \end_layout
36128
36129 \begin_layout Standard
36130
36131 \series bold
36132
36133 \backslash
36134 colorbox{color}{
36135 \end_layout
36136
36137 \begin_layout Standard
36138 en code TeX.
36139  Après la minipage, insérez l'accolade fermante 
36140 \begin_inset Quotes eld
36141 \end_inset
36142
36143 }
36144 \begin_inset Quotes erd
36145 \end_inset
36146
36147  en code TeX.
36148 \end_layout
36149
36150 \begin_layout Standard
36151 \begin_inset ERT
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155
36156
36157 \backslash
36158 colorbox{lightgrey}{
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \begin_inset Box Frameless
36165 position "t"
36166 hor_pos "c"
36167 has_inner_box 1
36168 inner_pos "t"
36169 use_parbox 0
36170 use_makebox 0
36171 width "100col%"
36172 special "none"
36173 height "1in"
36174 height_special "totalheight"
36175 status collapsed
36176
36177 \begin_layout Plain Layout
36178 Ce texte a un fond coloré.
36179  Ce texte a un fond coloré.
36180 \end_layout
36181
36182 \begin_layout Plain Layout
36183 \begin_inset VSpace defskip
36184 \end_inset
36185
36186 Le texte peut avoir des notes de bas de page
36187 \begin_inset Foot
36188 status collapsed
36189
36190 \begin_layout Plain Layout
36191 Un autre exemple de note de bas de page
36192 \end_layout
36193
36194 \end_inset
36195
36196  et contenir des figures et des tableaux.
36197 \end_layout
36198
36199 \begin_layout Plain Layout
36200 \align center
36201 \begin_inset Tabular
36202 <lyxtabular version="3" rows="3" columns="3">
36203 <features tabularvalignment="middle">
36204 <column alignment="center" valignment="top" width="0">
36205 <column alignment="center" valignment="top" width="0">
36206 <column alignment="center" valignment="top" width="0">
36207 <row>
36208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36209 \begin_inset Text
36210
36211 \begin_layout Plain Layout
36212 a
36213 \end_layout
36214
36215 \end_inset
36216 </cell>
36217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36218 \begin_inset Text
36219
36220 \begin_layout Plain Layout
36221 !
36222 \end_layout
36223
36224 \end_inset
36225 </cell>
36226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230 3
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 </row>
36236 <row>
36237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36238 \begin_inset Text
36239
36240 \begin_layout Plain Layout
36241 <
36242 \end_layout
36243
36244 \end_inset
36245 </cell>
36246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36247 \begin_inset Text
36248
36249 \begin_layout Plain Layout
36250 b2
36251 \begin_inset Quotes erd
36252 \end_inset
36253
36254 |
36255 \end_layout
36256
36257 \end_inset
36258 </cell>
36259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263 >
36264 \end_layout
36265
36266 \end_inset
36267 </cell>
36268 </row>
36269 <row>
36270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36271 \begin_inset Text
36272
36273 \begin_layout Plain Layout
36274 1
36275 \end_layout
36276
36277 \end_inset
36278 </cell>
36279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36280 \begin_inset Text
36281
36282 \begin_layout Plain Layout
36283 §
36284 \end_layout
36285
36286 \end_inset
36287 </cell>
36288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36289 \begin_inset Text
36290
36291 \begin_layout Plain Layout
36292 c
36293 \end_layout
36294
36295 \end_inset
36296 </cell>
36297 </row>
36298 </lyxtabular>
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \begin_inset ERT
36309 status collapsed
36310
36311 \begin_layout Plain Layout
36312
36313 }
36314 \end_layout
36315
36316 \end_inset
36317
36318
36319 \end_layout
36320
36321 \begin_layout Section
36322 Les boîtes pivotées et redimensionnées
36323 \end_layout
36324
36325 \begin_layout Standard
36326 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
36327  charger le paquetage LaTeX 
36328 \series bold
36329 graphicx
36330 \series default
36331
36332 \begin_inset Index idx
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336 Paquetages LaTeX ! graphicx
36337 \end_layout
36338
36339 \end_inset
36340
36341  dans le préambule de votre document avec la commande
36342 \end_layout
36343
36344 \begin_layout Standard
36345
36346 \series bold
36347
36348 \backslash
36349 @ifundefined{rotatebox}
36350 \begin_inset Newline newline
36351 \end_inset
36352
36353
36354 \begin_inset Phantom HPhantom
36355 status open
36356
36357 \begin_layout Plain Layout
36358
36359 \series bold
36360 \begin_inset space ~
36361 \end_inset
36362
36363
36364 \end_layout
36365
36366 \end_inset
36367
36368 {
36369 \backslash
36370 usepackage{graphicx}}{}
36371 \end_layout
36372
36373 \begin_layout Description
36374 \begin_inset Note Greyedout
36375 status open
36376
36377 \begin_layout Plain Layout
36378
36379 \series bold
36380 Note:
36381 \series default
36382  La plupart des visualiseurs DVI ne sont 
36383 \emph on
36384 pas
36385 \emph default
36386  capables d'afficher des rotations ou des redimensions.
36387 \end_layout
36388
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \begin_layout Standard
36395 \begin_inset Note Greyedout
36396 status open
36397
36398 \begin_layout Plain Layout
36399
36400 \series bold
36401 Note:
36402 \series default
36403  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
36404  redimensionnée.
36405 \end_layout
36406
36407 \end_inset
36408
36409
36410 \end_layout
36411
36412 \begin_layout Subsection
36413 Les Boîtes pivotées
36414 \begin_inset Index idx
36415 status collapsed
36416
36417 \begin_layout Plain Layout
36418 Boîtes ! pivotées
36419 \end_layout
36420
36421 \end_inset
36422
36423
36424 \begin_inset Index idx
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428 Pivoter des objets
36429 \end_layout
36430
36431 \end_inset
36432
36433
36434 \end_layout
36435
36436 \begin_layout Standard
36437 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
36438  (rotated).
36439  Une telle boîte est créée avec la commande 
36440 \series bold
36441
36442 \backslash
36443 rotatebox
36444 \series default
36445  en code TeX avec la syntaxe
36446 \end_layout
36447
36448 \begin_layout Standard
36449
36450 \series bold
36451
36452 \backslash
36453 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
36454 \end_layout
36455
36456 \begin_layout Standard
36457 La position du pivot est donnée par l'origine de rotation spécifiée sous
36458  la forme 
36459 \series bold
36460 origin=position
36461 \series default
36462 .
36463  Les valeurs suivantes sont possibles pour la position: 
36464 \emph on
36465 c
36466 \emph default
36467  (centre), 
36468 \emph on
36469 l
36470 \emph default
36471  (gauche/
36472 \lang english
36473 left
36474 \lang french
36475 ), 
36476 \emph on
36477 r
36478 \emph default
36479  (droite/
36480 \lang english
36481 right
36482 \lang french
36483 ), 
36484 \emph on
36485 b
36486 \emph default
36487  (bas/
36488 \lang english
36489 bottom
36490 \lang french
36491 ), 
36492 \emph on
36493 t
36494 \emph default
36495  (haut/
36496 \lang english
36497 top
36498 \lang french
36499 ), et aussi des combinaisons des quatre positions de base.
36500  Par exemple 
36501 \emph on
36502 lt
36503 \emph default
36504  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
36505  Quand on ne donne pas d'origine, la position 
36506 \emph on
36507 l
36508 \emph default
36509  est utilisée.
36510  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
36511  ou négatif.
36512  Le sens positif de rotation est anti-horaire.
36513 \end_layout
36514
36515 \begin_layout Standard
36516 Dans l'exemple qui suit, la commande 
36517 \series bold
36518
36519 \backslash
36520 rotatebox[origin=c]{60}{
36521 \series default
36522  a été insérée en code TeX juste avant le texte 
36523 \begin_inset Quotes eld
36524 \end_inset
36525
36526 pivoté de 90°
36527 \begin_inset Quotes erd
36528 \end_inset
36529
36530  ; la boîte est refermée juste après le texte par une accolade fermante
36531  
36532 \begin_inset Quotes eld
36533 \end_inset
36534
36535 }
36536 \begin_inset Quotes erd
36537 \end_inset
36538
36539  en code TeX.
36540 \end_layout
36541
36542 \begin_layout Standard
36543 Voici une ligne avec du texte 
36544 \begin_inset ERT
36545 status collapsed
36546
36547 \begin_layout Plain Layout
36548
36549
36550 \backslash
36551 rotatebox[origin=c]{60}{
36552 \end_layout
36553
36554 \end_inset
36555
36556 pivoté de 60°
36557 \begin_inset ERT
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561
36562 }
36563 \end_layout
36564
36565 \end_inset
36566
36567 .
36568 \end_layout
36569
36570 \begin_layout Standard
36571 La boîte peut contenir une autre boîte ou une formule en ligne :
36572 \end_layout
36573
36574 \begin_layout Standard
36575 Voici une ligne avec du texte 
36576 \begin_inset ERT
36577 status collapsed
36578
36579 \begin_layout Plain Layout
36580
36581
36582 \backslash
36583 rotatebox[origin=r]{-60}{
36584 \end_layout
36585
36586 \end_inset
36587
36588
36589 \begin_inset Box Doublebox
36590 position "c"
36591 hor_pos "c"
36592 has_inner_box 0
36593 inner_pos "c"
36594 use_parbox 0
36595 use_makebox 0
36596 width "1in"
36597 special "width"
36598 height "1in"
36599 height_special "totalheight"
36600 status collapsed
36601
36602 \begin_layout Plain Layout
36603 pivoté de -60°
36604 \end_layout
36605
36606 \end_inset
36607
36608
36609 \begin_inset ERT
36610 status collapsed
36611
36612 \begin_layout Plain Layout
36613
36614 }
36615 \end_layout
36616
36617 \end_inset
36618
36619  et encadré 
36620 \begin_inset ERT
36621 status collapsed
36622
36623 \begin_layout Plain Layout
36624
36625
36626 \backslash
36627 rotatebox[origin=lb]{60}{
36628 \end_layout
36629
36630 \end_inset
36631
36632
36633 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36634 \end_inset
36635
36636
36637 \begin_inset ERT
36638 status collapsed
36639
36640 \begin_layout Plain Layout
36641
36642 }
36643 \end_layout
36644
36645 \end_inset
36646
36647  et une formule.
36648 \end_layout
36649
36650 \begin_layout Standard
36651 ou encore une figure ou un tableau :
36652 \end_layout
36653
36654 \begin_layout Standard
36655 Voici une ligne
36656 \begin_inset ERT
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660
36661
36662 \backslash
36663 rotatebox[origin=lb]{90}{
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \begin_inset Graphics
36670         filename ../clipart/platypus.eps
36671         lyxscale 50
36672         width 25col%
36673
36674 \end_inset
36675
36676
36677 \begin_inset ERT
36678 status collapsed
36679
36680 \begin_layout Plain Layout
36681
36682 }
36683 \end_layout
36684
36685 \end_inset
36686
36687  avec une image pivotée de 90° 
36688 \begin_inset ERT
36689 status collapsed
36690
36691 \begin_layout Plain Layout
36692
36693
36694 \backslash
36695 rotatebox[origin=l]{-90}{
36696 \end_layout
36697
36698 \end_inset
36699
36700
36701 \begin_inset Tabular
36702 <lyxtabular version="3" rows="2" columns="2">
36703 <features tabularvalignment="middle">
36704 <column alignment="center" valignment="top" width="0">
36705 <column alignment="center" valignment="top" width="0">
36706 <row>
36707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36708 \begin_inset Text
36709
36710 \begin_layout Plain Layout
36711 q
36712 \end_layout
36713
36714 \end_inset
36715 </cell>
36716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36717 \begin_inset Text
36718
36719 \begin_layout Plain Layout
36720 w
36721 \end_layout
36722
36723 \end_inset
36724 </cell>
36725 </row>
36726 <row>
36727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36728 \begin_inset Text
36729
36730 \begin_layout Plain Layout
36731 e
36732 \end_layout
36733
36734 \end_inset
36735 </cell>
36736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36737 \begin_inset Text
36738
36739 \begin_layout Plain Layout
36740 r
36741 \end_layout
36742
36743 \end_inset
36744 </cell>
36745 </row>
36746 </lyxtabular>
36747
36748 \end_inset
36749
36750
36751 \begin_inset ERT
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755
36756 }
36757 \end_layout
36758
36759 \end_inset
36760
36761  et un tableau.
36762 \begin_inset Index idx
36763 status collapsed
36764
36765 \begin_layout Plain Layout
36766 Figures ! Pivotées
36767 \end_layout
36768
36769 \end_inset
36770
36771
36772 \begin_inset Index idx
36773 status collapsed
36774
36775 \begin_layout Plain Layout
36776 Tableau ! Pivoter
36777 \end_layout
36778
36779 \end_inset
36780
36781
36782 \end_layout
36783
36784 \begin_layout Subsection
36785 Les boîtes redimensionnées
36786 \begin_inset Index idx
36787 status collapsed
36788
36789 \begin_layout Plain Layout
36790 Boîtes ! Redimensionnées
36791 \end_layout
36792
36793 \end_inset
36794
36795
36796 \begin_inset Index idx
36797 status collapsed
36798
36799 \begin_layout Plain Layout
36800 Redimensionner des objets
36801 \end_layout
36802
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \begin_layout Standard
36809 Pour redimensionner des objets on peut utiliser les commandes 
36810 \series bold
36811
36812 \backslash
36813 scalebox
36814 \series default
36815  et 
36816 \series bold
36817
36818 \backslash
36819 resizebox
36820 \series default
36821  insérées sous forme de code TeX.
36822 \end_layout
36823
36824 \begin_layout Standard
36825
36826 \series bold
36827
36828 \backslash
36829 scalebox
36830 \series default
36831  est utilisée avec la syntaxe suivante :
36832 \end_layout
36833
36834 \begin_layout Standard
36835
36836 \series bold
36837
36838 \backslash
36839 scalebox{horizontal}[vertical]{contenu de la boîte}
36840 \end_layout
36841
36842 \begin_layout Standard
36843 Horizontal et vertical sont les facteurs d'échelle correspondants.
36844  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
36845  utilisé comme facteur vertical.
36846 \end_layout
36847
36848 \begin_layout Standard
36849 Par exemple, la commande 
36850 \series bold
36851
36852 \backslash
36853 scalebox{2}{Bonjour}
36854 \series default
36855  crée un 
36856 \begin_inset ERT
36857 status collapsed
36858
36859 \begin_layout Plain Layout
36860
36861
36862 \backslash
36863 scalebox{2}{
36864 \end_layout
36865
36866 \end_inset
36867
36868 Bonjour
36869 \begin_inset ERT
36870 status collapsed
36871
36872 \begin_layout Plain Layout
36873
36874 }
36875 \end_layout
36876
36877 \end_inset
36878
36879  de taille double par rapport à la taille du texte du document.
36880 \end_layout
36881
36882 \begin_layout Standard
36883
36884 \series bold
36885
36886 \backslash
36887 scalebox{2}[1]{Hello}
36888 \series default
36889  au contraire va déformer le 
36890 \begin_inset ERT
36891 status collapsed
36892
36893 \begin_layout Plain Layout
36894
36895
36896 \backslash
36897 scalebox{2}[1]{
36898 \end_layout
36899
36900 \end_inset
36901
36902 Bonjour
36903 \begin_inset ERT
36904 status collapsed
36905
36906 \begin_layout Plain Layout
36907
36908 }
36909 \end_layout
36910
36911 \end_inset
36912
36913 .
36914 \end_layout
36915
36916 \begin_layout Standard
36917 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
36918  La commande 
36919 \series bold
36920
36921 \backslash
36922 scalebox{-1}[1]{Hello}
36923 \series default
36924  peut donc être utilisée pour créer du texte en miroir : 
36925 \begin_inset ERT
36926 status collapsed
36927
36928 \begin_layout Plain Layout
36929
36930
36931 \backslash
36932 scalebox{-1}[1]{
36933 \end_layout
36934
36935 \end_inset
36936
36937 Bonjour
36938 \begin_inset ERT
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942
36943 }
36944 \end_layout
36945
36946 \end_inset
36947
36948
36949 \end_layout
36950
36951 \begin_layout Standard
36952
36953 \series bold
36954
36955 \backslash
36956 scalebox{1}[-1]{Bonjour}
36957 \series default
36958  effectue une réflexion du 
36959 \begin_inset ERT
36960 status collapsed
36961
36962 \begin_layout Plain Layout
36963
36964
36965 \backslash
36966 scalebox{1}[-1]{
36967 \end_layout
36968
36969 \end_inset
36970
36971 Bonjour
36972 \begin_inset ERT
36973 status collapsed
36974
36975 \begin_layout Plain Layout
36976
36977 }
36978 \end_layout
36979
36980 \end_inset
36981
36982  par rapport à la ligne de base.
36983 \end_layout
36984
36985 \begin_layout Standard
36986 La commande 
36987 \series bold
36988
36989 \backslash
36990 reflectbox{contenu de la boîte} 
36991 \series default
36992 existe aussi et est équivalente à
36993 \series bold
36994  
36995 \backslash
36996 scalebox{-1}[1]{contenu de la boîte}.
36997
36998 \series default
36999  
37000 \begin_inset Newline newline
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \begin_layout Standard
37007 \begin_inset VSpace bigskip
37008 \end_inset
37009
37010 La commande 
37011 \series bold
37012
37013 \backslash
37014 resizebox
37015 \series default
37016  est utilisée pour redimensionner une boîte à une largeur et une hauteur
37017  données.
37018  La syntaxe de la commande est :
37019 \end_layout
37020
37021 \begin_layout Standard
37022
37023 \series bold
37024
37025 \backslash
37026 resizebox{largeur}{hauteur}{contenu de la boîte}
37027 \end_layout
37028
37029 \begin_layout Standard
37030 Si un des deux paramètres est remplacé par un point d'exclamation 
37031 \series bold
37032 !
37033 \series default
37034 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
37035 \end_layout
37036
37037 \begin_layout Standard
37038 La commande 
37039 \series bold
37040
37041 \backslash
37042 resizebox{2cm}{1cm}{Bonjour}
37043 \series default
37044  produit : 
37045 \begin_inset ERT
37046 status collapsed
37047
37048 \begin_layout Plain Layout
37049
37050
37051 \backslash
37052 resizebox{2cm}{1cm}{
37053 \end_layout
37054
37055 \end_inset
37056
37057 Bonjour
37058 \begin_inset ERT
37059 status collapsed
37060
37061 \begin_layout Plain Layout
37062
37063 }
37064 \end_layout
37065
37066 \end_inset
37067
37068
37069 \begin_inset Newline newline
37070 \end_inset
37071
37072 La commande 
37073 \series bold
37074
37075 \backslash
37076 resizebox{2cm}{!}{Bonjour}
37077 \series default
37078  produit : 
37079 \begin_inset ERT
37080 status collapsed
37081
37082 \begin_layout Plain Layout
37083
37084
37085 \backslash
37086 resizebox{2cm}{!}{
37087 \end_layout
37088
37089 \end_inset
37090
37091 Bonjour
37092 \begin_inset ERT
37093 status collapsed
37094
37095 \begin_layout Plain Layout
37096
37097 }
37098 \end_layout
37099
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \begin_layout Standard
37106 \begin_inset VSpace bigskip
37107 \end_inset
37108
37109
37110 \end_layout
37111
37112 \begin_layout Standard
37113 \begin_inset Note Greyedout
37114 status open
37115
37116 \begin_layout Plain Layout
37117
37118 \series bold
37119 Note:
37120 \series default
37121  Quand les paramètres des commandes 
37122 \series bold
37123
37124 \backslash
37125 scalebox
37126 \series default
37127  ou 
37128 \series bold
37129
37130 \backslash
37131 resizebox
37132 \series default
37133  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
37134  document, mais le document exporté peut ne pas s'afficher ou s'afficher
37135  partiellement.
37136 \end_layout
37137
37138 \end_inset
37139
37140
37141 \end_layout
37142
37143 \begin_layout Standard
37144 \begin_inset VSpace bigskip
37145 \end_inset
37146
37147
37148 \end_layout
37149
37150 \begin_layout Standard
37151 Les boîtes peuvent être combinée dans n'importe quel ordre.
37152  Par exemple, la commande 
37153 \begin_inset Newline newline
37154 \end_inset
37155
37156
37157 \series bold
37158
37159 \backslash
37160 rotatebox[origin=c]{-45}{
37161 \backslash
37162 resizebox{2cm}{!}{
37163 \backslash
37164 reflectbox{Bonjour}}}
37165 \begin_inset Newline newline
37166 \end_inset
37167
37168
37169 \series default
37170 produit :
37171 \end_layout
37172
37173 \begin_layout Standard
37174 \align center
37175 \begin_inset ERT
37176 status collapsed
37177
37178 \begin_layout Plain Layout
37179
37180
37181 \backslash
37182 rotatebox[origin=c]{-45}{
37183 \backslash
37184 resizebox{2cm}{!}{
37185 \backslash
37186 reflectbox{
37187 \end_layout
37188
37189 \end_inset
37190
37191 Bonjour
37192 \begin_inset ERT
37193 status collapsed
37194
37195 \begin_layout Plain Layout
37196
37197 }}}
37198 \end_layout
37199
37200 \end_inset
37201
37202
37203 \end_layout
37204
37205 \begin_layout Standard
37206 \noindent
37207 Les images, les tableaux et les formules sont autorisées comme contenu de
37208  boîte :
37209 \end_layout
37210
37211 \begin_layout Standard
37212 \align center
37213 \begin_inset ERT
37214 status collapsed
37215
37216 \begin_layout Plain Layout
37217
37218
37219 \backslash
37220 rotatebox[origin=c]{-30}{
37221 \backslash
37222 resizebox{2cm}{!}{
37223 \backslash
37224 reflectbox{
37225 \end_layout
37226
37227 \end_inset
37228
37229
37230 \begin_inset Graphics
37231         filename ../clipart/platypus.eps
37232         lyxscale 50
37233         width 25col%
37234
37235 \end_inset
37236
37237
37238 \begin_inset ERT
37239 status collapsed
37240
37241 \begin_layout Plain Layout
37242
37243 }}}
37244 \end_layout
37245
37246 \end_inset
37247
37248
37249 \begin_inset ERT
37250 status collapsed
37251
37252 \begin_layout Plain Layout
37253
37254
37255 \backslash
37256 rotatebox[origin=c]{-45}{
37257 \backslash
37258 resizebox{2cm}{!}{
37259 \backslash
37260 reflectbox{
37261 \end_layout
37262
37263 \end_inset
37264
37265
37266 \begin_inset Tabular
37267 <lyxtabular version="3" rows="2" columns="2">
37268 <features tabularvalignment="middle">
37269 <column alignment="center" valignment="top" width="0">
37270 <column alignment="center" valignment="top" width="0">
37271 <row>
37272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276 q
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 w
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 </row>
37291 <row>
37292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296 e
37297 \end_layout
37298
37299 \end_inset
37300 </cell>
37301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 r
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 </row>
37311 </lyxtabular>
37312
37313 \end_inset
37314
37315
37316 \begin_inset ERT
37317 status collapsed
37318
37319 \begin_layout Plain Layout
37320
37321 }}}
37322 \end_layout
37323
37324 \end_inset
37325
37326
37327 \begin_inset ERT
37328 status collapsed
37329
37330 \begin_layout Plain Layout
37331
37332
37333 \backslash
37334 rotatebox[origin=c]{-45}{
37335 \backslash
37336 resizebox{2cm}{!}{
37337 \backslash
37338 reflectbox{
37339 \end_layout
37340
37341 \end_inset
37342
37343
37344 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37345 \end_inset
37346
37347
37348 \begin_inset ERT
37349 status collapsed
37350
37351 \begin_layout Plain Layout
37352
37353 }}}
37354 \end_layout
37355
37356 \end_inset
37357
37358
37359 \begin_inset Index idx
37360 status collapsed
37361
37362 \begin_layout Plain Layout
37363 Figures ! Redimensionnées
37364 \end_layout
37365
37366 \end_inset
37367
37368
37369 \begin_inset Index idx
37370 status collapsed
37371
37372 \begin_layout Plain Layout
37373 Tableau ! Redimensionner
37374 \end_layout
37375
37376 \end_inset
37377
37378
37379 \end_layout
37380
37381 \begin_layout Standard
37382 Quand on utilise le style global de formule 
37383 \series bold
37384 fleqn
37385 \series default
37386  dans le document
37387 \begin_inset Foot
37388 status collapsed
37389
37390 \begin_layout Plain Layout
37391 Quand 
37392 \begin_inset Quotes eld
37393 \end_inset
37394
37395 fleqn
37396 \begin_inset Quotes erd
37397 \end_inset
37398
37399  est ajouté aux options de la classe de document.
37400 \end_layout
37401
37402 \end_inset
37403
37404 , les formules hors texte peuvent aussi être redimensionnées.
37405 \end_layout
37406
37407 \begin_layout Chapter
37408 Objets entourés par du texte
37409 \begin_inset Index idx
37410 status collapsed
37411
37412 \begin_layout Plain Layout
37413 Entourés par du texte
37414 \end_layout
37415
37416 \end_inset
37417
37418
37419 \end_layout
37420
37421 \begin_layout Section
37422 Flottant d'enrobage
37423 \begin_inset CommandInset label
37424 LatexCommand label
37425 name "sec:Flottant-d'enrobage"
37426
37427 \end_inset
37428
37429
37430 \begin_inset Index idx
37431 status collapsed
37432
37433 \begin_layout Plain Layout
37434 Flottants ! Flottants d'enrobage
37435 \end_layout
37436
37437 \end_inset
37438
37439
37440 \begin_inset Index idx
37441 status collapsed
37442
37443 \begin_layout Plain Layout
37444 Entourés par du texte ! Flottants d'enrobage
37445 \end_layout
37446
37447 \end_inset
37448
37449
37450 \end_layout
37451
37452 \begin_layout Standard
37453 \begin_inset Wrap figure
37454 lines 0
37455 placement l
37456 overhang 1cm
37457 width "40col%"
37458 status open
37459
37460 \begin_layout Plain Layout
37461 \begin_inset Graphics
37462         filename ../clipart/mobius.eps
37463         width 40col%
37464         scaleBeforeRotation
37465         rotateOrigin center
37466
37467 \end_inset
37468
37469
37470 \end_layout
37471
37472 \begin_layout Plain Layout
37473 \begin_inset Caption
37474
37475 \begin_layout Plain Layout
37476 \begin_inset CommandInset label
37477 LatexCommand label
37478 name "fig:Figure-enrobée"
37479
37480 \end_inset
37481
37482 Ceci est une figure habillée.
37483 \end_layout
37484
37485 \end_inset
37486
37487
37488 \end_layout
37489
37490 \end_inset
37491
37492  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37493  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37494  Vous pouvez en insérer un en utilisant le menu 
37495 \family sans
37496 Insertion\SpecialChar \menuseparator
37497 Flottant\SpecialChar \menuseparator
37498 Flottant
37499 \begin_inset space ~
37500 \end_inset
37501
37502 d'enrobage
37503 \family default
37504  à la condition que le paquetage LaTeX 
37505 \series bold
37506 wrapfig
37507 \series default
37508
37509 \begin_inset Index idx
37510 status collapsed
37511
37512 \begin_layout Plain Layout
37513 Paquetages LaTeX ! wrapfig
37514 \end_layout
37515
37516 \end_inset
37517
37518  soit installé.
37519 \begin_inset Foot
37520 status collapsed
37521
37522 \begin_layout Plain Layout
37523 Voyez dans la manuel 
37524 \emph on
37525 Configuration
37526 \begin_inset space ~
37527 \end_inset
37528
37529 LaTeX 
37530 \emph default
37531 comment installer des paquetages LaTeX.
37532 \end_layout
37533
37534 \end_inset
37535
37536  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37537  sur la boîte du flottant.
37538  Les paramètres obligatoires sont l'
37539 \family sans
37540 Emplacement
37541 \family default
37542  et la 
37543 \family sans
37544 Largeur
37545 \family default
37546 .
37547  Les paramètres facultatifs sont le 
37548 \family sans
37549 Débordement
37550 \family default
37551  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37552  de la page et la 
37553 \family sans
37554 Porté de la ligne
37555 \family default
37556  qui précise le nombre approximatif de lignes dont le flottant va avoir
37557  besoin.
37558  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37559  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37560  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
37561  à l'intérieur du paragraphe ou vers les autres paragraphes.
37562  La figure
37563 \begin_inset space ~
37564 \end_inset
37565
37566
37567 \begin_inset CommandInset ref
37568 LatexCommand ref
37569 reference "fig:Figure-enrobée"
37570
37571 \end_inset
37572
37573  est un exemple de flottant d'enrobage avec une largeur de 40
37574 \begin_inset space \thinspace{}
37575 \end_inset
37576
37577 col%, un débordement de 1
37578 \begin_inset space \thinspace{}
37579 \end_inset
37580
37581 cm et placé à gauche.
37582 \end_layout
37583
37584 \begin_layout Standard
37585 \begin_inset Note Greyedout
37586 status open
37587
37588 \begin_layout Plain Layout
37589
37590 \series bold
37591 Note:
37592 \series default
37593  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37594  figure trop près du bas de page peut tout chambouler et faire que le flottant
37595  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37596  de texte.
37597 \end_layout
37598
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \begin_layout Standard
37605 En général:
37606 \end_layout
37607
37608 \begin_layout Itemize
37609 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37610  qui risquent de passer à la page suivante.
37611  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37612  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37613  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37614  de page.
37615 \end_layout
37616
37617 \begin_layout Itemize
37618 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37619  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37620 e.
37621 \end_layout
37622
37623 \begin_layout Itemize
37624 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37625  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37626  texte entre les deux, comme séparateur.
37627 \end_layout
37628
37629 \begin_layout Itemize
37630 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37631  ou les tableaux.
37632 \end_layout
37633
37634 \begin_layout Itemize
37635 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37636  chapitre
37637 \begin_inset space ~
37638 \end_inset
37639
37640
37641 \begin_inset CommandInset ref
37642 LatexCommand ref
37643 reference "chap:Flottants"
37644
37645 \end_inset
37646
37647 .
37648 \end_layout
37649
37650 \begin_layout Section
37651 Objets fixes entourés par du texte
37652 \begin_inset Index idx
37653 status collapsed
37654
37655 \begin_layout Plain Layout
37656 Entouré par du texte ! Objets fixes
37657 \end_layout
37658
37659 \end_inset
37660
37661
37662 \end_layout
37663
37664 \begin_layout Standard
37665 Les flottants d'enrobage décrits dans la section
37666 \begin_inset space \thinspace{}
37667 \end_inset
37668
37669
37670 \begin_inset CommandInset ref
37671 LatexCommand ref
37672 reference "sec:Flottant-d'enrobage"
37673
37674 \end_inset
37675
37676  prennent les positions suivantes dans le paragraphe :
37677 \end_layout
37678
37679 \begin_layout Standard
37680 \noindent
37681 \align center
37682 \begin_inset Tabular
37683 <lyxtabular version="3" rows="2" columns="2">
37684 <features tabularvalignment="middle">
37685 <column alignment="center" valignment="top" width="0">
37686 <column alignment="center" valignment="top" width="0">
37687 <row>
37688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37689 \begin_inset Text
37690
37691 \begin_layout Plain Layout
37692 \begin_inset Graphics
37693         filename ../../images/dialog-show-new-inset_graphics.png
37694         scale 70
37695         scaleBeforeRotation
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708 texte
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 </row>
37714 <row>
37715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719 texte
37720 \end_layout
37721
37722 \end_inset
37723 </cell>
37724 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728 texte
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 </row>
37734 </lyxtabular>
37735
37736 \end_inset
37737
37738  ou 
37739 \begin_inset Tabular
37740 <lyxtabular version="3" rows="2" columns="2">
37741 <features tabularvalignment="middle">
37742 <column alignment="center" valignment="top" width="0">
37743 <column alignment="center" valignment="top" width="0">
37744 <row>
37745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37746 \begin_inset Text
37747
37748 \begin_layout Plain Layout
37749 texte
37750 \end_layout
37751
37752 \end_inset
37753 </cell>
37754 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758 \begin_inset Graphics
37759         filename ../../images/dialog-show-new-inset_graphics.png
37760         scale 70
37761         scaleBeforeRotation
37762
37763 \end_inset
37764
37765
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 </row>
37771 <row>
37772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37773 \begin_inset Text
37774
37775 \begin_layout Plain Layout
37776 texte
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37782 \begin_inset Text
37783
37784 \begin_layout Plain Layout
37785 texte
37786 \end_layout
37787
37788 \end_inset
37789 </cell>
37790 </row>
37791 </lyxtabular>
37792
37793 \end_inset
37794
37795
37796 \end_layout
37797
37798 \begin_layout Standard
37799 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37800  par exemple pour avoir une de ces positions :
37801 \begin_inset VSpace defskip
37802 \end_inset
37803
37804
37805 \end_layout
37806
37807 \begin_layout Standard
37808 \noindent
37809 \align center
37810 \begin_inset Tabular
37811 <lyxtabular version="3" rows="2" columns="2">
37812 <features tabularvalignment="middle">
37813 <column alignment="center" valignment="top" width="0">
37814 <column alignment="center" valignment="top" width="0">
37815 <row>
37816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37817 \begin_inset Text
37818
37819 \begin_layout Plain Layout
37820 texte
37821 \end_layout
37822
37823 \end_inset
37824 </cell>
37825 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37826 \begin_inset Text
37827
37828 \begin_layout Plain Layout
37829 texte
37830 \end_layout
37831
37832 \end_inset
37833 </cell>
37834 </row>
37835 <row>
37836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37837 \begin_inset Text
37838
37839 \begin_layout Plain Layout
37840 \begin_inset Graphics
37841         filename ../../images/dialog-show-new-inset_graphics.png
37842         scale 70
37843         scaleBeforeRotation
37844
37845 \end_inset
37846
37847
37848 \end_layout
37849
37850 \end_inset
37851 </cell>
37852 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37853 \begin_inset Text
37854
37855 \begin_layout Plain Layout
37856 texte
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 </row>
37862 </lyxtabular>
37863
37864 \end_inset
37865
37866  
37867 \begin_inset Tabular
37868 <lyxtabular version="3" rows="2" columns="2">
37869 <features tabularvalignment="middle">
37870 <column alignment="center" valignment="top" width="0">
37871 <column alignment="center" valignment="top" width="0">
37872 <row>
37873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37874 \begin_inset Text
37875
37876 \begin_layout Plain Layout
37877 texte
37878 \end_layout
37879
37880 \end_inset
37881 </cell>
37882 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37883 \begin_inset Text
37884
37885 \begin_layout Plain Layout
37886 texte
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 </row>
37892 <row>
37893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37894 \begin_inset Text
37895
37896 \begin_layout Plain Layout
37897 texte
37898 \end_layout
37899
37900 \end_inset
37901 </cell>
37902 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37903 \begin_inset Text
37904
37905 \begin_layout Plain Layout
37906 \begin_inset Graphics
37907         filename ../../images/dialog-show-new-inset_graphics.png
37908         scale 70
37909         scaleBeforeRotation
37910
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 </row>
37919 </lyxtabular>
37920
37921 \end_inset
37922
37923  
37924 \begin_inset Tabular
37925 <lyxtabular version="3" rows="2" columns="3">
37926 <features tabularvalignment="middle">
37927 <column alignment="center" valignment="top" width="0">
37928 <column alignment="center" valignment="top" width="0">
37929 <column alignment="center" valignment="top" width="0">
37930 <row>
37931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935 texte
37936 \end_layout
37937
37938 \end_inset
37939 </cell>
37940 <cell alignment="center" valignment="top" topline="true" usebox="none">
37941 \begin_inset Text
37942
37943 \begin_layout Plain Layout
37944 \begin_inset Graphics
37945         filename ../../images/dialog-show-new-inset_graphics.png
37946         scale 70
37947         scaleBeforeRotation
37948
37949 \end_inset
37950
37951
37952 \end_layout
37953
37954 \end_inset
37955 </cell>
37956 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960 texte
37961 \end_layout
37962
37963 \end_inset
37964 </cell>
37965 </row>
37966 <row>
37967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37968 \begin_inset Text
37969
37970 \begin_layout Plain Layout
37971 texte
37972 \end_layout
37973
37974 \end_inset
37975 </cell>
37976 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37977 \begin_inset Text
37978
37979 \begin_layout Plain Layout
37980 texte
37981 \end_layout
37982
37983 \end_inset
37984 </cell>
37985 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37986 \begin_inset Text
37987
37988 \begin_layout Plain Layout
37989 texte
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 </row>
37995 </lyxtabular>
37996
37997 \end_inset
37998
37999  
38000 \begin_inset Tabular
38001 <lyxtabular version="3" rows="2" columns="3">
38002 <features tabularvalignment="middle">
38003 <column alignment="center" valignment="top" width="0">
38004 <column alignment="center" valignment="top" width="0">
38005 <column alignment="center" valignment="top" width="0">
38006 <row>
38007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38008 \begin_inset Text
38009
38010 \begin_layout Plain Layout
38011 texte
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 <cell alignment="center" valignment="top" topline="true" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 texte
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38026 \begin_inset Text
38027
38028 \begin_layout Plain Layout
38029 texte
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 </row>
38035 <row>
38036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38037 \begin_inset Text
38038
38039 \begin_layout Plain Layout
38040 texte
38041 \end_layout
38042
38043 \end_inset
38044 </cell>
38045 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38046 \begin_inset Text
38047
38048 \begin_layout Plain Layout
38049 \begin_inset Graphics
38050         filename ../../images/dialog-show-new-inset_graphics.png
38051         scale 70
38052         scaleBeforeRotation
38053
38054 \end_inset
38055
38056
38057 \end_layout
38058
38059 \end_inset
38060 </cell>
38061 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38062 \begin_inset Text
38063
38064 \begin_layout Plain Layout
38065 texte
38066 \end_layout
38067
38068 \end_inset
38069 </cell>
38070 </row>
38071 </lyxtabular>
38072
38073 \end_inset
38074
38075
38076 \end_layout
38077
38078 \begin_layout Standard
38079 \noindent
38080 \align center
38081 \begin_inset Tabular
38082 <lyxtabular version="3" rows="3" columns="2">
38083 <features tabularvalignment="middle">
38084 <column alignment="center" valignment="top" width="0">
38085 <column alignment="center" valignment="top" width="0">
38086 <row>
38087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38088 \begin_inset Text
38089
38090 \begin_layout Plain Layout
38091 texte
38092 \end_layout
38093
38094 \end_inset
38095 </cell>
38096 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38097 \begin_inset Text
38098
38099 \begin_layout Plain Layout
38100 texte
38101 \end_layout
38102
38103 \end_inset
38104 </cell>
38105 </row>
38106 <row>
38107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111 \begin_inset Graphics
38112         filename ../../images/dialog-show-new-inset_graphics.png
38113         scale 70
38114         scaleBeforeRotation
38115
38116 \end_inset
38117
38118
38119 \end_layout
38120
38121 \end_inset
38122 </cell>
38123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127 texte
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 </row>
38133 <row>
38134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38135 \begin_inset Text
38136
38137 \begin_layout Plain Layout
38138 texte
38139 \end_layout
38140
38141 \end_inset
38142 </cell>
38143 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38144 \begin_inset Text
38145
38146 \begin_layout Plain Layout
38147 texte
38148 \end_layout
38149
38150 \end_inset
38151 </cell>
38152 </row>
38153 </lyxtabular>
38154
38155 \end_inset
38156
38157  
38158 \begin_inset Tabular
38159 <lyxtabular version="3" rows="3" columns="3">
38160 <features tabularvalignment="middle">
38161 <column alignment="center" valignment="top" width="0">
38162 <column alignment="center" valignment="top" width="0">
38163 <column alignment="center" valignment="top" width="0">
38164 <row>
38165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38166 \begin_inset Text
38167
38168 \begin_layout Plain Layout
38169 texte
38170 \end_layout
38171
38172 \end_inset
38173 </cell>
38174 <cell alignment="center" valignment="top" topline="true" usebox="none">
38175 \begin_inset Text
38176
38177 \begin_layout Plain Layout
38178 texte
38179 \end_layout
38180
38181 \end_inset
38182 </cell>
38183 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38184 \begin_inset Text
38185
38186 \begin_layout Plain Layout
38187 texte
38188 \end_layout
38189
38190 \end_inset
38191 </cell>
38192 </row>
38193 <row>
38194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38195 \begin_inset Text
38196
38197 \begin_layout Plain Layout
38198 texte
38199 \end_layout
38200
38201 \end_inset
38202 </cell>
38203 <cell alignment="center" valignment="top" usebox="none">
38204 \begin_inset Text
38205
38206 \begin_layout Plain Layout
38207 \begin_inset Graphics
38208         filename ../../images/dialog-show-new-inset_graphics.png
38209         scale 70
38210         scaleBeforeRotation
38211
38212 \end_inset
38213
38214
38215 \end_layout
38216
38217 \end_inset
38218 </cell>
38219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38220 \begin_inset Text
38221
38222 \begin_layout Plain Layout
38223 texte
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 </row>
38229 <row>
38230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234 texte
38235 \end_layout
38236
38237 \end_inset
38238 </cell>
38239 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38240 \begin_inset Text
38241
38242 \begin_layout Plain Layout
38243 texte
38244 \end_layout
38245
38246 \end_inset
38247 </cell>
38248 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38249 \begin_inset Text
38250
38251 \begin_layout Plain Layout
38252 texte
38253 \end_layout
38254
38255 \end_inset
38256 </cell>
38257 </row>
38258 </lyxtabular>
38259
38260 \end_inset
38261
38262  
38263 \begin_inset Tabular
38264 <lyxtabular version="3" rows="3" columns="2">
38265 <features tabularvalignment="middle">
38266 <column alignment="center" valignment="top" width="0">
38267 <column alignment="center" valignment="top" width="0">
38268 <row>
38269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38270 \begin_inset Text
38271
38272 \begin_layout Plain Layout
38273 texte
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282 texte
38283 \end_layout
38284
38285 \end_inset
38286 </cell>
38287 </row>
38288 <row>
38289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38290 \begin_inset Text
38291
38292 \begin_layout Plain Layout
38293 texte
38294 \end_layout
38295
38296 \end_inset
38297 </cell>
38298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38299 \begin_inset Text
38300
38301 \begin_layout Plain Layout
38302 \begin_inset Graphics
38303         filename ../../images/dialog-show-new-inset_graphics.png
38304         scale 70
38305         scaleBeforeRotation
38306
38307 \end_inset
38308
38309
38310 \end_layout
38311
38312 \end_inset
38313 </cell>
38314 </row>
38315 <row>
38316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38317 \begin_inset Text
38318
38319 \begin_layout Plain Layout
38320 texte
38321 \end_layout
38322
38323 \end_inset
38324 </cell>
38325 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38326 \begin_inset Text
38327
38328 \begin_layout Plain Layout
38329 texte
38330 \end_layout
38331
38332 \end_inset
38333 </cell>
38334 </row>
38335 </lyxtabular>
38336
38337 \end_inset
38338
38339
38340 \end_layout
38341
38342 \begin_layout Standard
38343 vous pouvez utiliser la paquetage LaTeX 
38344 \end_layout
38345
38346 \begin_layout Standard
38347 \noindent
38348
38349 \series bold
38350 picinpar
38351 \series default
38352
38353 \begin_inset Index idx
38354 status collapsed
38355
38356 \begin_layout Plain Layout
38357 Paquetages LaTeX ! picinpar
38358 \end_layout
38359
38360 \end_inset
38361
38362 .
38363  Voici un exemple :
38364 \end_layout
38365
38366 \begin_layout Standard
38367 \begin_inset ERT
38368 status collapsed
38369
38370 \begin_layout Plain Layout
38371
38372
38373 \backslash
38374 ifpicinpar
38375 \end_layout
38376
38377 \end_inset
38378
38379
38380 \begin_inset Note Note
38381 status open
38382
38383 \begin_layout Plain Layout
38384 La section suivante ne sera affichée que si le paquetage LaTeX 
38385 \series bold
38386 picinpar
38387 \series default
38388  a été installé.
38389 \end_layout
38390
38391 \end_inset
38392
38393
38394 \end_layout
38395
38396 \begin_layout Standard
38397 \begin_inset ERT
38398 status collapsed
38399
38400 \begin_layout Plain Layout
38401
38402
38403 \backslash
38404 begin{window}[2,c,{
38405 \end_layout
38406
38407 \end_inset
38408
38409
38410 \begin_inset Graphics
38411         filename ../clipart/mobius.eps
38412         lyxscale 60
38413         width 40col%
38414         scaleBeforeRotation
38415         rotateOrigin center
38416
38417 \end_inset
38418
38419
38420 \begin_inset ERT
38421 status collapsed
38422
38423 \begin_layout Plain Layout
38424
38425 },]
38426 \end_layout
38427
38428 \begin_layout Plain Layout
38429
38430 {}
38431 \end_layout
38432
38433 \end_inset
38434
38435
38436 \size small
38437 \lang english
38438 It was in the spring of the year 1894 that all London was interested, and
38439  the fashionable world dismayed, by the murder of the Honourable Ronald
38440  Adair under most unusual and inexplicable circumstances.
38441  The public has already learned those particulars of the crime which
38442 \size default
38443
38444 \begin_inset ERT
38445 status collapsed
38446
38447 \begin_layout Plain Layout
38448
38449
38450 \backslash
38451 footnotemark{}
38452 \end_layout
38453
38454 \end_inset
38455
38456
38457 \size small
38458  came out in the police investigation, but a good deal was suppressed upon
38459  that occasion, since the case for the prosecution was so overwhelmingly
38460  strong that it was not necessary to bring forward all the facts.
38461  Only now, at the end of nearly ten years, am I allowed to supply those
38462  missing links which make up the whole of that remarkable chain
38463 \lang french
38464 .
38465 \size default
38466
38467 \begin_inset ERT
38468 status collapsed
38469
38470 \begin_layout Plain Layout
38471
38472
38473 \backslash
38474 end{window}
38475 \end_layout
38476
38477 \end_inset
38478
38479
38480 \end_layout
38481
38482 \begin_layout Standard
38483 \begin_inset ERT
38484 status collapsed
38485
38486 \begin_layout Plain Layout
38487
38488
38489 \backslash
38490 footnotetext{
38491 \end_layout
38492
38493 \end_inset
38494
38495 Note de pied de page du paragraphe avec objet fixe.
38496 \begin_inset ERT
38497 status collapsed
38498
38499 \begin_layout Plain Layout
38500
38501 }
38502 \end_layout
38503
38504 \end_inset
38505
38506
38507 \end_layout
38508
38509 \begin_layout Standard
38510 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38511  d'eux et leur position est déterminée par le nombre de lignes de texte
38512  situées audessus d'eux.
38513  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38514  numérotée.
38515 \end_layout
38516
38517 \begin_layout Standard
38518 Un objet fixe enrobé est inséré en ajoutant la commande
38519 \end_layout
38520
38521 \begin_layout Standard
38522
38523 \series bold
38524
38525 \backslash
38526 begin{window}[2,c,{
38527 \end_layout
38528
38529 \begin_layout Standard
38530 en code TeX au debut du paragraphe.
38531  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38532  dessus de l'objet, le second, ici 'c', la position de l'objet.
38533  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38534  ) sont possibles.
38535  Après la commande, vous insérez votre objet.
38536  Dans cet exemple, c'est une image avec une largeur de 40
38537 \begin_inset space \thinspace{}
38538 \end_inset
38539
38540 % de la colonne de texte qui a été insérée.
38541  L'objet peut aussi être un tableau, une boîte ou une équation.
38542  Après l'objet, on insère la commande
38543 \end_layout
38544
38545 \begin_layout Standard
38546
38547 \series bold
38548 },texte de description ]
38549 \begin_inset Newline newline
38550 \end_inset
38551
38552 {}
38553 \end_layout
38554
38555 \begin_layout Standard
38556 Notez que le 
38557 \begin_inset Quotes fld
38558 \end_inset
38559
38560
38561 \series bold
38562 {}
38563 \series default
38564
38565 \begin_inset Quotes frd
38566 \end_inset
38567
38568  est sur la deuxième ligne.
38569  Le texte de description est facultatif.
38570  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38571  il doit donc commence juste après le 
38572 \series bold
38573 {}
38574 \series default
38575 .
38576  A la fin du paragraphe on insère la commande :
38577 \end_layout
38578
38579 \begin_layout Standard
38580
38581 \series bold
38582
38583 \backslash
38584 end{window}
38585 \end_layout
38586
38587 \begin_layout Standard
38588 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38589  ajouter des notes de pied de page de la façon habituelle.
38590  Vous devez utiliser la commande 
38591 \series bold
38592
38593 \backslash
38594 footnotemark
38595 \series default
38596  à l'intérieur du paragraphe et la commande 
38597 \series bold
38598
38599 \backslash
38600 footnotetext
38601 \series default
38602  à l'extérieur, comme décrit dans la section
38603 \begin_inset space \thinspace{}
38604 \end_inset
38605
38606
38607 \begin_inset CommandInset ref
38608 LatexCommand ref
38609 reference "sec:Notes-bas-de-page"
38610
38611 \end_inset
38612
38613 .
38614 \end_layout
38615
38616 \begin_layout Standard
38617 \begin_inset ERT
38618 status collapsed
38619
38620 \begin_layout Plain Layout
38621
38622
38623 \backslash
38624 else
38625 \end_layout
38626
38627 \end_inset
38628
38629
38630 \begin_inset Note Note
38631 status open
38632
38633 \begin_layout Plain Layout
38634 Ce qui suit sera affiché si le paquetage LaTeX 
38635 \series bold
38636 picinpar
38637 \series default
38638  n'est pas installé :
38639 \end_layout
38640
38641 \end_inset
38642
38643
38644 \end_layout
38645
38646 \begin_layout Standard
38647 Vous devez installer le paquetage LaTeX 
38648 \series bold
38649 picinpar
38650 \series default
38651  pour voir la suite de cette section dans la sortie imprimée.
38652 \end_layout
38653
38654 \begin_layout Standard
38655 \begin_inset ERT
38656 status collapsed
38657
38658 \begin_layout Plain Layout
38659
38660
38661 \backslash
38662 fi
38663 \end_layout
38664
38665 \end_inset
38666
38667
38668 \end_layout
38669
38670 \begin_layout Section
38671 Lettrines
38672 \begin_inset Index idx
38673 status collapsed
38674
38675 \begin_layout Plain Layout
38676 Lettrines
38677 \end_layout
38678
38679 \end_inset
38680
38681
38682 \begin_inset Index idx
38683 status collapsed
38684
38685 \begin_layout Plain Layout
38686 Entouré par du texte ! Lettrines
38687 \end_layout
38688
38689 \end_inset
38690
38691
38692 \end_layout
38693
38694 \begin_layout Standard
38695 Pour utiliser des lettrines, le paquetage LaTeX 
38696 \series bold
38697 lettrine
38698 \series default
38699
38700 \begin_inset Index idx
38701 status collapsed
38702
38703 \begin_layout Plain Layout
38704 Paquetages LaTeX ! lettrine
38705 \end_layout
38706
38707 \end_inset
38708
38709  doit être installé et vous devez utiliser le module Initiales (
38710 \begin_inset space ~
38711 \end_inset
38712
38713 menu 
38714 \family sans
38715 Document\SpecialChar \menuseparator
38716 Paramètres\SpecialChar \menuseparator
38717 Modules
38718 \family default
38719
38720 \begin_inset space ~
38721 \end_inset
38722
38723 ).
38724  Pour insérer une lettrine, utilisez le style 
38725 \family sans
38726 Initial
38727 \family default
38728 .
38729  Ce dernier a un paramètre obligatoire et un autre facultatif.
38730  Le paramètre obligatoire est inséré avec le menu 
38731 \family sans
38732 Insertion\SpecialChar \menuseparator
38733 Titre
38734 \begin_inset space ~
38735 \end_inset
38736
38737 court
38738 \family default
38739  et contient la lettre qui sert d'initiale.
38740  Pour utiliser aussi le paramètre facultatif, ajoutez un autre paramètre
38741  avant le paramètre obligatoire.
38742  Ce paramètre sert à modifier la lettrine.
38743  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38744  du paquetage 
38745 \series bold
38746 lettrine
38747 \series default
38748
38749 \begin_inset CommandInset citation
38750 LatexCommand cite
38751 key "lettrine"
38752
38753 \end_inset
38754
38755 .
38756  Le style lui-même contient le texte qui doit entourer la lettrine.
38757  Le style habituel est par conséquent que le mot dont la première lettre
38758  est l'initiale soit en 
38759 \shape smallcaps
38760 petites capitales
38761 \shape default
38762 .
38763  Pour indiquer à LaTeX où ce mot se termine, ajoutez une accolade fermante
38764  '}' en code TeX juste après.
38765  A la fin du style on doit placer une accolade ouvrante '{' en code TeX.
38766 \end_layout
38767
38768 \begin_layout Standard
38769 \begin_inset Newpage pagebreak
38770 \end_inset
38771
38772
38773 \end_layout
38774
38775 \begin_layout Standard
38776 Voici quelques exemples
38777 \begin_inset space ~
38778 \end_inset
38779
38780 :
38781 \end_layout
38782
38783 \begin_layout Standard
38784 \begin_inset ERT
38785 status collapsed
38786
38787 \begin_layout Plain Layout
38788
38789
38790 \backslash
38791 iflettrine
38792 \end_layout
38793
38794 \end_inset
38795
38796
38797 \begin_inset Note Note
38798 status open
38799
38800 \begin_layout Plain Layout
38801 La section suivante ne sera affichée que si le paquetage LaTeX 
38802 \series bold
38803 lettrine
38804 \series default
38805  a été installé.
38806 \end_layout
38807
38808 \end_inset
38809
38810
38811 \end_layout
38812
38813 \begin_layout Enumerate
38814 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38815  mathématique 
38816 \begin_inset Formula $\mathfrak{Fraktur}$
38817 \end_inset
38818
38819 :
38820 \end_layout
38821
38822 \begin_deeper
38823 \begin_layout Initial
38824 \begin_inset Argument
38825 status open
38826
38827 \begin_layout Plain Layout
38828 \begin_inset Formula $\mathfrak{I}$
38829 \end_inset
38830
38831
38832 \end_layout
38833
38834 \end_inset
38835
38836 t
38837 \begin_inset ERT
38838 status collapsed
38839
38840 \begin_layout Plain Layout
38841
38842 }
38843 \end_layout
38844
38845 \end_inset
38846
38847  
38848 \lang english
38849 was in the spring of the year 1894 that all London was interested, and the
38850  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38851  under most unusual and inexplicable circumstances.
38852  The public has already learned those particulars of the crime which came
38853  out in the police investigation, but a good deal was suppressed upon that
38854  occasion, since the case for the prosecution was so overwhelmingly strong
38855  that it was not necessary to bring forward all the facts.
38856 \lang french
38857
38858 \begin_inset ERT
38859 status collapsed
38860
38861 \begin_layout Plain Layout
38862
38863 {
38864 \end_layout
38865
38866 \end_inset
38867
38868
38869 \end_layout
38870
38871 \end_deeper
38872 \begin_layout Enumerate
38873 L'initiale est entourée par une seule ligne et est formée de deux lettres
38874  dans la police standard ; aucun texte n'est écrit en petites capitales
38875 \begin_inset space ~
38876 \end_inset
38877
38878 :
38879 \end_layout
38880
38881 \begin_deeper
38882 \begin_layout Initial
38883 \begin_inset Argument
38884 status open
38885
38886 \begin_layout Plain Layout
38887 lines=1
38888 \end_layout
38889
38890 \end_inset
38891
38892
38893 \begin_inset Argument
38894 status open
38895
38896 \begin_layout Plain Layout
38897 It
38898 \end_layout
38899
38900 \end_inset
38901
38902
38903 \begin_inset ERT
38904 status collapsed
38905
38906 \begin_layout Plain Layout
38907
38908 }
38909 \end_layout
38910
38911 \end_inset
38912
38913  
38914 \lang english
38915 was in the spring of the year 1894 that all London was interested, and the
38916  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38917  under most unusual and inexplicable circumstances.
38918  The public has already learned those particulars of the crime which came
38919  out in the police investigation, but a good deal was suppressed upon that
38920  occasion, since the case for the prosecution was so overwhelmingly strong
38921  that it was not necessary to bring forward all the facts.
38922 \lang french
38923
38924 \begin_inset ERT
38925 status collapsed
38926
38927 \begin_layout Plain Layout
38928
38929 {
38930 \end_layout
38931
38932 \end_inset
38933
38934
38935 \end_layout
38936
38937 \end_deeper
38938 \begin_layout Enumerate
38939 Initiale descendante sur 3
38940 \begin_inset space ~
38941 \end_inset
38942
38943 lignes en magenta en police mathématique 
38944 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38945 \end_inset
38946
38947 , le texte 
38948 \begin_inset Quotes fld
38949 \end_inset
38950
38951
38952 \lang english
38953 t was in the spring
38954 \lang french
38955
38956 \begin_inset Quotes frd
38957 \end_inset
38958
38959  est en 
38960 \shape smallcaps
38961 petites capitales
38962 \shape default
38963  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38964  avant l'initiale
38965 \begin_inset space ~
38966 \end_inset
38967
38968 :
38969 \begin_inset Newline newline
38970 \end_inset
38971
38972
38973 \series bold
38974
38975 \backslash
38976 renewcommand{
38977 \backslash
38978 LettrineFontHook}{
38979 \backslash
38980 color{couleur}}
38981 \series default
38982
38983 \begin_inset Newline newline
38984 \end_inset
38985
38986 où la 
38987 \emph on
38988 couleur
38989 \emph default
38990  peut être 
38991 \begin_inset Quotes fld
38992 \end_inset
38993
38994 red
38995 \begin_inset Quotes frd
38996 \end_inset
38997
38998
38999 \begin_inset Quotes fld
39000 \end_inset
39001
39002 blue
39003 \begin_inset Quotes frd
39004 \end_inset
39005
39006
39007 \begin_inset Quotes fld
39008 \end_inset
39009
39010 green
39011 \begin_inset Quotes frd
39012 \end_inset
39013
39014
39015 \begin_inset Quotes fld
39016 \end_inset
39017
39018 yellow
39019 \begin_inset Quotes frd
39020 \end_inset
39021
39022
39023 \begin_inset Quotes fld
39024 \end_inset
39025
39026 cyan
39027 \begin_inset Quotes frd
39028 \end_inset
39029
39030
39031 \begin_inset Quotes fld
39032 \end_inset
39033
39034 magenta
39035 \begin_inset Quotes frd
39036 \end_inset
39037
39038
39039 \begin_inset Quotes fld
39040 \end_inset
39041
39042 black
39043 \begin_inset Quotes frd
39044 \end_inset
39045
39046  ou 
39047 \begin_inset Quotes fld
39048 \end_inset
39049
39050 white
39051 \begin_inset Quotes frd
39052 \end_inset
39053
39054 .
39055  On doit aussi ajouter la commande suivante au préambule du document
39056 \begin_inset space ~
39057 \end_inset
39058
39059 :
39060 \begin_inset Newline newline
39061 \end_inset
39062
39063
39064 \series bold
39065
39066 \backslash
39067 @ifundefined{textcolor}
39068 \begin_inset Newline newline
39069 \end_inset
39070
39071
39072 \begin_inset space ~
39073 \end_inset
39074
39075 {
39076 \backslash
39077 usepackage{color}}{}
39078 \end_layout
39079
39080 \begin_deeper
39081 \begin_layout Standard
39082 \begin_inset ERT
39083 status collapsed
39084
39085 \begin_layout Plain Layout
39086
39087
39088 \backslash
39089 renewcommand{
39090 \backslash
39091 LettrineFontHook}{
39092 \backslash
39093 color{magenta}}
39094 \end_layout
39095
39096 \end_inset
39097
39098
39099 \begin_inset Note Note
39100 status collapsed
39101
39102 \begin_layout Plain Layout
39103 colore la lettrine en magenta
39104 \end_layout
39105
39106 \end_inset
39107
39108
39109 \end_layout
39110
39111 \begin_layout Initial
39112 \begin_inset Argument
39113 status open
39114
39115 \begin_layout Plain Layout
39116 lines=3, lhang=0.33, loversize=0.25
39117 \end_layout
39118
39119 \end_inset
39120
39121
39122 \begin_inset Argument
39123 status open
39124
39125 \begin_layout Plain Layout
39126 \begin_inset Formula $\mathcal{I}$
39127 \end_inset
39128
39129
39130 \end_layout
39131
39132 \end_inset
39133
39134
39135 \lang english
39136 t was in the spring
39137 \begin_inset ERT
39138 status collapsed
39139
39140 \begin_layout Plain Layout
39141
39142 }
39143 \end_layout
39144
39145 \end_inset
39146
39147  of the year 1894 that all London was interested, and the fashionable world
39148  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39149  and inexplicable circumstances.
39150  The public has already learned those particulars of the crime which came
39151  out in the police investigation, but a good deal was suppressed upon that
39152  occasion, since the case for the prosecution was so overwhelmingly strong
39153  that it was not necessary to bring forward all the facts.
39154 \lang french
39155
39156 \begin_inset ERT
39157 status collapsed
39158
39159 \begin_layout Plain Layout
39160
39161 {
39162 \end_layout
39163
39164 \end_inset
39165
39166
39167 \end_layout
39168
39169 \end_deeper
39170 \begin_layout Standard
39171 \begin_inset ERT
39172 status collapsed
39173
39174 \begin_layout Plain Layout
39175
39176
39177 \backslash
39178 else
39179 \end_layout
39180
39181 \end_inset
39182
39183
39184 \begin_inset Note Note
39185 status open
39186
39187 \begin_layout Plain Layout
39188 Ce qui suit sera affiché si le paquetage LaTeX 
39189 \series bold
39190 lettrine
39191 \series default
39192  n'est pas installé :
39193 \end_layout
39194
39195 \end_inset
39196
39197
39198 \end_layout
39199
39200 \begin_layout Standard
39201 Vous devez installer le paquetage LaTeX 
39202 \series bold
39203 lettrine
39204 \series default
39205  pour voir la suite de cette section dans la sortie imprimée.
39206 \end_layout
39207
39208 \begin_layout Standard
39209 \begin_inset ERT
39210 status collapsed
39211
39212 \begin_layout Plain Layout
39213
39214
39215 \backslash
39216 fi
39217 \end_layout
39218
39219 \end_inset
39220
39221
39222 \end_layout
39223
39224 \begin_layout Chapter
39225 Trucs externes
39226 \begin_inset Index idx
39227 status collapsed
39228
39229 \begin_layout Plain Layout
39230 Trucs externes
39231 \end_layout
39232
39233 \end_inset
39234
39235
39236 \end_layout
39237
39238 \begin_layout Standard
39239 Avec le menu 
39240 \family sans
39241 Insertion\SpecialChar \menuseparator
39242 Fichier
39243 \family default
39244  vous pouvez insérer un contenu externe à votre document.
39245  Ce contenu peut être :
39246 \end_layout
39247
39248 \begin_layout Description
39249 Document
39250 \begin_inset space ~
39251 \end_inset
39252
39253 LyX Un autre document LyX ; son contenu est directement inséré dans votre
39254  document.
39255 \end_layout
39256
39257 \begin_layout Description
39258 Texte
39259 \begin_inset space ~
39260 \end_inset
39261
39262 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
39263 e.
39264 \end_layout
39265
39266 \begin_layout Description
39267 Texte
39268 \begin_inset space ~
39269 \end_inset
39270
39271 Brut
39272 \begin_inset space ~
39273 \end_inset
39274
39275 par
39276 \begin_inset space ~
39277 \end_inset
39278
39279 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
39280  Les lignes vides créent un nouveau paragraphe dans votre document.
39281 \end_layout
39282
39283 \begin_layout Description
39284 Objet
39285 \begin_inset space ~
39286 \end_inset
39287
39288 Externe Fichiers de formats variés.
39289 \end_layout
39290
39291 \begin_layout Description
39292 Sous-document Documents LyX ou LaTeX.
39293 \end_layout
39294
39295 \begin_layout Section
39296 Objets externes 
39297 \begin_inset Index idx
39298 status collapsed
39299
39300 \begin_layout Plain Layout
39301 Trucs externes ! Objets Externes
39302 \end_layout
39303
39304 \end_inset
39305
39306
39307 \end_layout
39308
39309 \begin_layout Standard
39310 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
39311  de fichiers dans votre document sans avoir à convertir ces derniers en
39312  un format qui soit compatible avec le format de sortie, puisque c'est LyX
39313  qui va s'occuper des conversions.
39314  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
39315  LyX des images dans des formats divers.
39316  Quand vous avez activé 
39317 \family sans
39318 Aperçu
39319 \begin_inset space ~
39320 \end_inset
39321
39322 sur
39323 \begin_inset space ~
39324 \end_inset
39325
39326 le
39327 \begin_inset space ~
39328 \end_inset
39329
39330 vif
39331 \family default
39332  dans le menu des préférences de LyX, dans la rubrique 
39333 \family sans
39334 Apparence\SpecialChar \menuseparator
39335 Graphiques
39336 \family default
39337 , les objets externes de type Dia et Xfig sont affichés directement dans
39338  LyX.
39339 \end_layout
39340
39341 \begin_layout Standard
39342 On insère des objets externes en utilisant la fenêtre de dialogue 
39343 \family sans
39344 Objet
39345 \begin_inset space ~
39346 \end_inset
39347
39348 Externe
39349 \family default
39350  qui est accessible via le menu 
39351 \family sans
39352 Insertion\SpecialChar \menuseparator
39353 Fichiers\SpecialChar \menuseparator
39354 Objet
39355 \begin_inset space ~
39356 \end_inset
39357
39358 Externe
39359 \family default
39360 .
39361  Actuellement les types de fichiers (
39362 \family sans
39363 Modèles
39364 \family default
39365 ) suivants sont autorisés :
39366 \end_layout
39367
39368 \begin_layout Description
39369 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
39370  par le programme 
39371 \series bold
39372
39373 \begin_inset CommandInset href
39374 LatexCommand href
39375 name "XBoard"
39376 target "http://fr.wikipedia.org/wiki/XBoard"
39377
39378 \end_inset
39379
39380
39381 \series default
39382 .
39383 \end_layout
39384
39385 \begin_layout Description
39386 Date Ce modèle insère la date sous la forme 
39387 \emph on
39388 Jour-Mois-Année
39389 \emph default
39390 .
39391  Voici un exemple de date insérée comme objet externe :: 
39392 \begin_inset External
39393         template Date
39394         filename .
39395
39396 \end_inset
39397
39398
39399 \begin_inset space ~
39400 \end_inset
39401
39402
39403 \begin_inset Note Note
39404 status collapsed
39405
39406 \begin_layout Plain Layout
39407 Retirer l'espace protégé quand le bug 4398 sera résolu !
39408 \end_layout
39409
39410 \end_inset
39411
39412
39413 \begin_inset Newline newline
39414 \end_inset
39415
39416 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
39417  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39418 \family sans
39419 Insertion\SpecialChar \menuseparator
39420 Date
39421 \family default
39422  et avec la commande LaTeX 
39423 \series bold
39424
39425 \backslash
39426 today
39427 \series default
39428  entrée comme code TeX.
39429  Ces différentes méthodes sont comparée dans le tableau
39430 \begin_inset space ~
39431 \end_inset
39432
39433
39434 \begin_inset CommandInset ref
39435 LatexCommand ref
39436 reference "tab:Comparaison-des-dates"
39437
39438 \end_inset
39439
39440 .
39441 \end_layout
39442
39443 \begin_layout Description
39444 Dia Ce modèle accepte les diagrammes créés avec le programme 
39445 \series bold
39446
39447 \begin_inset CommandInset href
39448 LatexCommand href
39449 name "Dia"
39450 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39451
39452 \end_inset
39453
39454
39455 \series default
39456 .
39457 \end_layout
39458
39459 \begin_layout Description
39460 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39461  ou des tableaux dans le format de 
39462 \series bold
39463
39464 \begin_inset CommandInset href
39465 LatexCommand href
39466 name "Gnumeric"
39467 target "http://fr.wikipedia.org/wiki/Gnumeric"
39468
39469 \end_inset
39470
39471
39472 \series default
39473
39474 \begin_inset CommandInset href
39475 LatexCommand href
39476 name "OpenDocument"
39477 target "http://fr.wikipedia.org/wiki/OpenDocument"
39478
39479 \end_inset
39480
39481
39482 \begin_inset CommandInset href
39483 LatexCommand href
39484 name "Microsoft Office XML"
39485 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39486
39487 \end_inset
39488
39489  et 
39490 \begin_inset CommandInset href
39491 LatexCommand href
39492 name "Office Open XML"
39493 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39494
39495 \end_inset
39496
39497 .
39498  Pour cette fonction, LyX doit pouvoir trouver le programme 
39499 \family typewriter
39500 ssconvert
39501 \family default
39502  au cours de sa configuration.
39503  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39504  même si vous n'avez pas de tableaux au format gnumeric.
39505  Pour des exemples et les limitations possibles, jetez un œil au fichier
39506  LyX d'exemple, 
39507 \emph on
39508 spreadsheet.lyx
39509 \emph default
39510 .
39511 \end_layout
39512
39513 \begin_layout Description
39514 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39515  par le programme 
39516 \series bold
39517
39518 \begin_inset CommandInset href
39519 LatexCommand href
39520 name "LilyPond"
39521 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39522
39523 \end_inset
39524
39525
39526 \series default
39527 .
39528  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39529  au fichier LyX d'exemple 
39530 \emph on
39531 lilypond.lyx
39532 \emph default
39533 .
39534 \end_layout
39535
39536 \begin_layout Description
39537 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39538  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39539  
39540 \emph on
39541 pages
39542 \emph default
39543  dans le champ 
39544 \family sans
39545 Option
39546 \family default
39547  dans l'onglet 
39548 \family sans
39549 Options LaTeX et LyX
39550 \family default
39551 .
39552  L'argument de cette option est une liste d'éléments séparés par des virgules,
39553  contenant des numéros de pages (
39554 \begin_inset space ~
39555 \end_inset
39556
39557 insérez comme option 
39558 \series bold
39559 pages={3,5,6,8}
39560 \series default
39561
39562 \begin_inset space ~
39563 \end_inset
39564
39565 ), des plages de numéros de pages (
39566 \series bold
39567
39568 \begin_inset space ~
39569 \end_inset
39570
39571 pages={4-9}
39572 \series default
39573
39574 \begin_inset space ~
39575 \end_inset
39576
39577 ) ou n'importe quelle combinaison des deux.
39578  Pour insérer des pages vides, utilisez 
39579 \series bold
39580 {}
39581 \series default
39582 .
39583  Par exemple 
39584 \begin_inset space ~
39585 \end_inset
39586
39587
39588 \series bold
39589 pages={3,{},8-11,15}
39590 \series default
39591  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39592  15.
39593  Les plages de pages sont décrites avec la syntaxe 
39594 \emph on
39595 début-fin
39596 \emph default
39597  qui sélectionne toutes les pages de 
39598 \emph on
39599 début
39600 \emph default
39601  jusqu'à 
39602 \emph on
39603 fin
39604 \emph default
39605 .
39606  Si on omet 
39607 \emph on
39608 début
39609 \emph default
39610 , on commence implicitement à la première page ; de même, omettre 
39611 \emph on
39612 fin
39613 \emph default
39614  termine implicitement à la dernière page du document.
39615  La dernière page du document peut aussi être désignée par le mot-clé 
39616 \series bold
39617 last
39618 \series default
39619  (
39620 \begin_inset space ~
39621 \end_inset
39622
39623 ce dernier n'est accepté que pour une plage de pages
39624 \begin_inset space ~
39625 \end_inset
39626
39627 ).
39628  Donc 
39629 \series bold
39630 pages=-
39631 \series default
39632  va insérer toutes les pages du document et 
39633 \series bold
39634 pages=last-1
39635 \series default
39636  va insérer toutes les pages dans l'ordre inverse.
39637  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39638 \begin_inset Newline newline
39639 \end_inset
39640
39641 L'option 
39642 \series bold
39643 noautoscale
39644 \series default
39645  insère les pages avec leur taille d'origine, si cette option n'est pas
39646  donnée, les pages seront redimensionnées
39647 \begin_inset space \space{}
39648 \end_inset
39649
39650 pour tenir dans la largeur de page de votre document.
39651  Dans l'onglet 
39652 \family sans
39653 Taille
39654 \begin_inset space ~
39655 \end_inset
39656
39657 et
39658 \begin_inset space ~
39659 \end_inset
39660
39661 rotation
39662 \family default
39663  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39664  qu'une éventuelle rotation.
39665  Si vous utilisez une autre largeur que 100
39666 \begin_inset space \thinspace{}
39667 \end_inset
39668
39669 Échelle%, l'option 
39670 \series bold
39671 noautoscale
39672 \series default
39673  sera neutralisée.
39674  Pour plus d'information sur les options possibles, jetez un œil sur la
39675  documentation du paquetage LaTeX 
39676 \series bold
39677 pdfpages
39678 \series default
39679  
39680 \begin_inset CommandInset citation
39681 LatexCommand cite
39682 key "pdfpages"
39683
39684 \end_inset
39685
39686 .
39687 \begin_inset Index idx
39688 status collapsed
39689
39690 \begin_layout Plain Layout
39691 Paquetages LaTeX ! pdfpages
39692 \end_layout
39693
39694 \end_inset
39695
39696
39697 \begin_inset Newline newline
39698 \end_inset
39699
39700 Pour utiliser ce modèle dans une présentation 
39701 \family sans
39702 Beamer
39703 \family default
39704  vous devez d'abord insérer un environnement 
39705 \family sans
39706 FinCadre
39707 \family default
39708  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
39709  commande 
39710 \series bold
39711
39712 \backslash
39713 setbeamertemplate{background canvas}{}
39714 \series default
39715 .
39716  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39717  que vous voulez.
39718  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39719  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39720  section.
39721  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39722  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39723  le modèle.
39724 \begin_inset Newline newline
39725 \end_inset
39726
39727 Voici un PDF incorporé basculé de -5°
39728 \begin_inset space ~
39729 \end_inset
39730
39731 °: 
39732 \begin_inset External
39733         template PDFPages
39734         filename ../clipart/Abstract.pdf
39735         extra LaTeX "noautoscale, pages=-"
39736         rotateAngle -5
39737         rotateOrigin bottomleft
39738
39739 \end_inset
39740
39741
39742 \end_layout
39743
39744 \begin_layout Description
39745 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39746  Les images peuvent être traitées dans la fenêtre de dialogue 
39747 \family sans
39748 Objet
39749 \begin_inset space ~
39750 \end_inset
39751
39752 Externe
39753 \family default
39754  comme les images qui sont habituellement incorporées en utilisant le menu
39755  
39756 \family sans
39757 Insertion\SpecialChar \menuseparator
39758 Graphique
39759 \family default
39760 , comme c'est décrit dans la section
39761 \begin_inset space ~
39762 \end_inset
39763
39764
39765 \begin_inset CommandInset ref
39766 LatexCommand ref
39767 reference "sec:Graphics-Dialog"
39768
39769 \end_inset
39770
39771 .
39772  La différence avec l'insertion normale d'image est que seules les images
39773  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39774  ne sont pas acceptées.
39775  Voici un exemple d'insertion d'image matricielle
39776 \begin_inset space ~
39777 \end_inset
39778
39779
39780 \begin_inset External
39781         template RasterImage
39782         filename ../clipart/ToolbarEnvBox.png
39783
39784 \end_inset
39785
39786
39787 \end_layout
39788
39789 \begin_layout Description
39790 XFig Ce modèle accepte les images créées avec le programme 
39791 \series bold
39792
39793 \begin_inset CommandInset href
39794 LatexCommand href
39795 name "Xfig"
39796 target "http://fr.wikipedia.org/wiki/Xfig"
39797
39798 \end_inset
39799
39800
39801 \series default
39802 .
39803 \end_layout
39804
39805 \begin_layout Standard
39806 \begin_inset Float table
39807 placement !h
39808 wide false
39809 sideways false
39810 status open
39811
39812 \begin_layout Plain Layout
39813 \begin_inset Caption
39814
39815 \begin_layout Plain Layout
39816 \begin_inset CommandInset label
39817 LatexCommand label
39818 name "tab:Comparaison-des-dates"
39819
39820 \end_inset
39821
39822 Comparaison des méthodes d'insertion de la date.
39823 \end_layout
39824
39825 \end_inset
39826
39827
39828 \end_layout
39829
39830 \begin_layout Plain Layout
39831 \align center
39832 \begin_inset Tabular
39833 <lyxtabular version="3" rows="4" columns="4">
39834 <features tabularvalignment="middle">
39835 <column alignment="center" valignment="top" width="0">
39836 <column alignment="center" valignment="top" width="0">
39837 <column alignment="center" valignment="top" width="0">
39838 <column alignment="center" valignment="top" width="0">
39839 <row>
39840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39841 \begin_inset Text
39842
39843 \begin_layout Plain Layout
39844 Format du document
39845 \end_layout
39846
39847 \end_inset
39848 </cell>
39849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39850 \begin_inset Text
39851
39852 \begin_layout Plain Layout
39853
39854 \family sans
39855 Objet
39856 \begin_inset space ~
39857 \end_inset
39858
39859 Externe\SpecialChar \menuseparator
39860 Date
39861 \end_layout
39862
39863 \end_inset
39864 </cell>
39865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39866 \begin_inset Text
39867
39868 \begin_layout Plain Layout
39869
39870 \family sans
39871 Insertion\SpecialChar \menuseparator
39872 Date
39873 \end_layout
39874
39875 \end_inset
39876 </cell>
39877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39878 \begin_inset Text
39879
39880 \begin_layout Plain Layout
39881 commande 
39882 \series bold
39883
39884 \backslash
39885 today
39886 \end_layout
39887
39888 \end_inset
39889 </cell>
39890 </row>
39891 <row>
39892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39893 \begin_inset Text
39894
39895 \begin_layout Plain Layout
39896 LyX
39897 \end_layout
39898
39899 \end_inset
39900 </cell>
39901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39902 \begin_inset Text
39903
39904 \begin_layout Plain Layout
39905 comme boîte d'insert
39906 \end_layout
39907
39908 \end_inset
39909 </cell>
39910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39911 \begin_inset Text
39912
39913 \begin_layout Plain Layout
39914 comme date
39915 \end_layout
39916
39917 \end_inset
39918 </cell>
39919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39920 \begin_inset Text
39921
39922 \begin_layout Plain Layout
39923 comme boîte de code TeX
39924 \end_layout
39925
39926 \end_inset
39927 </cell>
39928 </row>
39929 <row>
39930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39931 \begin_inset Text
39932
39933 \begin_layout Plain Layout
39934 LaTeX
39935 \end_layout
39936
39937 \end_inset
39938 </cell>
39939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39940 \begin_inset Text
39941
39942 \begin_layout Plain Layout
39943 comme date
39944 \end_layout
39945
39946 \end_inset
39947 </cell>
39948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39949 \begin_inset Text
39950
39951 \begin_layout Plain Layout
39952 comme date
39953 \end_layout
39954
39955 \end_inset
39956 </cell>
39957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39958 \begin_inset Text
39959
39960 \begin_layout Plain Layout
39961 comme commande
39962 \end_layout
39963
39964 \end_inset
39965 </cell>
39966 </row>
39967 <row>
39968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39969 \begin_inset Text
39970
39971 \begin_layout Plain Layout
39972 DVI, PDF, PS
39973 \end_layout
39974
39975 \end_inset
39976 </cell>
39977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39978 \begin_inset Text
39979
39980 \begin_layout Plain Layout
39981 comme date
39982 \end_layout
39983
39984 \end_inset
39985 </cell>
39986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39987 \begin_inset Text
39988
39989 \begin_layout Plain Layout
39990 comme date
39991 \end_layout
39992
39993 \end_inset
39994 </cell>
39995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39996 \begin_inset Text
39997
39998 \begin_layout Plain Layout
39999 comme date date
40000 \end_layout
40001
40002 \end_inset
40003 </cell>
40004 </row>
40005 </lyxtabular>
40006
40007 \end_inset
40008
40009
40010 \end_layout
40011
40012 \end_inset
40013
40014
40015 \end_layout
40016
40017 \begin_layout Standard
40018 Quand vous activez l'option 
40019 \family sans
40020 Brouillon
40021 \family default
40022  de l'onglet 
40023 \family sans
40024 Fichier
40025 \family default
40026  de la fenêtre de dialogue 
40027 \family sans
40028 Objet
40029 \begin_inset space ~
40030 \end_inset
40031
40032 Externe
40033 \family default
40034 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40035 \begin_inset Newline newline
40036 \end_inset
40037
40038 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
40039  : 
40040 \begin_inset Graphics
40041         filename ../clipart/ExternalMaterialQt4.png
40042         scale 85
40043         scaleBeforeRotation
40044
40045 \end_inset
40046
40047  soit comme une image, selon que vous avez ou non activé l'option 
40048 \family sans
40049 Afficher
40050 \begin_inset space ~
40051 \end_inset
40052
40053 dans
40054 \begin_inset space ~
40055 \end_inset
40056
40057 LyX
40058 \family default
40059  de l'onglet 
40060 \family sans
40061 Options LaTeX et LyX
40062 \family default
40063  de la fenêtre de dialogue.
40064 \end_layout
40065
40066 \begin_layout Standard
40067 Le manuel 
40068 \family sans
40069 \emph on
40070 Personnalisation
40071 \family default
40072 \emph default
40073  explique comment vous pouvez créer vos propres modèles.
40074 \end_layout
40075
40076 \begin_layout Section
40077 Sous-documents
40078 \begin_inset CommandInset label
40079 LatexCommand label
40080 name "sec:Sous-documents"
40081
40082 \end_inset
40083
40084
40085 \begin_inset Index idx
40086 status collapsed
40087
40088 \begin_layout Plain Layout
40089 Trucs externes ! Sous-documents
40090 \end_layout
40091
40092 \end_inset
40093
40094
40095 \begin_inset Index idx
40096 status collapsed
40097
40098 \begin_layout Plain Layout
40099 Fichiers ! Insertion
40100 \end_layout
40101
40102 \end_inset
40103
40104
40105 \end_layout
40106
40107 \begin_layout Standard
40108 Les sous-documents sont utilisés quand on a un document très long qui peut
40109  être décomposé en plusieurs parties ou sections plus petites.
40110  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40111  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40112  Les différents documents sont ce que l'on appelle les sous-documents et
40113  un document maître les relie pour imprimer le document complet ou seulement
40114  une partie de celui-ci.
40115  Un sous-document hérite du contenu de son maître, par exemple le préambule
40116  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
40117 \end_layout
40118
40119 \begin_layout Standard
40120 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40121  maître, précisez dans le sous-document le document maître dans le menu
40122  
40123 \family sans
40124 Document\SpecialChar \menuseparator
40125 Paramètres\SpecialChar \menuseparator
40126 Classe de document
40127 \family default
40128 .
40129  Ce document maître sera par la suite utilisé de façon cachée par LyX à
40130  chaque fois que vous modifierez le sous-document.
40131 \end_layout
40132
40133 \begin_layout Standard
40134 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
40135  comme celle-ci : 
40136 \begin_inset Graphics
40137         filename clipart/ChildDocumentQt4.png
40138         lyxscale 70
40139         scale 60
40140         scaleBeforeRotation
40141
40142 \end_inset
40143
40144  Pour inclure des sous-documents dans un document maître , on utilise le
40145  menu 
40146 \family sans
40147 Insertion\SpecialChar \menuseparator
40148 Fichier\SpecialChar \menuseparator
40149 Sous-document
40150 \family default
40151 .
40152  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
40153  des quatre méthodes d'inclusion :
40154 \end_layout
40155
40156 \begin_layout Description
40157 Inclus
40158 \begin_inset space ~
40159 \end_inset
40160
40161 (include) Vous pouvez inclure des documents LyX et LaTeX.
40162  Quand vous cliquez sur le bouton 
40163 \family sans
40164 Modifier
40165 \family default
40166  dans la fenêtre de dialogue 
40167 \family sans
40168 Sous-document
40169 \family default
40170 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
40171  vous puissiez le modifier.
40172 \begin_inset Newline newline
40173 \end_inset
40174
40175
40176 \end_layout
40177
40178 \begin_layout Standard
40179 Voici un sous-document inséré avec la méthode 
40180 \family sans
40181 Inclus
40182 \family default
40183  : 
40184 \begin_inset CommandInset include
40185 LatexCommand include
40186 filename "DocumentBidon1.lyx"
40187
40188 \end_inset
40189
40190
40191 \end_layout
40192
40193 \begin_layout Standard
40194 La numérotation des sections va prendre en compte les sections des fichiers
40195  incorporés dans l'ordre où ils sont insérés dans le document maître.
40196  Le document qui est inclus comme exemple possède une sous-section qui sera
40197  numérotée comme sous-section de la section actuelle.
40198  Les étiquettes présentes dans le fichier inclus peuvent être référencées
40199  : la sous-section
40200 \begin_inset space ~
40201 \end_inset
40202
40203
40204 \begin_inset CommandInset ref
40205 LatexCommand ref
40206 reference "sub:Sous-section-externe-1"
40207
40208 \end_inset
40209
40210  est dans le fichier inclus.
40211 \end_layout
40212
40213 \begin_layout Standard
40214 Le préambule du sous-document est tout simplement ignoré, seul le préambule
40215  du document maître est utilisé.
40216  Les branches présentes dans le sous-document seront ignorées par le document
40217  maître si celui-ci ne possède pas une branche avec le même nom.
40218  Les documents inclus sont insérés en commençant une nouvelle page et sont
40219  suivis par un saut de page.
40220 \end_layout
40221
40222 \begin_layout Standard
40223 \begin_inset Note Greyedout
40224 status open
40225
40226 \begin_layout Plain Layout
40227
40228 \series bold
40229 Note:
40230 \series default
40231  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
40232  une classe de document différente de celle du document maître, vous recevez
40233  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
40234  que cela peut produire des résultats inattendus sur la sortie imprimée.
40235 \end_layout
40236
40237 \end_inset
40238
40239
40240 \end_layout
40241
40242 \begin_layout Description
40243 Incorporé
40244 \begin_inset space ~
40245 \end_inset
40246
40247 (input) Cette méthode est très semblable à la méthode Inclus, les différences
40248  sont :
40249 \end_layout
40250
40251 \begin_deeper
40252 \begin_layout Itemize
40253 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
40254  par un saut de page.
40255 \end_layout
40256
40257 \begin_layout Itemize
40258 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
40259  
40260 \family sans
40261 Aperçu
40262 \begin_inset space ~
40263 \end_inset
40264
40265 sur
40266 \begin_inset space ~
40267 \end_inset
40268
40269 le
40270 \begin_inset space ~
40271 \end_inset
40272
40273 vif
40274 \family default
40275  est activée dans les préférences dans la rubrique 
40276 \family sans
40277 Apparence\SpecialChar \menuseparator
40278 Graphique
40279 \family default
40280 .
40281 \end_layout
40282
40283 \begin_layout Itemize
40284 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
40285 \family sans
40286 Document\SpecialChar \menuseparator
40287 Paramètres\SpecialChar \menuseparator
40288 Sous-documents
40289 \family default
40290 .
40291 \end_layout
40292
40293 \end_deeper
40294 \begin_layout Standard
40295 Voici un sous document inséré en utilisant la méthode 
40296 \family sans
40297 Incorporé
40298 \family default
40299  : 
40300 \begin_inset CommandInset include
40301 LatexCommand input
40302 preview true
40303 filename "DocumentBidon2.lyx"
40304
40305 \end_inset
40306
40307
40308 \end_layout
40309
40310 \begin_layout Description
40311 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
40312  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
40313  sous forme de code source et aucune des commandes éventuellement présentes
40314  ne sera exécutée.
40315  Vous pouvez utiliser l'option 
40316 \family sans
40317 Marquer
40318 \begin_inset space ~
40319 \end_inset
40320
40321 les
40322 \begin_inset space ~
40323 \end_inset
40324
40325 espaces
40326 \family default
40327  qui matérialise chaque espace présente dans le code source par un caractère
40328  
40329 \begin_inset Quotes eld
40330 \end_inset
40331
40332
40333 \begin_inset ERT
40334 status collapsed
40335
40336 \begin_layout Plain Layout
40337
40338
40339 \backslash
40340 textvisiblespace 
40341 \end_layout
40342
40343 \end_inset
40344
40345
40346 \begin_inset Quotes erd
40347 \end_inset
40348
40349  .
40350  La différence avec la méthode qui consiste à utiliser le menu 
40351 \family sans
40352 Insertion\SpecialChar \menuseparator
40353 Fichier\SpecialChar \menuseparator
40354 Texte
40355 \begin_inset space ~
40356 \end_inset
40357
40358 brut
40359 \family default
40360  est que le contenu du document n'apparaît pas dans LyX.
40361 \end_layout
40362
40363 \begin_layout Standard
40364 Voici un sous-document inclus en utilisant la méthode 
40365 \family sans
40366 verbatim
40367 \family default
40368  : 
40369 \begin_inset CommandInset include
40370 LatexCommand verbatiminput
40371 filename "DocumentTexteBidon.txt"
40372
40373 \end_inset
40374
40375
40376 \begin_inset VSpace bigskip
40377 \end_inset
40378
40379 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40380  l'option 
40381 \family sans
40382 Marquer
40383 \begin_inset space ~
40384 \end_inset
40385
40386 les
40387 \begin_inset space ~
40388 \end_inset
40389
40390 espaces :
40391 \family default
40392  
40393 \begin_inset CommandInset include
40394 LatexCommand verbatiminput*
40395 filename "DocumentTexteBidon.txt"
40396
40397 \end_inset
40398
40399
40400 \end_layout
40401
40402 \begin_layout Standard
40403 \begin_inset VSpace bigskip
40404 \end_inset
40405
40406
40407 \end_layout
40408
40409 \begin_layout Standard
40410 \begin_inset Note Greyedout
40411 status open
40412
40413 \begin_layout Plain Layout
40414
40415 \series bold
40416 Note:
40417 \series default
40418  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40419  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40420 \end_layout
40421
40422 \end_inset
40423
40424
40425 \end_layout
40426
40427 \begin_layout Description
40428 Listings Ce type d'inclusion est décrit dans le chapitre
40429 \begin_inset space ~
40430 \end_inset
40431
40432
40433 \begin_inset CommandInset ref
40434 LatexCommand ref
40435 reference "cha:Program-Code-Listings"
40436
40437 \end_inset
40438
40439 .
40440 \end_layout
40441
40442 \begin_layout Standard
40443 \begin_inset Note Greyedout
40444 status open
40445
40446 \begin_layout Plain Layout
40447
40448 \series bold
40449 Note:
40450 \series default
40451  Inclure le même document deux fois dans un même document peut poser des
40452  problèmes avec LaTeX.
40453 \end_layout
40454
40455 \end_inset
40456
40457
40458 \end_layout
40459
40460 \begin_layout Standard
40461 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40462  de votre document maître, que ce soit pour diminuer les temps de compilation
40463  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40464  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40465  la sortie en utilisant le menu 
40466 \family sans
40467 Document\SpecialChar \menuseparator
40468 Paramètres\SpecialChar \menuseparator
40469 Sous-documents
40470 \family default
40471 .
40472  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40473  sur la ligne correspondant dans la colonne 
40474 \family sans
40475 Inclus dans le résultat
40476 \family default
40477  de la liste (
40478 \begin_inset space ~
40479 \end_inset
40480
40481 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40482  
40483 \begin_inset Quotes fld
40484 \end_inset
40485
40486 inclus
40487 \begin_inset Quotes frd
40488 \end_inset
40489
40490  et pas la méthode 
40491 \begin_inset Quotes fld
40492 \end_inset
40493
40494 incorporé
40495 \begin_inset Quotes frd
40496 \end_inset
40497
40498
40499 \begin_inset space ~
40500 \end_inset
40501
40502 ).
40503  Si on active l'option 
40504 \family sans
40505 Assurer la cohérence des compteurs et des références
40506 \family default
40507 , LyX va s'assurer que tous les numéros de pages, références etc...
40508  sont corrects comme si tous le document avait été traité.
40509  C'est utile si vous voulez que les sous-documents choisis aient exactement
40510  le même aspect que s'il étaient dans le document complet.
40511  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
40512  la totalité du document.
40513  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40514  les compteurs et autres références n'ont pas à être à tout prix valides,
40515  vous devez impérativement désactiver cette option.
40516  
40517 \end_layout
40518
40519 \begin_layout Standard
40520 Une autre solution consiste à inclure chaque fichier dans une branche
40521 \begin_inset Foot
40522 status collapsed
40523
40524 \begin_layout Plain Layout
40525 Les branches sont décrites dans la section 
40526 \emph on
40527 Branches
40528 \emph default
40529  du 
40530 \emph on
40531 Guide de l'utilisateur
40532 \emph default
40533  de LyX.
40534 \end_layout
40535
40536 \end_inset
40537
40538 .
40539  En activant ou désactivant une branche, vous pouvez décider les fichiers
40540  inclus qui doivent apparaître dans la sortie imprimée.
40541  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40542  
40543 \begin_inset Quotes fld
40544 \end_inset
40545
40546 incorporés
40547 \begin_inset Quotes frd
40548 \end_inset
40549
40550 .
40551  Le défaut est que les compteurs et autres références ne sont pas conservés
40552  avec cette approche.
40553 \end_layout
40554
40555 \begin_layout Chapter
40556 Listings de code source
40557 \begin_inset CommandInset label
40558 LatexCommand label
40559 name "cha:Program-Code-Listings"
40560
40561 \end_inset
40562
40563
40564 \begin_inset Index idx
40565 status collapsed
40566
40567 \begin_layout Plain Layout
40568 Listings
40569 \end_layout
40570
40571 \end_inset
40572
40573
40574 \begin_inset Index idx
40575 status collapsed
40576
40577 \begin_layout Plain Layout
40578 Code Source
40579 \end_layout
40580
40581 \end_inset
40582
40583
40584 \begin_inset Index idx
40585 status collapsed
40586
40587 \begin_layout Plain Layout
40588 Flottants ! Listings
40589 \end_layout
40590
40591 \end_inset
40592
40593
40594 \end_layout
40595
40596 \begin_layout Standard
40597 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40598  un insert 
40599 \family sans
40600 Listings
40601 \family default
40602  qui peut être créé grâce au menu 
40603 \family sans
40604 Insertion
40605 \family default
40606 \SpecialChar \menuseparator
40607
40608 \family sans
40609 Listing
40610 \begin_inset space ~
40611 \end_inset
40612
40613 de
40614 \begin_inset space ~
40615 \end_inset
40616
40617 Code
40618 \begin_inset space ~
40619 \end_inset
40620
40621 Source
40622 \family default
40623 .
40624  Le paquetage LaTeX 
40625 \series bold
40626 listings
40627 \series default
40628
40629 \begin_inset Index idx
40630 status collapsed
40631
40632 \begin_layout Plain Layout
40633 Paquetages LaTeX ! listings
40634 \end_layout
40635
40636 \end_inset
40637
40638  fournit un moyen puissant et flexible d'insérer des listings de code source
40639  dans votre document.
40640  
40641 \end_layout
40642
40643 \begin_layout Standard
40644 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40645  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40646 \end_layout
40647
40648 \begin_layout Standard
40649 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40650  imprimée.
40651  L'option d'emplacement 
40652 \family sans
40653 Listing
40654 \begin_inset space ~
40655 \end_inset
40656
40657 en
40658 \begin_inset space ~
40659 \end_inset
40660
40661 Ligne
40662 \family default
40663  imprime le listing dans la ligne comme ceci : 
40664 \begin_inset listings
40665 lstparams "language={C++}"
40666 inline true
40667 status open
40668
40669 \begin_layout Plain Layout
40670
40671 int a=5;
40672 \end_layout
40673
40674 \end_inset
40675
40676
40677 \begin_inset Newline newline
40678 \end_inset
40679
40680 L'option 
40681 \family sans
40682 Flottant
40683 \family default
40684  crée un flottant de listing pour lequel vous pouvez préciser les options
40685  classiques d'emplacement : 
40686 \begin_inset Quotes eld
40687 \end_inset
40688
40689
40690 \family sans
40691 h
40692 \family default
40693
40694 \begin_inset Quotes erd
40695 \end_inset
40696
40697
40698 \begin_inset Quotes eld
40699 \end_inset
40700
40701
40702 \family sans
40703 t
40704 \family default
40705
40706 \begin_inset Quotes erd
40707 \end_inset
40708
40709
40710 \begin_inset Quotes eld
40711 \end_inset
40712
40713
40714 \family sans
40715 b
40716 \family default
40717
40718 \begin_inset Quotes erd
40719 \end_inset
40720
40721 , et 
40722 \begin_inset Quotes eld
40723 \end_inset
40724
40725
40726 \family sans
40727 p
40728 \family default
40729
40730 \begin_inset Quotes erd
40731 \end_inset
40732
40733  correspondant aux emplacement décrits dans la section
40734 \begin_inset space ~
40735 \end_inset
40736
40737
40738 \begin_inset CommandInset ref
40739 LatexCommand ref
40740 reference "sec:Placement-flottants"
40741
40742 \end_inset
40743
40744 .
40745  Les options de positionnement peuvent être mélangées et doivent être saisies
40746  sans séparation, par exemple, on peut taper 
40747 \begin_inset Quotes eld
40748 \end_inset
40749
40750
40751 \family sans
40752 htbp
40753 \family default
40754
40755 \begin_inset Quotes erd
40756 \end_inset
40757
40758 .
40759  L' option 
40760 \begin_inset Quotes eld
40761 \end_inset
40762
40763 h
40764 \begin_inset Quotes erd
40765 \end_inset
40766
40767  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40768  
40769 \family sans
40770 Flottant
40771 \family default
40772  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40773  légende et être référencés.
40774 \end_layout
40775
40776 \begin_layout Standard
40777 Vous pouvez ajouter une légende à un listing avec le menu 
40778 \family sans
40779 Insertion\SpecialChar \menuseparator
40780 Légende
40781 \family default
40782 .
40783  On peut référencer les listings de la même façon que les flottants :Voir
40784  le listing
40785 \begin_inset space ~
40786 \end_inset
40787
40788
40789 \begin_inset CommandInset ref
40790 LatexCommand ref
40791 reference "lst:Listing-exemple"
40792
40793 \end_inset
40794
40795
40796 \end_layout
40797
40798 \begin_layout Standard
40799 \begin_inset listings
40800 lstparams "language=Python"
40801 inline false
40802 status open
40803
40804 \begin_layout Plain Layout
40805
40806 \begin_inset Caption
40807
40808 \begin_layout Plain Layout
40809 \begin_inset CommandInset label
40810 LatexCommand label
40811 name "lst:Listing-exemple"
40812
40813 \end_inset
40814
40815 Exemple de listing flottant
40816 \end_layout
40817
40818 \end_inset
40819
40820 # Exemple de listing flottant
40821 \end_layout
40822
40823 \begin_layout Plain Layout
40824
40825 def func(param):
40826 \end_layout
40827
40828 \begin_layout Plain Layout
40829
40830     'ceci est une fonction python'
40831 \end_layout
40832
40833 \begin_layout Plain Layout
40834
40835     pass
40836 \end_layout
40837
40838 \end_inset
40839
40840
40841 \end_layout
40842
40843 \begin_layout Standard
40844 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40845  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40846  de manière particulière dans la sortie imprimée.
40847  Dans l'exemple de listing, le mot clé Python 
40848 \begin_inset Quotes eld
40849 \end_inset
40850
40851 def
40852 \begin_inset Quotes erd
40853 \end_inset
40854
40855  est reconnu et imprimé en caractères gras dans la sortie.
40856 \end_layout
40857
40858 \begin_layout Standard
40859 \begin_inset Note Greyedout
40860 status open
40861
40862 \begin_layout Plain Layout
40863
40864 \series bold
40865 Note:
40866 \series default
40867  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40868  une police de caractères à 
40869 \family typewriter
40870 chasse fixe
40871 \family default
40872 , c'est que votre police ne contient probablement pas de série grasse.
40873  Dans ce cas choisissez une police différente dans le menu 
40874 \family sans
40875 Document\SpecialChar \menuseparator
40876 Paramètres\SpecialChar \menuseparator
40877 Polices
40878 \family default
40879 .
40880  (Les polices 
40881 \emph on
40882 LuxiMono, BeraMono
40883 \emph default
40884  et 
40885 \emph on
40886 Courier
40887 \emph default
40888  contiennent une série grasse.)
40889 \end_layout
40890
40891 \end_inset
40892
40893
40894 \end_layout
40895
40896 \begin_layout Standard
40897 Dans la rubrique 
40898 \family sans
40899 Numérotation
40900 \begin_inset space ~
40901 \end_inset
40902
40903 des
40904 \begin_inset space ~
40905 \end_inset
40906
40907 Lignes
40908 \family default
40909  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40910 n des lignes.
40911  Vous pouvez mettre un nombre dans le champ 
40912 \family sans
40913 Pas
40914 \family default
40915  pour désigner les lignes qui seront numérotées.
40916  Par exemple, si vous mettez 
40917 \begin_inset Quotes eld
40918 \end_inset
40919
40920 3
40921 \begin_inset Quotes erd
40922 \end_inset
40923
40924 , seule une ligne sur trois sera numérotée.
40925 \end_layout
40926
40927 \begin_layout Standard
40928 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40929  apparaîtront dans la sortie.
40930  Vous devez utiliser l'option 
40931 \family sans
40932 Table
40933 \begin_inset space ~
40934 \end_inset
40935
40936 de
40937 \begin_inset space ~
40938 \end_inset
40939
40940 Caractères
40941 \begin_inset space ~
40942 \end_inset
40943
40944 Étendue
40945 \family default
40946  quand vous employez des caractères spécifiques à une langue donnée comme
40947  les umlauts Allemands dans votre listing.
40948 \begin_inset Newline newline
40949 \end_inset
40950
40951 Voici un exemple de listing avec la numérotation des lignes à gauche par
40952  pas de 3, en langage Python, avec les options 
40953 \begin_inset Quotes eld
40954 \end_inset
40955
40956 Table
40957 \begin_inset space ~
40958 \end_inset
40959
40960 de
40961 \begin_inset space ~
40962 \end_inset
40963
40964 caractères
40965 \begin_inset space ~
40966 \end_inset
40967
40968 étendue
40969 \begin_inset Quotes erd
40970 \end_inset
40971
40972  et 
40973 \begin_inset Quotes eld
40974 \end_inset
40975
40976 Espace
40977 \begin_inset space ~
40978 \end_inset
40979
40980 représenté
40981 \begin_inset space ~
40982 \end_inset
40983
40984 par
40985 \begin_inset space ~
40986 \end_inset
40987
40988 un
40989 \begin_inset space ~
40990 \end_inset
40991
40992 symbole
40993 \begin_inset Quotes erd
40994 \end_inset
40995
40996 , l'intervalle de ligne étant 3
40997 \begin_inset space \thinspace{}
40998 \end_inset
40999
41000 -
41001 \begin_inset space \thinspace{}
41002 \end_inset
41003
41004 8:
41005 \end_layout
41006
41007 \begin_layout Standard
41008 \begin_inset listings
41009 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41010 inline false
41011 status open
41012
41013 \begin_layout Plain Layout
41014
41015 def func(param):
41016 \end_layout
41017
41018 \begin_layout Plain Layout
41019
41020     'ceci est une fonction Python'
41021 \end_layout
41022
41023 \begin_layout Plain Layout
41024
41025     pass
41026 \end_layout
41027
41028 \begin_layout Plain Layout
41029
41030 def func(param):
41031 \end_layout
41032
41033 \begin_layout Plain Layout
41034
41035 'Ça, c'est un mot Allemand : Tschüß'
41036 \end_layout
41037
41038 \begin_layout Plain Layout
41039
41040 pass
41041 \end_layout
41042
41043 \begin_layout Plain Layout
41044
41045 def func(param):
41046 \end_layout
41047
41048 \begin_layout Plain Layout
41049
41050 'ceci est une fonction Python'
41051 \end_layout
41052
41053 \begin_layout Plain Layout
41054
41055 pass
41056 \end_layout
41057
41058 \end_inset
41059
41060
41061 \end_layout
41062
41063 \begin_layout Standard
41064 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
41065  nombre de caractères que doit représenter une tabulation dans le champ
41066  
41067 \family sans
41068 Taille du tabulateur
41069 \family default
41070 .
41071 \end_layout
41072
41073 \begin_layout Standard
41074 \begin_inset Note Greyedout
41075 status open
41076
41077 \begin_layout Plain Layout
41078
41079 \series bold
41080 Note:
41081 \series default
41082  À cause d'un bug dans le paquetage 
41083 \series bold
41084 listings
41085 \series default
41086  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
41087  listing.
41088  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
41089  les lignes 3 et 6.
41090 \end_layout
41091
41092 \end_inset
41093
41094
41095 \end_layout
41096
41097 \begin_layout Standard
41098 \begin_inset VSpace bigskip
41099 \end_inset
41100
41101
41102 \end_layout
41103
41104 \begin_layout Standard
41105 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
41106  listing.
41107  Pour le faire, il suffit d'utiliser le menu 
41108 \family sans
41109 Insertion\SpecialChar \menuseparator
41110 Fichier\SpecialChar \menuseparator
41111 Sous-document
41112 \family default
41113  et de choisir le type 
41114 \family sans
41115 Listing
41116 \family default
41117
41118 \begin_inset space ~
41119 \end_inset
41120
41121
41122 \family sans
41123 de
41124 \begin_inset space ~
41125 \end_inset
41126
41127 Code
41128 \begin_inset space ~
41129 \end_inset
41130
41131 source
41132 \family default
41133 .
41134 \begin_inset Foot
41135 status collapsed
41136
41137 \begin_layout Plain Layout
41138 Les autres types de sous-documents sont décrits dans la section
41139 \begin_inset space ~
41140 \end_inset
41141
41142
41143 \begin_inset CommandInset ref
41144 LatexCommand ref
41145 reference "sec:Sous-documents"
41146
41147 \end_inset
41148
41149 .
41150 \end_layout
41151
41152 \end_inset
41153
41154  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
41155  à utiliser pour le listing dans une zone de texte.
41156  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
41157  
41158 \begin_inset Quotes eld
41159 \end_inset
41160
41161 ?
41162 \begin_inset Quotes erd
41163 \end_inset
41164
41165  dans la zone de texte.
41166 \end_layout
41167
41168 \begin_layout Standard
41169 Pour faire référence à un sous-document de type listing, tapez une étiquette
41170  dans le champ correspondant de la fenêtre de dialogue.
41171  On peut alors faire référence à cette étiquette en utilisant le menu 
41172 \family sans
41173 Insertion\SpecialChar \menuseparator
41174 Référence
41175 \begin_inset space ~
41176 \end_inset
41177
41178 Croisée
41179 \family default
41180 .
41181 \end_layout
41182
41183 \begin_layout Standard
41184 Le listing
41185 \begin_inset space ~
41186 \end_inset
41187
41188
41189 \begin_inset CommandInset ref
41190 LatexCommand ref
41191 reference "lst:listing-fichier"
41192
41193 \end_inset
41194
41195  est une exemple de listing issu d'un fichier ; ici les lignes 10
41196 \begin_inset space \thinspace{}
41197 \end_inset
41198
41199 -
41200 \begin_inset space \thinspace{}
41201 \end_inset
41202
41203 15 de ce fichier LyX sont listées.
41204 \end_layout
41205
41206 \begin_layout Standard
41207 \begin_inset CommandInset include
41208 LatexCommand lstinputlisting
41209 filename "EmbeddedObjects.lyx"
41210 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
41211
41212 \end_inset
41213
41214
41215 \end_layout
41216
41217 \begin_layout Standard
41218 \begin_inset VSpace bigskip
41219 \end_inset
41220
41221
41222 \end_layout
41223
41224 \begin_layout Standard
41225 L'insertion d'une formule dans un listing peut se faire de la façon suivante
41226 \begin_inset space ~
41227 \end_inset
41228
41229 :
41230 \end_layout
41231
41232 \begin_layout Enumerate
41233 Ouvrez la fenêtre de dialogue listings et ajoutez
41234 \begin_inset Newline newline
41235 \end_inset
41236
41237
41238 \family sans
41239 mathescape=true
41240 \family default
41241
41242 \begin_inset Newline newline
41243 \end_inset
41244
41245 dans le champ de l'onglet 
41246 \family sans
41247 Avancé
41248 \family default
41249 .
41250 \end_layout
41251
41252 \begin_layout Enumerate
41253 Créez la formule en dehors du listing.
41254 \end_layout
41255
41256 \begin_layout Enumerate
41257 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
41258  (raccourci 
41259 \begin_inset Info
41260 type  "shortcut"
41261 arg   "copy"
41262 \end_inset
41263
41264 )
41265 \end_layout
41266
41267 \begin_layout Enumerate
41268 Dans le listing écrivez 
41269 \begin_inset Quotes eld
41270 \end_inset
41271
41272
41273 \family sans
41274 $$
41275 \family default
41276
41277 \begin_inset Quotes erd
41278 \end_inset
41279
41280  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41281  
41282 \begin_inset Info
41283 type  "shortcut"
41284 arg   "paste"
41285 \end_inset
41286
41287 )
41288 \end_layout
41289
41290 \begin_layout Standard
41291 \begin_inset listings
41292 lstparams "language=Python,mathescape=true"
41293 inline false
41294 status open
41295
41296 \begin_layout Plain Layout
41297
41298 \begin_inset Caption
41299
41300 \begin_layout Plain Layout
41301 Exemple de listing flottant contenant une formule
41302 \end_layout
41303
41304 \end_inset
41305
41306 # Exemple de listing flottant
41307 \end_layout
41308
41309 \begin_layout Plain Layout
41310
41311 def func(param):
41312 \end_layout
41313
41314 \begin_layout Plain Layout
41315
41316     # $
41317 \backslash
41318 prod_{n=1}^{
41319 \backslash
41320 infty}
41321 \backslash
41322 ,
41323 \backslash
41324 frac{1}{x^{2}}$
41325 \end_layout
41326
41327 \begin_layout Plain Layout
41328
41329     pass
41330 \end_layout
41331
41332 \end_inset
41333
41334
41335 \end_layout
41336
41337 \begin_layout Standard
41338 \begin_inset VSpace bigskip
41339 \end_inset
41340
41341
41342 \end_layout
41343
41344 \begin_layout Standard
41345 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41346  de dialogue 
41347 \family sans
41348 Document\SpecialChar \menuseparator
41349 Paramètres\SpecialChar \menuseparator
41350 Listings
41351 \family default
41352 .
41353  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41354  
41355 \begin_inset Quotes eld
41356 \end_inset
41357
41358 ?
41359 \begin_inset Quotes erd
41360 \end_inset
41361
41362  dans le champ.
41363 \end_layout
41364
41365 \begin_layout Standard
41366 Pour plus d'information sur le paquetage 
41367 \series bold
41368 listings
41369 \series default
41370 , nous vous renvoyons à sa documentation 
41371 \begin_inset CommandInset citation
41372 LatexCommand cite
41373 key "listings"
41374
41375 \end_inset
41376
41377 .
41378 \end_layout
41379
41380 \begin_layout Standard
41381 \begin_inset Newpage newpage
41382 \end_inset
41383
41384
41385 \end_layout
41386
41387 \begin_layout Chapter
41388 \start_of_appendix
41389 Unités de longueur utilisables avec LyX
41390 \begin_inset Argument
41391 status collapsed
41392
41393 \begin_layout Plain Layout
41394 Unités de longueur
41395 \end_layout
41396
41397 \end_inset
41398
41399
41400 \begin_inset Index idx
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404 Unités
41405 \end_layout
41406
41407 \end_inset
41408
41409
41410 \begin_inset CommandInset label
41411 LatexCommand label
41412 name "cha:Unités-de-longueur"
41413
41414 \end_inset
41415
41416
41417 \end_layout
41418
41419 \begin_layout Standard
41420 Pour comprendre les unités de longueur utilisées dans cette documentation,
41421  le tableau
41422 \begin_inset space ~
41423 \end_inset
41424
41425
41426 \begin_inset CommandInset ref
41427 LatexCommand ref
41428 reference "tab:Unités"
41429
41430 \end_inset
41431
41432 décrit les unités utilisées par LyX.
41433 \begin_inset Float table
41434 placement h
41435 wide false
41436 sideways false
41437 status open
41438
41439 \begin_layout Plain Layout
41440 \begin_inset Caption
41441
41442 \begin_layout Plain Layout
41443 \begin_inset CommandInset label
41444 LatexCommand label
41445 name "tab:Unités"
41446
41447 \end_inset
41448
41449 Unités de longueur
41450 \end_layout
41451
41452 \end_inset
41453
41454
41455 \end_layout
41456
41457 \begin_layout Plain Layout
41458 \begin_inset VSpace medskip
41459 \end_inset
41460
41461
41462 \end_layout
41463
41464 \begin_layout Plain Layout
41465 \align center
41466 \begin_inset Tabular
41467 <lyxtabular version="3" rows="20" columns="2">
41468 <features tabularvalignment="middle">
41469 <column alignment="center" valignment="top" width="0">
41470 <column alignment="center" valignment="top" width="0">
41471 <row>
41472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41473 \begin_inset Text
41474
41475 \begin_layout Plain Layout
41476 unité
41477 \end_layout
41478
41479 \end_inset
41480 </cell>
41481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41482 \begin_inset Text
41483
41484 \begin_layout Plain Layout
41485 nom/description
41486 \end_layout
41487
41488 \end_inset
41489 </cell>
41490 </row>
41491 <row>
41492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41493 \begin_inset Text
41494
41495 \begin_layout Plain Layout
41496 mm
41497 \end_layout
41498
41499 \end_inset
41500 </cell>
41501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41502 \begin_inset Text
41503
41504 \begin_layout Plain Layout
41505 millimètre
41506 \end_layout
41507
41508 \end_inset
41509 </cell>
41510 </row>
41511 <row>
41512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41513 \begin_inset Text
41514
41515 \begin_layout Plain Layout
41516 cm
41517 \end_layout
41518
41519 \end_inset
41520 </cell>
41521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41522 \begin_inset Text
41523
41524 \begin_layout Plain Layout
41525 centimètre
41526 \end_layout
41527
41528 \end_inset
41529 </cell>
41530 </row>
41531 <row>
41532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41533 \begin_inset Text
41534
41535 \begin_layout Plain Layout
41536 in
41537 \end_layout
41538
41539 \end_inset
41540 </cell>
41541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41542 \begin_inset Text
41543
41544 \begin_layout Plain Layout
41545 pouce (inch)
41546 \end_layout
41547
41548 \end_inset
41549 </cell>
41550 </row>
41551 <row>
41552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41553 \begin_inset Text
41554
41555 \begin_layout Plain Layout
41556 pt
41557 \end_layout
41558
41559 \end_inset
41560 </cell>
41561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41562 \begin_inset Text
41563
41564 \begin_layout Plain Layout
41565 point (72.27
41566 \begin_inset space \thinspace{}
41567 \end_inset
41568
41569 pt = 1
41570 \begin_inset space \thinspace{}
41571 \end_inset
41572
41573 in)
41574 \end_layout
41575
41576 \end_inset
41577 </cell>
41578 </row>
41579 <row>
41580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41581 \begin_inset Text
41582
41583 \begin_layout Plain Layout
41584 pc
41585 \end_layout
41586
41587 \end_inset
41588 </cell>
41589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41590 \begin_inset Text
41591
41592 \begin_layout Plain Layout
41593 pica (1
41594 \begin_inset space \thinspace{}
41595 \end_inset
41596
41597 pc = 12
41598 \begin_inset space \thinspace{}
41599 \end_inset
41600
41601 pt)
41602 \end_layout
41603
41604 \end_inset
41605 </cell>
41606 </row>
41607 <row>
41608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41609 \begin_inset Text
41610
41611 \begin_layout Plain Layout
41612 sp
41613 \end_layout
41614
41615 \end_inset
41616 </cell>
41617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41618 \begin_inset Text
41619
41620 \begin_layout Plain Layout
41621 scaled point (65536
41622 \begin_inset space \thinspace{}
41623 \end_inset
41624
41625 sp = 1
41626 \begin_inset space \thinspace{}
41627 \end_inset
41628
41629 pt)
41630 \end_layout
41631
41632 \end_inset
41633 </cell>
41634 </row>
41635 <row>
41636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41637 \begin_inset Text
41638
41639 \begin_layout Plain Layout
41640 bp
41641 \end_layout
41642
41643 \end_inset
41644 </cell>
41645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41646 \begin_inset Text
41647
41648 \begin_layout Plain Layout
41649 gros point (72
41650 \begin_inset space \thinspace{}
41651 \end_inset
41652
41653 bp = 1
41654 \begin_inset space \thinspace{}
41655 \end_inset
41656
41657 in)
41658 \end_layout
41659
41660 \end_inset
41661 </cell>
41662 </row>
41663 <row>
41664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41665 \begin_inset Text
41666
41667 \begin_layout Plain Layout
41668 dd
41669 \end_layout
41670
41671 \end_inset
41672 </cell>
41673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41674 \begin_inset Text
41675
41676 \begin_layout Plain Layout
41677 didot (72
41678 \begin_inset space \thinspace{}
41679 \end_inset
41680
41681 dd 
41682 \begin_inset Formula $\approx$
41683 \end_inset
41684
41685  37.6
41686 \begin_inset space \thinspace{}
41687 \end_inset
41688
41689 mm)
41690 \end_layout
41691
41692 \end_inset
41693 </cell>
41694 </row>
41695 <row>
41696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41697 \begin_inset Text
41698
41699 \begin_layout Plain Layout
41700 cc
41701 \end_layout
41702
41703 \end_inset
41704 </cell>
41705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41706 \begin_inset Text
41707
41708 \begin_layout Plain Layout
41709 cicero (1
41710 \begin_inset space \thinspace{}
41711 \end_inset
41712
41713 cc = 12
41714 \begin_inset space \thinspace{}
41715 \end_inset
41716
41717 dd)
41718 \end_layout
41719
41720 \end_inset
41721 </cell>
41722 </row>
41723 <row>
41724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41725 \begin_inset Text
41726
41727 \begin_layout Plain Layout
41728 Scale%
41729 \end_layout
41730
41731 \end_inset
41732 </cell>
41733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41734 \begin_inset Text
41735
41736 \begin_layout Plain Layout
41737 % de la largeur originale de l'image
41738 \end_layout
41739
41740 \end_inset
41741 </cell>
41742 </row>
41743 <row>
41744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41745 \begin_inset Text
41746
41747 \begin_layout Plain Layout
41748 text%
41749 \end_layout
41750
41751 \end_inset
41752 </cell>
41753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41754 \begin_inset Text
41755
41756 \begin_layout Plain Layout
41757 % de la largeur du texte
41758 \end_layout
41759
41760 \end_inset
41761 </cell>
41762 </row>
41763 <row>
41764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41765 \begin_inset Text
41766
41767 \begin_layout Plain Layout
41768 col%
41769 \end_layout
41770
41771 \end_inset
41772 </cell>
41773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41774 \begin_inset Text
41775
41776 \begin_layout Plain Layout
41777 % de la largeur de la colonne
41778 \end_layout
41779
41780 \end_inset
41781 </cell>
41782 </row>
41783 <row>
41784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41785 \begin_inset Text
41786
41787 \begin_layout Plain Layout
41788 page%
41789 \end_layout
41790
41791 \end_inset
41792 </cell>
41793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41794 \begin_inset Text
41795
41796 \begin_layout Plain Layout
41797 % de la largeur du papier
41798 \end_layout
41799
41800 \end_inset
41801 </cell>
41802 </row>
41803 <row>
41804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41805 \begin_inset Text
41806
41807 \begin_layout Plain Layout
41808 line%
41809 \end_layout
41810
41811 \end_inset
41812 </cell>
41813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41814 \begin_inset Text
41815
41816 \begin_layout Plain Layout
41817 % de la largeur de la ligne
41818 \end_layout
41819
41820 \end_inset
41821 </cell>
41822 </row>
41823 <row>
41824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41825 \begin_inset Text
41826
41827 \begin_layout Plain Layout
41828 theight%
41829 \end_layout
41830
41831 \end_inset
41832 </cell>
41833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41834 \begin_inset Text
41835
41836 \begin_layout Plain Layout
41837 % la hauteur du texte
41838 \end_layout
41839
41840 \end_inset
41841 </cell>
41842 </row>
41843 <row>
41844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41845 \begin_inset Text
41846
41847 \begin_layout Plain Layout
41848 pheight%
41849 \end_layout
41850
41851 \end_inset
41852 </cell>
41853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41854 \begin_inset Text
41855
41856 \begin_layout Plain Layout
41857 % hauteur du papier
41858 \end_layout
41859
41860 \end_inset
41861 </cell>
41862 </row>
41863 <row>
41864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41865 \begin_inset Text
41866
41867 \begin_layout Plain Layout
41868 ex
41869 \end_layout
41870
41871 \end_inset
41872 </cell>
41873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41874 \begin_inset Text
41875
41876 \begin_layout Plain Layout
41877 hauteur de la lettre 
41878 \emph on
41879 x
41880 \emph default
41881  dans la police courante
41882 \end_layout
41883
41884 \end_inset
41885 </cell>
41886 </row>
41887 <row>
41888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41889 \begin_inset Text
41890
41891 \begin_layout Plain Layout
41892 em
41893 \end_layout
41894
41895 \end_inset
41896 </cell>
41897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41898 \begin_inset Text
41899
41900 \begin_layout Plain Layout
41901 largeur de la lettre
41902 \emph on
41903  M
41904 \emph default
41905  dans la police courante
41906 \end_layout
41907
41908 \end_inset
41909 </cell>
41910 </row>
41911 <row>
41912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41913 \begin_inset Text
41914
41915 \begin_layout Plain Layout
41916 mu
41917 \end_layout
41918
41919 \end_inset
41920 </cell>
41921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41922 \begin_inset Text
41923
41924 \begin_layout Plain Layout
41925 unité mathématique (1
41926 \begin_inset space \thinspace{}
41927 \end_inset
41928
41929 mu = 1/18
41930 \begin_inset space \thinspace{}
41931 \end_inset
41932
41933 em)
41934 \end_layout
41935
41936 \end_inset
41937 </cell>
41938 </row>
41939 </lyxtabular>
41940
41941 \end_inset
41942
41943
41944 \end_layout
41945
41946 \end_inset
41947
41948
41949 \end_layout
41950
41951 \begin_layout Chapter
41952 Formats des fichiers de sortie graphiques
41953 \begin_inset CommandInset label
41954 LatexCommand label
41955 name "cha:Formats-fichiers-graphiques"
41956
41957 \end_inset
41958
41959
41960 \end_layout
41961
41962 \begin_layout Section
41963 DVI
41964 \begin_inset Index idx
41965 status collapsed
41966
41967 \begin_layout Plain Layout
41968 Formats de Fichiers! DVI
41969 \end_layout
41970
41971 \end_inset
41972
41973
41974 \begin_inset Index idx
41975 status collapsed
41976
41977 \begin_layout Plain Layout
41978 DVI|see
41979 \begin_inset ERT
41980 status collapsed
41981
41982 \begin_layout Plain Layout
41983
41984 {
41985 \end_layout
41986
41987 \end_inset
41988
41989 Formats de Fichiers
41990 \begin_inset ERT
41991 status collapsed
41992
41993 \begin_layout Plain Layout
41994
41995 }
41996 \end_layout
41997
41998 \end_inset
41999
42000
42001 \end_layout
42002
42003 \end_inset
42004
42005
42006 \end_layout
42007
42008 \begin_layout Standard
42009 Ce type de fichiers a l'extension 
42010 \begin_inset Quotes fld
42011 \end_inset
42012
42013
42014 \family typewriter
42015 .dvi
42016 \family default
42017
42018 \begin_inset Quotes frd
42019 \end_inset
42020
42021 .
42022  Il est appelé 
42023 \emph on
42024 indépendant de l'appareil
42025 \emph default
42026  ou 
42027 \begin_inset Quotes fld
42028 \end_inset
42029
42030 device independent (DVI)
42031 \begin_inset Quotes frd
42032 \end_inset
42033
42034 , car il est complètement portable ; vous pouvez les recopier d'une machine
42035  à l'autre sans avoir à faire de conversion.
42036  À l'époque où ce format a été développé, c'était loin d'être évident.
42037  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
42038  étape préliminaire avant la conversion vers un autre format comme le PostScript.
42039 \end_layout
42040
42041 \begin_layout Standard
42042 \begin_inset Note Greyedout
42043 status open
42044
42045 \begin_layout Plain Layout
42046
42047 \series bold
42048 Note:
42049 \series default
42050  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
42051  au fichier.
42052  
42053 \end_layout
42054
42055 \end_inset
42056
42057  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
42058  
42059 \family typewriter
42060 .dvi
42061 \family default
42062 .
42063  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
42064 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
42065  pour les rendre visibles quand vous faites défiler votre document.
42066  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
42067  avec de nombreuses images.
42068 \end_layout
42069
42070 \begin_layout Standard
42071 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
42072  menu 
42073 \family sans
42074 Fichier\SpecialChar \menuseparator
42075 Exporter\SpecialChar \menuseparator
42076 DVI.
42077
42078 \family default
42079  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
42080 \family sans
42081 Visualiser
42082 \family default
42083 .
42084 \end_layout
42085
42086 \begin_layout Section
42087 PostScript
42088 \begin_inset CommandInset label
42089 LatexCommand label
42090 name "sec:PostScript"
42091
42092 \end_inset
42093
42094
42095 \begin_inset Index idx
42096 status collapsed
42097
42098 \begin_layout Plain Layout
42099 Formats de Fichiers ! PostScript
42100 \end_layout
42101
42102 \end_inset
42103
42104
42105 \begin_inset Index idx
42106 status collapsed
42107
42108 \begin_layout Plain Layout
42109 PostScript|see
42110 \begin_inset ERT
42111 status collapsed
42112
42113 \begin_layout Plain Layout
42114
42115 {
42116 \end_layout
42117
42118 \end_inset
42119
42120 Formats de Fichiers
42121 \begin_inset ERT
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125
42126 }
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \end_layout
42133
42134 \end_inset
42135
42136
42137 \end_layout
42138
42139 \begin_layout Standard
42140 Ce type de fichiers a l'extension 
42141 \begin_inset Quotes fld
42142 \end_inset
42143
42144
42145 \family typewriter
42146 .ps
42147 \family default
42148
42149 \begin_inset Quotes frd
42150 \end_inset
42151
42152 .
42153  PostScript a été développé par la société 
42154 \series bold
42155 Adobe
42156 \series default
42157  comme un langage pour les imprimantes.
42158  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42159  pour imprimer le document.
42160  PostScript peut être considéré comme un 
42161 \begin_inset Quotes fld
42162 \end_inset
42163
42164 langage de programmation
42165 \begin_inset Quotes frd
42166 \end_inset
42167
42168  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42169  images
42170 \begin_inset Foot
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42175  LaTeX 
42176 \series bold
42177 pstricks
42178 \series default
42179
42180 \begin_inset CommandInset citation
42181 LatexCommand cite
42182 key "pstricks"
42183
42184 \end_inset
42185
42186 .
42187 \end_layout
42188
42189 \end_inset
42190
42191 .
42192  En partie à cause de toutes ces possibilités un fichier PostScript est
42193  souvent plus gros qu'un PDF.
42194 \end_layout
42195
42196 \begin_layout Standard
42197 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42198  plus gros qu'un PDF.
42199 \end_layout
42200
42201 \begin_layout Standard
42202 PostScript ne peut contenir que des images au format 
42203 \begin_inset Quotes fld
42204 \end_inset
42205
42206 PostScript Encapsulé
42207 \begin_inset Quotes frd
42208 \end_inset
42209
42210  (encapsulated PostScript ou EPS, d'extension 
42211 \family typewriter
42212 .eps
42213 \family default
42214 ).
42215  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
42216  il doit les convertir en interne en EPS.
42217  Si vous avez par exemple 50 images dans votre document, LyX doit faire
42218  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
42219  document.
42220  Cela risque de ralentir de façon importante votre rythme de travail.
42221  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42222  vos images directement en EPS pour éviter ce problème.
42223 \end_layout
42224
42225 \begin_layout Standard
42226 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42227  le menu 
42228 \family sans
42229 Fichier\SpecialChar \menuseparator
42230 Exporter\SpecialChar \menuseparator
42231 PostScript.
42232
42233 \family default
42234  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42235  
42236 \family sans
42237 Visualiser
42238 \family default
42239 .
42240 \end_layout
42241
42242 \begin_layout Section
42243 PDF
42244 \begin_inset Index idx
42245 status collapsed
42246
42247 \begin_layout Plain Layout
42248 Formats de Fichiers ! PDF
42249 \end_layout
42250
42251 \end_inset
42252
42253
42254 \begin_inset Index idx
42255 status collapsed
42256
42257 \begin_layout Plain Layout
42258 PDF
42259 \end_layout
42260
42261 \end_inset
42262
42263
42264 \end_layout
42265
42266 \begin_layout Standard
42267 Ce type de fichiers a l'extension 
42268 \begin_inset Quotes fld
42269 \end_inset
42270
42271
42272 \family typewriter
42273 .pdf
42274 \family default
42275
42276 \begin_inset Quotes frd
42277 \end_inset
42278
42279 .
42280  Ce 
42281 \begin_inset Quotes fld
42282 \end_inset
42283
42284 format de document portable
42285 \begin_inset Quotes frd
42286 \end_inset
42287
42288  (portable document format ou PDF) est développé par 
42289 \family typewriter
42290 Adobe
42291 \family default
42292  comme une évolution de PostScript.
42293  Il est plus comprimé et utilise moins de commandes que PostScript.
42294  Comme son nom l'indique, il est 
42295 \begin_inset Quotes fld
42296 \end_inset
42297
42298 portable
42299 \begin_inset Quotes frd
42300 \end_inset
42301
42302  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42303  aura exactement le même aspect.
42304 \end_layout
42305
42306 \begin_layout Standard
42307 PDF peut contenir des images dans son propre format PDF et dans les formats
42308  JPG (format du 
42309 \begin_inset Quotes fld
42310 \end_inset
42311
42312 Joint Photographic Expert Group
42313 \begin_inset Quotes frd
42314 \end_inset
42315
42316  avec comme extension 
42317 \family typewriter
42318 .jpg
42319 \family default
42320  ou 
42321 \family typewriter
42322 .jpeg
42323 \family default
42324 ) et PNG (
42325 \begin_inset Quotes fld
42326 \end_inset
42327
42328 Portable Network Graphics
42329 \begin_inset Quotes frd
42330 \end_inset
42331
42332  avec l'extension 
42333 \family typewriter
42334 .png
42335 \family default
42336 ).
42337  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
42338  dans un de ces formats.
42339  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42340  vont ralentir votre travail.
42341  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42342 \end_layout
42343
42344 \begin_layout Standard
42345 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42346  menu 
42347 \family sans
42348 Fichier\SpecialChar \menuseparator
42349 Exporter 
42350 \family default
42351 de trois façons différentes:
42352 \end_layout
42353
42354 \begin_layout Description
42355 PDF
42356 \begin_inset space ~
42357 \end_inset
42358
42359 (ps2pdf) Ceci utilise le programme 
42360 \family typewriter
42361 ps2pdf
42362 \family default
42363  qui créé un PDF à partir de la version PostScript de votre fichier.
42364  Cette dernière est produite par le programme 
42365 \family typewriter
42366 dvips
42367 \family default
42368  qui utilise une version DVI comme étape intermédiaire.
42369  Cette variante consiste donc en trois conversions.
42370 \end_layout
42371
42372 \begin_layout Description
42373 PDF
42374 \begin_inset space ~
42375 \end_inset
42376
42377 (dvipdfm) Ceci utilise le programme 
42378 \family typewriter
42379 dvipdfm
42380 \family default
42381  qui convertit votre fichier en DVI avant de le convertir en PDF.
42382 \end_layout
42383
42384 \begin_layout Description
42385 PDF
42386 \begin_inset space ~
42387 \end_inset
42388
42389 (pdflatex) Ceci utilise le programme 
42390 \family typewriter
42391 pdftex
42392 \family default
42393  qui convertit directement votre fichier en PDF.
42394 \end_layout
42395
42396 \begin_layout Standard
42397 Nous recommandons d'utiliser l'option 
42398 \family sans
42399 PDF
42400 \begin_inset space ~
42401 \end_inset
42402
42403 (pdflatex)
42404 \family default
42405  car 
42406 \family typewriter
42407 pdftex
42408 \family default
42409  accepte toutes les fonctionnalités des versions actuelles de PDF.
42410  Il est en plus rapide et stable.
42411  Le programme 
42412 \family typewriter
42413 dvipdfm
42414 \family default
42415  n'est plus développé est est donc un peu dépassé.
42416 \end_layout
42417
42418 \begin_layout Standard
42419 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42420 \family sans
42421 Visualiser
42422 \family default
42423  ou en utilisant un bouton de la barre d'outils.
42424 \end_layout
42425
42426 \begin_layout Chapter
42427 Liste de noms de couleur pour dvips
42428 \begin_inset CommandInset label
42429 LatexCommand label
42430 name "chap:Liste-de-noms-de-couleur-dvips"
42431
42432 \end_inset
42433
42434
42435 \end_layout
42436
42437 \begin_layout Standard
42438 \begin_inset Tabular
42439 <lyxtabular version="3" rows="17" columns="4">
42440 <features tabularvalignment="middle">
42441 <column alignment="left" valignment="top" width="0pt">
42442 <column alignment="left" valignment="top" width="0pt">
42443 <column alignment="left" valignment="top" width="0pt">
42444 <column alignment="left" valignment="top" width="0pt">
42445 <row>
42446 <cell alignment="left" valignment="top" usebox="none">
42447 \begin_inset Text
42448
42449 \begin_layout Plain Layout
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455
42456 \backslash
42457 fcolorbox{black}{
42458 \end_layout
42459
42460 \end_inset
42461
42462 white
42463 \begin_inset ERT
42464 status collapsed
42465
42466 \begin_layout Plain Layout
42467
42468 }{
42469 \end_layout
42470
42471 \end_inset
42472
42473 Couleur
42474 \begin_inset ERT
42475 status collapsed
42476
42477 \begin_layout Plain Layout
42478
42479 }
42480 \end_layout
42481
42482 \end_inset
42483
42484  Nom
42485 \end_layout
42486
42487 \end_inset
42488 </cell>
42489 <cell alignment="left" valignment="top" usebox="none">
42490 \begin_inset Text
42491
42492 \begin_layout Plain Layout
42493 \begin_inset ERT
42494 status collapsed
42495
42496 \begin_layout Plain Layout
42497
42498
42499 \backslash
42500 fcolorbox{black}{
42501 \end_layout
42502
42503 \end_inset
42504
42505 white
42506 \begin_inset ERT
42507 status collapsed
42508
42509 \begin_layout Plain Layout
42510
42511 }{
42512 \end_layout
42513
42514 \end_inset
42515
42516 Couleur
42517 \begin_inset ERT
42518 status collapsed
42519
42520 \begin_layout Plain Layout
42521
42522 }
42523 \end_layout
42524
42525 \end_inset
42526
42527  Nom
42528 \end_layout
42529
42530 \end_inset
42531 </cell>
42532 <cell alignment="left" valignment="top" usebox="none">
42533 \begin_inset Text
42534
42535 \begin_layout Plain Layout
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541
42542 \backslash
42543 fcolorbox{black}{
42544 \end_layout
42545
42546 \end_inset
42547
42548 white
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554 }{
42555 \end_layout
42556
42557 \end_inset
42558
42559 Couleur
42560 \begin_inset ERT
42561 status collapsed
42562
42563 \begin_layout Plain Layout
42564
42565 }
42566 \end_layout
42567
42568 \end_inset
42569
42570  Nom
42571 \end_layout
42572
42573 \end_inset
42574 </cell>
42575 <cell alignment="left" valignment="top" usebox="none">
42576 \begin_inset Text
42577
42578 \begin_layout Plain Layout
42579 \begin_inset ERT
42580 status collapsed
42581
42582 \begin_layout Plain Layout
42583
42584
42585 \backslash
42586 fcolorbox{black}{
42587 \end_layout
42588
42589 \end_inset
42590
42591 white
42592 \begin_inset ERT
42593 status collapsed
42594
42595 \begin_layout Plain Layout
42596
42597 }{
42598 \end_layout
42599
42600 \end_inset
42601
42602 Couleur
42603 \begin_inset ERT
42604 status collapsed
42605
42606 \begin_layout Plain Layout
42607
42608 }
42609 \end_layout
42610
42611 \end_inset
42612
42613  Nom
42614 \end_layout
42615
42616 \end_inset
42617 </cell>
42618 </row>
42619 <row>
42620 <cell alignment="center" valignment="top" usebox="none">
42621 \begin_inset Text
42622
42623 \begin_layout Plain Layout
42624 \begin_inset ERT
42625 status collapsed
42626
42627 \begin_layout Plain Layout
42628
42629
42630 \backslash
42631 fcolorbox{black}{
42632 \end_layout
42633
42634 \end_inset
42635
42636 Apricot
42637 \begin_inset ERT
42638 status collapsed
42639
42640 \begin_layout Plain Layout
42641
42642 }{
42643 \end_layout
42644
42645 \end_inset
42646
42647
42648 \begin_inset Phantom Phantom
42649 status open
42650
42651 \begin_layout Plain Layout
42652 W
42653 \end_layout
42654
42655 \end_inset
42656
42657
42658 \begin_inset ERT
42659 status collapsed
42660
42661 \begin_layout Plain Layout
42662
42663 }
42664 \end_layout
42665
42666 \end_inset
42667
42668  Apricot
42669 \end_layout
42670
42671 \end_inset
42672 </cell>
42673 <cell alignment="center" valignment="top" usebox="none">
42674 \begin_inset Text
42675
42676 \begin_layout Plain Layout
42677 \begin_inset ERT
42678 status collapsed
42679
42680 \begin_layout Plain Layout
42681
42682
42683 \backslash
42684 fcolorbox{black}{
42685 \end_layout
42686
42687 \end_inset
42688
42689 Aquamarine
42690 \begin_inset ERT
42691 status collapsed
42692
42693 \begin_layout Plain Layout
42694
42695 }{
42696 \end_layout
42697
42698 \end_inset
42699
42700
42701 \begin_inset Phantom Phantom
42702 status open
42703
42704 \begin_layout Plain Layout
42705 W
42706 \end_layout
42707
42708 \end_inset
42709
42710
42711 \begin_inset ERT
42712 status collapsed
42713
42714 \begin_layout Plain Layout
42715
42716 }
42717 \end_layout
42718
42719 \end_inset
42720
42721  Aquamarine
42722 \end_layout
42723
42724 \end_inset
42725 </cell>
42726 <cell alignment="center" valignment="top" usebox="none">
42727 \begin_inset Text
42728
42729 \begin_layout Plain Layout
42730 \begin_inset ERT
42731 status collapsed
42732
42733 \begin_layout Plain Layout
42734
42735
42736 \backslash
42737 fcolorbox{black}{
42738 \end_layout
42739
42740 \end_inset
42741
42742 Bittersweet
42743 \begin_inset ERT
42744 status collapsed
42745
42746 \begin_layout Plain Layout
42747
42748 }{
42749 \end_layout
42750
42751 \end_inset
42752
42753
42754 \begin_inset Phantom Phantom
42755 status open
42756
42757 \begin_layout Plain Layout
42758 W
42759 \end_layout
42760
42761 \end_inset
42762
42763
42764 \begin_inset ERT
42765 status collapsed
42766
42767 \begin_layout Plain Layout
42768
42769 }
42770 \end_layout
42771
42772 \end_inset
42773
42774  Bittersweet
42775 \end_layout
42776
42777 \end_inset
42778 </cell>
42779 <cell alignment="center" valignment="top" usebox="none">
42780 \begin_inset Text
42781
42782 \begin_layout Plain Layout
42783 \begin_inset ERT
42784 status collapsed
42785
42786 \begin_layout Plain Layout
42787
42788
42789 \backslash
42790 fcolorbox{black}{
42791 \end_layout
42792
42793 \end_inset
42794
42795 BlueGreen
42796 \begin_inset ERT
42797 status collapsed
42798
42799 \begin_layout Plain Layout
42800
42801 }{
42802 \end_layout
42803
42804 \end_inset
42805
42806
42807 \begin_inset Phantom Phantom
42808 status open
42809
42810 \begin_layout Plain Layout
42811 W
42812 \end_layout
42813
42814 \end_inset
42815
42816
42817 \begin_inset ERT
42818 status collapsed
42819
42820 \begin_layout Plain Layout
42821
42822 }
42823 \end_layout
42824
42825 \end_inset
42826
42827  BlueGreen
42828 \end_layout
42829
42830 \end_inset
42831 </cell>
42832 </row>
42833 <row>
42834 <cell alignment="left" valignment="top" usebox="none">
42835 \begin_inset Text
42836
42837 \begin_layout Plain Layout
42838 \begin_inset ERT
42839 status collapsed
42840
42841 \begin_layout Plain Layout
42842
42843
42844 \backslash
42845 fcolorbox{black}{
42846 \end_layout
42847
42848 \end_inset
42849
42850 BlueViolet
42851 \begin_inset ERT
42852 status collapsed
42853
42854 \begin_layout Plain Layout
42855
42856 }{
42857 \end_layout
42858
42859 \end_inset
42860
42861
42862 \begin_inset Phantom Phantom
42863 status open
42864
42865 \begin_layout Plain Layout
42866 W
42867 \end_layout
42868
42869 \end_inset
42870
42871
42872 \begin_inset ERT
42873 status collapsed
42874
42875 \begin_layout Plain Layout
42876
42877 }
42878 \end_layout
42879
42880 \end_inset
42881
42882  BlueViolet
42883 \end_layout
42884
42885 \end_inset
42886 </cell>
42887 <cell alignment="left" valignment="top" usebox="none">
42888 \begin_inset Text
42889
42890 \begin_layout Plain Layout
42891 \begin_inset ERT
42892 status collapsed
42893
42894 \begin_layout Plain Layout
42895
42896
42897 \backslash
42898 fcolorbox{black}{
42899 \end_layout
42900
42901 \end_inset
42902
42903 BrickRed
42904 \begin_inset ERT
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908
42909 }{
42910 \end_layout
42911
42912 \end_inset
42913
42914
42915 \begin_inset Phantom Phantom
42916 status open
42917
42918 \begin_layout Plain Layout
42919 W
42920 \end_layout
42921
42922 \end_inset
42923
42924
42925 \begin_inset ERT
42926 status collapsed
42927
42928 \begin_layout Plain Layout
42929
42930 }
42931 \end_layout
42932
42933 \end_inset
42934
42935  BrickRed
42936 \end_layout
42937
42938 \end_inset
42939 </cell>
42940 <cell alignment="left" valignment="top" usebox="none">
42941 \begin_inset Text
42942
42943 \begin_layout Plain Layout
42944 \begin_inset ERT
42945 status collapsed
42946
42947 \begin_layout Plain Layout
42948
42949
42950 \backslash
42951 fcolorbox{black}{
42952 \end_layout
42953
42954 \end_inset
42955
42956 Brown
42957 \begin_inset ERT
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961
42962 }{
42963 \end_layout
42964
42965 \end_inset
42966
42967
42968 \begin_inset Phantom Phantom
42969 status open
42970
42971 \begin_layout Plain Layout
42972 W
42973 \end_layout
42974
42975 \end_inset
42976
42977
42978 \begin_inset ERT
42979 status collapsed
42980
42981 \begin_layout Plain Layout
42982
42983 }
42984 \end_layout
42985
42986 \end_inset
42987
42988  Brown
42989 \end_layout
42990
42991 \end_inset
42992 </cell>
42993 <cell alignment="left" valignment="top" usebox="none">
42994 \begin_inset Text
42995
42996 \begin_layout Plain Layout
42997 \begin_inset ERT
42998 status collapsed
42999
43000 \begin_layout Plain Layout
43001
43002
43003 \backslash
43004 fcolorbox{black}{
43005 \end_layout
43006
43007 \end_inset
43008
43009 BurntOrange
43010 \begin_inset ERT
43011 status collapsed
43012
43013 \begin_layout Plain Layout
43014
43015 }{
43016 \end_layout
43017
43018 \end_inset
43019
43020
43021 \begin_inset Phantom Phantom
43022 status open
43023
43024 \begin_layout Plain Layout
43025 W
43026 \end_layout
43027
43028 \end_inset
43029
43030
43031 \begin_inset ERT
43032 status collapsed
43033
43034 \begin_layout Plain Layout
43035
43036 }
43037 \end_layout
43038
43039 \end_inset
43040
43041  BurntOrange
43042 \end_layout
43043
43044 \end_inset
43045 </cell>
43046 </row>
43047 <row>
43048 <cell alignment="left" valignment="top" usebox="none">
43049 \begin_inset Text
43050
43051 \begin_layout Plain Layout
43052 \begin_inset ERT
43053 status collapsed
43054
43055 \begin_layout Plain Layout
43056
43057
43058 \backslash
43059 fcolorbox{black}{
43060 \end_layout
43061
43062 \end_inset
43063
43064 CadetBlue
43065 \begin_inset ERT
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070 }{
43071 \end_layout
43072
43073 \end_inset
43074
43075
43076 \begin_inset Phantom Phantom
43077 status open
43078
43079 \begin_layout Plain Layout
43080 W
43081 \end_layout
43082
43083 \end_inset
43084
43085
43086 \begin_inset ERT
43087 status collapsed
43088
43089 \begin_layout Plain Layout
43090
43091 }
43092 \end_layout
43093
43094 \end_inset
43095
43096  CadetBlue
43097 \end_layout
43098
43099 \end_inset
43100 </cell>
43101 <cell alignment="left" valignment="top" usebox="none">
43102 \begin_inset Text
43103
43104 \begin_layout Plain Layout
43105 \begin_inset ERT
43106 status collapsed
43107
43108 \begin_layout Plain Layout
43109
43110
43111 \backslash
43112 fcolorbox{black}{
43113 \end_layout
43114
43115 \end_inset
43116
43117 CarnationPink
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123 }{
43124 \end_layout
43125
43126 \end_inset
43127
43128
43129 \begin_inset Phantom Phantom
43130 status open
43131
43132 \begin_layout Plain Layout
43133 W
43134 \end_layout
43135
43136 \end_inset
43137
43138
43139 \begin_inset ERT
43140 status collapsed
43141
43142 \begin_layout Plain Layout
43143
43144 }
43145 \end_layout
43146
43147 \end_inset
43148
43149  CarnationPink
43150 \end_layout
43151
43152 \end_inset
43153 </cell>
43154 <cell alignment="left" valignment="top" usebox="none">
43155 \begin_inset Text
43156
43157 \begin_layout Plain Layout
43158 \begin_inset ERT
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162
43163
43164 \backslash
43165 fcolorbox{black}{
43166 \end_layout
43167
43168 \end_inset
43169
43170 Cerulean
43171 \begin_inset ERT
43172 status collapsed
43173
43174 \begin_layout Plain Layout
43175
43176 }{
43177 \end_layout
43178
43179 \end_inset
43180
43181
43182 \begin_inset Phantom Phantom
43183 status open
43184
43185 \begin_layout Plain Layout
43186 W
43187 \end_layout
43188
43189 \end_inset
43190
43191
43192 \begin_inset ERT
43193 status collapsed
43194
43195 \begin_layout Plain Layout
43196
43197 }
43198 \end_layout
43199
43200 \end_inset
43201
43202  Cerulean
43203 \end_layout
43204
43205 \end_inset
43206 </cell>
43207 <cell alignment="left" valignment="top" usebox="none">
43208 \begin_inset Text
43209
43210 \begin_layout Plain Layout
43211 \begin_inset ERT
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215
43216
43217 \backslash
43218 fcolorbox{black}{
43219 \end_layout
43220
43221 \end_inset
43222
43223 CornflowerBlue
43224 \begin_inset ERT
43225 status collapsed
43226
43227 \begin_layout Plain Layout
43228
43229 }{
43230 \end_layout
43231
43232 \end_inset
43233
43234
43235 \begin_inset Phantom Phantom
43236 status open
43237
43238 \begin_layout Plain Layout
43239 W
43240 \end_layout
43241
43242 \end_inset
43243
43244
43245 \begin_inset ERT
43246 status collapsed
43247
43248 \begin_layout Plain Layout
43249
43250 }
43251 \end_layout
43252
43253 \end_inset
43254
43255  CornflowerBlue
43256 \end_layout
43257
43258 \end_inset
43259 </cell>
43260 </row>
43261 <row>
43262 <cell alignment="left" valignment="top" usebox="none">
43263 \begin_inset Text
43264
43265 \begin_layout Plain Layout
43266 \begin_inset ERT
43267 status collapsed
43268
43269 \begin_layout Plain Layout
43270
43271
43272 \backslash
43273 fcolorbox{black}{
43274 \end_layout
43275
43276 \end_inset
43277
43278 Dandelion
43279 \begin_inset ERT
43280 status collapsed
43281
43282 \begin_layout Plain Layout
43283
43284 }{
43285 \end_layout
43286
43287 \end_inset
43288
43289
43290 \begin_inset Phantom Phantom
43291 status open
43292
43293 \begin_layout Plain Layout
43294 W
43295 \end_layout
43296
43297 \end_inset
43298
43299
43300 \begin_inset ERT
43301 status collapsed
43302
43303 \begin_layout Plain Layout
43304
43305 }
43306 \end_layout
43307
43308 \end_inset
43309
43310  Dandelion
43311 \end_layout
43312
43313 \end_inset
43314 </cell>
43315 <cell alignment="left" valignment="top" usebox="none">
43316 \begin_inset Text
43317
43318 \begin_layout Plain Layout
43319 \begin_inset ERT
43320 status collapsed
43321
43322 \begin_layout Plain Layout
43323
43324
43325 \backslash
43326 fcolorbox{black}{
43327 \end_layout
43328
43329 \end_inset
43330
43331 DarkOrchid
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337 }{
43338 \end_layout
43339
43340 \end_inset
43341
43342
43343 \begin_inset Phantom Phantom
43344 status open
43345
43346 \begin_layout Plain Layout
43347 W
43348 \end_layout
43349
43350 \end_inset
43351
43352
43353 \begin_inset ERT
43354 status collapsed
43355
43356 \begin_layout Plain Layout
43357
43358 }
43359 \end_layout
43360
43361 \end_inset
43362
43363  DarkOrchid
43364 \end_layout
43365
43366 \end_inset
43367 </cell>
43368 <cell alignment="left" valignment="top" usebox="none">
43369 \begin_inset Text
43370
43371 \begin_layout Plain Layout
43372 \begin_inset ERT
43373 status collapsed
43374
43375 \begin_layout Plain Layout
43376
43377
43378 \backslash
43379 fcolorbox{black}{
43380 \end_layout
43381
43382 \end_inset
43383
43384 Emerald
43385 \begin_inset ERT
43386 status collapsed
43387
43388 \begin_layout Plain Layout
43389
43390 }{
43391 \end_layout
43392
43393 \end_inset
43394
43395
43396 \begin_inset Phantom Phantom
43397 status open
43398
43399 \begin_layout Plain Layout
43400 W
43401 \end_layout
43402
43403 \end_inset
43404
43405
43406 \begin_inset ERT
43407 status collapsed
43408
43409 \begin_layout Plain Layout
43410
43411 }
43412 \end_layout
43413
43414 \end_inset
43415
43416  Emerald
43417 \end_layout
43418
43419 \end_inset
43420 </cell>
43421 <cell alignment="left" valignment="top" usebox="none">
43422 \begin_inset Text
43423
43424 \begin_layout Plain Layout
43425 \begin_inset ERT
43426 status collapsed
43427
43428 \begin_layout Plain Layout
43429
43430
43431 \backslash
43432 fcolorbox{black}{
43433 \end_layout
43434
43435 \end_inset
43436
43437 ForestGreen
43438 \begin_inset ERT
43439 status collapsed
43440
43441 \begin_layout Plain Layout
43442
43443 }{
43444 \end_layout
43445
43446 \end_inset
43447
43448
43449 \begin_inset Phantom Phantom
43450 status open
43451
43452 \begin_layout Plain Layout
43453 W
43454 \end_layout
43455
43456 \end_inset
43457
43458
43459 \begin_inset ERT
43460 status collapsed
43461
43462 \begin_layout Plain Layout
43463
43464 }
43465 \end_layout
43466
43467 \end_inset
43468
43469  ForestGreen
43470 \end_layout
43471
43472 \end_inset
43473 </cell>
43474 </row>
43475 <row>
43476 <cell alignment="left" valignment="top" usebox="none">
43477 \begin_inset Text
43478
43479 \begin_layout Plain Layout
43480 \begin_inset ERT
43481 status collapsed
43482
43483 \begin_layout Plain Layout
43484
43485
43486 \backslash
43487 fcolorbox{black}{
43488 \end_layout
43489
43490 \end_inset
43491
43492 Fuchsia
43493 \begin_inset ERT
43494 status collapsed
43495
43496 \begin_layout Plain Layout
43497
43498 }{
43499 \end_layout
43500
43501 \end_inset
43502
43503
43504 \begin_inset Phantom Phantom
43505 status open
43506
43507 \begin_layout Plain Layout
43508 W
43509 \end_layout
43510
43511 \end_inset
43512
43513
43514 \begin_inset ERT
43515 status collapsed
43516
43517 \begin_layout Plain Layout
43518
43519 }
43520 \end_layout
43521
43522 \end_inset
43523
43524  Fuchsia
43525 \end_layout
43526
43527 \end_inset
43528 </cell>
43529 <cell alignment="left" valignment="top" usebox="none">
43530 \begin_inset Text
43531
43532 \begin_layout Plain Layout
43533 \begin_inset ERT
43534 status collapsed
43535
43536 \begin_layout Plain Layout
43537
43538
43539 \backslash
43540 fcolorbox{black}{
43541 \end_layout
43542
43543 \end_inset
43544
43545 Goldenrod
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551 }{
43552 \end_layout
43553
43554 \end_inset
43555
43556
43557 \begin_inset Phantom Phantom
43558 status open
43559
43560 \begin_layout Plain Layout
43561 W
43562 \end_layout
43563
43564 \end_inset
43565
43566
43567 \begin_inset ERT
43568 status collapsed
43569
43570 \begin_layout Plain Layout
43571
43572 }
43573 \end_layout
43574
43575 \end_inset
43576
43577  Goldenrod
43578 \end_layout
43579
43580 \end_inset
43581 </cell>
43582 <cell alignment="left" valignment="top" usebox="none">
43583 \begin_inset Text
43584
43585 \begin_layout Plain Layout
43586 \begin_inset ERT
43587 status collapsed
43588
43589 \begin_layout Plain Layout
43590
43591
43592 \backslash
43593 fcolorbox{black}{
43594 \end_layout
43595
43596 \end_inset
43597
43598 Gray
43599 \begin_inset ERT
43600 status collapsed
43601
43602 \begin_layout Plain Layout
43603
43604 }{
43605 \end_layout
43606
43607 \end_inset
43608
43609
43610 \begin_inset Phantom Phantom
43611 status open
43612
43613 \begin_layout Plain Layout
43614 W
43615 \end_layout
43616
43617 \end_inset
43618
43619
43620 \begin_inset ERT
43621 status collapsed
43622
43623 \begin_layout Plain Layout
43624
43625 }
43626 \end_layout
43627
43628 \end_inset
43629
43630  Gray
43631 \end_layout
43632
43633 \end_inset
43634 </cell>
43635 <cell alignment="left" valignment="top" usebox="none">
43636 \begin_inset Text
43637
43638 \begin_layout Plain Layout
43639 \begin_inset ERT
43640 status collapsed
43641
43642 \begin_layout Plain Layout
43643
43644
43645 \backslash
43646 fcolorbox{black}{
43647 \end_layout
43648
43649 \end_inset
43650
43651 GreenYellow
43652 \begin_inset ERT
43653 status collapsed
43654
43655 \begin_layout Plain Layout
43656
43657 }{
43658 \end_layout
43659
43660 \end_inset
43661
43662
43663 \begin_inset Phantom Phantom
43664 status open
43665
43666 \begin_layout Plain Layout
43667 W
43668 \end_layout
43669
43670 \end_inset
43671
43672
43673 \begin_inset ERT
43674 status collapsed
43675
43676 \begin_layout Plain Layout
43677
43678 }
43679 \end_layout
43680
43681 \end_inset
43682
43683  GreenYellow
43684 \end_layout
43685
43686 \end_inset
43687 </cell>
43688 </row>
43689 <row>
43690 <cell alignment="center" valignment="top" usebox="none">
43691 \begin_inset Text
43692
43693 \begin_layout Plain Layout
43694 \begin_inset ERT
43695 status collapsed
43696
43697 \begin_layout Plain Layout
43698
43699
43700 \backslash
43701 fcolorbox{black}{
43702 \end_layout
43703
43704 \end_inset
43705
43706 JungleGreen
43707 \begin_inset ERT
43708 status collapsed
43709
43710 \begin_layout Plain Layout
43711
43712 }{
43713 \end_layout
43714
43715 \end_inset
43716
43717
43718 \begin_inset Phantom Phantom
43719 status open
43720
43721 \begin_layout Plain Layout
43722 W
43723 \end_layout
43724
43725 \end_inset
43726
43727
43728 \begin_inset ERT
43729 status collapsed
43730
43731 \begin_layout Plain Layout
43732
43733 }
43734 \end_layout
43735
43736 \end_inset
43737
43738  JungleGreen
43739 \end_layout
43740
43741 \end_inset
43742 </cell>
43743 <cell alignment="center" valignment="top" usebox="none">
43744 \begin_inset Text
43745
43746 \begin_layout Plain Layout
43747 \begin_inset ERT
43748 status collapsed
43749
43750 \begin_layout Plain Layout
43751
43752
43753 \backslash
43754 fcolorbox{black}{
43755 \end_layout
43756
43757 \end_inset
43758
43759 Lavender
43760 \begin_inset ERT
43761 status collapsed
43762
43763 \begin_layout Plain Layout
43764
43765 }{
43766 \end_layout
43767
43768 \end_inset
43769
43770
43771 \begin_inset Phantom Phantom
43772 status open
43773
43774 \begin_layout Plain Layout
43775 W
43776 \end_layout
43777
43778 \end_inset
43779
43780
43781 \begin_inset ERT
43782 status collapsed
43783
43784 \begin_layout Plain Layout
43785
43786 }
43787 \end_layout
43788
43789 \end_inset
43790
43791  Lavender
43792 \end_layout
43793
43794 \end_inset
43795 </cell>
43796 <cell alignment="center" valignment="top" usebox="none">
43797 \begin_inset Text
43798
43799 \begin_layout Plain Layout
43800 \begin_inset ERT
43801 status collapsed
43802
43803 \begin_layout Plain Layout
43804
43805
43806 \backslash
43807 fcolorbox{black}{
43808 \end_layout
43809
43810 \end_inset
43811
43812 LimeGreen
43813 \begin_inset ERT
43814 status collapsed
43815
43816 \begin_layout Plain Layout
43817
43818 }{
43819 \end_layout
43820
43821 \end_inset
43822
43823
43824 \begin_inset Phantom Phantom
43825 status open
43826
43827 \begin_layout Plain Layout
43828 W
43829 \end_layout
43830
43831 \end_inset
43832
43833
43834 \begin_inset ERT
43835 status collapsed
43836
43837 \begin_layout Plain Layout
43838
43839 }
43840 \end_layout
43841
43842 \end_inset
43843
43844  LimeGreen
43845 \end_layout
43846
43847 \end_inset
43848 </cell>
43849 <cell alignment="center" valignment="top" usebox="none">
43850 \begin_inset Text
43851
43852 \begin_layout Plain Layout
43853 \begin_inset ERT
43854 status collapsed
43855
43856 \begin_layout Plain Layout
43857
43858
43859 \backslash
43860 fcolorbox{black}{
43861 \end_layout
43862
43863 \end_inset
43864
43865 Mahogany
43866 \begin_inset ERT
43867 status collapsed
43868
43869 \begin_layout Plain Layout
43870
43871 }{
43872 \end_layout
43873
43874 \end_inset
43875
43876
43877 \begin_inset Phantom Phantom
43878 status open
43879
43880 \begin_layout Plain Layout
43881 W
43882 \end_layout
43883
43884 \end_inset
43885
43886
43887 \begin_inset ERT
43888 status collapsed
43889
43890 \begin_layout Plain Layout
43891
43892 }
43893 \end_layout
43894
43895 \end_inset
43896
43897  Mahogany
43898 \end_layout
43899
43900 \end_inset
43901 </cell>
43902 </row>
43903 <row>
43904 <cell alignment="left" valignment="top" usebox="none">
43905 \begin_inset Text
43906
43907 \begin_layout Plain Layout
43908 \begin_inset ERT
43909 status collapsed
43910
43911 \begin_layout Plain Layout
43912
43913
43914 \backslash
43915 fcolorbox{black}{
43916 \end_layout
43917
43918 \end_inset
43919
43920 Mahogany
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926 }{
43927 \end_layout
43928
43929 \end_inset
43930
43931
43932 \begin_inset Phantom Phantom
43933 status open
43934
43935 \begin_layout Plain Layout
43936 W
43937 \end_layout
43938
43939 \end_inset
43940
43941
43942 \begin_inset ERT
43943 status collapsed
43944
43945 \begin_layout Plain Layout
43946
43947 }
43948 \end_layout
43949
43950 \end_inset
43951
43952  Mahogany
43953 \end_layout
43954
43955 \end_inset
43956 </cell>
43957 <cell alignment="left" valignment="top" usebox="none">
43958 \begin_inset Text
43959
43960 \begin_layout Plain Layout
43961 \begin_inset ERT
43962 status collapsed
43963
43964 \begin_layout Plain Layout
43965
43966
43967 \backslash
43968 fcolorbox{black}{
43969 \end_layout
43970
43971 \end_inset
43972
43973 Maroon
43974 \begin_inset ERT
43975 status collapsed
43976
43977 \begin_layout Plain Layout
43978
43979 }{
43980 \end_layout
43981
43982 \end_inset
43983
43984
43985 \begin_inset Phantom Phantom
43986 status open
43987
43988 \begin_layout Plain Layout
43989 W
43990 \end_layout
43991
43992 \end_inset
43993
43994
43995 \begin_inset ERT
43996 status collapsed
43997
43998 \begin_layout Plain Layout
43999
44000 }
44001 \end_layout
44002
44003 \end_inset
44004
44005  Maroon
44006 \end_layout
44007
44008 \end_inset
44009 </cell>
44010 <cell alignment="left" valignment="top" usebox="none">
44011 \begin_inset Text
44012
44013 \begin_layout Plain Layout
44014 \begin_inset ERT
44015 status collapsed
44016
44017 \begin_layout Plain Layout
44018
44019
44020 \backslash
44021 fcolorbox{black}{
44022 \end_layout
44023
44024 \end_inset
44025
44026 Melon
44027 \begin_inset ERT
44028 status collapsed
44029
44030 \begin_layout Plain Layout
44031
44032 }{
44033 \end_layout
44034
44035 \end_inset
44036
44037
44038 \begin_inset Phantom Phantom
44039 status open
44040
44041 \begin_layout Plain Layout
44042 W
44043 \end_layout
44044
44045 \end_inset
44046
44047
44048 \begin_inset ERT
44049 status collapsed
44050
44051 \begin_layout Plain Layout
44052
44053 }
44054 \end_layout
44055
44056 \end_inset
44057
44058  Melon
44059 \end_layout
44060
44061 \end_inset
44062 </cell>
44063 <cell alignment="left" valignment="top" usebox="none">
44064 \begin_inset Text
44065
44066 \begin_layout Plain Layout
44067 \begin_inset ERT
44068 status collapsed
44069
44070 \begin_layout Plain Layout
44071
44072
44073 \backslash
44074 fcolorbox{black}{
44075 \end_layout
44076
44077 \end_inset
44078
44079 MidnightBlue
44080 \begin_inset ERT
44081 status collapsed
44082
44083 \begin_layout Plain Layout
44084
44085 }{
44086 \end_layout
44087
44088 \end_inset
44089
44090
44091 \begin_inset Phantom Phantom
44092 status open
44093
44094 \begin_layout Plain Layout
44095 W
44096 \end_layout
44097
44098 \end_inset
44099
44100
44101 \begin_inset ERT
44102 status collapsed
44103
44104 \begin_layout Plain Layout
44105
44106 }
44107 \end_layout
44108
44109 \end_inset
44110
44111  MidnightBlue
44112 \end_layout
44113
44114 \end_inset
44115 </cell>
44116 </row>
44117 <row>
44118 <cell alignment="left" valignment="top" usebox="none">
44119 \begin_inset Text
44120
44121 \begin_layout Plain Layout
44122 \begin_inset ERT
44123 status collapsed
44124
44125 \begin_layout Plain Layout
44126
44127
44128 \backslash
44129 fcolorbox{black}{
44130 \end_layout
44131
44132 \end_inset
44133
44134 Mulberry
44135 \begin_inset ERT
44136 status collapsed
44137
44138 \begin_layout Plain Layout
44139
44140 }{
44141 \end_layout
44142
44143 \end_inset
44144
44145
44146 \begin_inset Phantom Phantom
44147 status open
44148
44149 \begin_layout Plain Layout
44150 W
44151 \end_layout
44152
44153 \end_inset
44154
44155
44156 \begin_inset ERT
44157 status collapsed
44158
44159 \begin_layout Plain Layout
44160
44161 }
44162 \end_layout
44163
44164 \end_inset
44165
44166  Mulberry
44167 \end_layout
44168
44169 \end_inset
44170 </cell>
44171 <cell alignment="left" valignment="top" usebox="none">
44172 \begin_inset Text
44173
44174 \begin_layout Plain Layout
44175 \begin_inset ERT
44176 status collapsed
44177
44178 \begin_layout Plain Layout
44179
44180
44181 \backslash
44182 fcolorbox{black}{
44183 \end_layout
44184
44185 \end_inset
44186
44187 NavyBlue
44188 \begin_inset ERT
44189 status collapsed
44190
44191 \begin_layout Plain Layout
44192
44193 }{
44194 \end_layout
44195
44196 \end_inset
44197
44198
44199 \begin_inset Phantom Phantom
44200 status open
44201
44202 \begin_layout Plain Layout
44203 W
44204 \end_layout
44205
44206 \end_inset
44207
44208
44209 \begin_inset ERT
44210 status collapsed
44211
44212 \begin_layout Plain Layout
44213
44214 }
44215 \end_layout
44216
44217 \end_inset
44218
44219  NavyBlue
44220 \end_layout
44221
44222 \end_inset
44223 </cell>
44224 <cell alignment="left" valignment="top" usebox="none">
44225 \begin_inset Text
44226
44227 \begin_layout Plain Layout
44228 \begin_inset ERT
44229 status collapsed
44230
44231 \begin_layout Plain Layout
44232
44233
44234 \backslash
44235 fcolorbox{black}{
44236 \end_layout
44237
44238 \end_inset
44239
44240 OliveGreen
44241 \begin_inset ERT
44242 status collapsed
44243
44244 \begin_layout Plain Layout
44245
44246 }{
44247 \end_layout
44248
44249 \end_inset
44250
44251
44252 \begin_inset Phantom Phantom
44253 status open
44254
44255 \begin_layout Plain Layout
44256 W
44257 \end_layout
44258
44259 \end_inset
44260
44261
44262 \begin_inset ERT
44263 status collapsed
44264
44265 \begin_layout Plain Layout
44266
44267 }
44268 \end_layout
44269
44270 \end_inset
44271
44272  OliveGreen
44273 \end_layout
44274
44275 \end_inset
44276 </cell>
44277 <cell alignment="left" valignment="top" usebox="none">
44278 \begin_inset Text
44279
44280 \begin_layout Plain Layout
44281 \begin_inset ERT
44282 status collapsed
44283
44284 \begin_layout Plain Layout
44285
44286
44287 \backslash
44288 fcolorbox{black}{
44289 \end_layout
44290
44291 \end_inset
44292
44293 Orange
44294 \begin_inset ERT
44295 status collapsed
44296
44297 \begin_layout Plain Layout
44298
44299 }{
44300 \end_layout
44301
44302 \end_inset
44303
44304
44305 \begin_inset Phantom Phantom
44306 status open
44307
44308 \begin_layout Plain Layout
44309 W
44310 \end_layout
44311
44312 \end_inset
44313
44314
44315 \begin_inset ERT
44316 status collapsed
44317
44318 \begin_layout Plain Layout
44319
44320 }
44321 \end_layout
44322
44323 \end_inset
44324
44325  Orange
44326 \end_layout
44327
44328 \end_inset
44329 </cell>
44330 </row>
44331 <row>
44332 <cell alignment="left" valignment="top" usebox="none">
44333 \begin_inset Text
44334
44335 \begin_layout Plain Layout
44336 \begin_inset ERT
44337 status collapsed
44338
44339 \begin_layout Plain Layout
44340
44341
44342 \backslash
44343 fcolorbox{black}{
44344 \end_layout
44345
44346 \end_inset
44347
44348 OrangeRed
44349 \begin_inset ERT
44350 status collapsed
44351
44352 \begin_layout Plain Layout
44353
44354 }{
44355 \end_layout
44356
44357 \end_inset
44358
44359
44360 \begin_inset Phantom Phantom
44361 status open
44362
44363 \begin_layout Plain Layout
44364 W
44365 \end_layout
44366
44367 \end_inset
44368
44369
44370 \begin_inset ERT
44371 status collapsed
44372
44373 \begin_layout Plain Layout
44374
44375 }
44376 \end_layout
44377
44378 \end_inset
44379
44380  OrangeRed
44381 \end_layout
44382
44383 \end_inset
44384 </cell>
44385 <cell alignment="left" valignment="top" usebox="none">
44386 \begin_inset Text
44387
44388 \begin_layout Plain Layout
44389 \begin_inset ERT
44390 status collapsed
44391
44392 \begin_layout Plain Layout
44393
44394
44395 \backslash
44396 fcolorbox{black}{
44397 \end_layout
44398
44399 \end_inset
44400
44401 Orchid
44402 \begin_inset ERT
44403 status collapsed
44404
44405 \begin_layout Plain Layout
44406
44407 }{
44408 \end_layout
44409
44410 \end_inset
44411
44412
44413 \begin_inset Phantom Phantom
44414 status open
44415
44416 \begin_layout Plain Layout
44417 W
44418 \end_layout
44419
44420 \end_inset
44421
44422
44423 \begin_inset ERT
44424 status collapsed
44425
44426 \begin_layout Plain Layout
44427
44428 }
44429 \end_layout
44430
44431 \end_inset
44432
44433  Orchid
44434 \end_layout
44435
44436 \end_inset
44437 </cell>
44438 <cell alignment="left" valignment="top" usebox="none">
44439 \begin_inset Text
44440
44441 \begin_layout Plain Layout
44442 \begin_inset ERT
44443 status collapsed
44444
44445 \begin_layout Plain Layout
44446
44447
44448 \backslash
44449 fcolorbox{black}{
44450 \end_layout
44451
44452 \end_inset
44453
44454 Peach
44455 \begin_inset ERT
44456 status collapsed
44457
44458 \begin_layout Plain Layout
44459
44460 }{
44461 \end_layout
44462
44463 \end_inset
44464
44465
44466 \begin_inset Phantom Phantom
44467 status open
44468
44469 \begin_layout Plain Layout
44470 W
44471 \end_layout
44472
44473 \end_inset
44474
44475
44476 \begin_inset ERT
44477 status collapsed
44478
44479 \begin_layout Plain Layout
44480
44481 }
44482 \end_layout
44483
44484 \end_inset
44485
44486  Peach
44487 \end_layout
44488
44489 \end_inset
44490 </cell>
44491 <cell alignment="left" valignment="top" usebox="none">
44492 \begin_inset Text
44493
44494 \begin_layout Plain Layout
44495 \begin_inset ERT
44496 status collapsed
44497
44498 \begin_layout Plain Layout
44499
44500
44501 \backslash
44502 fcolorbox{black}{
44503 \end_layout
44504
44505 \end_inset
44506
44507 Periwinkle
44508 \begin_inset ERT
44509 status collapsed
44510
44511 \begin_layout Plain Layout
44512
44513 }{
44514 \end_layout
44515
44516 \end_inset
44517
44518
44519 \begin_inset Phantom Phantom
44520 status open
44521
44522 \begin_layout Plain Layout
44523 W
44524 \end_layout
44525
44526 \end_inset
44527
44528
44529 \begin_inset ERT
44530 status collapsed
44531
44532 \begin_layout Plain Layout
44533
44534 }
44535 \end_layout
44536
44537 \end_inset
44538
44539  Periwinkle
44540 \end_layout
44541
44542 \end_inset
44543 </cell>
44544 </row>
44545 <row>
44546 <cell alignment="left" valignment="top" usebox="none">
44547 \begin_inset Text
44548
44549 \begin_layout Plain Layout
44550 \begin_inset ERT
44551 status collapsed
44552
44553 \begin_layout Plain Layout
44554
44555
44556 \backslash
44557 fcolorbox{black}{
44558 \end_layout
44559
44560 \end_inset
44561
44562 PineGreen
44563 \begin_inset ERT
44564 status collapsed
44565
44566 \begin_layout Plain Layout
44567
44568 }{
44569 \end_layout
44570
44571 \end_inset
44572
44573
44574 \begin_inset Phantom Phantom
44575 status open
44576
44577 \begin_layout Plain Layout
44578 W
44579 \end_layout
44580
44581 \end_inset
44582
44583
44584 \begin_inset ERT
44585 status collapsed
44586
44587 \begin_layout Plain Layout
44588
44589 }
44590 \end_layout
44591
44592 \end_inset
44593
44594  PineGreen
44595 \end_layout
44596
44597 \end_inset
44598 </cell>
44599 <cell alignment="left" valignment="top" usebox="none">
44600 \begin_inset Text
44601
44602 \begin_layout Plain Layout
44603 \begin_inset ERT
44604 status collapsed
44605
44606 \begin_layout Plain Layout
44607
44608
44609 \backslash
44610 fcolorbox{black}{
44611 \end_layout
44612
44613 \end_inset
44614
44615 Plum
44616 \begin_inset ERT
44617 status collapsed
44618
44619 \begin_layout Plain Layout
44620
44621 }{
44622 \end_layout
44623
44624 \end_inset
44625
44626
44627 \begin_inset Phantom Phantom
44628 status open
44629
44630 \begin_layout Plain Layout
44631 W
44632 \end_layout
44633
44634 \end_inset
44635
44636
44637 \begin_inset ERT
44638 status collapsed
44639
44640 \begin_layout Plain Layout
44641
44642 }
44643 \end_layout
44644
44645 \end_inset
44646
44647  Plum
44648 \end_layout
44649
44650 \end_inset
44651 </cell>
44652 <cell alignment="left" valignment="top" usebox="none">
44653 \begin_inset Text
44654
44655 \begin_layout Plain Layout
44656 \begin_inset ERT
44657 status collapsed
44658
44659 \begin_layout Plain Layout
44660
44661
44662 \backslash
44663 fcolorbox{black}{
44664 \end_layout
44665
44666 \end_inset
44667
44668 ProcessBlue
44669 \begin_inset ERT
44670 status collapsed
44671
44672 \begin_layout Plain Layout
44673
44674 }{
44675 \end_layout
44676
44677 \end_inset
44678
44679
44680 \begin_inset Phantom Phantom
44681 status open
44682
44683 \begin_layout Plain Layout
44684 W
44685 \end_layout
44686
44687 \end_inset
44688
44689
44690 \begin_inset ERT
44691 status collapsed
44692
44693 \begin_layout Plain Layout
44694
44695 }
44696 \end_layout
44697
44698 \end_inset
44699
44700  ProcessBlue
44701 \end_layout
44702
44703 \end_inset
44704 </cell>
44705 <cell alignment="left" valignment="top" usebox="none">
44706 \begin_inset Text
44707
44708 \begin_layout Plain Layout
44709 \begin_inset ERT
44710 status collapsed
44711
44712 \begin_layout Plain Layout
44713
44714
44715 \backslash
44716 fcolorbox{black}{
44717 \end_layout
44718
44719 \end_inset
44720
44721 Purple
44722 \begin_inset ERT
44723 status collapsed
44724
44725 \begin_layout Plain Layout
44726
44727 }{
44728 \end_layout
44729
44730 \end_inset
44731
44732
44733 \begin_inset Phantom Phantom
44734 status open
44735
44736 \begin_layout Plain Layout
44737 W
44738 \end_layout
44739
44740 \end_inset
44741
44742
44743 \begin_inset ERT
44744 status collapsed
44745
44746 \begin_layout Plain Layout
44747
44748 }
44749 \end_layout
44750
44751 \end_inset
44752
44753  Purple
44754 \end_layout
44755
44756 \end_inset
44757 </cell>
44758 </row>
44759 <row>
44760 <cell alignment="left" valignment="top" usebox="none">
44761 \begin_inset Text
44762
44763 \begin_layout Plain Layout
44764 \begin_inset ERT
44765 status collapsed
44766
44767 \begin_layout Plain Layout
44768
44769
44770 \backslash
44771 fcolorbox{black}{
44772 \end_layout
44773
44774 \end_inset
44775
44776 RawSienna
44777 \begin_inset ERT
44778 status collapsed
44779
44780 \begin_layout Plain Layout
44781
44782 }{
44783 \end_layout
44784
44785 \end_inset
44786
44787
44788 \begin_inset Phantom Phantom
44789 status open
44790
44791 \begin_layout Plain Layout
44792 W
44793 \end_layout
44794
44795 \end_inset
44796
44797
44798 \begin_inset ERT
44799 status collapsed
44800
44801 \begin_layout Plain Layout
44802
44803 }
44804 \end_layout
44805
44806 \end_inset
44807
44808  RawSienna
44809 \end_layout
44810
44811 \end_inset
44812 </cell>
44813 <cell alignment="left" valignment="top" usebox="none">
44814 \begin_inset Text
44815
44816 \begin_layout Plain Layout
44817 \begin_inset ERT
44818 status collapsed
44819
44820 \begin_layout Plain Layout
44821
44822
44823 \backslash
44824 fcolorbox{black}{
44825 \end_layout
44826
44827 \end_inset
44828
44829 RedOrange
44830 \begin_inset ERT
44831 status collapsed
44832
44833 \begin_layout Plain Layout
44834
44835 }{
44836 \end_layout
44837
44838 \end_inset
44839
44840
44841 \begin_inset Phantom Phantom
44842 status open
44843
44844 \begin_layout Plain Layout
44845 W
44846 \end_layout
44847
44848 \end_inset
44849
44850
44851 \begin_inset ERT
44852 status collapsed
44853
44854 \begin_layout Plain Layout
44855
44856 }
44857 \end_layout
44858
44859 \end_inset
44860
44861  RedOrange
44862 \end_layout
44863
44864 \end_inset
44865 </cell>
44866 <cell alignment="left" valignment="top" usebox="none">
44867 \begin_inset Text
44868
44869 \begin_layout Plain Layout
44870 \begin_inset ERT
44871 status collapsed
44872
44873 \begin_layout Plain Layout
44874
44875
44876 \backslash
44877 fcolorbox{black}{
44878 \end_layout
44879
44880 \end_inset
44881
44882 RedViolet
44883 \begin_inset ERT
44884 status collapsed
44885
44886 \begin_layout Plain Layout
44887
44888 }{
44889 \end_layout
44890
44891 \end_inset
44892
44893
44894 \begin_inset Phantom Phantom
44895 status open
44896
44897 \begin_layout Plain Layout
44898 W
44899 \end_layout
44900
44901 \end_inset
44902
44903
44904 \begin_inset ERT
44905 status collapsed
44906
44907 \begin_layout Plain Layout
44908
44909 }
44910 \end_layout
44911
44912 \end_inset
44913
44914  RedViolet
44915 \end_layout
44916
44917 \end_inset
44918 </cell>
44919 <cell alignment="left" valignment="top" usebox="none">
44920 \begin_inset Text
44921
44922 \begin_layout Plain Layout
44923 \begin_inset ERT
44924 status collapsed
44925
44926 \begin_layout Plain Layout
44927
44928
44929 \backslash
44930 fcolorbox{black}{
44931 \end_layout
44932
44933 \end_inset
44934
44935 Rhodamine
44936 \begin_inset ERT
44937 status collapsed
44938
44939 \begin_layout Plain Layout
44940
44941 }{
44942 \end_layout
44943
44944 \end_inset
44945
44946
44947 \begin_inset Phantom Phantom
44948 status open
44949
44950 \begin_layout Plain Layout
44951 W
44952 \end_layout
44953
44954 \end_inset
44955
44956
44957 \begin_inset ERT
44958 status collapsed
44959
44960 \begin_layout Plain Layout
44961
44962 }
44963 \end_layout
44964
44965 \end_inset
44966
44967  Rhodamine
44968 \end_layout
44969
44970 \end_inset
44971 </cell>
44972 </row>
44973 <row>
44974 <cell alignment="left" valignment="top" usebox="none">
44975 \begin_inset Text
44976
44977 \begin_layout Plain Layout
44978 \begin_inset ERT
44979 status collapsed
44980
44981 \begin_layout Plain Layout
44982
44983
44984 \backslash
44985 fcolorbox{black}{
44986 \end_layout
44987
44988 \end_inset
44989
44990 RoyalBlue
44991 \begin_inset ERT
44992 status collapsed
44993
44994 \begin_layout Plain Layout
44995
44996 }{
44997 \end_layout
44998
44999 \end_inset
45000
45001
45002 \begin_inset Phantom Phantom
45003 status open
45004
45005 \begin_layout Plain Layout
45006 W
45007 \end_layout
45008
45009 \end_inset
45010
45011
45012 \begin_inset ERT
45013 status collapsed
45014
45015 \begin_layout Plain Layout
45016
45017 }
45018 \end_layout
45019
45020 \end_inset
45021
45022  RoyalBlue
45023 \end_layout
45024
45025 \end_inset
45026 </cell>
45027 <cell alignment="left" valignment="top" usebox="none">
45028 \begin_inset Text
45029
45030 \begin_layout Plain Layout
45031 \begin_inset ERT
45032 status collapsed
45033
45034 \begin_layout Plain Layout
45035
45036
45037 \backslash
45038 fcolorbox{black}{
45039 \end_layout
45040
45041 \end_inset
45042
45043 RoyalPurple
45044 \begin_inset ERT
45045 status collapsed
45046
45047 \begin_layout Plain Layout
45048
45049 }{
45050 \end_layout
45051
45052 \end_inset
45053
45054
45055 \begin_inset Phantom Phantom
45056 status open
45057
45058 \begin_layout Plain Layout
45059 W
45060 \end_layout
45061
45062 \end_inset
45063
45064
45065 \begin_inset ERT
45066 status collapsed
45067
45068 \begin_layout Plain Layout
45069
45070 }
45071 \end_layout
45072
45073 \end_inset
45074
45075  RoyalPurple
45076 \end_layout
45077
45078 \end_inset
45079 </cell>
45080 <cell alignment="left" valignment="top" usebox="none">
45081 \begin_inset Text
45082
45083 \begin_layout Plain Layout
45084 \begin_inset ERT
45085 status collapsed
45086
45087 \begin_layout Plain Layout
45088
45089
45090 \backslash
45091 fcolorbox{black}{
45092 \end_layout
45093
45094 \end_inset
45095
45096 RubineRed
45097 \begin_inset ERT
45098 status collapsed
45099
45100 \begin_layout Plain Layout
45101
45102 }{
45103 \end_layout
45104
45105 \end_inset
45106
45107
45108 \begin_inset Phantom Phantom
45109 status open
45110
45111 \begin_layout Plain Layout
45112 W
45113 \end_layout
45114
45115 \end_inset
45116
45117
45118 \begin_inset ERT
45119 status collapsed
45120
45121 \begin_layout Plain Layout
45122
45123 }
45124 \end_layout
45125
45126 \end_inset
45127
45128  RubineRed
45129 \end_layout
45130
45131 \end_inset
45132 </cell>
45133 <cell alignment="left" valignment="top" usebox="none">
45134 \begin_inset Text
45135
45136 \begin_layout Plain Layout
45137 \begin_inset ERT
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141
45142
45143 \backslash
45144 fcolorbox{black}{
45145 \end_layout
45146
45147 \end_inset
45148
45149 Salmon
45150 \begin_inset ERT
45151 status collapsed
45152
45153 \begin_layout Plain Layout
45154
45155 }{
45156 \end_layout
45157
45158 \end_inset
45159
45160
45161 \begin_inset Phantom Phantom
45162 status open
45163
45164 \begin_layout Plain Layout
45165 W
45166 \end_layout
45167
45168 \end_inset
45169
45170
45171 \begin_inset ERT
45172 status collapsed
45173
45174 \begin_layout Plain Layout
45175
45176 }
45177 \end_layout
45178
45179 \end_inset
45180
45181  Salmon
45182 \end_layout
45183
45184 \end_inset
45185 </cell>
45186 </row>
45187 <row>
45188 <cell alignment="left" valignment="top" usebox="none">
45189 \begin_inset Text
45190
45191 \begin_layout Plain Layout
45192 \begin_inset ERT
45193 status collapsed
45194
45195 \begin_layout Plain Layout
45196
45197
45198 \backslash
45199 fcolorbox{black}{
45200 \end_layout
45201
45202 \end_inset
45203
45204 SeaGreen
45205 \begin_inset ERT
45206 status collapsed
45207
45208 \begin_layout Plain Layout
45209
45210 }{
45211 \end_layout
45212
45213 \end_inset
45214
45215
45216 \begin_inset Phantom Phantom
45217 status open
45218
45219 \begin_layout Plain Layout
45220 W
45221 \end_layout
45222
45223 \end_inset
45224
45225
45226 \begin_inset ERT
45227 status collapsed
45228
45229 \begin_layout Plain Layout
45230
45231 }
45232 \end_layout
45233
45234 \end_inset
45235
45236  SeaGreen
45237 \end_layout
45238
45239 \end_inset
45240 </cell>
45241 <cell alignment="left" valignment="top" usebox="none">
45242 \begin_inset Text
45243
45244 \begin_layout Plain Layout
45245 \begin_inset ERT
45246 status collapsed
45247
45248 \begin_layout Plain Layout
45249
45250
45251 \backslash
45252 fcolorbox{black}{
45253 \end_layout
45254
45255 \end_inset
45256
45257 Sepia
45258 \begin_inset ERT
45259 status collapsed
45260
45261 \begin_layout Plain Layout
45262
45263 }{
45264 \end_layout
45265
45266 \end_inset
45267
45268
45269 \begin_inset Phantom Phantom
45270 status open
45271
45272 \begin_layout Plain Layout
45273 W
45274 \end_layout
45275
45276 \end_inset
45277
45278
45279 \begin_inset ERT
45280 status collapsed
45281
45282 \begin_layout Plain Layout
45283
45284 }
45285 \end_layout
45286
45287 \end_inset
45288
45289  Sepia
45290 \end_layout
45291
45292 \end_inset
45293 </cell>
45294 <cell alignment="left" valignment="top" usebox="none">
45295 \begin_inset Text
45296
45297 \begin_layout Plain Layout
45298 \begin_inset ERT
45299 status collapsed
45300
45301 \begin_layout Plain Layout
45302
45303
45304 \backslash
45305 fcolorbox{black}{
45306 \end_layout
45307
45308 \end_inset
45309
45310 SkyBlue
45311 \begin_inset ERT
45312 status collapsed
45313
45314 \begin_layout Plain Layout
45315
45316 }{
45317 \end_layout
45318
45319 \end_inset
45320
45321
45322 \begin_inset Phantom Phantom
45323 status open
45324
45325 \begin_layout Plain Layout
45326 W
45327 \end_layout
45328
45329 \end_inset
45330
45331
45332 \begin_inset ERT
45333 status collapsed
45334
45335 \begin_layout Plain Layout
45336
45337 }
45338 \end_layout
45339
45340 \end_inset
45341
45342  SkyBlue
45343 \end_layout
45344
45345 \end_inset
45346 </cell>
45347 <cell alignment="left" valignment="top" usebox="none">
45348 \begin_inset Text
45349
45350 \begin_layout Plain Layout
45351 \begin_inset ERT
45352 status collapsed
45353
45354 \begin_layout Plain Layout
45355
45356
45357 \backslash
45358 fcolorbox{black}{
45359 \end_layout
45360
45361 \end_inset
45362
45363 SpringGreen
45364 \begin_inset ERT
45365 status collapsed
45366
45367 \begin_layout Plain Layout
45368
45369 }{
45370 \end_layout
45371
45372 \end_inset
45373
45374
45375 \begin_inset Phantom Phantom
45376 status open
45377
45378 \begin_layout Plain Layout
45379 W
45380 \end_layout
45381
45382 \end_inset
45383
45384
45385 \begin_inset ERT
45386 status collapsed
45387
45388 \begin_layout Plain Layout
45389
45390 }
45391 \end_layout
45392
45393 \end_inset
45394
45395  SpringGreen
45396 \end_layout
45397
45398 \end_inset
45399 </cell>
45400 </row>
45401 <row>
45402 <cell alignment="left" valignment="top" usebox="none">
45403 \begin_inset Text
45404
45405 \begin_layout Plain Layout
45406 \begin_inset ERT
45407 status collapsed
45408
45409 \begin_layout Plain Layout
45410
45411
45412 \backslash
45413 fcolorbox{black}{
45414 \end_layout
45415
45416 \end_inset
45417
45418 Tan
45419 \begin_inset ERT
45420 status collapsed
45421
45422 \begin_layout Plain Layout
45423
45424 }{
45425 \end_layout
45426
45427 \end_inset
45428
45429
45430 \begin_inset Phantom Phantom
45431 status open
45432
45433 \begin_layout Plain Layout
45434 W
45435 \end_layout
45436
45437 \end_inset
45438
45439
45440 \begin_inset ERT
45441 status collapsed
45442
45443 \begin_layout Plain Layout
45444
45445 }
45446 \end_layout
45447
45448 \end_inset
45449
45450  Tan
45451 \end_layout
45452
45453 \end_inset
45454 </cell>
45455 <cell alignment="left" valignment="top" usebox="none">
45456 \begin_inset Text
45457
45458 \begin_layout Plain Layout
45459 \begin_inset ERT
45460 status collapsed
45461
45462 \begin_layout Plain Layout
45463
45464
45465 \backslash
45466 fcolorbox{black}{
45467 \end_layout
45468
45469 \end_inset
45470
45471 TealBlue
45472 \begin_inset ERT
45473 status collapsed
45474
45475 \begin_layout Plain Layout
45476
45477 }{
45478 \end_layout
45479
45480 \end_inset
45481
45482
45483 \begin_inset Phantom Phantom
45484 status open
45485
45486 \begin_layout Plain Layout
45487 W
45488 \end_layout
45489
45490 \end_inset
45491
45492
45493 \begin_inset ERT
45494 status collapsed
45495
45496 \begin_layout Plain Layout
45497
45498 }
45499 \end_layout
45500
45501 \end_inset
45502
45503  TealBlue
45504 \end_layout
45505
45506 \end_inset
45507 </cell>
45508 <cell alignment="left" valignment="top" usebox="none">
45509 \begin_inset Text
45510
45511 \begin_layout Plain Layout
45512 \begin_inset ERT
45513 status collapsed
45514
45515 \begin_layout Plain Layout
45516
45517
45518 \backslash
45519 fcolorbox{black}{
45520 \end_layout
45521
45522 \end_inset
45523
45524 Thistle
45525 \begin_inset ERT
45526 status collapsed
45527
45528 \begin_layout Plain Layout
45529
45530 }{
45531 \end_layout
45532
45533 \end_inset
45534
45535
45536 \begin_inset Phantom Phantom
45537 status open
45538
45539 \begin_layout Plain Layout
45540 W
45541 \end_layout
45542
45543 \end_inset
45544
45545
45546 \begin_inset ERT
45547 status collapsed
45548
45549 \begin_layout Plain Layout
45550
45551 }
45552 \end_layout
45553
45554 \end_inset
45555
45556  Thistle
45557 \end_layout
45558
45559 \end_inset
45560 </cell>
45561 <cell alignment="left" valignment="top" usebox="none">
45562 \begin_inset Text
45563
45564 \begin_layout Plain Layout
45565 \begin_inset ERT
45566 status collapsed
45567
45568 \begin_layout Plain Layout
45569
45570
45571 \backslash
45572 fcolorbox{black}{
45573 \end_layout
45574
45575 \end_inset
45576
45577 Turquoise
45578 \begin_inset ERT
45579 status collapsed
45580
45581 \begin_layout Plain Layout
45582
45583 }{
45584 \end_layout
45585
45586 \end_inset
45587
45588
45589 \begin_inset Phantom Phantom
45590 status open
45591
45592 \begin_layout Plain Layout
45593 W
45594 \end_layout
45595
45596 \end_inset
45597
45598
45599 \begin_inset ERT
45600 status collapsed
45601
45602 \begin_layout Plain Layout
45603
45604 }
45605 \end_layout
45606
45607 \end_inset
45608
45609  Turquoise
45610 \end_layout
45611
45612 \end_inset
45613 </cell>
45614 </row>
45615 <row>
45616 <cell alignment="left" valignment="top" usebox="none">
45617 \begin_inset Text
45618
45619 \begin_layout Plain Layout
45620 \begin_inset ERT
45621 status collapsed
45622
45623 \begin_layout Plain Layout
45624
45625
45626 \backslash
45627 fcolorbox{black}{
45628 \end_layout
45629
45630 \end_inset
45631
45632 Violet
45633 \begin_inset ERT
45634 status collapsed
45635
45636 \begin_layout Plain Layout
45637
45638 }{
45639 \end_layout
45640
45641 \end_inset
45642
45643
45644 \begin_inset Phantom Phantom
45645 status open
45646
45647 \begin_layout Plain Layout
45648 W
45649 \end_layout
45650
45651 \end_inset
45652
45653
45654 \begin_inset ERT
45655 status collapsed
45656
45657 \begin_layout Plain Layout
45658
45659 }
45660 \end_layout
45661
45662 \end_inset
45663
45664  Violet
45665 \end_layout
45666
45667 \end_inset
45668 </cell>
45669 <cell alignment="left" valignment="top" usebox="none">
45670 \begin_inset Text
45671
45672 \begin_layout Plain Layout
45673 \begin_inset ERT
45674 status collapsed
45675
45676 \begin_layout Plain Layout
45677
45678
45679 \backslash
45680 fcolorbox{black}{
45681 \end_layout
45682
45683 \end_inset
45684
45685 VioletRed
45686 \begin_inset ERT
45687 status collapsed
45688
45689 \begin_layout Plain Layout
45690
45691 }{
45692 \end_layout
45693
45694 \end_inset
45695
45696
45697 \begin_inset Phantom Phantom
45698 status open
45699
45700 \begin_layout Plain Layout
45701 W
45702 \end_layout
45703
45704 \end_inset
45705
45706
45707 \begin_inset ERT
45708 status collapsed
45709
45710 \begin_layout Plain Layout
45711
45712 }
45713 \end_layout
45714
45715 \end_inset
45716
45717  VioletRed
45718 \end_layout
45719
45720 \end_inset
45721 </cell>
45722 <cell alignment="left" valignment="top" usebox="none">
45723 \begin_inset Text
45724
45725 \begin_layout Plain Layout
45726 \begin_inset ERT
45727 status collapsed
45728
45729 \begin_layout Plain Layout
45730
45731
45732 \backslash
45733 fcolorbox{black}{
45734 \end_layout
45735
45736 \end_inset
45737
45738 WildStrawberry
45739 \begin_inset ERT
45740 status collapsed
45741
45742 \begin_layout Plain Layout
45743
45744 }{
45745 \end_layout
45746
45747 \end_inset
45748
45749
45750 \begin_inset Phantom Phantom
45751 status open
45752
45753 \begin_layout Plain Layout
45754 W
45755 \end_layout
45756
45757 \end_inset
45758
45759
45760 \begin_inset ERT
45761 status collapsed
45762
45763 \begin_layout Plain Layout
45764
45765 }
45766 \end_layout
45767
45768 \end_inset
45769
45770  WildStrawberry
45771 \end_layout
45772
45773 \end_inset
45774 </cell>
45775 <cell alignment="left" valignment="top" usebox="none">
45776 \begin_inset Text
45777
45778 \begin_layout Plain Layout
45779 \begin_inset ERT
45780 status collapsed
45781
45782 \begin_layout Plain Layout
45783
45784
45785 \backslash
45786 fcolorbox{black}{
45787 \end_layout
45788
45789 \end_inset
45790
45791 YellowGreen
45792 \begin_inset ERT
45793 status collapsed
45794
45795 \begin_layout Plain Layout
45796
45797 }{
45798 \end_layout
45799
45800 \end_inset
45801
45802
45803 \begin_inset Phantom Phantom
45804 status open
45805
45806 \begin_layout Plain Layout
45807 W
45808 \end_layout
45809
45810 \end_inset
45811
45812
45813 \begin_inset ERT
45814 status collapsed
45815
45816 \begin_layout Plain Layout
45817
45818 }
45819 \end_layout
45820
45821 \end_inset
45822
45823  YellowGreen
45824 \end_layout
45825
45826 \end_inset
45827 </cell>
45828 </row>
45829 <row>
45830 <cell alignment="left" valignment="top" usebox="none">
45831 \begin_inset Text
45832
45833 \begin_layout Plain Layout
45834 \begin_inset ERT
45835 status collapsed
45836
45837 \begin_layout Plain Layout
45838
45839
45840 \backslash
45841 fcolorbox{black}{
45842 \end_layout
45843
45844 \end_inset
45845
45846 YellowOrange
45847 \begin_inset ERT
45848 status collapsed
45849
45850 \begin_layout Plain Layout
45851
45852 }{
45853 \end_layout
45854
45855 \end_inset
45856
45857
45858 \begin_inset Phantom Phantom
45859 status open
45860
45861 \begin_layout Plain Layout
45862 W
45863 \end_layout
45864
45865 \end_inset
45866
45867
45868 \begin_inset ERT
45869 status collapsed
45870
45871 \begin_layout Plain Layout
45872
45873 }
45874 \end_layout
45875
45876 \end_inset
45877
45878  YellowOrange
45879 \end_layout
45880
45881 \end_inset
45882 </cell>
45883 <cell alignment="left" valignment="top" usebox="none">
45884 \begin_inset Text
45885
45886 \begin_layout Plain Layout
45887
45888 \end_layout
45889
45890 \end_inset
45891 </cell>
45892 <cell alignment="left" valignment="top" usebox="none">
45893 \begin_inset Text
45894
45895 \begin_layout Plain Layout
45896
45897 \end_layout
45898
45899 \end_inset
45900 </cell>
45901 <cell alignment="left" valignment="top" usebox="none">
45902 \begin_inset Text
45903
45904 \begin_layout Plain Layout
45905
45906 \end_layout
45907
45908 \end_inset
45909 </cell>
45910 </row>
45911 </lyxtabular>
45912
45913 \end_inset
45914
45915
45916 \end_layout
45917
45918 \begin_layout Chapter
45919 Explication de l' équation
45920 \begin_inset space ~
45921 \end_inset
45922
45923 (
45924 \begin_inset CommandInset ref
45925 LatexCommand ref
45926 reference "eq:Wgn"
45927
45928 \end_inset
45929
45930 )
45931 \begin_inset CommandInset label
45932 LatexCommand label
45933 name "cha:Explication-de-l'Equation"
45934
45935 \end_inset
45936
45937
45938 \end_layout
45939
45940 \begin_layout Standard
45941 La largeur totale de 
45942 \emph on
45943 n
45944 \emph default
45945  cellules de tableau 
45946 \begin_inset Formula $W_{\mathrm{tot\, n}}$
45947 \end_inset
45948
45949  peut être calculée avec
45950 \begin_inset Formula 
45951 \begin{equation}
45952 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45953 \end{equation}
45954
45955 \end_inset
45956
45957
45958 \end_layout
45959
45960 \begin_layout Standard
45961 Où 
45962 \begin_inset Formula $W_{g\, n}$
45963 \end_inset
45964
45965  est la largeur fixe de toutes les cellules.
45966  
45967 \series bold
45968
45969 \backslash
45970 tabcolsep
45971 \series default
45972  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
45973  sa valeur implicite est 6
45974 \begin_inset space \thinspace{}
45975 \end_inset
45976
45977 pt.
45978  
45979 \series bold
45980
45981 \backslash
45982 arrayrulewidth
45983 \series default
45984  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45985 \begin_inset space \thinspace{}
45986 \end_inset
45987
45988 pt.
45989 \end_layout
45990
45991 \begin_layout Standard
45992 D'après l'équation
45993 \begin_inset space ~
45994 \end_inset
45995
45996
45997 \begin_inset CommandInset ref
45998 LatexCommand eqref
45999 reference "eq:Wtot_n"
46000
46001 \end_inset
46002
46003 , la largeur totale d'une multicolonne, 
46004 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
46005 \end_inset
46006
46007  est
46008 \begin_inset Formula 
46009 \begin{equation}
46010 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46011 \end{equation}
46012
46013 \end_inset
46014
46015
46016 \end_layout
46017
46018 \begin_layout Standard
46019 En posant que les équations 
46020 \begin_inset space ~
46021 \end_inset
46022
46023
46024 \begin_inset CommandInset ref
46025 LatexCommand eqref
46026 reference "eq:Wtot_n"
46027
46028 \end_inset
46029
46030  et 
46031 \begin_inset CommandInset ref
46032 LatexCommand eqref
46033 reference "eq:Wtot_mult"
46034
46035 \end_inset
46036
46037  sont égales, on peut calculer la largeur nécessaire 
46038 \begin_inset Formula $W_{g\, n}$
46039 \end_inset
46040
46041  quand 
46042 \emph on
46043 n
46044 \emph default
46045  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
46046  de 
46047 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
46048 \end_inset
46049
46050 :
46051 \begin_inset Formula 
46052 \begin{equation}
46053 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46054 \end{equation}
46055
46056 \end_inset
46057
46058
46059 \end_layout
46060
46061 \begin_layout Bibliography
46062 \labelwidthstring Bibliographie
46063 \begin_inset CommandInset bibitem
46064 LatexCommand bibitem
46065 key "latexcompanion"
46066
46067 \end_inset
46068
46069 Frank Mittelbach and Michel Goossens: 
46070 \emph on
46071 The LaTeX Companion Second Edition.
46072
46073 \emph default
46074  Addison-Wesley, 2004
46075 \end_layout
46076
46077 \begin_layout Bibliography
46078 \labelwidthstring Bibliographie
46079 \begin_inset CommandInset bibitem
46080 LatexCommand bibitem
46081 key "latexguide"
46082
46083 \end_inset
46084
46085 Helmut Kopka and Patrick W.
46086  Daly: 
46087 \emph on
46088 A Guide to LaTeX Fourth Edition.
46089
46090 \emph default
46091  Addison-Wesley, 2003
46092 \end_layout
46093
46094 \begin_layout Bibliography
46095 \labelwidthstring Bibliographie
46096 \begin_inset CommandInset bibitem
46097 LatexCommand bibitem
46098 key "latexbook"
46099
46100 \end_inset
46101
46102 Leslie Lamport: 
46103 \emph on
46104 LaTeX: A Document Preparation System.
46105
46106 \emph default
46107  Addison-Wesley, second edition, 1994
46108 \end_layout
46109
46110 \begin_layout Bibliography
46111 \labelwidthstring Bibliographie
46112 \begin_inset CommandInset bibitem
46113 LatexCommand bibitem
46114 key "arydshln"
46115
46116 \end_inset
46117
46118 Documentation du paquetage LaTeX
46119 \series bold
46120  
46121 \begin_inset CommandInset href
46122 LatexCommand href
46123 name "arydshln"
46124 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46125
46126 \end_inset
46127
46128
46129 \series default
46130
46131 \begin_inset Index idx
46132 status collapsed
46133
46134 \begin_layout Plain Layout
46135 Paquetages LaTeX ! arydshln
46136 \end_layout
46137
46138 \end_inset
46139
46140
46141 \end_layout
46142
46143 \begin_layout Bibliography
46144 \labelwidthstring Bibliographie
46145 \begin_inset CommandInset bibitem
46146 LatexCommand bibitem
46147 key "booktabs"
46148
46149 \end_inset
46150
46151 Documentation du paquetage LaTeX 
46152 \series bold
46153
46154 \begin_inset CommandInset href
46155 LatexCommand href
46156 name "booktabs"
46157 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46158
46159 \end_inset
46160
46161
46162 \series default
46163
46164 \begin_inset Index idx
46165 status collapsed
46166
46167 \begin_layout Plain Layout
46168 Paquetages LaTeX ! booktabs
46169 \end_layout
46170
46171 \end_inset
46172
46173
46174 \end_layout
46175
46176 \begin_layout Bibliography
46177 \labelwidthstring Bibliographie
46178 \begin_inset CommandInset bibitem
46179 LatexCommand bibitem
46180 key "caption"
46181
46182 \end_inset
46183
46184 Documentation du paquetage LaTeX 
46185 \series bold
46186
46187 \begin_inset CommandInset href
46188 LatexCommand href
46189 name "caption"
46190 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
46191
46192 \end_inset
46193
46194
46195 \series default
46196
46197 \begin_inset Index idx
46198 status collapsed
46199
46200 \begin_layout Plain Layout
46201 Paquetages LaTeX ! caption
46202 \end_layout
46203
46204 \end_inset
46205
46206
46207 \end_layout
46208
46209 \begin_layout Bibliography
46210 \labelwidthstring Bibliographie
46211 \begin_inset CommandInset bibitem
46212 LatexCommand bibitem
46213 key "diagbox"
46214
46215 \end_inset
46216
46217 Documentation du paquetage LaTeX 
46218 \series bold
46219
46220 \begin_inset CommandInset href
46221 LatexCommand href
46222 name "diagbox"
46223 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46224
46225 \end_inset
46226
46227
46228 \series default
46229
46230 \begin_inset Index idx
46231 status collapsed
46232
46233 \begin_layout Plain Layout
46234 Paquetages LaTeX ! diagbox
46235 \end_layout
46236
46237 \end_inset
46238
46239
46240 \end_layout
46241
46242 \begin_layout Bibliography
46243 \labelwidthstring Bibliographie
46244 \begin_inset CommandInset bibitem
46245 LatexCommand bibitem
46246 key "endfloat"
46247
46248 \end_inset
46249
46250 Documentation du paquetage LaTeX 
46251 \series bold
46252
46253 \begin_inset CommandInset href
46254 LatexCommand href
46255 name "endfloat"
46256 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46257
46258 \end_inset
46259
46260
46261 \series default
46262
46263 \begin_inset Index idx
46264 status collapsed
46265
46266 \begin_layout Plain Layout
46267 Paquetages LaTeX ! endfloat
46268 \end_layout
46269
46270 \end_inset
46271
46272
46273 \end_layout
46274
46275 \begin_layout Bibliography
46276 \labelwidthstring Bibliographie
46277 \begin_inset CommandInset bibitem
46278 LatexCommand bibitem
46279 key "footmisc"
46280
46281 \end_inset
46282
46283 Documentation du paquetage LaTeX 
46284 \series bold
46285
46286 \begin_inset CommandInset href
46287 LatexCommand href
46288 name "footmisc"
46289 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46290
46291 \end_inset
46292
46293
46294 \series default
46295
46296 \begin_inset Index idx
46297 status collapsed
46298
46299 \begin_layout Plain Layout
46300 Paquetages LaTeX ! footmisc
46301 \end_layout
46302
46303 \end_inset
46304
46305
46306 \end_layout
46307
46308 \begin_layout Bibliography
46309 \labelwidthstring Bibliographie
46310 \begin_inset CommandInset bibitem
46311 LatexCommand bibitem
46312 key "hypcap"
46313
46314 \end_inset
46315
46316 Documentation du paquetage LaTeX 
46317 \series bold
46318
46319 \begin_inset CommandInset href
46320 LatexCommand href
46321 name "hypcap"
46322 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46323
46324 \end_inset
46325
46326
46327 \series default
46328
46329 \begin_inset Index idx
46330 status collapsed
46331
46332 \begin_layout Plain Layout
46333 Paquetages LaTeX ! hyperref
46334 \end_layout
46335
46336 \end_inset
46337
46338
46339 \end_layout
46340
46341 \begin_layout Bibliography
46342 \labelwidthstring Bibliographie
46343 \begin_inset CommandInset bibitem
46344 LatexCommand bibitem
46345 key "hyperref"
46346
46347 \end_inset
46348
46349 Documentation du paquetage LaTeX 
46350 \series bold
46351
46352 \begin_inset CommandInset href
46353 LatexCommand href
46354 name "hyperref"
46355 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46356
46357 \end_inset
46358
46359
46360 \series default
46361
46362 \begin_inset Index idx
46363 status collapsed
46364
46365 \begin_layout Plain Layout
46366 Paquetages LaTeX ! hyperref
46367 \end_layout
46368
46369 \end_inset
46370
46371
46372 \end_layout
46373
46374 \begin_layout Bibliography
46375 \labelwidthstring Bibliographie
46376 \begin_inset CommandInset bibitem
46377 LatexCommand bibitem
46378 key "KOMA-Script"
46379
46380 \end_inset
46381
46382 Documentation du paquetage LaTeX 
46383 \series bold
46384
46385 \begin_inset CommandInset href
46386 LatexCommand href
46387 name "KOMA-Script"
46388 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
46389
46390 \end_inset
46391
46392
46393 \series default
46394
46395 \begin_inset Index idx
46396 status collapsed
46397
46398 \begin_layout Plain Layout
46399 Paquetages LaTeX ! KOMA-Script
46400 \end_layout
46401
46402 \end_inset
46403
46404
46405 \end_layout
46406
46407 \begin_layout Bibliography
46408 \labelwidthstring Bibliographie
46409 \begin_inset CommandInset bibitem
46410 LatexCommand bibitem
46411 key "lettrine"
46412
46413 \end_inset
46414
46415 Documentation du paquetage LaTeX 
46416 \series bold
46417
46418 \begin_inset CommandInset href
46419 LatexCommand href
46420 name "lettrine"
46421 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46422
46423 \end_inset
46424
46425
46426 \series default
46427  et un 
46428 \begin_inset CommandInset href
46429 LatexCommand href
46430 name "exemple"
46431 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46432
46433 \end_inset
46434
46435
46436 \begin_inset Index idx
46437 status collapsed
46438
46439 \begin_layout Plain Layout
46440 Paquetages LaTeX ! lettrine
46441 \end_layout
46442
46443 \end_inset
46444
46445
46446 \end_layout
46447
46448 \begin_layout Bibliography
46449 \labelwidthstring Bibliographie
46450 \begin_inset CommandInset bibitem
46451 LatexCommand bibitem
46452 key "listings"
46453
46454 \end_inset
46455
46456 Documentation du paquetage LaTeX 
46457 \series bold
46458
46459 \begin_inset CommandInset href
46460 LatexCommand href
46461 name "listings"
46462 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46463
46464 \end_inset
46465
46466
46467 \series default
46468
46469 \begin_inset Index idx
46470 status collapsed
46471
46472 \begin_layout Plain Layout
46473 Paquetages LaTeX ! listings
46474 \end_layout
46475
46476 \end_inset
46477
46478
46479 \end_layout
46480
46481 \begin_layout Bibliography
46482 \labelwidthstring Bibliographie
46483 \begin_inset CommandInset bibitem
46484 LatexCommand bibitem
46485 key "marginnote"
46486
46487 \end_inset
46488
46489 Documentation du paquetage LaTeX 
46490 \series bold
46491
46492 \begin_inset CommandInset href
46493 LatexCommand href
46494 name "marginnote"
46495 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46496
46497 \end_inset
46498
46499
46500 \series default
46501
46502 \begin_inset Index idx
46503 status collapsed
46504
46505 \begin_layout Plain Layout
46506 Paquetages LaTeX ! marginnote
46507 \end_layout
46508
46509 \end_inset
46510
46511
46512 \end_layout
46513
46514 \begin_layout Bibliography
46515 \labelwidthstring Bibliographie
46516 \begin_inset CommandInset bibitem
46517 LatexCommand bibitem
46518 key "pdfpages"
46519
46520 \end_inset
46521
46522 Documentation du paquetage LaTeX 
46523 \series bold
46524
46525 \begin_inset CommandInset href
46526 LatexCommand href
46527 name "pdfpages"
46528 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46529
46530 \end_inset
46531
46532
46533 \series default
46534
46535 \begin_inset Index idx
46536 status collapsed
46537
46538 \begin_layout Plain Layout
46539 Paquetages LaTeX ! pdfpages
46540 \end_layout
46541
46542 \end_inset
46543
46544
46545 \end_layout
46546
46547 \begin_layout Bibliography
46548 \labelwidthstring Bibliographie
46549 \begin_inset CommandInset bibitem
46550 LatexCommand bibitem
46551 key "prettyref"
46552
46553 \end_inset
46554
46555 Documentation du paquetage LaTeX
46556 \series bold
46557  
46558 \begin_inset CommandInset href
46559 LatexCommand href
46560 name "prettyref"
46561 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46562
46563 \end_inset
46564
46565
46566 \series default
46567
46568 \begin_inset Index idx
46569 status collapsed
46570
46571 \begin_layout Plain Layout
46572 Paquetages LaTeX ! prettyref
46573 \end_layout
46574
46575 \end_inset
46576
46577
46578 \end_layout
46579
46580 \begin_layout Bibliography
46581 \labelwidthstring Bibliographie
46582 \begin_inset CommandInset bibitem
46583 LatexCommand bibitem
46584 key "pstricks"
46585
46586 \end_inset
46587
46588 Page Web du paquetage LaTeX 
46589 \series bold
46590
46591 \begin_inset CommandInset href
46592 LatexCommand href
46593 name "PSTricks"
46594 target "http://tug.org/PSTricks/"
46595
46596 \end_inset
46597
46598
46599 \series default
46600
46601 \begin_inset Index idx
46602 status collapsed
46603
46604 \begin_layout Plain Layout
46605 Paquetages LaTeX ! PSTricks
46606 \end_layout
46607
46608 \end_inset
46609
46610
46611 \end_layout
46612
46613 \begin_layout Bibliography
46614 \labelwidthstring Bibliographie
46615 \begin_inset CommandInset bibitem
46616 LatexCommand bibitem
46617 key "refstyle"
46618
46619 \end_inset
46620
46621 Documentation du paquetage LaTeX
46622 \series bold
46623  
46624 \begin_inset CommandInset href
46625 LatexCommand href
46626 name "refstyle"
46627 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46628
46629 \end_inset
46630
46631
46632 \series default
46633
46634 \begin_inset Index idx
46635 status collapsed
46636
46637 \begin_layout Plain Layout
46638 Paquetages LaTeX ! refstyle
46639 \end_layout
46640
46641 \end_inset
46642
46643
46644 \end_layout
46645
46646 \begin_layout Bibliography
46647 \labelwidthstring Bibliographie
46648 \begin_inset CommandInset bibitem
46649 LatexCommand bibitem
46650 key "sidecap"
46651
46652 \end_inset
46653
46654 Documentation du paquetage LaTeX 
46655 \series bold
46656
46657 \begin_inset CommandInset href
46658 LatexCommand href
46659 name "sidecap"
46660 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46661
46662 \end_inset
46663
46664
46665 \series default
46666
46667 \begin_inset Index idx
46668 status collapsed
46669
46670 \begin_layout Plain Layout
46671 Paquetages LaTeX ! sidecap
46672 \end_layout
46673
46674 \end_inset
46675
46676
46677 \end_layout
46678
46679 \begin_layout Bibliography
46680 \labelwidthstring Bibliographie
46681 \begin_inset CommandInset bibitem
46682 LatexCommand bibitem
46683 key "NewInLyX20"
46684
46685 \end_inset
46686
46687
46688 \begin_inset CommandInset href
46689 LatexCommand href
46690 name "Page Wiki"
46691 target "http://wiki.lyx.org/LyX/NewInLyX20"
46692
46693 \end_inset
46694
46695  au sujet des nouveautés de 
46696 \family sans
46697 LyX 2.0
46698 \family default
46699 .
46700 \end_layout
46701
46702 \begin_layout Standard
46703 \begin_inset CommandInset index_print
46704 LatexCommand printindex
46705 type "idx"
46706
46707 \end_inset
46708
46709
46710 \end_layout
46711
46712 \end_body
46713 \end_document