]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
UserGuide.lyx: correct more text styles
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 459
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_math auto
189 \font_default_family default
190 \use_non_tex_fonts false
191 \font_sc false
192 \font_osf false
193 \font_sf_scale 100
194 \font_tt_scale 100
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_package amsmath 2
220 \use_package amssymb 2
221 \use_package esint 0
222 \use_package mathdots 1
223 \use_package mathtools 0
224 \use_package mhchem 1
225 \use_package stackrel 0
226 \use_package stmaryrd 0
227 \use_package undertilde 0
228 \cite_engine basic
229 \cite_engine_type numerical
230 \biblio_style plain
231 \use_bibtopic false
232 \use_indices false
233 \paperorientation portrait
234 \suppress_date false
235 \justification true
236 \use_refstyle 0
237 \notefontcolor #0000ff
238 \index Index
239 \shortcut idx
240 \color #008000
241 \end_index
242 \secnumdepth 3
243 \tocdepth 3
244 \paragraph_separation skip
245 \defskip medskip
246 \quotes_language french
247 \papercolumns 1
248 \papersides 2
249 \paperpagestyle default
250 \tracking_changes false
251 \output_changes false
252 \html_math_output 0
253 \html_css_as_file 0
254 \html_be_strict false
255 \end_header
256
257 \begin_body
258
259 \begin_layout Title
260 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
261  les boîtes et les objets externes de LyX
262 \end_layout
263
264 \begin_layout Author
265 par l'Équipe LyX
266 \begin_inset Foot
267 status collapsed
268
269 \begin_layout Plain Layout
270 \noindent
271 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
272  de la documentation de LyX: 
273 \begin_inset CommandInset href
274 LatexCommand href
275 name "lyx-docs@lists.lyx.org"
276 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
277 type "mailto:"
278
279 \end_inset
280
281
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Note Note
288 status open
289
290 \begin_layout Plain Layout
291 auteur original : Uwe Stöhr
292 \end_layout
293
294 \begin_layout Plain Layout
295 Traduction française : Siegfried Meunier-Guttin-Cluzel
296 \end_layout
297
298 \begin_layout Plain Layout
299 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
300 n/Navigation, 31/10/2012, JPChrétien
301 \end_layout
302
303 \begin_layout Plain Layout
304 version 2.0.x novembre 2011
305 \end_layout
306
307 \end_inset
308
309
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \family sans
319 Version 2.0.x
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset CommandInset toc
324 LatexCommand tableofcontents
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Note Note
333 status open
334
335 \begin_layout Plain Layout
336 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
337  
338 \series bold
339 arydshln
340 \series default
341
342 \series bold
343 colortbl
344 \series default
345
346 \series bold
347 diagbox, lettrine, marginnote, picinpar
348 \series default
349 , et 
350 \series bold
351 sidecap
352 \series default
353  doivent être installés.
354  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
355  les sections qui nécessitent les paquetages en question n'apparaîtront
356  pas sur la sortie.
357 \end_layout
358
359 \begin_layout Plain Layout
360 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
361 \begin_inset Newline newline
362 \end_inset
363
364
365 \series bold
366 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
367 \end_layout
368
369 \end_inset
370
371
372 \end_layout
373
374 \begin_layout Chapter
375 Figures
376 \begin_inset Index idx
377 status collapsed
378
379 \begin_layout Plain Layout
380 Figures
381 \end_layout
382
383 \end_inset
384
385
386 \begin_inset Index idx
387 status collapsed
388
389 \begin_layout Plain Layout
390 Graphiques|see
391 \begin_inset ERT
392 status collapsed
393
394 \begin_layout Plain Layout
395
396 {
397 \end_layout
398
399 \end_inset
400
401 Figures
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407 }
408 \end_layout
409
410 \end_inset
411
412
413 \end_layout
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Section
421 La fenêtre de dialogue graphique
422 \begin_inset Index idx
423 status collapsed
424
425 \begin_layout Plain Layout
426 Figures ! Fenêtre de dialogue Graphique
427 \end_layout
428
429 \end_inset
430
431
432 \begin_inset CommandInset label
433 LatexCommand label
434 name "sec:Graphics-Dialog"
435
436 \end_inset
437
438
439 \end_layout
440
441 \begin_layout Standard
442 Pour placer une figure dans votre document, cliquez sur le bouton 
443 \begin_inset Info
444 type  "icon"
445 arg   "dialog-show-new-inset graphics"
446 \end_inset
447
448  dans la barre d'outils, ou faites 
449 \family sans
450 Insertion\SpecialChar \menuseparator
451 Graphique
452 \family default
453 .
454  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
455  à charger.
456  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
457  dans le texte.
458 \end_layout
459
460 \begin_layout Standard
461 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
462  sur une image
463 \begin_inset Note Note
464 status collapsed
465
466 \begin_layout Plain Layout
467 Ça marche aussi avec le bouton gauche ! (NdT)
468 \end_layout
469
470 \end_inset
471
472 .
473  Cette fenêtre de dialogue possède trois onglets:
474 \end_layout
475
476 \begin_layout Description
477 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
478  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
479  Les unités de longueurs utilisées sont décrites dans l'appendice
480 \begin_inset space ~
481 \end_inset
482
483
484 \begin_inset CommandInset ref
485 LatexCommand ref
486 reference "cha:Unités-de-longueur"
487
488 \end_inset
489
490 .
491 \begin_inset Newline newline
492 \end_inset
493
494
495 \begin_inset Index idx
496 status collapsed
497
498 \begin_layout Plain Layout
499 Figures ! Pivotées
500 \end_layout
501
502 \end_inset
503
504 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
505  d'une montre, en donnant l'angle de rotation et la position du pivot.
506  L'image apparaîtra pivotée dans LyX.
507 \begin_inset Newline newline
508 \end_inset
509
510
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Figures ! Redimensionnées
516 \end_layout
517
518 \end_inset
519
520 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
521  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
522  sa largeur.
523  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
524  déterminée automatiquement.
525  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
526  éventuellement une distorsion.
527  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
528  
529 \family sans
530 Conserver
531 \begin_inset space ~
532 \end_inset
533
534 les
535 \begin_inset space ~
536 \end_inset
537
538 proportions
539 \family default
540 .
541  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
542  pas les valeurs fixées.
543  
544 \begin_inset Newline newline
545 \end_inset
546
547 Les images peuvent être modifiée en utilisant le programme de votre choix
548  en faisant un clic droit dessus et en choisissant 
549 \family sans
550 Éditer le fichier ailleurs
551 \family default
552  dans le menu contextuel qui apparaît.
553  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
554  
555 \family sans
556 Formats
557 \begin_inset space ~
558 \end_inset
559
560 de
561 \begin_inset space ~
562 \end_inset
563
564 fichiers
565 \family default
566  dans la fenêtre de dialogue de 
567 \family sans
568 Préférences
569 \family default
570  de LyX.
571 \end_layout
572
573 \begin_layout Description
574 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
575  la sortie finale est de modifier les coordonnées de la zone de l'image
576  qui est affichée.
577  Cette zone peut être calculée automatiquement à partir des données présentes
578  dans le fichier en appuyant sur le bouton 
579 \family sans
580 Valeurs
581 \begin_inset space ~
582 \end_inset
583
584 du
585 \begin_inset space ~
586 \end_inset
587
588 Fichier
589 \family default
590 .
591  Avec l'option 
592 \family sans
593 Couper
594 \begin_inset space ~
595 \end_inset
596
597 à
598 \begin_inset space ~
599 \end_inset
600
601 la
602 \begin_inset space ~
603 \end_inset
604
605 boîte
606 \begin_inset space ~
607 \end_inset
608
609 de
610 \begin_inset space ~
611 \end_inset
612
613 délimitation, 
614 \family default
615 seule la portion de l'image qui est dans la zone définie sera imprimée.
616  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
617  donc vous pouvez ignorer l'onglet 
618 \family sans
619 Rogner
620 \family default
621 .
622 \end_layout
623
624 \begin_layout Description
625
626 \family sans
627 Options
628 \begin_inset space ~
629 \end_inset
630
631 LaTeX
632 \begin_inset space ~
633 \end_inset
634
635 et
636 \begin_inset space ~
637 \end_inset
638
639 LyX
640 \family default
641  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
642  les experts ès-LaTeX pourront fournir des options supplémentaires pour
643  LaTeX
644 \begin_inset Newline newline
645 \end_inset
646
647 L'option 
648 \family sans
649 Mode brouillon
650 \family default
651  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
652  avec la taille de l'image.
653 \begin_inset Newline newline
654 \end_inset
655
656 L'option 
657 \family sans
658 Ne
659 \begin_inset space ~
660 \end_inset
661
662 pas
663 \begin_inset space ~
664 \end_inset
665
666 décompresser
667 \begin_inset space ~
668 \end_inset
669
670 à
671 \begin_inset space ~
672 \end_inset
673
674 l'exportation
675 \family default
676  n'affectera que les graphiques EPS zippés, par exemple 
677 \family typewriter
678 x.eps.gz
679 \family default
680 .
681  Quand cette option est activée, les images ne sont pas décompressées à
682  l'exportation, vu que LaTeX peut les traiter telles-quelles
683 \begin_inset Newline newline
684 \end_inset
685
686 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
687  disques quand on utilise PostScript comme format de sortie, voir l'appendice
688 \begin_inset space ~
689 \end_inset
690
691
692 \begin_inset CommandInset ref
693 LatexCommand ref
694 reference "sec:PostScript"
695
696 \end_inset
697
698 .
699  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
700  terminal UNIX ou une console Windows:
701 \begin_inset Newline newline
702 \end_inset
703
704
705 \series bold
706 gzip x.eps
707 \series default
708
709 \begin_inset Newline newline
710 \end_inset
711
712
713 \series bold
714 zgrep %%Bounding x.eps.gz > x.eps.bb
715 \series default
716
717 \begin_inset Newline newline
718 \end_inset
719
720 La seconde commande va créer le fichier contenant la description de la boîte
721  de délimitation 
722 \begin_inset Quotes eld
723 \end_inset
724
725
726 \family typewriter
727 x.eps.bb
728 \family default
729
730 \begin_inset Quotes erd
731 \end_inset
732
733  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
734 \begin_inset Newline newline
735 \end_inset
736
737 Dans la section 
738 \family sans
739 Groupe
740 \begin_inset space ~
741 \end_inset
742
743 de
744 \begin_inset space ~
745 \end_inset
746
747 graphiques
748 \family default
749  vous pouvez définir ou de choisir un groupe de paramètres d'image
750 \begin_inset Index idx
751 status collapsed
752
753 \begin_layout Plain Layout
754 Figures ! Groupes de paramétrisation
755 \end_layout
756
757 \end_inset
758
759 .
760  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
761  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
762  les autres soient automatiquement modifiées de la même manière.
763  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
764  avoir à modifier leur taille manuellement une par une.
765  On peut rattacher une image à un groupe existant en utilisant le menu contextue
766 l de l'image et en cochant le nom du groupe dans la liste
767 \begin_inset Foot
768 status collapsed
769
770 \begin_layout Plain Layout
771 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
772 \end_layout
773
774 \end_inset
775
776 .
777 \end_layout
778
779 \begin_layout Standard
780 \begin_inset VSpace bigskip
781 \end_inset
782
783
784 \end_layout
785
786 \begin_layout Standard
787 Voici un exemple d'image au format EPS
788 \begin_inset Foot
789 status collapsed
790
791 \begin_layout Plain Layout
792 Les format d'images sont décrits dans la section
793 \begin_inset space ~
794 \end_inset
795
796
797 \begin_inset CommandInset ref
798 LatexCommand ref
799 reference "sec:Image-Formats"
800
801 \end_inset
802
803 .
804 \end_layout
805
806 \end_inset
807
808  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
809 nt:
810 \end_layout
811
812 \begin_layout Standard
813 \align center
814 \begin_inset Graphics
815         filename ../clipart/mobius.eps
816         scale 70
817         scaleBeforeRotation
818         rotateOrigin center
819
820 \end_inset
821
822
823 \end_layout
824
825 \begin_layout Standard
826 Et voici la même image mais en mode brouillon:
827 \end_layout
828
829 \begin_layout Standard
830 \align center
831 \begin_inset Graphics
832         filename ../clipart/mobius.eps
833         scale 70
834         draft
835         scaleBeforeRotation
836         rotateOrigin center
837
838 \end_inset
839
840
841 \end_layout
842
843 \begin_layout Section
844 Figures flottantes
845 \begin_inset CommandInset label
846 LatexCommand label
847 name "sec:Figure-Floats"
848
849 \end_inset
850
851
852 \begin_inset Index idx
853 status collapsed
854
855 \begin_layout Plain Layout
856 Flottants ! Figures
857 \end_layout
858
859 \end_inset
860
861
862 \begin_inset Index idx
863 status collapsed
864
865 \begin_layout Plain Layout
866 Figures ! Flottants
867 \end_layout
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Standard
875 Pour des explications d'ordre général concernant les flottants, jetez un
876  coup d'œil à la section
877 \begin_inset space ~
878 \end_inset
879
880
881 \begin_inset CommandInset ref
882 LatexCommand ref
883 reference "sec:Flottants-Introduction"
884
885 \end_inset
886
887 .
888 \end_layout
889
890 \begin_layout Standard
891 Le bouton 
892 \begin_inset Info
893 type  "icon"
894 arg   "float-insert figure"
895 \end_inset
896
897  de la barre d'outils et le menu 
898 \family sans
899 Insertion\SpecialChar \menuseparator
900 Flottant\SpecialChar \menuseparator
901 Figure
902 \family default
903  insèrent un flottant avec l'étiquette 
904 \begin_inset Quotes eld
905 \end_inset
906
907
908 \series bold
909 Figure
910 \begin_inset space ~
911 \end_inset
912
913 #:
914 \series default
915
916 \begin_inset Quotes erd
917 \end_inset
918
919  (# est le numéro réel de l'image).
920  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
921 \begin_inset space ~
922 \end_inset
923
924
925 \begin_inset CommandInset ref
926 LatexCommand ref
927 reference "fig:kill-plat"
928
929 \end_inset
930
931  ou en dessous de la légende comme pour la Figure
932 \begin_inset space ~
933 \end_inset
934
935
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "fig:escher"
939
940 \end_inset
941
942 .
943  Vous trouverez plus d'information sur le positionnement des légendes dans
944  la section
945 \begin_inset space ~
946 \end_inset
947
948
949 \begin_inset CommandInset ref
950 LatexCommand ref
951 reference "sec:Placement-légende"
952
953 \end_inset
954
955 .
956 \end_layout
957
958 \begin_layout Standard
959 \begin_inset Float figure
960 wide false
961 sideways false
962 status open
963
964 \begin_layout Plain Layout
965 \align center
966 \begin_inset Graphics
967         filename ../clipart/platypus.eps
968         width 50col%
969         scaleBeforeRotation
970         rotateOrigin center
971
972 \end_inset
973
974
975 \end_layout
976
977 \begin_layout Plain Layout
978 \begin_inset Caption Standard
979
980 \begin_layout Plain Layout
981 \begin_inset CommandInset label
982 LatexCommand label
983 name "fig:kill-plat"
984
985 \end_inset
986
987 Un ornithorynque sévèrement déformé dans un flottant de figure.
988 \end_layout
989
990 \end_inset
991
992
993 \end_layout
994
995 \end_inset
996
997
998 \end_layout
999
1000 \begin_layout Standard
1001 \begin_inset Float figure
1002 wide false
1003 sideways false
1004 status open
1005
1006 \begin_layout Plain Layout
1007 \begin_inset Caption Standard
1008
1009 \begin_layout Plain Layout
1010 \begin_inset CommandInset label
1011 LatexCommand label
1012 name "fig:escher"
1013
1014 \end_inset
1015
1016 M.C.
1017  Escher sous LSD.
1018 \end_layout
1019
1020 \end_inset
1021
1022
1023 \end_layout
1024
1025 \begin_layout Plain Layout
1026 \align center
1027 \begin_inset Graphics
1028         filename ../clipart/escher-lsd.eps
1029         scale 80
1030         scaleBeforeRotation
1031         rotateOrigin center
1032
1033 \end_inset
1034
1035
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Standard
1044 \begin_inset Index idx
1045 status collapsed
1046
1047 \begin_layout Plain Layout
1048 References@Références ! à des Figures
1049 \end_layout
1050
1051 \end_inset
1052
1053 Les figure
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:kill-plat"
1061
1062 \end_inset
1063
1064  et 
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "fig:escher"
1068
1069 \end_inset
1070
1071  sont des exemples de figures référencées.
1072  Dans le texte, on fait référence à une figure en faisant référence à sa
1073  légende.
1074  On insère donc une étiquette dans la légende en utilisant le menu 
1075 \family sans
1076 Insertion
1077 \family default
1078 \SpecialChar \menuseparator
1079
1080 \family sans
1081 Étiquette
1082 \family default
1083  ou le bouton 
1084 \begin_inset Info
1085 type  "icon"
1086 arg   "label-insert"
1087 \end_inset
1088
1089  de la barre d'outils.
1090  On peut alors faire référence à cette étiquette en utilisant le menu 
1091 \family sans
1092 Insertion\SpecialChar \menuseparator
1093 Référence
1094 \begin_inset space ~
1095 \end_inset
1096
1097 croisée
1098 \family default
1099  ou le bouton 
1100 \begin_inset Info
1101 type  "icon"
1102 arg   "dialog-show-new-inset ref"
1103 \end_inset
1104
1105  de la barre d'outils.
1106  Il est important d'utiliser des références pour les flottants de figures
1107  plutôt que des locutions vagues du genre 
1108 \begin_inset Quotes eld
1109 \end_inset
1110
1111 la figure ci-dessous
1112 \begin_inset Quotes erd
1113 \end_inset
1114
1115 , puisque LaTeX va repositionner la figure dans le document final.
1116  Votre figure risque de ne plus être ci-dessous du tout !
1117 \begin_inset Newline newline
1118 \end_inset
1119
1120 Le référencement est expliqué plus en détail dans la section
1121 \begin_inset space ~
1122 \end_inset
1123
1124
1125 \begin_inset CommandInset ref
1126 LatexCommand ref
1127 reference "sec:Referencer-les-Flottants"
1128
1129 \end_inset
1130
1131 .
1132 \end_layout
1133
1134 \begin_layout Standard
1135 En principe on met une seule figure dans un flottant, mais parfois vous
1136  pouvez vouloir deux figures avec chacune sa sous-légende.
1137  C'est possible en insérant des flottants d'image dans des flottants d'image
1138  existants.
1139  Notez que seule la légende principale des flottants est reprise dans la
1140  liste des figures.
1141  La figure
1142 \begin_inset space ~
1143 \end_inset
1144
1145
1146 \begin_inset CommandInset ref
1147 LatexCommand ref
1148 reference "fig:Deux-images-déformées"
1149
1150 \end_inset
1151
1152  est un exemple de flottant de figure avec deux images mises l'une à côté
1153  de l'autre.
1154  Vous pouvez aussi mettre les images les unes sous les autres.
1155  Les figures
1156 \begin_inset space ~
1157 \end_inset
1158
1159
1160 \begin_inset CommandInset ref
1161 LatexCommand ref
1162 reference "fig:Structure-indéfinissable"
1163
1164 \end_inset
1165
1166  et 
1167 \begin_inset CommandInset ref
1168 LatexCommand ref
1169 reference "fig:Un-ornithorynque"
1170
1171 \end_inset
1172
1173  sont des sous-figures.
1174 \end_layout
1175
1176 \begin_layout Standard
1177 \begin_inset Float figure
1178 wide false
1179 sideways false
1180 status open
1181
1182 \begin_layout Plain Layout
1183 \begin_inset space \hfill{}
1184 \end_inset
1185
1186
1187 \begin_inset Float figure
1188 wide false
1189 sideways false
1190 status open
1191
1192 \begin_layout Plain Layout
1193 \begin_inset Caption Standard
1194
1195 \begin_layout Plain Layout
1196 \begin_inset CommandInset label
1197 LatexCommand label
1198 name "fig:Structure-indéfinissable"
1199
1200 \end_inset
1201
1202 Structure indéfinissable
1203 \end_layout
1204
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \begin_layout Plain Layout
1211 \begin_inset Graphics
1212         filename ../clipart/escher-lsd.eps
1213         width 45col%
1214         scaleBeforeRotation
1215         groupId Déformés
1216
1217 \end_inset
1218
1219
1220 \end_layout
1221
1222 \end_inset
1223
1224
1225 \begin_inset space \hfill{}
1226 \end_inset
1227
1228
1229 \begin_inset Float figure
1230 wide false
1231 sideways false
1232 status open
1233
1234 \begin_layout Plain Layout
1235 \begin_inset Caption Standard
1236
1237 \begin_layout Plain Layout
1238 \begin_inset CommandInset label
1239 LatexCommand label
1240 name "fig:Un-ornithorynque"
1241
1242 \end_inset
1243
1244 Un ornithorynque
1245 \end_layout
1246
1247 \end_inset
1248
1249
1250 \end_layout
1251
1252 \begin_layout Plain Layout
1253 \begin_inset Graphics
1254         filename ../clipart/platypus.eps
1255         width 45col%
1256         scaleBeforeRotation
1257         groupId Déformés
1258
1259 \end_inset
1260
1261
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \begin_inset space \hfill{}
1268 \end_inset
1269
1270
1271 \end_layout
1272
1273 \begin_layout Plain Layout
1274 \begin_inset Caption Standard
1275
1276 \begin_layout Plain Layout
1277 \begin_inset CommandInset label
1278 LatexCommand label
1279 name "fig:Deux-images-déformées"
1280
1281 \end_inset
1282
1283 Deux images déformées.
1284  Les deux images font partie du groupe de paramétrisation 
1285 \begin_inset Quotes eld
1286 \end_inset
1287
1288 déformés
1289 \begin_inset Quotes erd
1290 \end_inset
1291
1292 .
1293 \end_layout
1294
1295 \end_inset
1296
1297
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \end_layout
1304
1305 \begin_layout Section
1306 Les formats d'images
1307 \begin_inset CommandInset label
1308 LatexCommand label
1309 name "sec:Image-Formats"
1310
1311 \end_inset
1312
1313
1314 \begin_inset Index idx
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 Formats d' images
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 Figures ! Formats d'images
1329 \end_layout
1330
1331 \end_inset
1332
1333
1334 \end_layout
1335
1336 \begin_layout Standard
1337 Vous pouvez insérer des images dans n'importe quel format connu.
1338  Mais, comme nous l'avons expliqué dans l'appendice
1339 \begin_inset space ~
1340 \end_inset
1341
1342
1343 \begin_inset CommandInset ref
1344 LatexCommand ref
1345 reference "cha:Formats-fichiers-graphiques"
1346
1347 \end_inset
1348
1349 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1350  de formats d'images.
1351  Pour s'en sortir LyX utilise le programme 
1352 \family typewriter
1353 ImageMagick
1354 \family default
1355  en arrière plan pour convertir les formats que vous utilisez dans un des
1356  formats acceptés par le format de sortie.
1357  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1358 ons en n'utilisant que les formats listés dans les sous sections de l'appendice
1359 \begin_inset space ~
1360 \end_inset
1361
1362
1363 \begin_inset CommandInset ref
1364 LatexCommand ref
1365 reference "cha:Formats-fichiers-graphiques"
1366
1367 \end_inset
1368
1369 .
1370 \end_layout
1371
1372 \begin_layout Standard
1373 Comme pour les polices de caractères, il y a deux grands types de formats
1374  d'images:
1375 \end_layout
1376
1377 \begin_layout Description
1378 Les
1379 \begin_inset space ~
1380 \end_inset
1381
1382 images
1383 \begin_inset space ~
1384 \end_inset
1385
1386 Matricielles
1387 \begin_inset space ~
1388 \end_inset
1389
1390 (ou
1391 \begin_inset space ~
1392 \end_inset
1393
1394 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1395  enregistrés sous un format compressé.
1396  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1397  petits carrés quand on utilise des agrandissements trop importants (aspect
1398  
1399 \begin_inset Quotes eld
1400 \end_inset
1401
1402 pixellisé
1403 \begin_inset Quotes erd
1404 \end_inset
1405
1406 ).
1407  Les formats matriciels les plus connus sont le GIF (
1408 \begin_inset Quotes eld
1409 \end_inset
1410
1411 Graphics Interchange Format
1412 \begin_inset Quotes erd
1413 \end_inset
1414
1415 , avec comme extension de fichier 
1416 \begin_inset Quotes eld
1417 \end_inset
1418
1419
1420 \family typewriter
1421 .gif
1422 \family default
1423
1424 \begin_inset Quotes erd
1425 \end_inset
1426
1427 )
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 GIF|see
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 {
1439 \end_layout
1440
1441 \end_inset
1442
1443 Format d'image
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 }
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \end_inset
1458
1459 , le PNG (
1460 \begin_inset Quotes eld
1461 \end_inset
1462
1463 Portable Network Graphics, extension 
1464 \begin_inset Quotes eld
1465 \end_inset
1466
1467
1468 \family typewriter
1469 .png
1470 \family default
1471
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475 )
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 PNG|see
1481 \begin_inset ERT
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485
1486 {
1487 \end_layout
1488
1489 \end_inset
1490
1491 Formats d'image
1492 \begin_inset ERT
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496
1497 }
1498 \end_layout
1499
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \end_inset
1506
1507  et le JPG (
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Joint Photographic Expert Group, extension 
1512 \begin_inset Quotes eld
1513 \end_inset
1514
1515
1516 \family typewriter
1517 .jpg
1518 \family default
1519
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  ou 
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527
1528 \family typewriter
1529 .jpeg
1530 \family default
1531
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535 )
1536 \begin_inset Index idx
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 JPG|see
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 {
1547 \end_layout
1548
1549 \end_inset
1550
1551 Formats d'image
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 }
1558 \end_layout
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \end_inset
1566
1567 .
1568 \end_layout
1569
1570 \begin_layout Description
1571 Les
1572 \begin_inset space ~
1573 \end_inset
1574
1575 images
1576 \begin_inset space ~
1577 \end_inset
1578
1579 Vectorielles
1580 \begin_inset space ~
1581 \end_inset
1582
1583 (ou
1584 \begin_inset space ~
1585 \end_inset
1586
1587 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1588  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1589 nnée comme on le veut sans perte de précision.
1590  La possibilité de redimensionner les images est très utilisé pour les présentat
1591 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1592 nnement.
1593  Le redimensionnement permet aussi de présenter des documents en ligne où
1594  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1595  étudier les détails.
1596 \begin_inset Newline newline
1597 \end_inset
1598
1599 Les principaux formats vectoriels sont le SVG (
1600 \begin_inset Quotes eld
1601 \end_inset
1602
1603 Scalable Vector Graphics
1604 \begin_inset Quotes erd
1605 \end_inset
1606
1607 , extension
1608 \begin_inset Quotes eld
1609 \end_inset
1610
1611
1612 \family typewriter
1613 .svg
1614 \family default
1615
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 )
1620 \begin_inset Index idx
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 SVG|see
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630 {
1631 \end_layout
1632
1633 \end_inset
1634
1635 Format d'image
1636 \begin_inset ERT
1637 status collapsed
1638
1639 \begin_layout Plain Layout
1640
1641 }
1642 \end_layout
1643
1644 \end_inset
1645
1646
1647 \end_layout
1648
1649 \end_inset
1650
1651 , l'EPS ( 
1652 \begin_inset Quotes eld
1653 \end_inset
1654
1655 encapsulated PostScript
1656 \begin_inset Quotes erd
1657 \end_inset
1658
1659 , extension
1660 \begin_inset Quotes eld
1661 \end_inset
1662
1663
1664 \family typewriter
1665 .eps
1666 \family default
1667
1668 \begin_inset Quotes erd
1669 \end_inset
1670
1671 )
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 EPS|see
1677 \begin_inset ERT
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681
1682 {
1683 \end_layout
1684
1685 \end_inset
1686
1687 Format d'image
1688 \begin_inset ERT
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692
1693 }
1694 \end_layout
1695
1696 \end_inset
1697
1698
1699 \end_layout
1700
1701 \end_inset
1702
1703 , le PDF (
1704 \begin_inset Quotes eld
1705 \end_inset
1706
1707 Portable Document Format
1708 \begin_inset Quotes erd
1709 \end_inset
1710
1711 , extension
1712 \begin_inset Quotes eld
1713 \end_inset
1714
1715
1716 \family typewriter
1717 .pdf
1718 \family default
1719
1720 \begin_inset Quotes erd
1721 \end_inset
1722
1723 )
1724 \begin_inset Index idx
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 PDF|see
1729 \begin_inset ERT
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733
1734 {
1735 \end_layout
1736
1737 \end_inset
1738
1739 Format d'image
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745 }
1746 \end_layout
1747
1748 \end_inset
1749
1750
1751 \end_layout
1752
1753 \end_inset
1754
1755  et le WMF (
1756 \begin_inset Quotes eld
1757 \end_inset
1758
1759 Windows Metafile
1760 \begin_inset Quotes erd
1761 \end_inset
1762
1763 , extension 
1764 \begin_inset Quotes eld
1765 \end_inset
1766
1767
1768 \family typewriter
1769 .wfm
1770 \family default
1771
1772 \begin_inset Quotes erd
1773 \end_inset
1774
1775  ou 
1776 \begin_inset Quotes eld
1777 \end_inset
1778
1779
1780 \family typewriter
1781 .emf
1782 \family default
1783
1784 \begin_inset Quotes erd
1785 \end_inset
1786
1787 )
1788 \begin_inset Index idx
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792 WMF|see
1793 \begin_inset ERT
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797
1798 {
1799 \end_layout
1800
1801 \end_inset
1802
1803 Formats d'images
1804 \begin_inset ERT
1805 status collapsed
1806
1807 \begin_layout Plain Layout
1808
1809 }
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \end_layout
1816
1817 \end_inset
1818
1819 .
1820  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1821  en EPS, mais le résultat ne sera pas redimensionnable.
1822  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1823 \begin_inset Foot
1824 status collapsed
1825
1826 \begin_layout Plain Layout
1827 Dans le cas du PDF l'image initiale est aussi compressée.
1828 \end_layout
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \begin_layout Standard
1836 Les fichiers PDF générés par 
1837 \family typewriter
1838 Adobe Photoshop
1839 \family default
1840 , par exemple, sont des images matricielles.
1841 \end_layout
1842
1843 \begin_layout Standard
1844 En principe il est quasiment impossible de convertir une image matricielle
1845  en graphique vectoriel, seul le contraire est possible.
1846  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1847  dans respectivement un fichier de sortie PDF ou PostScript.
1848  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1849  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1850  WMF/SVG
1851 \begin_inset Formula $\to$
1852 \end_inset
1853
1854 PDF/EPS convenables.
1855 \end_layout
1856
1857 \begin_layout Chapter
1858 Tableaux
1859 \begin_inset Index idx
1860 status collapsed
1861
1862 \begin_layout Plain Layout
1863 Tableau
1864 \end_layout
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \begin_layout Section
1872 Introduction
1873 \begin_inset Index idx
1874 status collapsed
1875
1876 \begin_layout Plain Layout
1877 Tableau ! Introduction
1878 \end_layout
1879
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \begin_layout Standard
1886 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1887  
1888 \begin_inset Info
1889 type  "icon"
1890 arg   "tabular-insert"
1891 \end_inset
1892
1893  soit 
1894 \family sans
1895 Insertion\SpecialChar \menuseparator
1896 Tableau
1897 \family default
1898 .
1899  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1900  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1901  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1902  sur un bouton de la souris pour valider votre choix.
1903  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1904  vous demandant le nombre de lignes et de colonnes.
1905 \begin_inset Newline newline
1906 \end_inset
1907
1908 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1909  une à droite de la colonne la plus à droite et une en bas de la rangée
1910  du bas, qui forment une boîte autour du tableau.
1911  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1912  apparaît séparée du reste du tableau.
1913  Voici un exemple :
1914 \end_layout
1915
1916 \begin_layout Standard
1917 \align center
1918 \begin_inset Tabular
1919 <lyxtabular version="3" rows="4" columns="4">
1920 <features rotate="0" tabularvalignment="middle">
1921 <column alignment="center" valignment="top" width="0">
1922 <column alignment="center" valignment="top" width="0">
1923 <column alignment="center" valignment="top" width="0">
1924 <column alignment="center" valignment="top" width="0">
1925 <row>
1926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Plain Layout
1930
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939 1
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948 2
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957 3
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 </row>
1963 <row>
1964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968 A
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 </row>
2001 <row>
2002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006 B
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2012 \begin_inset Text
2013
2014 \begin_layout Plain Layout
2015
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Plain Layout
2024
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2030 \begin_inset Text
2031
2032 \begin_layout Plain Layout
2033
2034 \end_layout
2035
2036 \end_inset
2037 </cell>
2038 </row>
2039 <row>
2040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2041 \begin_inset Text
2042
2043 \begin_layout Plain Layout
2044 C
2045 \end_layout
2046
2047 \end_inset
2048 </cell>
2049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2050 \begin_inset Text
2051
2052 \begin_layout Plain Layout
2053
2054 \end_layout
2055
2056 \end_inset
2057 </cell>
2058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2059 \begin_inset Text
2060
2061 \begin_layout Plain Layout
2062
2063 \end_layout
2064
2065 \end_inset
2066 </cell>
2067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2068 \begin_inset Text
2069
2070 \begin_layout Plain Layout
2071
2072 \end_layout
2073
2074 \end_inset
2075 </cell>
2076 </row>
2077 </lyxtabular>
2078
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \begin_layout Section
2085 La fenêtre 
2086 \family sans
2087 tableau
2088 \family default
2089
2090 \begin_inset Index idx
2091 status collapsed
2092
2093 \begin_layout Plain Layout
2094 Tableau ! Fenêtre de dialogue
2095 \end_layout
2096
2097 \end_inset
2098
2099
2100 \end_layout
2101
2102 \begin_layout Standard
2103 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2104  de la souris, ce qui fait apparaître une fenêtre avec des options.
2105  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2106  la colonne et la ligne dans laquelle le curseur se trouve.
2107  La plupart des options peuvent s'appliquer à des sélections.
2108  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2109  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2110  votre sélection.
2111  Notez qu'il y a une différence entre sélectionner le 
2112 \emph on
2113 contenu 
2114 \emph default
2115 d'une cellule et sélectionner la cellule elle-même.
2116 \begin_inset Newline newline
2117 \end_inset
2118
2119 En cochant l'option 
2120 \family sans
2121 Application
2122 \begin_inset space ~
2123 \end_inset
2124
2125 immédiate
2126 \family default
2127  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2128  est appliquée directement.
2129  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2130  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2131  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2132  de dialogue, vous devez appuyer sur 
2133 \family sans
2134 Entrée
2135 \family default
2136  pour que la modification soit appliquée.
2137 \begin_inset Newline newline
2138 \end_inset
2139
2140 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2141  :
2142 \end_layout
2143
2144 \begin_layout Description
2145 Paramètres
2146 \begin_inset space ~
2147 \end_inset
2148
2149 du
2150 \begin_inset space ~
2151 \end_inset
2152
2153 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2154  la largeur de la colonne courante.
2155  L'alignement horizontal 
2156 \family sans
2157 Au
2158 \begin_inset space ~
2159 \end_inset
2160
2161 séparateur
2162 \begin_inset space ~
2163 \end_inset
2164
2165 décimal
2166 \family default
2167  est décrit dans la section
2168 \begin_inset space ~
2169 \end_inset
2170
2171
2172 \begin_inset CommandInset ref
2173 LatexCommand ref
2174 reference "sub:Alignements-de-cellules"
2175
2176 \end_inset
2177
2178 .
2179  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2180  vertical de la ligne courante.
2181  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2182  et donc, plusieurs paragraphes de texte, voir la section
2183 \begin_inset space ~
2184 \end_inset
2185
2186
2187 \begin_inset CommandInset ref
2188 LatexCommand ref
2189 reference "sub:Lignes-multiple-dans-cellule"
2190
2191 \end_inset
2192
2193 .
2194  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2195  pour accommoder le contenu de cellule le plus large.
2196 \begin_inset Newline newline
2197 \end_inset
2198
2199 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2200  un multicolonne, voir la section
2201 \begin_inset space ~
2202 \end_inset
2203
2204
2205 \begin_inset CommandInset ref
2206 LatexCommand ref
2207 reference "sub:Multicolonnes"
2208
2209 \end_inset
2210
2211  ou une cellule d'une colonne comme cellule multiligne, voir la section
2212 \begin_inset space ~
2213 \end_inset
2214
2215
2216 \begin_inset CommandInset ref
2217 LatexCommand ref
2218 reference "sub:Multi-lignes"
2219
2220 \end_inset
2221
2222 .
2223 \begin_inset Newline newline
2224 \end_inset
2225
2226 L'option 
2227 \family sans
2228 Tourner
2229 \begin_inset space ~
2230 \end_inset
2231
2232 la
2233 \begin_inset space ~
2234 \end_inset
2235
2236 case
2237 \begin_inset space ~
2238 \end_inset
2239
2240 de
2241 \begin_inset space ~
2242 \end_inset
2243
2244 90°
2245 \family default
2246  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2247  L'option 
2248 \family sans
2249 Tourner
2250 \begin_inset space ~
2251 \end_inset
2252
2253 le
2254 \begin_inset space ~
2255 \end_inset
2256
2257 tableau
2258 \begin_inset space ~
2259 \end_inset
2260
2261 de
2262 \begin_inset space ~
2263 \end_inset
2264
2265 90°
2266 \family default
2267  fait pivoter tout le tableau.
2268  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2269  la sortie finale.
2270  Pour plus d'information voir la section
2271 \begin_inset space ~
2272 \end_inset
2273
2274
2275 \begin_inset CommandInset ref
2276 LatexCommand ref
2277 reference "sec:Rotated-Table-Cells"
2278
2279 \end_inset
2280
2281 .
2282 \begin_inset Newline newline
2283 \end_inset
2284
2285
2286 \begin_inset Note Greyedout
2287 status open
2288
2289 \begin_layout Plain Layout
2290
2291 \series bold
2292 Note:
2293 \series default
2294  La plupart des visualiseurs DVI ne sont 
2295 \emph on
2296 pas
2297 \emph default
2298  capables d'afficher ces rotations.
2299 \end_layout
2300
2301 \end_inset
2302
2303
2304 \begin_inset Newline newline
2305 \end_inset
2306
2307 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2308  qui sont incorporés dans une ligne de texte :
2309 \begin_inset Newline newline
2310 \end_inset
2311
2312 Une ligne avec des tableaux alignés de différentes manières: 
2313 \begin_inset Tabular
2314 <lyxtabular version="3" rows="2" columns="2">
2315 <features rotate="0" tabularvalignment="top">
2316 <column alignment="center" valignment="top" width="0pt">
2317 <column alignment="center" valignment="top" width="0">
2318 <row>
2319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2320 \begin_inset Text
2321
2322 \begin_layout Plain Layout
2323
2324 \end_layout
2325
2326 \end_inset
2327 </cell>
2328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Plain Layout
2332 1
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 </row>
2338 <row>
2339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343 A
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Plain Layout
2352
2353 \end_layout
2354
2355 \end_inset
2356 </cell>
2357 </row>
2358 </lyxtabular>
2359
2360 \end_inset
2361
2362  
2363 \begin_inset Tabular
2364 <lyxtabular version="3" rows="2" columns="2">
2365 <features rotate="0" tabularvalignment="middle">
2366 <column alignment="center" valignment="top" width="0">
2367 <column alignment="center" valignment="top" width="0">
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382 1
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 A
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2399 \begin_inset Text
2400
2401 \begin_layout Plain Layout
2402
2403 \end_layout
2404
2405 \end_inset
2406 </cell>
2407 </row>
2408 </lyxtabular>
2409
2410 \end_inset
2411
2412  
2413 \begin_inset Tabular
2414 <lyxtabular version="3" rows="2" columns="2">
2415 <features rotate="0" tabularvalignment="bottom">
2416 <column alignment="center" valignment="top" width="0pt">
2417 <column alignment="center" valignment="top" width="0">
2418 <row>
2419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Plain Layout
2423
2424 \end_layout
2425
2426 \end_inset
2427 </cell>
2428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Plain Layout
2432 1
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 </row>
2438 <row>
2439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443 A
2444 \end_layout
2445
2446 \end_inset
2447 </cell>
2448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2449 \begin_inset Text
2450
2451 \begin_layout Plain Layout
2452
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 </row>
2458 </lyxtabular>
2459
2460 \end_inset
2461
2462
2463 \begin_inset Newline newline
2464 \end_inset
2465
2466 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2467  spéciales pour le tableau, voir les sections
2468 \begin_inset space ~
2469 \end_inset
2470
2471
2472 \begin_inset CommandInset ref
2473 LatexCommand ref
2474 reference "sub:Calculs-multicolonnes"
2475
2476 \end_inset
2477
2478  et 
2479 \begin_inset CommandInset ref
2480 LatexCommand ref
2481 reference "sec:Tableaux-Colorés"
2482
2483 \end_inset
2484
2485 .
2486 \end_layout
2487
2488 \begin_layout Description
2489
2490 \family sans
2491 Bordures
2492 \family default
2493  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2494  ou la colonne courante.
2495  
2496 \begin_inset Newline newline
2497 \end_inset
2498
2499 En utilisant le style 
2500 \family sans
2501 Formel
2502 \family default
2503  à la place du style par 
2504 \family sans
2505 Défaut
2506 \family default
2507 , on va convertir le tableau en tableau formel comme on le décrit dans la
2508  section
2509 \begin_inset space ~
2510 \end_inset
2511
2512
2513 \begin_inset CommandInset ref
2514 LatexCommand ref
2515 reference "sec:Tableaux-Formels"
2516
2517 \end_inset
2518
2519 .
2520 \begin_inset Newline newline
2521 \end_inset
2522
2523 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2524  dans les lignes du tableau comme c'est décrit dans la section
2525 \begin_inset space ~
2526 \end_inset
2527
2528
2529 \begin_inset CommandInset ref
2530 LatexCommand ref
2531 reference "sub:Espacement-lignes"
2532
2533 \end_inset
2534
2535 .
2536 \end_layout
2537
2538 \begin_layout Description
2539 Tableau
2540 \begin_inset space ~
2541 \end_inset
2542
2543 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2544  un 
2545 \begin_inset Quotes eld
2546 \end_inset
2547
2548
2549 \emph on
2550 tableau long
2551 \emph default
2552
2553 \begin_inset Quotes erd
2554 \end_inset
2555
2556  qui peut continuer sur plusieurs pages.
2557  Les sections
2558 \begin_inset space ~
2559 \end_inset
2560
2561
2562 \begin_inset CommandInset ref
2563 LatexCommand ref
2564 reference "sec:Tableaux-longs"
2565
2566 \end_inset
2567
2568  et 
2569 \begin_inset CommandInset ref
2570 LatexCommand ref
2571 reference "sec:Questions-sur-tableaux-longs"
2572
2573 \end_inset
2574
2575  décrivent ces tableaux longs plus en détail.
2576 \end_layout
2577
2578 \begin_layout Section
2579 La barre d'outils tableau
2580 \begin_inset Index idx
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 Tableau ! Barre d'outils
2585 \end_layout
2586
2587 \end_inset
2588
2589
2590 \end_layout
2591
2592 \begin_layout Standard
2593 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2594  permet de modifier plus rapidement les tableaux.
2595  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2596  le curseur se trouve à l'intérieur d'un tableau.
2597  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2598  au menu 
2599 \family sans
2600 Visualiser\SpecialChar \menuseparator
2601 Barres
2602 \begin_inset space ~
2603 \end_inset
2604
2605 d'outils\SpecialChar \menuseparator
2606 Tableau
2607 \family default
2608 .
2609 \end_layout
2610
2611 \begin_layout Standard
2612 La barre d'outils contient les icônes suivantes :
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Info
2618 type  "icon"
2619 arg   "inset-modify tabular append-row"
2620 \end_inset
2621
2622  ajoute une ligne sous la cellule ou la sélection courante
2623 \end_layout
2624
2625 \begin_layout Labeling
2626 \labelwidthstring 00.00.0000
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "inset-modify tabular append-column"
2630 \end_inset
2631
2632  ajoute une colonne à la droite de la cellule ou de la sélection courante
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637 \begin_inset Info
2638 type  "icon"
2639 arg   "inset-modify tabular delete-row"
2640 \end_inset
2641
2642  supprime la ligne ou la sélection courante
2643 \end_layout
2644
2645 \begin_layout Labeling
2646 \labelwidthstring 00.00.0000
2647 \begin_inset Info
2648 type  "icon"
2649 arg   "inset-modify tabular delete-column"
2650 \end_inset
2651
2652  supprime la colonne ou la sélection courante
2653 \end_layout
2654
2655 \begin_layout Labeling
2656 \labelwidthstring 00.00.0000
2657 \begin_inset Info
2658 type  "icon"
2659 arg   "inset-modify tabular toggle-line-top"
2660 \end_inset
2661
2662  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2663  courante
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Info
2669 type  "icon"
2670 arg   "inset-modify tabular toggle-line-bottom"
2671 \end_inset
2672
2673  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2674 \end_layout
2675
2676 \begin_layout Labeling
2677 \labelwidthstring 00.00.0000
2678 \begin_inset Info
2679 type  "icon"
2680 arg   "inset-modify tabular toggle-line-left"
2681 \end_inset
2682
2683  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2684 \begin_inset Note Note
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688 ou colonne ?
2689 \end_layout
2690
2691 \end_inset
2692
2693  ou de la sélection courante
2694 \end_layout
2695
2696 \begin_layout Labeling
2697 \labelwidthstring 00.00.0000
2698 \begin_inset Info
2699 type  "icon"
2700 arg   "inset-modify tabular toggle-line-right"
2701 \end_inset
2702
2703  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2704 \begin_inset Note Note
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 ou colonne ?
2709 \end_layout
2710
2711 \end_inset
2712
2713  ou de la sélection courante
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718 \begin_inset Info
2719 type  "icon"
2720 arg   "inset-modify tabular set-all-lines"
2721 \end_inset
2722
2723  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2724  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2725  colonne et la ligne courante
2726 \end_layout
2727
2728 \begin_layout Labeling
2729 \labelwidthstring 00.00.0000
2730 \begin_inset Info
2731 type  "icon"
2732 arg   "inset-modify tabular unset-all-lines"
2733 \end_inset
2734
2735  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2736  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2737  aussi la colonne et la ligne courante
2738 \end_layout
2739
2740 \begin_layout Labeling
2741 \labelwidthstring 00.00.0000
2742 \begin_inset Info
2743 type  "icon"
2744 arg   "inset-modify tabular m-align-left"
2745 \end_inset
2746
2747  aligne à gauche le contenu de la cellule ou de la colonne courante
2748 \end_layout
2749
2750 \begin_layout Labeling
2751 \labelwidthstring 00.00.0000
2752 \begin_inset Info
2753 type  "icon"
2754 arg   "inset-modify tabular m-align-center"
2755 \end_inset
2756
2757  centre horizontalement le contenu de la cellule ou de la colonne courante
2758 \end_layout
2759
2760 \begin_layout Labeling
2761 \labelwidthstring 00.00.0000
2762 \begin_inset Info
2763 type  "icon"
2764 arg   "inset-modify tabular m-align-right"
2765 \end_inset
2766
2767  aligne à droite le contenu de la cellule ou de la colonne courante
2768 \end_layout
2769
2770 \begin_layout Labeling
2771 \labelwidthstring 00.00.0000
2772 \begin_inset Info
2773 type  "icon"
2774 arg   "inset-modify tabular align-decimal"
2775 \end_inset
2776
2777  aligne le contenu de la colonne courante sur un caractère
2778 \end_layout
2779
2780 \begin_layout Labeling
2781 \labelwidthstring 00.00.0000
2782 \begin_inset Info
2783 type  "icon"
2784 arg   "inset-modify tabular m-valign-top"
2785 \end_inset
2786
2787  aligne le contenu de la cellule courante verticalement vers le haut
2788 \end_layout
2789
2790 \begin_layout Labeling
2791 \labelwidthstring 00.00.0000
2792 \begin_inset Info
2793 type  "icon"
2794 arg   "inset-modify tabular m-valign-middle"
2795 \end_inset
2796
2797  centre verticalement le contenu de la cellule courante
2798 \end_layout
2799
2800 \begin_layout Labeling
2801 \labelwidthstring 00.00.0000
2802 \begin_inset Info
2803 type  "icon"
2804 arg   "inset-modify tabular m-valign-bottom"
2805 \end_inset
2806
2807  aligne le contenu de la cellule courante verticalement vers le bas
2808 \end_layout
2809
2810 \begin_layout Labeling
2811 \labelwidthstring 00.00.0000
2812 \begin_inset Info
2813 type  "icon"
2814 arg   "inset-modify tabular set-rotate-cell"
2815 \end_inset
2816
2817  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2818 re
2819 \end_layout
2820
2821 \begin_layout Labeling
2822 \labelwidthstring 00.00.0000
2823 \begin_inset Info
2824 type  "icon"
2825 arg   "inset-modify tabular set-rotate-tabular"
2826 \end_inset
2827
2828  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2829 \end_layout
2830
2831 \begin_layout Labeling
2832 \labelwidthstring 00.00.0000
2833 \begin_inset Info
2834 type  "icon"
2835 arg   "inset-modify tabular multicolumn"
2836 \end_inset
2837
2838  transforme en multi-colonne la cellule ou la sélection courante
2839 \end_layout
2840
2841 \begin_layout Labeling
2842 \labelwidthstring 00.00.0000
2843 \begin_inset Info
2844 type  "icon"
2845 arg   "inset-modify tabular multirow"
2846 \end_inset
2847
2848  transforme en multi-ligne la cellule ou la sélection courante
2849 \end_layout
2850
2851 \begin_layout Standard
2852 \begin_inset Note Greyedout
2853 status open
2854
2855 \begin_layout Plain Layout
2856
2857 \series bold
2858 Note :
2859 \series default
2860  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2861  est utilisé pour toutes les autres cellules de la ligne.
2862 \end_layout
2863
2864 \end_inset
2865
2866
2867 \end_layout
2868
2869 \begin_layout Section
2870 Le menu Édition tableau
2871 \begin_inset Index idx
2872 status collapsed
2873
2874 \begin_layout Plain Layout
2875 Tableau ! Menu Édition
2876 \end_layout
2877
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \begin_layout Standard
2884 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2885  
2886 \family sans
2887 Édition\SpecialChar \menuseparator
2888 Tableau
2889 \family default
2890  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2891  ou de la ligne courante et aussi de transformer la sélection courante en
2892  multi-colonne.
2893  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2894 \end_layout
2895
2896 \begin_layout Section
2897 Flottant de tableau
2898 \begin_inset CommandInset label
2899 LatexCommand label
2900 name "sec:Table-Floats"
2901
2902 \end_inset
2903
2904
2905 \begin_inset Index idx
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909 Flottants ! Tableaux
2910 \end_layout
2911
2912 \end_inset
2913
2914
2915 \begin_inset Index idx
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919 Tableau ! Flottants
2920 \end_layout
2921
2922 \end_inset
2923
2924
2925 \end_layout
2926
2927 \begin_layout Standard
2928 Pour des explications générales sur les flottants, jetez un œil à la section
2929 \begin_inset space ~
2930 \end_inset
2931
2932
2933 \begin_inset CommandInset ref
2934 LatexCommand ref
2935 reference "sec:Flottants-Introduction"
2936
2937 \end_inset
2938
2939 .
2940 \end_layout
2941
2942 \begin_layout Standard
2943 \begin_inset Float table
2944 placement h
2945 wide false
2946 sideways false
2947 status open
2948
2949 \begin_layout Plain Layout
2950 \begin_inset Caption Standard
2951
2952 \begin_layout Plain Layout
2953 \begin_inset CommandInset label
2954 LatexCommand label
2955 name "tab:Flottant-de-tableau"
2956
2957 \end_inset
2958
2959 Un flottant de tableau.
2960 \end_layout
2961
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \begin_layout Plain Layout
2968 \align center
2969 \begin_inset Tabular
2970 <lyxtabular version="3" rows="3" columns="3">
2971 <features rotate="0" tabularvalignment="middle">
2972 <column alignment="center" valignment="top" width="0pt">
2973 <column alignment="center" valignment="top" width="0pt">
2974 <column alignment="center" valignment="top" width="0pt">
2975 <row>
2976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980 1
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989 2
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 3
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 </row>
3004 <row>
3005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3006 \begin_inset Text
3007
3008 \begin_layout Plain Layout
3009 Jules
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018 Marie
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 Jean
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 \begin_inset Formula $\int x^{2}dx$
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3047 \begin_inset Text
3048
3049 \begin_layout Plain Layout
3050 \begin_inset Formula $\left[\begin{array}{cc}
3051 a & b\\
3052 c & d
3053 \end{array}\right]$
3054 \end_inset
3055
3056
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065 \begin_inset Formula $1+1=2$
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 </row>
3074 </lyxtabular>
3075
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \begin_layout Standard
3087 Les flottants de tableau sont insérés en utilisant le menu 
3088 \family sans
3089 Insertion\SpecialChar \menuseparator
3090 Flottant\SpecialChar \menuseparator
3091 Tableau
3092 \family default
3093  ou le bouton 
3094 \begin_inset Info
3095 type  "icon"
3096 arg   "float-insert table"
3097 \end_inset
3098
3099  de la barre d'outils.
3100 \end_layout
3101
3102 \begin_layout Standard
3103 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3104  qui a comme étiquette 
3105 \begin_inset Quotes eld
3106 \end_inset
3107
3108 Tableau
3109 \begin_inset space ~
3110 \end_inset
3111
3112 #:
3113 \begin_inset Quotes erd
3114 \end_inset
3115
3116  (où # est le numéro du tableau).
3117  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3118 \end_layout
3119
3120 \begin_layout Standard
3121 Le tableau
3122 \begin_inset space ~
3123 \end_inset
3124
3125
3126 \begin_inset CommandInset ref
3127 LatexCommand ref
3128 reference "tab:Flottant-de-tableau"
3129
3130 \end_inset
3131
3132  est un exemple de tableau dans un flottant de tableau.
3133 \end_layout
3134
3135 \begin_layout Standard
3136 On met habituellement la légende au dessus des tableaux, mais cette règle
3137  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3138  Cela signifie que si vous utilisez un document appartenant aux classes
3139  
3140 \family sans
3141 article
3142 \family default
3143
3144 \family sans
3145 book
3146 \family default
3147
3148 \family sans
3149 letter
3150 \family default
3151 , ou
3152 \family sans
3153  report
3154 \family default
3155  il n'y aura pas d'espace entre la légende et le tableau.
3156  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3157  la commande de chargement du paquetage LaTeX 
3158 \series bold
3159 caption
3160 \series default
3161
3162 \begin_inset Index idx
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166 Paquetages LaTeX ! caption
3167 \end_layout
3168
3169 \end_inset
3170
3171  dans le préambule de votre document.
3172 \begin_inset Foot
3173 status collapsed
3174
3175 \begin_layout Plain Layout
3176 Pour plus d'information voyez la section
3177 \begin_inset space ~
3178 \end_inset
3179
3180
3181 \begin_inset CommandInset ref
3182 LatexCommand ref
3183 reference "sec:Placement-légende"
3184
3185 \end_inset
3186
3187 .
3188 \end_layout
3189
3190 \end_inset
3191
3192 :
3193 \end_layout
3194
3195 \begin_layout Standard
3196
3197 \series bold
3198 tableposition=top
3199 \end_layout
3200
3201 \begin_layout Standard
3202 Le paquetage 
3203 \series bold
3204 caption
3205 \series default
3206 , qui est décrit dans la section
3207 \begin_inset space ~
3208 \end_inset
3209
3210
3211 \begin_inset CommandInset ref
3212 LatexCommand ref
3213 reference "sec:Formatage-légende"
3214
3215 \end_inset
3216
3217 , est utilisé pour ajuster le format des légendes.
3218 \end_layout
3219
3220 \begin_layout Standard
3221 Dans le texte, on fait référence à un tableau
3222 \begin_inset Index idx
3223 status collapsed
3224
3225 \begin_layout Plain Layout
3226 References@Références ! à des Tableaux
3227 \end_layout
3228
3229 \end_inset
3230
3231  en faisant référence à sa légende.
3232  On insère donc une étiquette dans la légende en utilisant le menu 
3233 \family sans
3234 Insertion
3235 \family default
3236 \SpecialChar \menuseparator
3237
3238 \family sans
3239 Étiquette
3240 \family default
3241  ou le bouton 
3242 \begin_inset Info
3243 type  "icon"
3244 arg   "label-insert"
3245 \end_inset
3246
3247  de la barre d'outils.
3248  On peut alors faire référence à cette étiquette en utilisant le menu 
3249 \family sans
3250 Insertion\SpecialChar \menuseparator
3251 Référence
3252 \begin_inset space ~
3253 \end_inset
3254
3255 croisée
3256 \family default
3257  ou le bouton 
3258 \begin_inset Info
3259 type  "icon"
3260 arg   "dialog-show-new-inset ref"
3261 \end_inset
3262
3263  de la barre d'outils.
3264 \begin_inset Newline newline
3265 \end_inset
3266
3267 Les références croisées sont expliquées en détail dans la section
3268 \begin_inset space ~
3269 \end_inset
3270
3271
3272 \begin_inset CommandInset ref
3273 LatexCommand ref
3274 reference "sec:Referencer-les-Flottants"
3275
3276 \end_inset
3277
3278 .
3279 \end_layout
3280
3281 \begin_layout Section
3282 Tableaux Longs
3283 \begin_inset CommandInset label
3284 LatexCommand label
3285 name "sec:Tableaux-longs"
3286
3287 \end_inset
3288
3289
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Tableaux longs
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Tableau ! Tableaux longs
3305 \end_layout
3306
3307 \end_inset
3308
3309
3310 \end_layout
3311
3312 \begin_layout Standard
3313 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3314  l'option 
3315 \family sans
3316 Utiliser
3317 \begin_inset space ~
3318 \end_inset
3319
3320 les
3321 \begin_inset space ~
3322 \end_inset
3323
3324 tableaux
3325 \begin_inset space ~
3326 \end_inset
3327
3328 longs
3329 \family default
3330  de l'onglet 
3331 \family sans
3332 Tableau
3333 \begin_inset space ~
3334 \end_inset
3335
3336 long
3337 \family default
3338  de la fenêtre 
3339 \family sans
3340 Paramètres
3341 \begin_inset space ~
3342 \end_inset
3343
3344 du
3345 \begin_inset space ~
3346 \end_inset
3347
3348 tableau
3349 \family default
3350  pour le répartir automatiquement sur plusieurs pages.
3351  En cochant cette option, vous activez les options suivantes:
3352 \end_layout
3353
3354 \begin_layout Description
3355 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3356  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3357  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3358  première page, si 
3359 \family sans
3360 Premier
3361 \begin_inset space ~
3362 \end_inset
3363
3364 en-tête
3365 \family default
3366  est défini.
3367  Ces lignes forment l'en-tête principal.
3368 \end_layout
3369
3370 \begin_layout Description
3371 Premier
3372 \begin_inset space ~
3373 \end_inset
3374
3375 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3376  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3377  d'en-tête utilisées pour la première page du tableau long.
3378 \end_layout
3379
3380 \begin_layout Description
3381 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3382  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3383  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3384  page si 
3385 \family sans
3386 Dernier
3387 \begin_inset space ~
3388 \end_inset
3389
3390 pied
3391 \family default
3392  est défini.
3393 \end_layout
3394
3395 \begin_layout Description
3396 Dernier
3397 \begin_inset space ~
3398 \end_inset
3399
3400 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3401  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3402  constituant le pied de la dernière page du tableau long.
3403 \end_layout
3404
3405 \begin_layout Description
3406 Légende La ligne courante contient la légende du tableau.
3407  La première ligne est transformée en une colonne unique et une légende
3408  est insérée.
3409  Vous trouverez d'autres explications sur les légendes pour les tableaux
3410  longs dans la section
3411 \begin_inset space ~
3412 \end_inset
3413
3414
3415 \begin_inset CommandInset ref
3416 LatexCommand ref
3417 reference "sub:Tableaux-longs-légende"
3418
3419 \end_inset
3420
3421 .
3422 \end_layout
3423
3424 \begin_layout Standard
3425 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3426  Voyez le tableau long qui suit pour voir comment ça marche :
3427 \end_layout
3428
3429 \begin_layout Standard
3430 \align center
3431 \begin_inset Tabular
3432 <lyxtabular version="3" rows="69" columns="3">
3433 <features rotate="0" islongtable="true" longtabularalignment="center">
3434 <column alignment="left" valignment="top" width="0cm">
3435 <column alignment="left" valignment="top" width="0pt">
3436 <column alignment="center" valignment="top" width="0pt">
3437 <row endfirsthead="true">
3438 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \series bold
3444 Exemple d'annuaire téléphonique (ignorez les noms)
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 <row endfirsthead="true">
3469 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \series bold
3475 NOM
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 TEL.
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 </row>
3501 <row endhead="true">
3502 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \series bold
3508 Exemple d'annuaire téléphonique
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 </row>
3532 <row endhead="true">
3533 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539 NOM
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 TEL.
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 </row>
3565 <row endfoot="true">
3566 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570  continue page suivante
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row>
3595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Annovi
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 Silvia
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 111
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row>
3626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 Bertoli
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 Stefano
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 111
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 </row>
3656 <row>
3657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \series bold
3663 Bozzi
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 Walter
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 111
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Cachia
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Maria
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Cachia
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Maurizio
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Cinquemani
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Giusi
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Colin
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Bernard
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Concli
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Gianfranco
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Dal Bosco
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Carolina
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Dalpiaz
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Annamaria
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Feliciello
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Domenico
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Focarelli
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Paola
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Galletti
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Oreste
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Gasparini
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Franca
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Rizzardi
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Paola
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Lassini
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Giancarlo
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Malfatti
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Luciano
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Malfatti
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Valeriano
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Meneguzzo
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Roberto
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Mezzadra
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Roberto
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Pirpamer
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Erich
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Pochiesa
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Paolo
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 111, 222
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Radina
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Claudio
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 111
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \series bold
4314 Stuffer
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 Oskar
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 111
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 <row>
4339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343
4344 \series bold
4345 Tacchelli
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 Ugo
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 111
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 </row>
4369 <row>
4370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \series bold
4376 Tezzele
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 Margit
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 111
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405
4406 \series bold
4407 Unterkalmsteiner
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 Frieda
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 111
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \series bold
4438 Vieider
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Hilde
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 111
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \series bold
4469 Vigna
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 Jürgen
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 111
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Weber
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Maurizio
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 111
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Winkler
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Franz
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 111
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560  
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 </row>
4584 <row>
4585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \series bold
4591 Annovi
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 Silvia
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 555
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 </row>
4615 <row>
4616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620
4621 \series bold
4622 Bertoli
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Stefano
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 555
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 </row>
4646 <row>
4647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \series bold
4653 Bozzi
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 Walter
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 555
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Cachia
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Maria
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Cachia
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Maurizio
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Cinquemani
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Giusi
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Colin
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Bernard
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Concli
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Gianfranco
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Dal Bosco
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Carolina
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Dalpiaz
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Annamaria
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Feliciello
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Domenico
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Focarelli
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Paola
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Galletti
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Oreste
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Gasparini
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Franca
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Rizzardi
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Paola
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Lassini
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Giancarlo
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 555
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Malfatti
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Luciano
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Malfatti
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Valeriano
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \series bold
5149 Meneguzzo
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Roberto
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 555
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 </row>
5173 <row>
5174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178
5179 \series bold
5180 Mezzadra
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Roberto
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 555
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211 Pirpamer
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Erich
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 555
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row>
5236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240
5241 \series bold
5242 Pochiesa
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 Paolo
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 555, 222
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \series bold
5273 Radina
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 Claudio
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 555
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row>
5298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \series bold
5304 Stuffer
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 Oskar
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 555
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333
5334 \series bold
5335 Tacchelli
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344 Ugo
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 555
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 </row>
5359 <row>
5360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364
5365 \series bold
5366 Tezzele
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 Margit
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 555
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 </row>
5390 <row>
5391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395
5396 \series bold
5397 Unterkalmsteiner
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 Frieda
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 555
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426
5427 \series bold
5428 Vieider
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 Hilde
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 555
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 </row>
5452 <row>
5453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457
5458 \series bold
5459 Vigna
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 Jürgen
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 999
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \series bold
5490 Weber
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 Maurizio
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 555
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row>
5515 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519
5520 \series bold
5521 Winkler
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 Franz
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 555
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 </row>
5545 <row endlastfoot="true">
5546 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 Fin
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 </lyxtabular>
5575
5576 \end_inset
5577
5578
5579 \begin_inset ERT
5580 status collapsed
5581
5582 \begin_layout Plain Layout
5583
5584
5585 \backslash
5586 addtocounter{table}{-1}
5587 \end_layout
5588
5589 \end_inset
5590
5591
5592 \begin_inset Note Note
5593 status collapsed
5594
5595 \begin_layout Plain Layout
5596 Voyez la première note grisée de la section
5597 \begin_inset space ~
5598 \end_inset
5599
5600
5601 \begin_inset CommandInset ref
5602 LatexCommand ref
5603 reference "sub:Tableaux-longs-légende"
5604
5605 \end_inset
5606
5607  pour une explication de cette commande.
5608 \end_layout
5609
5610 \end_inset
5611
5612
5613 \end_layout
5614
5615 \begin_layout Subsection
5616 Notes de bas de page dans les tableaux longs
5617 \begin_inset CommandInset label
5618 LatexCommand label
5619 name "sub:Notes-dans-tableau-long"
5620
5621 \end_inset
5622
5623
5624 \begin_inset Index idx
5625 status collapsed
5626
5627 \begin_layout Plain Layout
5628 Tableaux longs ! Notes de bas de page
5629 \end_layout
5630
5631 \end_inset
5632
5633
5634 \end_layout
5635
5636 \begin_layout Standard
5637 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5638  long.
5639  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5640  contenant la note.
5641  Par exemple le tableau
5642 \begin_inset space ~
5643 \end_inset
5644
5645
5646 \begin_inset CommandInset ref
5647 LatexCommand ref
5648 reference "tab:Légendes-tableau-différentes"
5649
5650 \end_inset
5651
5652  a une note de bas de page.
5653 \end_layout
5654
5655 \begin_layout Subsection
5656 Alignement des tableaux longs
5657 \begin_inset Index idx
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661 Tableaux longs ! Alignement
5662 \end_layout
5663
5664 \end_inset
5665
5666
5667 \end_layout
5668
5669 \begin_layout Standard
5670 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5671  de dialogue des paramètres de tableau.
5672  Pour les alignements à droite et à gauche, le tableau sera directement
5673  au bord de la page.
5674  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5675  l'alignement centré et modifier les valeurs des longueurs 
5676 \series bold
5677
5678 \backslash
5679 LTleft 
5680 \series default
5681 et 
5682 \series bold
5683
5684 \backslash
5685 LTright
5686 \series default
5687  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5688  concerné :
5689 \end_layout
5690
5691 \begin_layout Standard
5692
5693 \series bold
5694
5695 \backslash
5696 setlength{
5697 \backslash
5698 LTleft}{valeur}
5699 \end_layout
5700
5701 \begin_layout Standard
5702 Où 
5703 \series bold
5704 valeur
5705 \series default
5706  peut avoir n'importe laquelle des unités listées dans le tableau
5707 \begin_inset space ~
5708 \end_inset
5709
5710
5711 \begin_inset CommandInset ref
5712 LatexCommand ref
5713 reference "cha:Unités-de-longueur"
5714
5715 \end_inset
5716
5717 .
5718  
5719 \series bold
5720
5721 \backslash
5722 LTleft
5723 \series default
5724  contrôle la distance horizontale entre le bord gauche de la page et le
5725  tableau, et
5726 \series bold
5727  
5728 \backslash
5729 LTright
5730 \series default
5731  la distance au bord droit.
5732  La valeur implicite des ces deux distances est 
5733 \series bold
5734
5735 \backslash
5736 fill
5737 \series default
5738 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5739 \end_layout
5740
5741 \begin_layout Standard
5742 Le tableau long suivant a été centrée en mettant 
5743 \series bold
5744
5745 \backslash
5746 LTleft
5747 \series default
5748  à 
5749 \family sans
5750 0.1
5751 \backslash
5752 columnwidth
5753 \family default
5754 :
5755 \begin_inset ERT
5756 status collapsed
5757
5758 \begin_layout Plain Layout
5759
5760
5761 \backslash
5762 setlength{
5763 \backslash
5764 LTleft}{0.1
5765 \backslash
5766 columnwidth}
5767 \end_layout
5768
5769 \end_inset
5770
5771
5772 \end_layout
5773
5774 \begin_layout Standard
5775 \begin_inset Tabular
5776 <lyxtabular version="3" rows="5" columns="5">
5777 <features rotate="0" islongtable="true" longtabularalignment="center">
5778 <column alignment="center" valignment="top" width="0">
5779 <column alignment="center" valignment="top" width="0">
5780 <column alignment="center" valignment="top" width="0">
5781 <column alignment="center" valignment="top" width="0">
5782 <column alignment="center" valignment="top" width="0">
5783 <row>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 1
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 2
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 3
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 4
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 5
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 </row>
5830 <row>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 s
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 s
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 s
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 asd
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 s
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 s
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 s
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 asd
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 </row>
5924 <row>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 s
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 s
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 asd
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 asd
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 asd
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 </row>
6018 </lyxtabular>
6019
6020 \end_inset
6021
6022
6023 \begin_inset ERT
6024 status collapsed
6025
6026 \begin_layout Plain Layout
6027
6028
6029 \backslash
6030 setlength{
6031 \backslash
6032 LTleft}{
6033 \backslash
6034 fill}
6035 \end_layout
6036
6037 \end_inset
6038
6039
6040 \begin_inset ERT
6041 status collapsed
6042
6043 \begin_layout Plain Layout
6044
6045
6046 \backslash
6047 addtocounter{table}{-1}
6048 \end_layout
6049
6050 \end_inset
6051
6052
6053 \begin_inset Note Note
6054 status collapsed
6055
6056 \begin_layout Plain Layout
6057 Voyez la première note grisée de la section
6058 \begin_inset space ~
6059 \end_inset
6060
6061
6062 \begin_inset CommandInset ref
6063 LatexCommand ref
6064 reference "sub:Tableaux-longs-légende"
6065
6066 \end_inset
6067
6068  pour une explication de cette commande.
6069 \end_layout
6070
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \begin_layout Subsection
6077 Légendes et tableaux longs
6078 \begin_inset Index idx
6079 status collapsed
6080
6081 \begin_layout Plain Layout
6082 Tableaux longs ! Legendes@Légendes
6083 \end_layout
6084
6085 \end_inset
6086
6087
6088 \begin_inset CommandInset label
6089 LatexCommand label
6090 name "sub:Tableaux-longs-légende"
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Standard
6098 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6099  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6100  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6101  longs quand on utilise pour une ligne l'option de tableau long 
6102 \family sans
6103 Légende
6104 \family default
6105 , comme c'est expliqué dans la section
6106 \begin_inset space ~
6107 \end_inset
6108
6109
6110 \begin_inset CommandInset ref
6111 LatexCommand ref
6112 reference "sec:Tableaux-longs"
6113
6114 \end_inset
6115
6116 .
6117 \end_layout
6118
6119 \begin_layout Standard
6120 Voici un petit Tableau long pour voir comment ça marche :
6121 \end_layout
6122
6123 \begin_layout Standard
6124 \begin_inset Tabular
6125 <lyxtabular version="3" rows="6" columns="5">
6126 <features rotate="0" islongtable="true" longtabularalignment="center">
6127 <column alignment="center" valignment="top" width="0">
6128 <column alignment="center" valignment="top" width="0">
6129 <column alignment="center" valignment="top" width="0">
6130 <column alignment="center" valignment="top" width="0">
6131 <column alignment="center" valignment="top" width="0">
6132 <row endfirsthead="true" caption="true">
6133 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 \begin_inset Caption Standard
6138
6139 \begin_layout Plain Layout
6140 Tableau long avec une légende
6141 \begin_inset Argument 1
6142 status open
6143
6144 \begin_layout Plain Layout
6145 Tableau long
6146 \end_layout
6147
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 <row>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 1
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 2
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 3
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 4
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 5
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 </row>
6244 <row>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 asd
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 s
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 s
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 s
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 asd
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 <row>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 s
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 s
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 s
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 asd
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 </row>
6338 <row>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 asd
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 s
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 s
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 s
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 asd
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 </row>
6385 <row>
6386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 asd
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 asd
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 asd
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 asd
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 asd
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 </row>
6432 </lyxtabular>
6433
6434 \end_inset
6435
6436
6437 \end_layout
6438
6439 \begin_layout Standard
6440 \begin_inset VSpace medskip
6441 \end_inset
6442
6443
6444 \begin_inset Note Greyedout
6445 status open
6446
6447 \begin_layout Plain Layout
6448
6449 \series bold
6450 Note
6451 \begin_inset space ~
6452 \end_inset
6453
6454 1:
6455 \series default
6456  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6457  n'avez pas prévu de légende.
6458  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6459 \begin_inset space ~
6460 \end_inset
6461
6462 2.4 suit le tableau
6463 \begin_inset space ~
6464 \end_inset
6465
6466 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6467  sans légende.
6468  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6469  après chaque tableau long sans légende :
6470 \end_layout
6471
6472 \begin_layout Plain Layout
6473
6474 \series bold
6475
6476 \backslash
6477 addtocounter{table}{-1}
6478 \end_layout
6479
6480 \begin_layout Plain Layout
6481 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6482  et que vous ajoutez le code suivant dans le préambule du document :
6483 \end_layout
6484
6485 \begin_layout Plain Layout
6486
6487 \series bold
6488
6489 \backslash
6490 let
6491 \backslash
6492 myEnd
6493 \backslash
6494 endlongtable
6495 \begin_inset Newline newline
6496 \end_inset
6497
6498
6499 \backslash
6500 renewcommand{
6501 \backslash
6502 endlongtable}{
6503 \backslash
6504 myEnd
6505 \backslash
6506 addtocounter{table}{-1}}
6507 \end_layout
6508
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \begin_layout Standard
6515 \begin_inset Note Greyedout
6516 status open
6517
6518 \begin_layout Plain Layout
6519
6520 \series bold
6521 Note
6522 \begin_inset space ~
6523 \end_inset
6524
6525 2:
6526 \series default
6527  Si vous utilisez 
6528 \series bold
6529 hyperref
6530 \series default
6531
6532 \begin_inset Index idx
6533 status collapsed
6534
6535 \begin_layout Plain Layout
6536 Paquetages LaTeX ! hyperref
6537 \end_layout
6538
6539 \end_inset
6540
6541  dans les 
6542 \family sans
6543 Paramètres du document
6544 \family default
6545  rubrique 
6546 \family sans
6547 Propriétés
6548 \begin_inset space ~
6549 \end_inset
6550
6551 du
6552 \begin_inset space ~
6553 \end_inset
6554
6555 PDF
6556 \family default
6557 , pour transformer vos références croisées en liens cliquables, le lien
6558  vers un tableau long pointera toujours sur le début du document.
6559 \end_layout
6560
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \begin_layout Subsubsection
6567 Références à des tableaux longs
6568 \begin_inset Index idx
6569 status collapsed
6570
6571 \begin_layout Plain Layout
6572 Tableaux longs ! Références
6573 \end_layout
6574
6575 \end_inset
6576
6577
6578 \end_layout
6579
6580 \begin_layout Standard
6581 \begin_inset Tabular
6582 <lyxtabular version="3" rows="6" columns="5">
6583 <features rotate="0" islongtable="true" longtabularalignment="center">
6584 <column alignment="center" valignment="top" width="0">
6585 <column alignment="center" valignment="top" width="0">
6586 <column alignment="center" valignment="top" width="0">
6587 <column alignment="center" valignment="top" width="0">
6588 <column alignment="center" valignment="top" width="0">
6589 <row endfirsthead="true" caption="true">
6590 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594 \begin_inset Caption Standard
6595
6596 \begin_layout Plain Layout
6597 Tableau long référencé
6598 \begin_inset CommandInset label
6599 LatexCommand label
6600 name "tab:RefExemple"
6601
6602 \end_inset
6603
6604
6605 \end_layout
6606
6607 \end_inset
6608
6609
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 </row>
6651 <row>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 1
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 2
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 3
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 4
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 5
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 </row>
6698 <row>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 asd
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 s
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 s
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 asd
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 </row>
6745 <row>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 asd
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 s
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 s
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 </row>
6792 <row>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 asd
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 s
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 s
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 <row>
6840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 asd
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 sad
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 asd
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 asd
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 </row>
6886 </lyxtabular>
6887
6888 \end_inset
6889
6890
6891 \end_layout
6892
6893 \begin_layout Standard
6894 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6895  dans sa légende.
6896 \end_layout
6897
6898 \begin_layout Standard
6899 Ceci est une référence au tableau
6900 \begin_inset space ~
6901 \end_inset
6902
6903
6904 \begin_inset CommandInset ref
6905 LatexCommand ref
6906 reference "tab:RefExemple"
6907
6908 \end_inset
6909
6910 .
6911 \end_layout
6912
6913 \begin_layout Standard
6914 La mise en forme de la légende peut être ajustée avec celle de toutes les
6915  autres légendes de votre document en utilisant le paquetage LaTeX 
6916 \series bold
6917 caption
6918 \series default
6919
6920 \begin_inset Index idx
6921 status collapsed
6922
6923 \begin_layout Plain Layout
6924 Paquetages LaTeX ! caption
6925 \end_layout
6926
6927 \end_inset
6928
6929 , voir la section
6930 \begin_inset space ~
6931 \end_inset
6932
6933
6934 \begin_inset CommandInset ref
6935 LatexCommand ref
6936 reference "sec:Formatage-légende"
6937
6938 \end_inset
6939
6940 .
6941 \end_layout
6942
6943 \begin_layout Subsubsection
6944 Largeur de la légende
6945 \begin_inset Index idx
6946 status collapsed
6947
6948 \begin_layout Plain Layout
6949 Tableaux longs ! Largeur de la légende
6950 \end_layout
6951
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \begin_layout Standard
6958 La largeur maximale des lignes de légende est définie par la longueur 
6959 \series bold
6960
6961 \backslash
6962 LTcapwidth
6963 \series default
6964 .
6965  Sa valeur implicite est 4
6966 \begin_inset space \thinspace{}
6967 \end_inset
6968
6969 in.
6970  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6971  de votre document ou en tant que code TeX directement dans votre document
6972  avant le tableau qui doit être affectée.
6973 \end_layout
6974
6975 \begin_layout Standard
6976
6977 \series bold
6978
6979 \backslash
6980 setlength{
6981 \backslash
6982 LTcapwidth}{largeur}
6983 \end_layout
6984
6985 \begin_layout Standard
6986 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6987 ce
6988 \begin_inset space ~
6989 \end_inset
6990
6991
6992 \begin_inset CommandInset ref
6993 LatexCommand ref
6994 reference "cha:Unités-de-longueur"
6995
6996 \end_inset
6997
6998 .
6999 \end_layout
7000
7001 \begin_layout Standard
7002 Les tableaux suivants montrent la différence :
7003 \end_layout
7004
7005 \begin_layout Standard
7006 \begin_inset Tabular
7007 <lyxtabular version="3" rows="6" columns="5">
7008 <features rotate="0" islongtable="true" longtabularalignment="center">
7009 <column alignment="center" valignment="top" width="0">
7010 <column alignment="center" valignment="top" width="0">
7011 <column alignment="center" valignment="top" width="0">
7012 <column alignment="center" valignment="top" width="0">
7013 <column alignment="center" valignment="top" width="0">
7014 <row endfirsthead="true" caption="true">
7015 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7016 \begin_inset Text
7017
7018 \begin_layout Plain Layout
7019 \begin_inset Caption Standard
7020
7021 \begin_layout Plain Layout
7022 long titre complet avec la largeur implicite long titre complet avec la
7023  largeur implicite long titre complet avec la largeur implicite
7024 \begin_inset Argument 1
7025 status open
7026
7027 \begin_layout Plain Layout
7028 Légende avec largeur implicite
7029 \end_layout
7030
7031 \end_inset
7032
7033
7034 \end_layout
7035
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 </row>
7080 <row>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 1
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 2
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 3
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 4
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 5
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 </row>
7127 <row>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 asd
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 s
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 s
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 asd
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 </row>
7174 <row>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 asd
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 s
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 s
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 s
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 </row>
7221 <row>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 asd
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 s
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 s
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 asd
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 sad
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 asd
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 asd
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 </row>
7315 </lyxtabular>
7316
7317 \end_inset
7318
7319
7320 \end_layout
7321
7322 \begin_layout Standard
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328
7329 \backslash
7330 setlength{
7331 \backslash
7332 LTcapwidth}{5cm}
7333 \end_layout
7334
7335 \end_inset
7336
7337
7338 \begin_inset Tabular
7339 <lyxtabular version="3" rows="6" columns="5">
7340 <features rotate="0" islongtable="true" longtabularalignment="center">
7341 <column alignment="center" valignment="top" width="0">
7342 <column alignment="center" valignment="top" width="0">
7343 <column alignment="center" valignment="top" width="0">
7344 <column alignment="center" valignment="top" width="0">
7345 <column alignment="center" valignment="top" width="0">
7346 <row endfirsthead="true" caption="true">
7347 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 \begin_inset Caption Standard
7352
7353 \begin_layout Plain Layout
7354 long titre complet avec la largeur réglée à 5
7355 \begin_inset space \thinspace{}
7356 \end_inset
7357
7358 cm long titre complet avec la largeur réglée à 5
7359 \begin_inset space \thinspace{}
7360 \end_inset
7361
7362 cm long titre complet avec la largeur réglée à 5
7363 \begin_inset space \thinspace{}
7364 \end_inset
7365
7366 cm
7367 \begin_inset Argument 1
7368 status open
7369
7370 \begin_layout Plain Layout
7371 Légende avec largeur à
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 =
7376 \begin_inset space \thinspace{}
7377 \end_inset
7378
7379 5
7380 \begin_inset space \thinspace{}
7381 \end_inset
7382
7383 cm
7384 \end_layout
7385
7386 \end_inset
7387
7388
7389 \end_layout
7390
7391 \end_inset
7392
7393
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 1
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 2
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 3
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 4
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 5
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 <row>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 asd
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 s
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 s
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 s
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 asd
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 </row>
7529 <row>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 asd
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 s
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 s
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 s
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 asd
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row>
7577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 asd
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 s
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 s
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 s
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 asd
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 <row>
7624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 asd
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 sad
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 asd
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 asd
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 asd
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 </lyxtabular>
7671
7672 \end_inset
7673
7674
7675 \end_layout
7676
7677 \begin_layout Standard
7678 \begin_inset ERT
7679 status collapsed
7680
7681 \begin_layout Plain Layout
7682
7683
7684 \backslash
7685 setlength{
7686 \backslash
7687 LTcapwidth}{4in}
7688 \end_layout
7689
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \begin_layout Standard
7696 \begin_inset Note Greyedout
7697 status open
7698
7699 \begin_layout Plain Layout
7700
7701 \series bold
7702 Note:
7703 \series default
7704  Quand on utilise la paquetage LaTeX 
7705 \series bold
7706 caption
7707 \series default
7708
7709 \begin_inset Index idx
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713 Paquetages LaTeX ! caption
7714 \end_layout
7715
7716 \end_inset
7717
7718  , comme c'est les cas dans ce document, la légende prend toute la largeur
7719  de la page quand on utilise la largeur implicite de 4
7720 \begin_inset space \thinspace{}
7721 \end_inset
7722
7723 in pour 
7724 \series bold
7725
7726 \backslash
7727 LTcapwidth
7728 \series default
7729 .
7730  Pour avoir dans ce cas une légende qui fasse exactement 4
7731 \begin_inset space \thinspace{}
7732 \end_inset
7733
7734 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7735  comme par exemple 3.99
7736 \begin_inset space \thinspace{}
7737 \end_inset
7738
7739 in, soit utiliser la commande LaTeX 
7740 \series bold
7741
7742 \backslash
7743 captionsetup{width=valeur}
7744 \series default
7745  qui est disponible dans le paquetage 
7746 \series bold
7747 caption
7748 \series default
7749 .
7750 \end_layout
7751
7752 \end_inset
7753
7754
7755 \end_layout
7756
7757 \begin_layout Subsubsection
7758 Des légendes différentes sur chaque page d'un tableau
7759 \begin_inset Argument 1
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763 Légendes différentes
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \begin_inset Index idx
7770 status collapsed
7771
7772 \begin_layout Plain Layout
7773 Tableaux longs ! Legendes@Légendes différentes par page
7774 \end_layout
7775
7776 \end_inset
7777
7778
7779 \end_layout
7780
7781 \begin_layout Standard
7782 Quand la légende du tableau pour les pages suivantes doit être différente
7783  de celle de la première page, insérez une légende avec la commande suivante
7784  en code TeX :
7785 \end_layout
7786
7787 \begin_layout Standard
7788
7789 \series bold
7790
7791 \backslash
7792 caption*{caption text}
7793 \backslash
7794
7795 \backslash
7796 %
7797 \end_layout
7798
7799 \begin_layout Standard
7800 dans une ligne de légende fictive qui sera marquée comme une entête.
7801  Le tableau
7802 \begin_inset space ~
7803 \end_inset
7804
7805
7806 \begin_inset CommandInset ref
7807 LatexCommand ref
7808 reference "tab:Légendes-tableau-différentes"
7809
7810 \end_inset
7811
7812  est un exemple de tableau long avec des légendes différentes et où la seconde
7813  légende ne contient pas le numéro du tableau.
7814 \end_layout
7815
7816 \begin_layout Standard
7817 \align center
7818 \begin_inset Tabular
7819 <lyxtabular version="3" rows="59" columns="3">
7820 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7821 <column alignment="left" valignment="top" width="0cm">
7822 <column alignment="left" valignment="top" width="0pt">
7823 <column alignment="center" valignment="top" width="0pt">
7824 <row endfirsthead="true" caption="true">
7825 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 \begin_inset Caption Standard
7830
7831 \begin_layout Plain Layout
7832 Exemple d'annuaire téléphonique
7833 \begin_inset CommandInset label
7834 LatexCommand label
7835 name "tab:Légendes-tableau-différentes"
7836
7837 \end_inset
7838
7839
7840 \begin_inset Argument 1
7841 status collapsed
7842
7843 \begin_layout Plain Layout
7844 Exemple Annuaire 
7845 \end_layout
7846
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row endfirsthead="true">
7879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row endfirsthead="true">
7910 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 NOM
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \series bold
7936 TÉL.
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row endhead="true">
7943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 \begin_inset ERT
7948 status open
7949
7950 \begin_layout Plain Layout
7951
7952
7953 \backslash
7954 caption*{Suite de l'exemple d'annuaire téléphonique}
7955 \backslash
7956
7957 \backslash
7958 %
7959 \end_layout
7960
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row endhead="true">
7988 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \series bold
7994 Exemple d'annuaire téléphonique
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row endhead="true">
8019 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \series bold
8025 NOM
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \series bold
8045 TÉL.
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row endfoot="true">
8052 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 suite page suivante\SpecialChar \ldots{}
8057
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Annovi
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Silvia
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Bertoli
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Stefano
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Bozzi
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Walter
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Cachia
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Maria
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Cachia
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Maurizio
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Cinquemani
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Giusi
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Colin
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Bernard
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Concli
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Gianfranco
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Dal Bosco
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Carolina
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Dalpiaz
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Annamaria
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Feliciello
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Domenico
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Focarelli
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Paola
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Galletti
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Oreste
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Gasparini
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Franca
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 111
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Rizzardi
8523 \series default
8524
8525 \begin_inset Foot
8526 status open
8527
8528 \begin_layout Plain Layout
8529 Exemple de note de bas de page
8530 \end_layout
8531
8532 \end_inset
8533
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 Paola
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 111
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \series bold
8565 Lassini
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Giancarlo
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 111
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \series bold
8596 Malfatti
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 Luciano
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 111
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row>
8621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \series bold
8627 Malfatti
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 Valeriano
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 111
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \series bold
8658 Meneguzzo
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 Roberto
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 111
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \series bold
8689 Mezzadra
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 Roberto
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 111
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \series bold
8720 Pirpamer
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 Erich
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 111
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749
8750 \series bold
8751 Pochiesa
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 Paolo
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 111, 222
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \series bold
8782 Radina
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 Claudio
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 111
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 </row>
8806 <row>
8807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811
8812 \series bold
8813 Stuffer
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 Oskar
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 111
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \series bold
8844 Tacchelli
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 Ugo
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 111
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875 Tezzele
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 Margit
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 111
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \series bold
8906 Unterkalmsteiner
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Frieda
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 111
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937 Vieider
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Hilde
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 111
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968 Vigna
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 Jürgen
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 111
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \series bold
8999 Weber
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Maurizio
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 111
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \series bold
9030 Winkler
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 Franz
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 111
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059  
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \series bold
9090 Annovi
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 Silvia
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 555
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \series bold
9121 Bertoli
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 Stefano
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 555
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 </row>
9145 <row>
9146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150
9151 \series bold
9152 Bozzi
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 Walter
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 555
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \series bold
9183 Cachia
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Maria
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 555
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \series bold
9214 Cachia
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 Maurizio
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 555
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \series bold
9245 Cinquemani
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Giusi
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 555
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \series bold
9276 Colin
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Bernard
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 555
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \series bold
9307 Concli
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 Gianfranco
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 555
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338 Dal Bosco
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 Carolina
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 555
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \series bold
9369 Dalpiaz
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 Annamaria
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 555
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400 Feliciello
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 Domenico
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 555
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \series bold
9431 Focarelli
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 Paola
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 555
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 <row>
9456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460
9461 \series bold
9462 Galletti
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 Oreste
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 555
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \series bold
9493 Gasparini
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 Franca
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 555
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 </row>
9517 <row>
9518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522
9523 \series bold
9524 Rizzardi
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 Paola
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 555
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 </row>
9548 <row>
9549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553
9554 \series bold
9555 Lassini
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 Giancarlo
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 555
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 </row>
9579 <row>
9580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584
9585 \series bold
9586 Malfatti
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 Luciano
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 555
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 </row>
9610 <row>
9611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615
9616 \series bold
9617 Malfatti
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 Valeriano
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 555
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \series bold
9648 Meneguzzo
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 Roberto
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 555
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \series bold
9679 Mezzadra
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 Roberto
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 555
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 </row>
9703 </lyxtabular>
9704
9705 \end_inset
9706
9707
9708 \end_layout
9709
9710 \begin_layout Section
9711 Questions particulières concernant les tableaux longs
9712 \begin_inset Argument 1
9713 status collapsed
9714
9715 \begin_layout Plain Layout
9716 Questions sur les tableaux longs
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \begin_inset CommandInset label
9723 LatexCommand label
9724 name "sec:Questions-sur-tableaux-longs"
9725
9726 \end_inset
9727
9728
9729 \end_layout
9730
9731 \begin_layout Subsection
9732 Calculs des pages des tableaux longs
9733 \begin_inset Index idx
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737 Tableaux longs ! Calculs
9738 \end_layout
9739
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \begin_layout Standard
9746 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9747  en utilisant des blocs (chunks).
9748  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9749  mémoire de LaTeX.
9750  La valeur implicite est fixée pour des raisons historiques à seulement
9751  20 lignes de tableau.
9752  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9753  peut ralentir la création de votre document.
9754  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9755  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9756  préambule de votre document :
9757 \end_layout
9758
9759 \begin_layout Standard
9760
9761 \series bold
9762
9763 \backslash
9764 setcounter{LTchunksize}{100}
9765 \end_layout
9766
9767 \begin_layout Subsection
9768 Les flottants et les tableaux longs
9769 \begin_inset Index idx
9770 status collapsed
9771
9772 \begin_layout Plain Layout
9773 Tableaux longs ! Flottants
9774 \end_layout
9775
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \begin_layout Standard
9782 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9783  commence un tableau long.
9784  Pour éviter une telle situation, insérez un saut de page (menu 
9785 \family sans
9786 Insertion\SpecialChar \menuseparator
9787 Typographie
9788 \begin_inset space ~
9789 \end_inset
9790
9791 spéciale\SpecialChar \menuseparator
9792 Saut de page (vide le tampon)
9793 \family default
9794
9795 \begin_inset space \thinspace{}
9796 \end_inset
9797
9798 ) juste avant votre tableau long.
9799 \end_layout
9800
9801 \begin_layout Subsection
9802 Sauts de pages forcés
9803 \begin_inset Index idx
9804 status collapsed
9805
9806 \begin_layout Plain Layout
9807 Tableaux longs ! Sauts de pages forcés
9808 \end_layout
9809
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \begin_layout Standard
9816 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9817  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9818  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9819  de saut de ligne 
9820 \begin_inset Quotes eld
9821 \end_inset
9822
9823
9824 \backslash
9825
9826 \backslash
9827
9828 \begin_inset Quotes erd
9829 \end_inset
9830
9831  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9832  Avant la commande 
9833 \begin_inset Quotes eld
9834 \end_inset
9835
9836
9837 \backslash
9838
9839 \backslash
9840
9841 \begin_inset Quotes erd
9842 \end_inset
9843
9844 , vous devez insérer en code TeX, autant de caractères 
9845 \begin_inset Quotes eld
9846 \end_inset
9847
9848 &
9849 \begin_inset Quotes erd
9850 \end_inset
9851
9852  qu'il y a de colonnes après la cellule concernée.
9853  Le caractère 
9854 \begin_inset Quotes eld
9855 \end_inset
9856
9857 &
9858 \begin_inset Quotes erd
9859 \end_inset
9860
9861  sert à séparer les colonnes d'un tableau.
9862  Écrivez en code-TeX, après chaque 
9863 \begin_inset Quotes eld
9864 \end_inset
9865
9866 &
9867 \begin_inset Quotes erd
9868 \end_inset
9869
9870  le contenu des cellules correspondantes et en même temps supprimez le contenu
9871  de ces cellules dans le texte normal.
9872  
9873 \begin_inset Newline newline
9874 \end_inset
9875
9876 Après la commande 
9877 \backslash
9878
9879 \backslash
9880 , insérez autant de caractères 
9881 \begin_inset Quotes eld
9882 \end_inset
9883
9884 &
9885 \begin_inset Quotes erd
9886 \end_inset
9887
9888  qu'il y a de colonnes avant la colonne traitée.
9889  Dans le tableau
9890 \begin_inset space ~
9891 \end_inset
9892
9893
9894 \begin_inset CommandInset ref
9895 LatexCommand ref
9896 reference "tab:Tableau-saut-de-page"
9897
9898 \end_inset
9899
9900  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9901  suivie par une autre colonne.
9902  La commande suivante a donc été insérée en code TeX dans la cellule après
9903  le mot 
9904 \begin_inset Quotes eld
9905 \end_inset
9906
9907
9908 \emph on
9909 Castelchiodato,
9910 \emph default
9911
9912 \begin_inset Quotes erd
9913 \end_inset
9914
9915 :
9916 \end_layout
9917
9918 \begin_layout Standard
9919
9920 \series bold
9921 & 111
9922 \backslash
9923
9924 \backslash
9925  
9926 \backslash
9927 newpage
9928 \begin_inset Newline newline
9929 \end_inset
9930
9931 &
9932 \end_layout
9933
9934 \begin_layout Standard
9935 Le 
9936 \begin_inset Quotes eld
9937 \end_inset
9938
9939 111
9940 \begin_inset Quotes erd
9941 \end_inset
9942
9943  dans la troisième colonne de la ligne a été supprimé.
9944  
9945 \series bold
9946
9947 \backslash
9948 newpage
9949 \series default
9950  est nécessaire seulement quand un saut de page doit impérativement avoir
9951  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9952  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9953  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9954  est coupée, utilisez cette commande à la place de la précédente :
9955 \end_layout
9956
9957 \begin_layout Standard
9958
9959 \series bold
9960 & 111
9961 \backslash
9962
9963 \backslash
9964
9965 \begin_inset Newline newline
9966 \end_inset
9967
9968
9969 \backslash
9970 hline &
9971 \end_layout
9972
9973 \begin_layout Standard
9974 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9975  insérer la commande
9976 \end_layout
9977
9978 \begin_layout Standard
9979
9980 \series bold
9981
9982 \backslash
9983 setlength{
9984 \backslash
9985 parfillskip}{0pt}
9986 \end_layout
9987
9988 \begin_layout Standard
9989 au début de la cellule.
9990  Cela assure que la portion de la cellule qui va se trouver affichée sur
9991  la page suivante le sera avec toute la largeur de la cellule.
9992 \end_layout
9993
9994 \begin_layout Standard
9995 \align center
9996 \begin_inset Tabular
9997 <lyxtabular version="3" rows="38" columns="3">
9998 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9999 <column alignment="left" valignment="top" width="0cm">
10000 <column alignment="left" valignment="top" width="3cm">
10001 <column alignment="center" valignment="top" width="0pt">
10002 <row endfirsthead="true" caption="true">
10003 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 \begin_inset Caption Standard
10008
10009 \begin_layout Plain Layout
10010 Tableau avec un saut de page forcé dans une cellule
10011 \begin_inset CommandInset label
10012 LatexCommand label
10013 name "tab:Tableau-saut-de-page"
10014
10015 \end_inset
10016
10017
10018 \begin_inset Argument 1
10019 status collapsed
10020
10021 \begin_layout Plain Layout
10022 Tableau avec un saut de page forcé dans une cellule
10023 \end_layout
10024
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row endfirsthead="true">
10057 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \series bold
10063 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row endfirsthead="true">
10088 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \series bold
10094 NOM
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 TÉL.
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 </row>
10120 <row endhead="true">
10121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 \begin_inset ERT
10126 status collapsed
10127
10128 \begin_layout Plain Layout
10129
10130
10131 \backslash
10132 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10133 \backslash
10134
10135 \backslash
10136 %
10137 \end_layout
10138
10139 \end_inset
10140
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 </row>
10165 <row endhead="true">
10166 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170  
10171 \series bold
10172 Exemple d'annuaire téléphonique
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 </row>
10196 <row endhead="true">
10197 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201
10202 \series bold
10203 NOM
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 TÉL.
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row endfoot="true">
10230 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 suite page suivante\SpecialChar \ldots{}
10235
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 </row>
10259 <row>
10260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \series bold
10266 Annovi
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 Silvia
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 111
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 </row>
10290 <row>
10291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \series bold
10297 Bertoli
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 Stefano
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 111
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \series bold
10328 Bozzi
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 Walter
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 111
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \series bold
10359 Cachia
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 Maria
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 111
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Cachia
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Maurizio
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 111
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Cinquemani
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Giusi
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Colin
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Bernard
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Concli
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Gianfranco
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Dal Bosco
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Carolina
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Dalpiaz
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Annamaria
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Feliciello
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Domenico
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Focarelli
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Paola
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row>
10632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \series bold
10638 Galletti
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 Oreste
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 111
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row>
10663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \series bold
10669 Gasparini
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 Franca
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 111
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \series bold
10700 Lassini
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Giancarlo
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 111
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \series bold
10731 Malfatti
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Luciano
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 111
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \series bold
10762 Malfatti
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Valeriano
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 111
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 </row>
10786 <row>
10787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \series bold
10793 Meneguzzo
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Roberto
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 111
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822
10823 \series bold
10824 Mezzadra
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 Roberto
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 111
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \series bold
10855 Pirpamer
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Erich
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 111
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \series bold
10886 Pochiesa
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 Paolo
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 111, 222
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \series bold
10917 Radina
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 Claudio
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 111
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \series bold
10948 Rizzardi
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 Giancarlo, 11.
10958  Fürst von Montecompatri, 11.
10959  Fürst von Sulmona und Vivaro, 10.
10960  Fürst von Rossano, 5.
10961  Herzog von Canemorte, 11.
10962  Herzog von Palombara, 5.
10963  Herzog von Castelchiodato,
10964 \begin_inset ERT
10965 status open
10966
10967 \begin_layout Plain Layout
10968
10969 & 111
10970 \backslash
10971
10972 \backslash
10973  
10974 \backslash
10975 newpage
10976 \end_layout
10977
10978 \begin_layout Plain Layout
10979
10980 &
10981 \end_layout
10982
10983 \end_inset
10984
10985  11.
10986  Herzog von Poggionativo, 11.
10987  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10988  Graf von Valinfreda, 11.
10989  Baron von Cropalati, 11.
10990  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 </row>
11005 <row>
11006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \series bold
11012 Stuffer
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 Oskar
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 111
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \series bold
11043 Tacchelli
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 Ugo
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 111
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \series bold
11074 Tezzele
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 Margit
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 111
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row>
11099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \series bold
11105 Unterkalmsteiner
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 Frieda
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 111
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 </row>
11129 <row>
11130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134
11135 \series bold
11136 Vieider
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 Hilde
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 111
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 </row>
11160 <row>
11161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165
11166 \series bold
11167 Vigna
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 Jürgen
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 111
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196
11197 \series bold
11198 Weber
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 Maurizio
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 111
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 <row>
11223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227
11228 \series bold
11229 Winkler
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 Franz
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 111
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 </lyxtabular>
11254
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \begin_layout Section
11261 Colonnes et lignes à lignes multiples
11262 \end_layout
11263
11264 \begin_layout Subsection
11265 Lignes multiples dans une cellule de tableau
11266 \begin_inset CommandInset label
11267 LatexCommand label
11268 name "sub:Lignes-multiple-dans-cellule"
11269
11270 \end_inset
11271
11272
11273 \begin_inset Index idx
11274 status collapsed
11275
11276 \begin_layout Plain Layout
11277 Plusieurs lignes dans une case de tableau
11278 \end_layout
11279
11280 \end_inset
11281
11282
11283 \begin_inset Index idx
11284 status collapsed
11285
11286 \begin_layout Plain Layout
11287 Tableau ! Saut de ligne
11288 \end_layout
11289
11290 \end_inset
11291
11292
11293 \end_layout
11294
11295 \begin_layout Standard
11296 \noindent
11297 \begin_inset Float table
11298 placement H
11299 wide false
11300 sideways false
11301 status open
11302
11303 \begin_layout Plain Layout
11304 \begin_inset Caption Standard
11305
11306 \begin_layout Plain Layout
11307 \begin_inset CommandInset label
11308 LatexCommand label
11309 name "tab:Tableau-avec-plusieurs-lignes"
11310
11311 \end_inset
11312
11313 Tableau avec des lignes multiples dans une cellule
11314 \end_layout
11315
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \begin_layout Plain Layout
11322 \align center
11323 \begin_inset Tabular
11324 <lyxtabular version="3" rows="3" columns="3">
11325 <features rotate="0" tabularvalignment="middle">
11326 <column alignment="center" valignment="middle" width="2.5cm">
11327 <column alignment="center" valignment="middle" width="0">
11328 <column alignment="center" valignment="middle" width="0">
11329 <row>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 Lignes
11335 \begin_inset Newline linebreak
11336 \end_inset
11337
11338 multiples
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 b
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 c
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 d
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 e
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 f
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 g
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 h
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 i
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 </lyxtabular>
11421
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \begin_layout Standard
11433 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11434  d'un paragraphe avec des sauts de lignes et des césures.
11435 \end_layout
11436
11437 \begin_layout Standard
11438 Pour obtenir le tableau
11439 \begin_inset space ~
11440 \end_inset
11441
11442
11443 \begin_inset CommandInset ref
11444 LatexCommand ref
11445 reference "tab:Tableau-avec-plusieurs-lignes"
11446
11447 \end_inset
11448
11449 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11450  droit dessus.
11451  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11452  2.5
11453 \begin_inset space \thinspace{}
11454 \end_inset
11455
11456 cm et choisissez les alignements vertical et horizontal centrés.
11457  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11458  Comme notre texte est plus petit que 2.5
11459 \begin_inset space \thinspace{}
11460 \end_inset
11461
11462 cm, une seule ligne va apparaître.
11463  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11464  
11465 \family sans
11466 Ctrl-Shift-Entrée
11467 \family default
11468 ).
11469  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11470 ement découpé en plusieurs lignes.
11471 \end_layout
11472
11473 \begin_layout Standard
11474 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11475  pas effectuer de césure si c'est le premier élément de la cellule.
11476  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11477  premier élément : Ajoutez un espace horizontal de 0
11478 \begin_inset space \thinspace{}
11479 \end_inset
11480
11481 pt juste avant votre mot.
11482  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11483  Le tableau
11484 \begin_inset space ~
11485 \end_inset
11486
11487
11488 \begin_inset CommandInset ref
11489 LatexCommand ref
11490 reference "tab:Tableau-césure"
11491
11492 \end_inset
11493
11494  montre l'effet de cette insertion.
11495 \end_layout
11496
11497 \begin_layout Standard
11498 \begin_inset Float table
11499 placement h
11500 wide false
11501 sideways false
11502 status open
11503
11504 \begin_layout Plain Layout
11505 \begin_inset Caption Standard
11506
11507 \begin_layout Plain Layout
11508 \begin_inset CommandInset label
11509 LatexCommand label
11510 name "tab:Tableau-césure"
11511
11512 \end_inset
11513
11514 Tableau avec et sans césure.
11515 \end_layout
11516
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \begin_layout Plain Layout
11523 \begin_inset space \hfill{}
11524 \end_inset
11525
11526
11527 \begin_inset Tabular
11528 <lyxtabular version="3" rows="3" columns="3">
11529 <features rotate="0" tabularvalignment="middle">
11530 <column alignment="center" valignment="middle" width="2.5cm">
11531 <column alignment="center" valignment="middle" width="0">
11532 <column alignment="center" valignment="middle" width="0">
11533 <row>
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 mottrèslongdansunecellule
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 b
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 c
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 </row>
11562 <row>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 d
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 e
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 f
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 <row>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 g
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 h
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 i
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 </lyxtabular>
11621
11622 \end_inset
11623
11624
11625 \begin_inset space \hfill{}
11626 \end_inset
11627
11628
11629 \begin_inset Tabular
11630 <lyxtabular version="3" rows="3" columns="3">
11631 <features rotate="0" tabularvalignment="middle">
11632 <column alignment="center" valignment="middle" width="2.5cm">
11633 <column alignment="center" valignment="middle" width="0">
11634 <column alignment="center" valignment="middle" width="0">
11635 <row>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 \begin_inset space \hspace{}
11641 \length 0pt
11642 \end_inset
11643
11644 mottrèslongdansunecellule
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 b
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 c
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 </row>
11668 <row>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 d
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 e
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 f
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 </row>
11697 <row>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 g
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 h
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 i
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 </lyxtabular>
11727
11728 \end_inset
11729
11730
11731 \begin_inset space \hfill{}
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Subsection
11743 Multi-colonnes
11744 \begin_inset CommandInset label
11745 LatexCommand label
11746 name "sub:Multicolonnes"
11747
11748 \end_inset
11749
11750
11751 \begin_inset Index idx
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755 Multi-colonnes
11756 \end_layout
11757
11758 \end_inset
11759
11760
11761 \begin_inset Index idx
11762 status collapsed
11763
11764 \begin_layout Plain Layout
11765 Tableau ! Multi-colonnes
11766 \end_layout
11767
11768 \end_inset
11769
11770
11771 \end_layout
11772
11773 \begin_layout Subsubsection
11774 Les bases des multi-colonnes
11775 \end_layout
11776
11777 \begin_layout Standard
11778 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11779  qu'elle doit couvrir et utilisez soit le bouton 
11780 \begin_inset Info
11781 type  "icon"
11782 arg   "inset-modify tabular multicolumn"
11783 \end_inset
11784
11785  de la barre d'outils tableau, ou le menu 
11786 \family sans
11787 Édition\SpecialChar \menuseparator
11788 Tableau\SpecialChar \menuseparator
11789 Multi-colonnes
11790 \family default
11791 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11792  
11793 \family sans
11794 Multi-colonnes
11795 \family default
11796 .
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Les multi-colonnes ont leurs propres paramètres de cellule.
11801  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11802  de la cellule, cela n'affecte que la cellule multi-colonne.
11803  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11804  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11805 \end_layout
11806
11807 \begin_layout Standard
11808 \align center
11809 \begin_inset Tabular
11810 <lyxtabular version="3" rows="3" columns="4">
11811 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11812 <column alignment="center" valignment="top" width="0pt">
11813 <column alignment="center" valignment="middle" width="0">
11814 <column alignment="center" valignment="top" width="0in">
11815 <column alignment="center" valignment="top" width="0pt">
11816 <row>
11817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 abc
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 def ghi
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 jkl
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 </row>
11854 <row>
11855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 A
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 B
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 C
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 D
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 </row>
11892 <row>
11893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 1
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 2
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 3
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 4
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 </row>
11930 </lyxtabular>
11931
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \begin_layout Subsubsection
11938 Calculs avec les multi-colonnes
11939 \begin_inset CommandInset label
11940 LatexCommand label
11941 name "sub:Calculs-multicolonnes"
11942
11943 \end_inset
11944
11945
11946 \begin_inset Index idx
11947 status collapsed
11948
11949 \begin_layout Plain Layout
11950 Multi-colonnes ! Calculs
11951 \end_layout
11952
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Standard
11959 LyX gère directement les multi-colonnes, mais nous devons faire attention
11960  à la largeur des cellules couvertes par la cellule multi-colonne.
11961 \end_layout
11962
11963 \begin_layout Standard
11964 \begin_inset Float table
11965 placement h
11966 wide false
11967 sideways false
11968 status open
11969
11970 \begin_layout Plain Layout
11971 \begin_inset Caption Standard
11972
11973 \begin_layout Plain Layout
11974 \begin_inset CommandInset label
11975 LatexCommand label
11976 name "tab:Tableau-multicolonne-parfaite"
11977
11978 \end_inset
11979
11980 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
11981  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11982 \begin_inset Argument 1
11983 status open
11984
11985 \begin_layout Plain Layout
11986 Tableau avec multicolonne parfaite
11987 \end_layout
11988
11989 \end_inset
11990
11991
11992 \end_layout
11993
11994 \end_inset
11995
11996
11997 \end_layout
11998
11999 \begin_layout Plain Layout
12000 \align center
12001 \begin_inset Tabular
12002 <lyxtabular version="3" rows="3" columns="3">
12003 <features rotate="0" tabularvalignment="middle">
12004 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12005 <column alignment="center" valignment="middle" width="0">
12006 <column alignment="center" valignment="top" width="0">
12007 <row>
12008 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12009 \begin_inset Text
12010
12011 \begin_layout Plain Layout
12012 multi-colonne sur plusieurs lignes
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 c
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 </row>
12036 <row>
12037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041 d
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050 e
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 f
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 </row>
12065 <row>
12066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12067 \begin_inset Text
12068
12069 \begin_layout Plain Layout
12070 g
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 h
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 i
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 </row>
12094 </lyxtabular>
12095
12096 \end_inset
12097
12098
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \begin_layout Standard
12107 Par exemple, pour créer le tableau
12108 \begin_inset space ~
12109 \end_inset
12110
12111
12112 \begin_inset CommandInset ref
12113 LatexCommand ref
12114 reference "tab:Tableau-multicolonne-parfaite"
12115
12116 \end_inset
12117
12118 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12119  3×3 et faites un clic droit dessus.
12120  Ensuite choisissez pour cette cellule
12121 \emph on
12122 ,
12123 \emph default
12124  dans la fenêtre de dialogue de tableau, 
12125 \emph on
12126 multi-colonne
12127 \emph default
12128
12129 \emph on
12130 alignement
12131 \begin_inset space ~
12132 \end_inset
12133
12134 horizontal
12135 \begin_inset space ~
12136 \end_inset
12137
12138 centré
12139 \emph default
12140  et une largeur de 2.5
12141 \begin_inset space \thinspace{}
12142 \end_inset
12143
12144 cm.
12145  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12146  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12147 \begin_inset space \thinspace{}
12148 \end_inset
12149
12150 cm pour la première colonne.
12151  La deuxième colonne aura alors automatiquement une largeur de 1.25
12152 \begin_inset space \thinspace{}
12153 \end_inset
12154
12155 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12156  C'est ce qui a été fait pour le tableau
12157 \begin_inset space ~
12158 \end_inset
12159
12160
12161 \begin_inset CommandInset ref
12162 LatexCommand ref
12163 reference "tab:Tableau-multicolonne-imparfait"
12164
12165 \end_inset
12166
12167 .
12168 \end_layout
12169
12170 \begin_layout Standard
12171 \begin_inset Float table
12172 wide false
12173 sideways false
12174 status open
12175
12176 \begin_layout Plain Layout
12177 \begin_inset Caption Standard
12178
12179 \begin_layout Plain Layout
12180 \begin_inset CommandInset label
12181 LatexCommand label
12182 name "tab:Tableau-multicolonne-imparfait"
12183
12184 \end_inset
12185
12186 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12187  de la largeur de la cellule multi-colonne.
12188 \begin_inset Argument 1
12189 status open
12190
12191 \begin_layout Plain Layout
12192 Tableau avec multi-colonne pas parfaite
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \end_layout
12199
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \begin_layout Plain Layout
12206 \align center
12207 \begin_inset Tabular
12208 <lyxtabular version="3" rows="3" columns="3">
12209 <features rotate="0" tabularvalignment="middle">
12210 <column alignment="center" valignment="top" width="1.25cm">
12211 <column alignment="center" valignment="top" width="0">
12212 <column alignment="center" valignment="top" width="0">
12213 <row>
12214 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12215 \begin_inset Text
12216
12217 \begin_layout Plain Layout
12218 multi-colonne sur plusieurs lignes
12219 \end_layout
12220
12221 \end_inset
12222 </cell>
12223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12224 \begin_inset Text
12225
12226 \begin_layout Plain Layout
12227
12228 \end_layout
12229
12230 \end_inset
12231 </cell>
12232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236 c
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 </row>
12242 <row>
12243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247 d
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 e
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265 f
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 </row>
12271 <row>
12272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 g
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 h
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 i
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 </row>
12300 </lyxtabular>
12301
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Standard
12313 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12314  de la cellule multi-colonne, elle est un peu plus large.
12315  La raison est que la taille que l'on donne à une cellule, 
12316 \begin_inset Formula $W_{g}$
12317 \end_inset
12318
12319  n'est pas sa taille totale, 
12320 \begin_inset Formula $W_{\mathrm{tot}}$
12321 \end_inset
12322
12323  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12324  lui donne.
12325  L'appendice
12326 \begin_inset space ~
12327 \end_inset
12328
12329
12330 \begin_inset CommandInset ref
12331 LatexCommand ref
12332 reference "cha:Explication-de-l'Equation"
12333
12334 \end_inset
12335
12336  explique pourquoi en détail.
12337 \end_layout
12338
12339 \begin_layout Standard
12340 La largeur nécessaire 
12341 \begin_inset Formula $W_{g\, n}$
12342 \end_inset
12343
12344  quand 
12345 \emph on
12346 n
12347 \emph default
12348  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12349  ait une largeur totale de 
12350 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12351 \end_inset
12352
12353 :
12354 \begin_inset Formula 
12355 \begin{equation}
12356 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12357 \end{equation}
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \begin_layout Standard
12365 Dans notre cas nous avons 
12366 \begin_inset Formula $n=2$
12367 \end_inset
12368
12369
12370 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12371 \end_inset
12372
12373 cm et les valeurs implicites pour les autres longueurs, l'équation
12374 \begin_inset space ~
12375 \end_inset
12376
12377
12378 \begin_inset CommandInset ref
12379 LatexCommand ref
12380 reference "eq:Wgn"
12381
12382 \end_inset
12383
12384  devient
12385 \begin_inset Formula 
12386 \begin{equation}
12387 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12388 \end{equation}
12389
12390 \end_inset
12391
12392
12393 \end_layout
12394
12395 \begin_layout Standard
12396 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12397  
12398 \series bold
12399 calc
12400 \series default
12401  avec la ligne suivante dans le préambule du document
12402 \begin_inset Index idx
12403 status collapsed
12404
12405 \begin_layout Plain Layout
12406 Paquetages LaTeX ! calc
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415
12416 \series bold
12417
12418 \backslash
12419 usepackage{calc}
12420 \end_layout
12421
12422 \begin_layout Standard
12423 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12424  de dialogue.
12425  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12426  la fenêtre de dialogue.
12427  Voici un aperçu de ces paramètres :
12428 \end_layout
12429
12430 \begin_layout Itemize
12431
12432 \series bold
12433 p{largeur}
12434 \series default
12435  crée une cellule de taille donnée, le texte est aligné verticalement en
12436  haut.
12437 \end_layout
12438
12439 \begin_layout Itemize
12440
12441 \series bold
12442 m{largeur}
12443 \series default
12444  crée une cellule de taille donnée, le texte est aligné verticalement au
12445  centre
12446 \end_layout
12447
12448 \begin_layout Itemize
12449
12450 \series bold
12451 b{largeur}
12452 \series default
12453  crée une cellule de taille donnée, le texte est aligné verticalement en
12454  bas
12455 \end_layout
12456
12457 \begin_layout Standard
12458 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12459  la fenêtre de dialogue sont ignorés.
12460 \end_layout
12461
12462 \begin_layout Standard
12463 \begin_inset Note Greyedout
12464 status open
12465
12466 \begin_layout Plain Layout
12467
12468 \series bold
12469 Note:
12470 \series default
12471  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12472  en compte.
12473 \end_layout
12474
12475 \end_inset
12476
12477
12478 \end_layout
12479
12480 \begin_layout Standard
12481 Comme le texte doit être centré horizontalement, on ajoute la commande 
12482 \series bold
12483
12484 \backslash
12485 centering
12486 \series default
12487 .
12488  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12489  des colonnes recouvertes :
12490 \end_layout
12491
12492 \begin_layout Standard
12493
12494 \series bold
12495 >{
12496 \backslash
12497 centering}m{1.25cm-6.2pt}
12498 \end_layout
12499
12500 \begin_layout Standard
12501 La commande 
12502 \series bold
12503 >{ }
12504 \series default
12505  signifie que les commandes qui se trouvent entre les accolades doivent
12506  être appliquées avant que la cellule ne soit créée.
12507 \end_layout
12508
12509 \begin_layout Standard
12510 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12511  multi-colonne, il est toujours aligné à gauche.
12512  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12513  isolées.
12514  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12515 \end_layout
12516
12517 \begin_layout Standard
12518
12519 \series bold
12520 >{
12521 \backslash
12522 centering}m{2.5cm}
12523 \end_layout
12524
12525 \begin_layout Subsection
12526 Multi-lignes
12527 \begin_inset CommandInset label
12528 LatexCommand label
12529 name "sub:Multi-lignes"
12530
12531 \end_inset
12532
12533
12534 \begin_inset Index idx
12535 status collapsed
12536
12537 \begin_layout Plain Layout
12538 Multi-lignes
12539 \end_layout
12540
12541 \end_inset
12542
12543
12544 \begin_inset Index idx
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Tableau ! Multi-ligne
12549 \end_layout
12550
12551 \end_inset
12552
12553
12554 \end_layout
12555
12556 \begin_layout Standard
12557 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12558  qu'elle doit couvrir et utilisez soit le bouton 
12559 \begin_inset Info
12560 type  "icon"
12561 arg   "inset-modify tabular multirow"
12562 \end_inset
12563
12564  de la barre d'outils tableau, ou le menu 
12565 \family sans
12566 Édition\SpecialChar \menuseparator
12567 Tableau\SpecialChar \menuseparator
12568 Multi-lignes
12569 \family default
12570 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12571  
12572 \family sans
12573 Multi-lignes
12574 \family default
12575 .
12576 \end_layout
12577
12578 \begin_layout Standard
12579 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12580 \end_layout
12581
12582 \begin_layout Standard
12583 \align center
12584 \begin_inset Tabular
12585 <lyxtabular version="3" rows="3" columns="3">
12586 <features rotate="0" tabularvalignment="middle">
12587 <column alignment="center" valignment="top" width="0pt">
12588 <column alignment="center" valignment="top" width="0">
12589 <column alignment="center" valignment="top" width="0">
12590 <row>
12591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 un contenu long
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 b
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 c
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 </row>
12619 <row>
12620 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 multi-ligne
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 e
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 f
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 h
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 i
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 </row>
12677 </lyxtabular>
12678
12679 \end_inset
12680
12681
12682 \end_layout
12683
12684 \begin_layout Standard
12685 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12686  la colonne.
12687  L'
12688 \family sans
12689 Espacement
12690 \begin_inset space ~
12691 \end_inset
12692
12693 vertical
12694 \family default
12695  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12696  est positive ou négative.
12697 \end_layout
12698
12699 \begin_layout Standard
12700 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12701  explicitement, la cellule hérite de l'alignement de la colonne.
12702  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12703  implicite, vous devez redéfinir la commande 
12704 \series bold
12705
12706 \backslash
12707 multirowsetup
12708 \series default
12709  avec la commande
12710 \end_layout
12711
12712 \begin_layout Standard
12713
12714 \series bold
12715
12716 \backslash
12717 renewcommand{
12718 \backslash
12719 multirowsetup}{
12720 \backslash
12721 centering}
12722 \end_layout
12723
12724 \begin_layout Standard
12725 dans le préambule du document.
12726  Après ça, tous les contenus de cellules multi-lignes du document seront
12727  centrés.
12728  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12729  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12730  juste avant le tableau concerné, plutôt que dans le préambule.
12731  Si le texte doit être aligné à droite, remplacez 
12732 \series bold
12733
12734 \backslash
12735 centering
12736 \series default
12737  par 
12738 \series bold
12739
12740 \backslash
12741 raggedleft
12742 \series default
12743 .
12744  Pour revenir à l'alignement à gauche utilisez 
12745 \series bold
12746
12747 \backslash
12748 raggedright
12749 \series default
12750 .
12751 \end_layout
12752
12753 \begin_layout Standard
12754 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12755  avec un décalage vertical de -4
12756 \begin_inset space \thinspace{}
12757 \end_inset
12758
12759 mm dans une colonne de 3
12760 \begin_inset space \thinspace{}
12761 \end_inset
12762
12763 cm de large
12764 \begin_inset space ~
12765 \end_inset
12766
12767 :
12768 \end_layout
12769
12770 \begin_layout Standard
12771 \noindent
12772 \align center
12773 \begin_inset ERT
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778
12779 \backslash
12780 renewcommand{
12781 \backslash
12782 multirowsetup}{
12783 \backslash
12784 raggedleft}
12785 \end_layout
12786
12787 \end_inset
12788
12789
12790 \begin_inset Tabular
12791 <lyxtabular version="3" rows="4" columns="3">
12792 <features rotate="0" tabularvalignment="middle">
12793 <column alignment="center" valignment="top" width="3cm">
12794 <column alignment="center" valignment="top" width="0">
12795 <column alignment="center" valignment="top" width="0">
12796 <row>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 un contenu long
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 b
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 c
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 </row>
12825 <row>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 t
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 n
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 m
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 </row>
12854 <row>
12855 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 multi-ligne
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 e
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 f
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 </row>
12883 <row>
12884 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 h
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 i
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 </row>
12912 </lyxtabular>
12913
12914 \end_inset
12915
12916
12917 \begin_inset ERT
12918 status collapsed
12919
12920 \begin_layout Plain Layout
12921
12922
12923 \backslash
12924 renewcommand{
12925 \backslash
12926 multirowsetup}{
12927 \backslash
12928 raggedright}
12929 \end_layout
12930
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \begin_layout Standard
12937 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
12938  utiliser un saut de ligne forcé (
12939 \begin_inset space ~
12940 \end_inset
12941
12942 raccourci 
12943 \family sans
12944 Ctrl+Entrée
12945 \family default
12946
12947 \begin_inset space ~
12948 \end_inset
12949
12950 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12951  on le voit dans ce tableau :
12952 \end_layout
12953
12954 \begin_layout Standard
12955 \noindent
12956 \align center
12957 \begin_inset Tabular
12958 <lyxtabular version="3" rows="3" columns="2">
12959 <features rotate="0" tabularvalignment="middle">
12960 <column alignment="left" valignment="middle" width="2cm">
12961 <column alignment="center" valignment="top" width="0">
12962 <row>
12963 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 aaa
12968 \begin_inset Newline newline
12969 \end_inset
12970
12971 aaa
12972 \begin_inset Newline newline
12973 \end_inset
12974
12975 mauvaise cellule
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 ccc
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 </row>
12990 <row>
12991 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004 ddd
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 </row>
13010 <row>
13011 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 bbb
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 eee
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 </row>
13030 </lyxtabular>
13031
13032 \end_inset
13033
13034
13035 \end_layout
13036
13037 \begin_layout Standard
13038 Vous devez donc faire attention avec les saut de lignes forcés.
13039 \end_layout
13040
13041 \begin_layout Subsection
13042
13043 \lang english
13044 Cells with diagonal line(s)
13045 \end_layout
13046
13047 \begin_layout Standard
13048
13049 \lang english
13050 To tell the reader what is meant by column and row headings in a table,
13051  it is helpful to split the first cell of the table by one or two diagonal
13052  lines.
13053  This can be achieved by loading the LaTeX-package 
13054 \series bold
13055 diagbox
13056 \series default
13057 \lang french
13058
13059 \begin_inset Index idx
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063 Paquetages LaTeX ! diagbox
13064 \end_layout
13065
13066 \end_inset
13067
13068  
13069 \lang english
13070 in the document preamble.
13071  The package provides the command 
13072 \series bold
13073
13074 \backslash
13075 diagbox
13076 \series default
13077  that is inserted as TeX-Code and that can take 2 or 3
13078 \begin_inset space ~
13079 \end_inset
13080
13081 arguments:
13082 \end_layout
13083
13084 \begin_layout Standard
13085
13086 \series bold
13087 \lang english
13088
13089 \backslash
13090 diagbox[options]{lower left}{upper right}
13091 \end_layout
13092
13093 \begin_layout Standard
13094
13095 \series bold
13096 \lang english
13097
13098 \backslash
13099 diagbox[options]{lower left}{upper left}{upper right}
13100 \end_layout
13101
13102 \begin_layout Standard
13103
13104 \lang english
13105 The first scheme divides the cell by a single diagonal line and the arguments
13106  are placed below and above this line.
13107  The second scheme divides the cell by 2
13108 \begin_inset space ~
13109 \end_inset
13110
13111 lines.
13112 \end_layout
13113
13114 \begin_layout Standard
13115 \begin_inset ERT
13116 status collapsed
13117
13118 \begin_layout Plain Layout
13119
13120
13121 \backslash
13122 ifdiagbox
13123 \end_layout
13124
13125 \end_inset
13126
13127
13128 \begin_inset Note Note
13129 status open
13130
13131 \begin_layout Plain Layout
13132 La section suivante ne s'affichera que si vous avez installé le paquetage
13133  LaTeX 
13134 \series bold
13135 diagbox
13136 \series default
13137 .
13138 \end_layout
13139
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Standard
13146
13147 \lang english
13148 Here is an example table where 
13149 \series bold
13150
13151 \backslash
13152 diagbox 
13153 \series default
13154 is used in the 2-argument scheme in the first cell:
13155 \begin_inset VSpace medskip
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \begin_layout Standard
13162 \noindent
13163
13164 \lang english
13165 \begin_inset Tabular
13166 <lyxtabular version="3" rows="4" columns="4">
13167 <features rotate="0" tabularvalignment="middle">
13168 <column alignment="center" valignment="top" width="0">
13169 <column alignment="center" valignment="top" width="0">
13170 <column alignment="center" valignment="top" width="0">
13171 <column alignment="center" valignment="top" width="0">
13172 <row>
13173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177
13178 \lang english
13179 \begin_inset ERT
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183
13184
13185 \backslash
13186 diagbox{
13187 \end_layout
13188
13189 \end_inset
13190
13191 Name
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197 }{
13198 \end_layout
13199
13200 \end_inset
13201
13202 Parameter
13203 \begin_inset ERT
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207
13208 }
13209 \end_layout
13210
13211 \end_inset
13212
13213
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222
13223 \lang english
13224 Thickness in nm
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233
13234 \lang english
13235 Transparency in %
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244
13245 \lang english
13246 Hardness in MPa
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 </row>
13252 <row>
13253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257
13258 \lang english
13259 Perfect Green
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268
13269 \lang english
13270 45
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279
13280 \lang english
13281 80
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290
13291 \lang english
13292 504
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303
13304 \lang english
13305 Dark Multi-P
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314
13315 \lang english
13316 60
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325
13326 \lang english
13327 72
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336
13337 \lang english
13338 982
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \lang english
13351 Crystal Clear Pro
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360
13361 \lang english
13362 18
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371
13372 \lang english
13373 86
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \lang english
13384 374
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 </row>
13390 </lyxtabular>
13391
13392 \end_inset
13393
13394
13395 \begin_inset VSpace medskip
13396 \end_inset
13397
13398
13399 \end_layout
13400
13401 \begin_layout Standard
13402
13403 \lang english
13404 The 3-argument scheme is for example useful for cross-tables of sports leagues
13405  or distances:
13406 \end_layout
13407
13408 \begin_layout Standard
13409 \noindent
13410 \align center
13411
13412 \lang english
13413 \begin_inset Tabular
13414 <lyxtabular version="3" rows="4" columns="4">
13415 <features rotate="0" tabularvalignment="middle">
13416 <column alignment="center" valignment="top" width="0pt">
13417 <column alignment="center" valignment="top" width="0">
13418 <column alignment="center" valignment="top" width="0">
13419 <column alignment="center" valignment="top" width="0">
13420 <row>
13421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425
13426 \lang english
13427 \begin_inset ERT
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431
13432
13433 \backslash
13434 diagbox{
13435 \end_layout
13436
13437 \end_inset
13438
13439 Team home
13440 \begin_inset ERT
13441 status collapsed
13442
13443 \begin_layout Plain Layout
13444
13445 }{
13446 \end_layout
13447
13448 \end_inset
13449
13450 Result
13451 \begin_inset ERT
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455
13456 }{
13457 \end_layout
13458
13459 \end_inset
13460
13461 Team away
13462 \begin_inset ERT
13463 status collapsed
13464
13465 \begin_layout Plain Layout
13466
13467 }
13468 \end_layout
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481
13482 \lang english
13483 Tigers
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492
13493 \lang english
13494 Panthers
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503
13504 \lang english
13505 Falcons
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 </row>
13511 <row>
13512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516
13517 \lang english
13518 Tigers
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527
13528 \lang english
13529 ---
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538
13539 \lang english
13540 1:3
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549
13550 \lang english
13551 0:1
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 </row>
13557 <row>
13558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562
13563 \lang english
13564 Panthers
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Plain Layout
13573
13574 \lang english
13575 3:1
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584
13585 \lang english
13586 ---
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595
13596 \lang english
13597 0:0
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 </row>
13603 <row>
13604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608
13609 \lang english
13610 Falcons
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619
13620 \lang english
13621 1:0
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630
13631 \lang english
13632 0:0
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641
13642 \lang english
13643 ---
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 </row>
13649 </lyxtabular>
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657
13658 \lang english
13659 For larger cross-tables one might use split cells in 2 or every corner of
13660  the table like in this example:
13661 \end_layout
13662
13663 \begin_layout Standard
13664 \noindent
13665 \align center
13666
13667 \lang english
13668 \begin_inset Tabular
13669 <lyxtabular version="3" rows="5" columns="5">
13670 <features rotate="0" tabularvalignment="middle">
13671 <column alignment="center" valignment="top" width="0pt">
13672 <column alignment="center" valignment="top" width="0">
13673 <column alignment="center" valignment="top" width="0">
13674 <column alignment="center" valignment="top" width="0">
13675 <column alignment="center" valignment="top" width="0">
13676 <row>
13677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681
13682 \lang english
13683 \begin_inset ERT
13684 status open
13685
13686 \begin_layout Plain Layout
13687
13688
13689 \backslash
13690 diagbox{
13691 \end_layout
13692
13693 \end_inset
13694
13695 Team home
13696 \begin_inset ERT
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700
13701 }{
13702 \end_layout
13703
13704 \end_inset
13705
13706 Result
13707 \begin_inset ERT
13708 status collapsed
13709
13710 \begin_layout Plain Layout
13711
13712 }{
13713 \end_layout
13714
13715 \end_inset
13716
13717 Team away
13718 \begin_inset ERT
13719 status collapsed
13720
13721 \begin_layout Plain Layout
13722
13723 }
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737
13738 \lang english
13739 Tigers
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748
13749 \lang english
13750 Panthers
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759
13760 \lang english
13761 Falcons
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770
13771 \lang english
13772 \begin_inset ERT
13773 status open
13774
13775 \begin_layout Plain Layout
13776
13777
13778 \backslash
13779 diagbox[dir=NE]{
13780 \end_layout
13781
13782 \end_inset
13783
13784 Team home
13785 \begin_inset ERT
13786 status collapsed
13787
13788 \begin_layout Plain Layout
13789
13790 }{
13791 \end_layout
13792
13793 \end_inset
13794
13795 Result
13796 \begin_inset ERT
13797 status collapsed
13798
13799 \begin_layout Plain Layout
13800
13801 }{
13802 \end_layout
13803
13804 \end_inset
13805
13806 Team away
13807 \begin_inset ERT
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811
13812 }
13813 \end_layout
13814
13815 \end_inset
13816
13817
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 </row>
13823 <row>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828
13829 \lang english
13830 Tigers
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839
13840 \lang english
13841 ---
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850
13851 \lang english
13852 1:3
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861
13862 \lang english
13863 0:1
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872
13873 \lang english
13874 Tigers
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885
13886 \lang english
13887 Panthers
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896
13897 \lang english
13898 3:1
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907
13908 \lang english
13909 ---
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918
13919 \lang english
13920 0:0
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929
13930 \lang english
13931 Panthers
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 </row>
13937 <row>
13938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942
13943 \lang english
13944 Falcons
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953
13954 \lang english
13955 1:0
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964
13965 \lang english
13966 0:0
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975
13976 \lang english
13977 ---
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986
13987 \lang english
13988 Falcons
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 </row>
13994 <row>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999
14000 \lang english
14001 \begin_inset ERT
14002 status open
14003
14004 \begin_layout Plain Layout
14005
14006
14007 \backslash
14008 diagbox[dir=SW]{
14009 \end_layout
14010
14011 \end_inset
14012
14013 Team home
14014 \begin_inset ERT
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018
14019 }{
14020 \end_layout
14021
14022 \end_inset
14023
14024 Result
14025 \begin_inset ERT
14026 status collapsed
14027
14028 \begin_layout Plain Layout
14029
14030 }{
14031 \end_layout
14032
14033 \end_inset
14034
14035 Team away
14036 \begin_inset ERT
14037 status collapsed
14038
14039 \begin_layout Plain Layout
14040
14041 }
14042 \end_layout
14043
14044 \end_inset
14045
14046
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055
14056 \lang english
14057 Tigers
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066
14067 \lang english
14068 Panthers
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077
14078 \lang english
14079 Falcons
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Plain Layout
14088
14089 \lang english
14090 \begin_inset ERT
14091 status open
14092
14093 \begin_layout Plain Layout
14094
14095
14096 \backslash
14097 diagbox[dir=SE]{
14098 \end_layout
14099
14100 \end_inset
14101
14102 Team home
14103 \begin_inset ERT
14104 status collapsed
14105
14106 \begin_layout Plain Layout
14107
14108 }{
14109 \end_layout
14110
14111 \end_inset
14112
14113 Result
14114 \begin_inset ERT
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118
14119 }{
14120 \end_layout
14121
14122 \end_inset
14123
14124 Team away
14125 \begin_inset ERT
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129
14130 }
14131 \end_layout
14132
14133 \end_inset
14134
14135
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 </row>
14141 </lyxtabular>
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149
14150 \lang english
14151 To rotate the diagonal lines, the command option 
14152 \series bold
14153 dir=direction
14154 \series default
14155  is used.
14156  
14157 \emph on
14158 direction
14159 \emph default
14160  is either 
14161 \series bold
14162 NE
14163 \series default
14164
14165 \series bold
14166 DE
14167 \series default
14168
14169 \series bold
14170 SW
14171 \series default
14172  or 
14173 \series bold
14174 NW
14175 \series default
14176  and represent a point of a compass.
14177  
14178 \series bold
14179 SW
14180 \series default
14181  is for example the south-west corner.
14182  Thus in the lower left cell of the above table the command
14183 \end_layout
14184
14185 \begin_layout Standard
14186
14187 \series bold
14188 \lang english
14189
14190 \backslash
14191 diagbox[dir=SW]{Team home}{Result}{Team away}
14192 \end_layout
14193
14194 \begin_layout Standard
14195
14196 \lang english
14197 is used.
14198  If no direction is given, it will be NW.
14199 \end_layout
14200
14201 \begin_layout Standard
14202
14203 \lang english
14204 The necessary width of split cells is automatically calculated.
14205  Thus if you set a fixed column width smaller than the calculated one, the
14206  cell's content will protrude the cell borders:
14207 \end_layout
14208
14209 \begin_layout Standard
14210 \noindent
14211 \align center
14212
14213 \lang english
14214 \begin_inset Tabular
14215 <lyxtabular version="3" rows="2" columns="2">
14216 <features rotate="0" tabularvalignment="middle">
14217 <column alignment="center" valignment="top" width="3cm">
14218 <column alignment="center" valignment="top" width="0">
14219 <row>
14220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224
14225 \lang english
14226 \begin_inset ERT
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230
14231
14232 \backslash
14233 diagbox{
14234 \end_layout
14235
14236 \end_inset
14237
14238 Name
14239 \begin_inset ERT
14240 status collapsed
14241
14242 \begin_layout Plain Layout
14243
14244 }{
14245 \end_layout
14246
14247 \end_inset
14248
14249 Parameter
14250 \begin_inset ERT
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254
14255 }
14256 \end_layout
14257
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269
14270 \lang english
14271 Thickness in nm
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 </row>
14277 <row>
14278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282
14283 \lang english
14284 Perfect Green
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293
14294 \lang english
14295 45
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 </row>
14301 </lyxtabular>
14302
14303 \end_inset
14304
14305
14306 \end_layout
14307
14308 \begin_layout Standard
14309
14310 \lang english
14311 If you need a certain width for columns with a split cell, use the command
14312  option 
14313 \series bold
14314 width=3cm
14315 \series default
14316  (replace '3cm' by the width you need).
14317  In the following table the width of the first column is set to 4
14318 \begin_inset space \thinspace{}
14319 \end_inset
14320
14321 cm.
14322  For 
14323 \series bold
14324
14325 \backslash
14326 diagbox
14327 \series default
14328  a width of 4
14329 \begin_inset space \thinspace{}
14330 \end_inset
14331
14332 cm + 2
14333 \begin_inset space \thinspace{}
14334 \end_inset
14335
14336
14337 \backslash
14338 tabcolsep is necessary because the overall width is the width for the text
14339  (in this case the 4
14340 \begin_inset space \thinspace{}
14341 \end_inset
14342
14343 cm) plus two times the separation of the text and the cell border.
14344  The calculation of the width cannot be done in the command option of 
14345 \series bold
14346
14347 \backslash
14348 diagbox
14349 \series default
14350  so one needs to create a new length which can be used later.
14351  This is done with the TeX-Code commands
14352 \end_layout
14353
14354 \begin_layout Standard
14355
14356 \series bold
14357
14358 \backslash
14359 newlength{
14360 \backslash
14361 diagtest}
14362 \begin_inset Newline newline
14363 \end_inset
14364
14365
14366 \backslash
14367 setlength{
14368 \backslash
14369 diagtest}{4cm+2
14370 \backslash
14371 tabcolsep}
14372 \end_layout
14373
14374 \begin_layout Standard
14375 \begin_inset ERT
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379
14380
14381 \backslash
14382 newlength{
14383 \backslash
14384 diagtest}
14385 \end_layout
14386
14387 \begin_layout Plain Layout
14388
14389
14390 \backslash
14391 setlength{
14392 \backslash
14393 diagtest}{4cm+2
14394 \backslash
14395 tabcolsep}
14396 \end_layout
14397
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \begin_layout Standard
14404
14405 \lang english
14406 To enable calculations in LaTeX one needs to load the package 
14407 \series bold
14408 calc
14409 \series default
14410 \lang french
14411
14412 \begin_inset Index idx
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416 Paquetages LaTeX ! calc
14417 \end_layout
14418
14419 \end_inset
14420
14421  
14422 \lang english
14423 in the document preamble.
14424 \end_layout
14425
14426 \begin_layout Standard
14427
14428 \lang english
14429 In this table you can now use the command
14430 \end_layout
14431
14432 \begin_layout Standard
14433
14434 \series bold
14435
14436 \backslash
14437 diagbox[width=
14438 \backslash
14439 diagtest]{A}{B}
14440 \end_layout
14441
14442 \begin_layout Standard
14443
14444 \lang english
14445 in the first cell:
14446 \end_layout
14447
14448 \begin_layout Standard
14449 \noindent
14450 \align center
14451
14452 \lang english
14453 \begin_inset Tabular
14454 <lyxtabular version="3" rows="2" columns="2">
14455 <features rotate="0" tabularvalignment="middle">
14456 <column alignment="center" valignment="top" width="4cm">
14457 <column alignment="center" valignment="top" width="0">
14458 <row>
14459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463 \begin_inset ERT
14464 status open
14465
14466 \begin_layout Plain Layout
14467
14468
14469 \backslash
14470 diagbox[width=
14471 \backslash
14472 diagtest]{
14473 \end_layout
14474
14475 \end_inset
14476
14477 A
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483 }{
14484 \end_layout
14485
14486 \end_inset
14487
14488 B
14489 \begin_inset ERT
14490 status collapsed
14491
14492 \begin_layout Plain Layout
14493
14494 }
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508
14509 \lang english
14510 Thickness in nm
14511 \end_layout
14512
14513 \end_inset
14514 </cell>
14515 </row>
14516 <row>
14517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Plain Layout
14521
14522 \lang english
14523 Perfect Green
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532
14533 \lang english
14534 45
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 </row>
14540 </lyxtabular>
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \begin_layout Standard
14548
14549 \lang english
14550 Note that the split cell needs to be the widest one in the column.
14551  Otherwise the length of the diagonal line cannot be calculated correctly
14552  like in this table:
14553 \end_layout
14554
14555 \begin_layout Standard
14556 \noindent
14557 \align center
14558
14559 \lang english
14560 \begin_inset Tabular
14561 <lyxtabular version="3" rows="2" columns="2">
14562 <features rotate="0" tabularvalignment="middle">
14563 <column alignment="center" valignment="top" width="0pt">
14564 <column alignment="center" valignment="top" width="0">
14565 <row>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 \begin_inset ERT
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574
14575
14576 \backslash
14577 diagbox{
14578 \end_layout
14579
14580 \end_inset
14581
14582 A
14583 \begin_inset ERT
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587
14588 }{
14589 \end_layout
14590
14591 \end_inset
14592
14593 B
14594 \begin_inset ERT
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598
14599 }
14600 \end_layout
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613
14614 \lang english
14615 Thickness in nm
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 </row>
14621 <row>
14622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626
14627 \lang english
14628 Perfect Green
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637
14638 \lang english
14639 45
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 </row>
14645 </lyxtabular>
14646
14647 \end_inset
14648
14649
14650 \end_layout
14651
14652 \begin_layout Standard
14653
14654 \lang english
14655 In this case use the 
14656 \series bold
14657 width
14658 \series default
14659  option of the 
14660 \series bold
14661
14662 \backslash
14663 diagbox
14664 \series default
14665  command.
14666  It is then not necessary to add 2
14667 \backslash
14668 tabcolsep because the cell width is now the width of the column.
14669  In this table a width of 3
14670 \begin_inset space \thinspace{}
14671 \end_inset
14672
14673 cm is used:
14674 \end_layout
14675
14676 \begin_layout Standard
14677 \noindent
14678 \align center
14679
14680 \lang english
14681 \begin_inset Tabular
14682 <lyxtabular version="3" rows="2" columns="2">
14683 <features rotate="0" tabularvalignment="middle">
14684 <column alignment="center" valignment="top" width="0pt">
14685 <column alignment="center" valignment="top" width="0">
14686 <row>
14687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691 \begin_inset ERT
14692 status open
14693
14694 \begin_layout Plain Layout
14695
14696
14697 \backslash
14698 diagbox[width=3cm]{
14699 \end_layout
14700
14701 \end_inset
14702
14703 A
14704 \begin_inset ERT
14705 status collapsed
14706
14707 \begin_layout Plain Layout
14708
14709 }{
14710 \end_layout
14711
14712 \end_inset
14713
14714 B
14715 \begin_inset ERT
14716 status collapsed
14717
14718 \begin_layout Plain Layout
14719
14720 }
14721 \end_layout
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734
14735 \lang english
14736 Thickness in nm
14737 \end_layout
14738
14739 \end_inset
14740 </cell>
14741 </row>
14742 <row>
14743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747
14748 \lang english
14749 Perfect Green
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758
14759 \lang english
14760 45
14761 \end_layout
14762
14763 \end_inset
14764 </cell>
14765 </row>
14766 </lyxtabular>
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774
14775 \lang english
14776 For multiple text lines in split cells one needs some extra height to fit
14777  the text to the cell.
14778  This can be achieved with the 
14779 \series bold
14780
14781 \backslash
14782 diagbox
14783 \series default
14784  option 
14785 \series bold
14786 height=3cm
14787 \series default
14788  (replace '3cm' by the height you need).
14789  In the following table the command
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \series bold
14795
14796 \backslash
14797 diagbox[width=3cm,height=1.4cm]{A
14798 \backslash
14799
14800 \backslash
14801 B}{C
14802 \backslash
14803
14804 \backslash
14805 D}
14806 \end_layout
14807
14808 \begin_layout Standard
14809
14810 \lang english
14811 is used in the first cell.
14812  The command 
14813 \series bold
14814
14815 \backslash
14816
14817 \backslash
14818
14819 \series default
14820  creates hereby the line break.
14821 \begin_inset Foot
14822 status collapsed
14823
14824 \begin_layout Plain Layout
14825
14826 \lang english
14827 Breaking lines with 
14828 \family sans
14829 Ctrl+Return
14830 \family default
14831  is only possible when the column has a fixed width.
14832 \end_layout
14833
14834 \end_inset
14835
14836
14837 \end_layout
14838
14839 \begin_layout Standard
14840 \noindent
14841 \align center
14842
14843 \lang english
14844 \begin_inset Tabular
14845 <lyxtabular version="3" rows="2" columns="2">
14846 <features rotate="0" tabularvalignment="middle">
14847 <column alignment="center" valignment="top" width="0">
14848 <column alignment="center" valignment="top" width="0">
14849 <row>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 \begin_inset ERT
14855 status open
14856
14857 \begin_layout Plain Layout
14858
14859
14860 \backslash
14861 diagbox[width=3cm,height=1.4cm]{
14862 \end_layout
14863
14864 \end_inset
14865
14866 A
14867 \begin_inset ERT
14868 status collapsed
14869
14870 \begin_layout Plain Layout
14871
14872
14873 \backslash
14874
14875 \backslash
14876
14877 \end_layout
14878
14879 \end_inset
14880
14881 B
14882 \begin_inset ERT
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886
14887 }{
14888 \end_layout
14889
14890 \end_inset
14891
14892 C
14893 \begin_inset ERT
14894 status collapsed
14895
14896 \begin_layout Plain Layout
14897
14898
14899 \backslash
14900
14901 \backslash
14902
14903 \end_layout
14904
14905 \end_inset
14906
14907 D
14908 \begin_inset ERT
14909 status collapsed
14910
14911 \begin_layout Plain Layout
14912
14913 }
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \lang english
14929 Thickness in nm
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 </row>
14935 <row>
14936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940
14941 \lang english
14942 Perfect Green
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951
14952 \lang english
14953 45
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 </lyxtabular>
14960
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \begin_layout Standard
14967 \begin_inset ERT
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971
14972
14973 \backslash
14974 else
14975 \end_layout
14976
14977 \end_inset
14978
14979
14980 \begin_inset Note Note
14981 status open
14982
14983 \begin_layout Plain Layout
14984 Ce qui suit sera affiché si le paquetage LaTeX 
14985 \series bold
14986 diagbox
14987 \series default
14988  n'est pas installé :
14989 \end_layout
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 Vous devez installer le paquetage LaTeX 
14998 \series bold
14999 diagbox
15000 \series default
15001  pour voir le contenu des cette section dans la sortie imprimée.
15002 \end_layout
15003
15004 \begin_layout Standard
15005 \begin_inset ERT
15006 status collapsed
15007
15008 \begin_layout Plain Layout
15009
15010
15011 \backslash
15012 fi
15013 \end_layout
15014
15015 \end_inset
15016
15017
15018 \end_layout
15019
15020 \begin_layout Standard
15021
15022 \lang english
15023 For more info about the LaTeX-package 
15024 \series bold
15025 diagbox
15026 \series default
15027 , see its documentation
15028 \lang french
15029
15030 \begin_inset CommandInset citation
15031 LatexCommand cite
15032 key "diagbox"
15033
15034 \end_inset
15035
15036 .
15037 \end_layout
15038
15039 \begin_layout Section
15040 Les tableaux formels
15041 \begin_inset CommandInset label
15042 LatexCommand label
15043 name "sec:Tableaux-Formels"
15044
15045 \end_inset
15046
15047
15048 \begin_inset Index idx
15049 status collapsed
15050
15051 \begin_layout Plain Layout
15052 Tableau ! Formel
15053 \end_layout
15054
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \begin_layout Standard
15061 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15062  à celle du tableau
15063 \begin_inset space ~
15064 \end_inset
15065
15066
15067 \begin_inset CommandInset ref
15068 LatexCommand ref
15069 reference "tab:Exemple-tableau-booktabs"
15070
15071 \end_inset
15072
15073 .
15074  Ce genre de tableau est appelé 
15075 \begin_inset Quotes fld
15076 \end_inset
15077
15078
15079 \emph on
15080 formel
15081 \emph default
15082
15083 \begin_inset Quotes frd
15084 \end_inset
15085
15086 .
15087  Pour transformer un tableau en tableau formel, utilisez l'option 
15088 \family sans
15089 Formel
15090 \family default
15091  de l'onglet 
15092 \family sans
15093 Bordures
15094 \family default
15095  de la fenêtre de dialogue 
15096 \family sans
15097 Paramètres
15098 \begin_inset space ~
15099 \end_inset
15100
15101 du
15102 \begin_inset space ~
15103 \end_inset
15104
15105 tableau
15106 \family default
15107 .
15108 \end_layout
15109
15110 \begin_layout Standard
15111 \begin_inset Float table
15112 placement h
15113 wide false
15114 sideways false
15115 status open
15116
15117 \begin_layout Plain Layout
15118 \begin_inset Caption Standard
15119
15120 \begin_layout Plain Layout
15121 \begin_inset CommandInset label
15122 LatexCommand label
15123 name "tab:Exemple-tableau-booktabs"
15124
15125 \end_inset
15126
15127 Exemple de tableau formel
15128 \end_layout
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \begin_layout Plain Layout
15136 \align center
15137 \begin_inset Tabular
15138 <lyxtabular version="3" rows="8" columns="4">
15139 <features rotate="0" booktabs="true" tabularvalignment="middle">
15140 <column alignment="center" valignment="top" width="0">
15141 <column alignment="center" valignment="top" width="0">
15142 <column alignment="center" valignment="top" width="0">
15143 <column alignment="center" valignment="top" width="0">
15144 <row>
15145 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 Système
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 Chip
15159 \begin_inset space \thinspace{}
15160 \end_inset
15161
15162 1
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 Chip
15172 \begin_inset space \thinspace{}
15173 \end_inset
15174
15175 2
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row>
15191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 \begin_inset ERT
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199
15200
15201 \backslash
15202 cmidrule(r){2-2}
15203 \end_layout
15204
15205 \end_inset
15206
15207
15208 \begin_inset ERT
15209 status collapsed
15210
15211 \begin_layout Plain Layout
15212
15213
15214 \backslash
15215 cmidrule(l){3-4}
15216 \end_layout
15217
15218 \end_inset
15219
15220 Épaisseur du capteur en µm
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 <cell alignment="center" valignment="top" usebox="none">
15226 \begin_inset Text
15227
15228 \begin_layout Plain Layout
15229 300
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 300
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 700
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 </row>
15253 <row>
15254 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 Angle du biseau en °
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" topline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 3.55
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 2.71
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 7.99
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row topspace="default">
15292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 Résolution spatiale en µm
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 4.26
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 10.17
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 <cell alignment="center" valignment="top" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323 10.56
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 </row>
15329 <row topspace="default">
15330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 MTF à 
15335 \begin_inset Formula $f_{\mathrm{max}}$
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347 0.53
15348 \end_layout
15349
15350 \end_inset
15351 </cell>
15352 <cell alignment="center" valignment="top" usebox="none">
15353 \begin_inset Text
15354
15355 \begin_layout Plain Layout
15356 0.37
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 0.39
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 <row topspace="default">
15372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376 \begin_inset ERT
15377 status collapsed
15378
15379 \begin_layout Plain Layout
15380
15381
15382 \backslash
15383 cmidrule(l{10pt}){1-1}
15384 \end_layout
15385
15386 \end_inset
15387
15388 résolution spatiale LSF
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 <cell alignment="center" valignment="top" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row>
15422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 en µm
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 <cell alignment="center" valignment="top" usebox="none">
15432 \begin_inset Text
15433
15434 \begin_layout Plain Layout
15435 129.7
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 <cell alignment="center" valignment="top" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444 52.75
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 <cell alignment="center" valignment="top" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453 50.78
15454 \end_layout
15455
15456 \end_inset
15457 </cell>
15458 </row>
15459 <row>
15460 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464 en % de la taille des pixels
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473 76.3
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482 95.9
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491 92.3
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 </row>
15497 </lyxtabular>
15498
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \begin_layout Standard
15510 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15511  
15512 \family sans
15513 Bordures
15514 \family default
15515  de la fenêtre de dialogue 
15516 \family sans
15517 Paramètres
15518 \begin_inset space ~
15519 \end_inset
15520
15521 du
15522 \begin_inset space ~
15523 \end_inset
15524
15525 tableau
15526 \family default
15527  comme c'est décrit dans la section
15528 \begin_inset space ~
15529 \end_inset
15530
15531
15532 \begin_inset CommandInset ref
15533 LatexCommand ref
15534 reference "sub:Espacement-lignes"
15535
15536 \end_inset
15537
15538 .
15539 \end_layout
15540
15541 \begin_layout Standard
15542 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15543  verticales.
15544  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15545  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15546  sortie imprimée :
15547 \begin_inset Newline newline
15548 \end_inset
15549
15550 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15551 \begin_inset space \thinspace{}
15552 \end_inset
15553
15554 em alors que les autres lignes ont implicite une épaisseur de 0.05
15555 \begin_inset space \thinspace{}
15556 \end_inset
15557
15558 em.
15559 \end_layout
15560
15561 \begin_layout Standard
15562 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15563  les lignes de préambule suivantes :
15564 \end_layout
15565
15566 \begin_layout Standard
15567
15568 \series bold
15569
15570 \backslash
15571 let
15572 \backslash
15573 mytoprule
15574 \backslash
15575 toprule
15576 \begin_inset Newline newline
15577 \end_inset
15578
15579
15580 \backslash
15581 renewcommand{
15582 \backslash
15583 toprule}{
15584 \backslash
15585 mytoprule[width]}
15586 \end_layout
15587
15588 \begin_layout Standard
15589 Cet exemple concerne la première ligne, appelée 
15590 \series bold
15591 toprule
15592 \series default
15593 .
15594  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15595 \series bold
15596 toprule
15597 \series default
15598  par 
15599 \series bold
15600 bottomrule
15601 \series default
15602 .
15603  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15604  
15605 \series bold
15606 toprule
15607 \series default
15608  par 
15609 \series bold
15610 midrule
15611 \series default
15612 .
15613  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15614 \begin_inset space ~
15615 \end_inset
15616
15617
15618 \begin_inset CommandInset ref
15619 LatexCommand ref
15620 reference "cha:Unités-de-longueur"
15621
15622 \end_inset
15623
15624  pour préciser l'épaisseur voulue.
15625 \end_layout
15626
15627 \begin_layout Standard
15628 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15629  en mettant une ligne pour une cellule multi-colonne.
15630  LyX va utiliser en interne la commande 
15631 \series bold
15632
15633 \backslash
15634 cmidrule
15635 \series default
15636  pour créer cette ligne.
15637  Sa syntaxe complète est :
15638 \end_layout
15639
15640 \begin_layout Standard
15641
15642 \series bold
15643
15644 \backslash
15645 cmidrule[largeur](rognage){colDépart-colFin}
15646 \end_layout
15647
15648 \begin_layout Standard
15649 Les options de la commande 
15650 \series bold
15651
15652 \backslash
15653 cmidrule
15654 \series default
15655  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15656  TeX pour pouvoir les utiliser.
15657  On peut créer manuellement des lignes 
15658 \series bold
15659
15660 \backslash
15661 mitrales
15662 \series default
15663  en insérant la commande en code TeX comme le premier élément de la première
15664  cellule de la ligne.
15665  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15666  en question.
15667 \end_layout
15668
15669 \begin_layout Standard
15670 La valeur implicite pour l'épaisseur des lignes est de 0.03
15671 \begin_inset space \thinspace{}
15672 \end_inset
15673
15674 em.
15675  
15676 \series bold
15677 colDépart
15678 \series default
15679  est le numéro de la colonne dans laquelle la ligne commence et 
15680 \series bold
15681 colFin
15682 \series default
15683  est le numéro de la colonne dans laquelle elle se termine.
15684  La valeur de 
15685 \series bold
15686 colFin
15687 \series default
15688  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15689  Le paramètre optionnel 
15690 \series bold
15691 rognage
15692 \series default
15693  peut être soit 
15694 \emph on
15695 l{largeurRognage}
15696 \emph default
15697 , ou 
15698 \emph on
15699 r{largeurRognage}
15700 \emph default
15701  où les valeurs de
15702 \emph on
15703  largeurRognage
15704 \emph default
15705  sont aussi optionnelles.
15706  En utilisant par exemple la valeur 
15707 \emph on
15708 l{2pt}
15709 \emph default
15710  pour ce paramètre, la ligne va être rognée de 2
15711 \begin_inset space \thinspace{}
15712 \end_inset
15713
15714 pt à son extrémité gauche.
15715  Si vous ne spécifiez pas de valeur pour 
15716 \emph on
15717 largeurRognage
15718 \emph default
15719  les lignes sont implicitement rognées de 0.5
15720 \begin_inset space \thinspace{}
15721 \end_inset
15722
15723 em.
15724 \end_layout
15725
15726 \begin_layout Standard
15727 \begin_inset VSpace bigskip
15728 \end_inset
15729
15730 Le tableau
15731 \begin_inset space ~
15732 \end_inset
15733
15734
15735 \begin_inset CommandInset ref
15736 LatexCommand ref
15737 reference "tab:Exemple-tableau-booktabs"
15738
15739 \end_inset
15740
15741  a été créé en utilisant les commandes
15742 \end_layout
15743
15744 \begin_layout Standard
15745
15746 \series bold
15747
15748 \backslash
15749 cmidrule(r){2-2}
15750 \backslash
15751 cmidrule(l){3-4}
15752 \end_layout
15753
15754 \begin_layout Standard
15755 au début de la deuxième ligne et
15756 \end_layout
15757
15758 \begin_layout Standard
15759
15760 \series bold
15761
15762 \backslash
15763 cmidrule(l{10pt}){1-1}
15764 \end_layout
15765
15766 \begin_layout Standard
15767 au début de la sixième ligne.
15768 \end_layout
15769
15770 \begin_layout Standard
15771 \begin_inset VSpace bigskip
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \begin_layout Standard
15778 Vous pouvez vouloir des commandes 
15779 \series bold
15780
15781 \backslash
15782 cmidrule
15783 \series default
15784 s qui se recouvrent comme pour le tableau
15785 \begin_inset space ~
15786 \end_inset
15787
15788
15789 \begin_inset CommandInset ref
15790 LatexCommand ref
15791 reference "tab:Tableau-booktabs-special"
15792
15793 \end_inset
15794
15795 .
15796  On obtient ce résultat en utilisant la commande suivante en code TeX
15797 \end_layout
15798
15799 \begin_layout Standard
15800
15801 \series bold
15802
15803 \backslash
15804 morecmidrules
15805 \end_layout
15806
15807 \begin_layout Standard
15808 La commande qui a été utilisée pour la deuxième ligne du tableau
15809 \begin_inset space ~
15810 \end_inset
15811
15812
15813 \begin_inset CommandInset ref
15814 LatexCommand ref
15815 reference "tab:Tableau-booktabs-special"
15816
15817 \end_inset
15818
15819  est
15820 \end_layout
15821
15822 \begin_layout Standard
15823
15824 \series bold
15825
15826 \backslash
15827 cmidrule(r){2-2}
15828 \backslash
15829 cmidrule(l){3-4}
15830 \backslash
15831 morecmidrules
15832 \backslash
15833 cmidrule{2-4}
15834 \end_layout
15835
15836 \begin_layout Standard
15837 La commande pour la sixième ligne est
15838 \end_layout
15839
15840 \begin_layout Standard
15841
15842 \series bold
15843
15844 \backslash
15845 midrule
15846 \backslash
15847 morecmidrules
15848 \backslash
15849 cmidrule{3-4}
15850 \end_layout
15851
15852 \begin_layout Standard
15853 \begin_inset VSpace bigskip
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \begin_layout Standard
15860 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15861 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15862  font toute la largeur du tableau :
15863 \end_layout
15864
15865 \begin_layout Standard
15866
15867 \series bold
15868
15869 \backslash
15870 specialrule{largeur}{espace au dessus}{espace en dessous}
15871 \end_layout
15872
15873 \begin_layout Standard
15874 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15875  du paquetage LaTeX 
15876 \series bold
15877 booktabs
15878 \series default
15879  
15880 \begin_inset CommandInset citation
15881 LatexCommand cite
15882 key "booktabs"
15883
15884 \end_inset
15885
15886 .
15887 \begin_inset Index idx
15888 status collapsed
15889
15890 \begin_layout Plain Layout
15891 Paquetages LaTeX ! booktabs
15892 \end_layout
15893
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \begin_layout Standard
15900 \begin_inset Float table
15901 placement h
15902 wide false
15903 sideways false
15904 status open
15905
15906 \begin_layout Plain Layout
15907 \begin_inset Caption Standard
15908
15909 \begin_layout Plain Layout
15910 \begin_inset CommandInset label
15911 LatexCommand label
15912 name "tab:Tableau-booktabs-special"
15913
15914 \end_inset
15915
15916 Tableau formel spécial
15917 \end_layout
15918
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \begin_layout Plain Layout
15925 \align center
15926 \begin_inset Tabular
15927 <lyxtabular version="3" rows="8" columns="4">
15928 <features rotate="0" booktabs="true" tabularvalignment="middle">
15929 <column alignment="center" valignment="top" width="0">
15930 <column alignment="center" valignment="top" width="0">
15931 <column alignment="center" valignment="top" width="0">
15932 <column alignment="center" valignment="top" width="0">
15933 <row>
15934 <cell alignment="center" valignment="top" topline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 Système
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 Chip
15948 \begin_inset space \thinspace{}
15949 \end_inset
15950
15951 1
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 Chip
15961 \begin_inset space \thinspace{}
15962 \end_inset
15963
15964 2
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row>
15980 <cell alignment="center" valignment="top" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 \begin_inset ERT
15985 status collapsed
15986
15987 \begin_layout Plain Layout
15988
15989
15990 \backslash
15991 cmidrule(r){2-2}
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \begin_inset ERT
15998 status collapsed
15999
16000 \begin_layout Plain Layout
16001
16002
16003 \backslash
16004 cmidrule(l){3-4}
16005 \end_layout
16006
16007 \end_inset
16008
16009
16010 \begin_inset ERT
16011 status collapsed
16012
16013 \begin_layout Plain Layout
16014
16015
16016 \backslash
16017 morecmidrules 
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \begin_inset ERT
16024 status collapsed
16025
16026 \begin_layout Plain Layout
16027
16028
16029 \backslash
16030 cmidrule{2-4}
16031 \end_layout
16032
16033 \end_inset
16034
16035 Epaisseur du capteur en µm
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 300
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 300
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 700
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 </row>
16068 <row>
16069 <cell alignment="center" valignment="top" topline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 Angle biseau en °
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 3.55
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 2.71
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 7.99
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row topspace="default">
16107 <cell alignment="center" valignment="top" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 Résolution spatiale en µm
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 4.26
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 10.17
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 10.56
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row topspace="default">
16145 <cell alignment="center" valignment="top" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149 MTF à 
16150 \begin_inset Formula $f_{\mathrm{max}}$
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 <cell alignment="center" valignment="top" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162 0.53
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 <cell alignment="center" valignment="top" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 0.37
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 0.39
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 </row>
16186 <row>
16187 <cell alignment="center" valignment="top" topline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 \begin_inset ERT
16192 status collapsed
16193
16194 \begin_layout Plain Layout
16195
16196
16197 \backslash
16198 morecmidrules 
16199 \end_layout
16200
16201 \end_inset
16202
16203
16204 \begin_inset ERT
16205 status collapsed
16206
16207 \begin_layout Plain Layout
16208
16209
16210 \backslash
16211 cmidrule{3-4}
16212 \end_layout
16213
16214 \end_inset
16215
16216 résolution spatiale LSF
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 <cell alignment="center" valignment="top" topline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 <row>
16250 <cell alignment="center" valignment="top" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 en µm
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 129.7
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 <cell alignment="center" valignment="top" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272 52.75
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281 50.78
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 </row>
16287 <row>
16288 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292 en % de la taille des pixels
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301 76.3
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 95.9
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 92.3
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 </row>
16325 </lyxtabular>
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \begin_layout Section
16338 Alignement vertical des tableaux
16339 \begin_inset Index idx
16340 status collapsed
16341
16342 \begin_layout Plain Layout
16343 Tableau ! Alignement
16344 \end_layout
16345
16346 \end_inset
16347
16348
16349 \end_layout
16350
16351 \begin_layout Standard
16352 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16353  doit être à l'intérieur d'une boîte.
16354  La boîte peut alors être alignée comme c'est décrit dans la 
16355 \begin_inset space ~
16356 \end_inset
16357
16358
16359 \begin_inset CommandInset ref
16360 LatexCommand ref
16361 reference "sec:Boîte-Dialogue"
16362
16363 \end_inset
16364
16365 .
16366 \end_layout
16367
16368 \begin_layout Standard
16369 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16370  minipage
16371 \begin_inset Foot
16372 status open
16373
16374 \begin_layout Plain Layout
16375 Les minipages son décrites dans la section
16376 \begin_inset space ~
16377 \end_inset
16378
16379
16380 \begin_inset CommandInset ref
16381 LatexCommand ref
16382 reference "sec:Minipages"
16383
16384 \end_inset
16385
16386 .
16387 \end_layout
16388
16389 \end_inset
16390
16391  dont la largeur est de 15
16392 \begin_inset space \thinspace{}
16393 \end_inset
16394
16395 col% :
16396 \end_layout
16397
16398 \begin_layout Itemize
16399 test 
16400 \begin_inset Box Frameless
16401 position "t"
16402 hor_pos "c"
16403 has_inner_box 1
16404 inner_pos "c"
16405 use_parbox 0
16406 use_makebox 0
16407 width "15col%"
16408 special "none"
16409 height "1in"
16410 height_special "totalheight"
16411 status collapsed
16412
16413 \begin_layout Plain Layout
16414 \begin_inset Tabular
16415 <lyxtabular version="3" rows="3" columns="3">
16416 <features rotate="0" tabularvalignment="middle">
16417 <column alignment="center" valignment="top" width="0">
16418 <column alignment="center" valignment="top" width="0">
16419 <column alignment="center" valignment="top" width="0">
16420 <row>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 a
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 d
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 g
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 <row>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 b
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 e
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 h
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 <row>
16479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 c
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 f
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 i
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 </row>
16507 </lyxtabular>
16508
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515
16516  test 
16517 \begin_inset ERT
16518 status collapsed
16519
16520 \begin_layout Plain Layout
16521
16522
16523 \backslash
16524 raisebox{0.85
16525 \backslash
16526 baselineskip}{
16527 \end_layout
16528
16529 \end_inset
16530
16531
16532 \begin_inset Box Frameless
16533 position "t"
16534 hor_pos "c"
16535 has_inner_box 1
16536 inner_pos "c"
16537 use_parbox 0
16538 use_makebox 0
16539 width "15col%"
16540 special "none"
16541 height "1in"
16542 height_special "totalheight"
16543 status collapsed
16544
16545 \begin_layout Plain Layout
16546 \begin_inset Tabular
16547 <lyxtabular version="3" rows="3" columns="3">
16548 <features rotate="0" tabularvalignment="middle">
16549 <column alignment="center" valignment="top" width="0">
16550 <column alignment="center" valignment="top" width="0">
16551 <column alignment="center" valignment="top" width="0">
16552 <row>
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 a
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 d
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 g
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 </row>
16581 <row>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 b
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 e
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 h
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row>
16611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 c
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 f
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 i
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 </lyxtabular>
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \end_inset
16647
16648
16649 \begin_inset ERT
16650 status collapsed
16651
16652 \begin_layout Plain Layout
16653
16654 }
16655 \end_layout
16656
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \begin_layout Itemize
16663 test 
16664 \begin_inset Box Frameless
16665 position "c"
16666 hor_pos "c"
16667 has_inner_box 1
16668 inner_pos "c"
16669 use_parbox 0
16670 use_makebox 0
16671 width "15col%"
16672 special "none"
16673 height "1in"
16674 height_special "totalheight"
16675 status collapsed
16676
16677 \begin_layout Plain Layout
16678 \begin_inset Tabular
16679 <lyxtabular version="3" rows="3" columns="3">
16680 <features rotate="0" tabularvalignment="middle">
16681 <column alignment="center" valignment="top" width="0">
16682 <column alignment="center" valignment="top" width="0">
16683 <column alignment="center" valignment="top" width="0">
16684 <row>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 a
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 d
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 g
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 </row>
16713 <row>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 b
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 e
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 h
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 <row>
16743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 c
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 f
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 i
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 </lyxtabular>
16772
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \begin_layout Itemize
16784 test 
16785 \begin_inset Box Frameless
16786 position "b"
16787 hor_pos "c"
16788 has_inner_box 1
16789 inner_pos "c"
16790 use_parbox 0
16791 use_makebox 0
16792 width "15col%"
16793 special "none"
16794 height "1in"
16795 height_special "totalheight"
16796 status collapsed
16797
16798 \begin_layout Plain Layout
16799 \begin_inset Tabular
16800 <lyxtabular version="3" rows="3" columns="3">
16801 <features rotate="0" tabularvalignment="middle">
16802 <column alignment="center" valignment="top" width="0">
16803 <column alignment="center" valignment="top" width="0">
16804 <column alignment="center" valignment="top" width="0">
16805 <row>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 a
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 d
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 g
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 <row>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 b
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 e
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 h
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 c
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 f
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 i
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 </lyxtabular>
16893
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900
16901  test 
16902 \begin_inset ERT
16903 status collapsed
16904
16905 \begin_layout Plain Layout
16906
16907
16908 \backslash
16909 raisebox{-0.32
16910 \backslash
16911 baselineskip}{
16912 \end_layout
16913
16914 \end_inset
16915
16916
16917 \begin_inset Box Frameless
16918 position "b"
16919 hor_pos "c"
16920 has_inner_box 1
16921 inner_pos "c"
16922 use_parbox 0
16923 use_makebox 0
16924 width "15col%"
16925 special "none"
16926 height "1in"
16927 height_special "totalheight"
16928 status collapsed
16929
16930 \begin_layout Plain Layout
16931 \begin_inset Tabular
16932 <lyxtabular version="3" rows="3" columns="3">
16933 <features rotate="0" tabularvalignment="middle">
16934 <column alignment="center" valignment="top" width="0">
16935 <column alignment="center" valignment="top" width="0">
16936 <column alignment="center" valignment="top" width="0">
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 a
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 d
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 g
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 <row>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 b
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 e
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 h
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 c
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 f
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 i
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 </lyxtabular>
17025
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032
17033
17034 \begin_inset ERT
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038
17039 }
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \begin_layout Standard
17048 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17049  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17050  la ligne dans laquelle le tableau est inséré.
17051  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17052  boîte élévatrice (raisebox)
17053 \begin_inset Foot
17054 status collapsed
17055
17056 \begin_layout Plain Layout
17057 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17058 \begin_inset space ~
17059 \end_inset
17060
17061
17062 \begin_inset CommandInset ref
17063 LatexCommand ref
17064 reference "sub:Alignement-Vertical"
17065
17066 \end_inset
17067
17068 .
17069 \end_layout
17070
17071 \end_inset
17072
17073 .
17074  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17075  aligné en utilisant la commande en code TeX suivante 
17076 \end_layout
17077
17078 \begin_layout Standard
17079
17080 \series bold
17081
17082 \backslash
17083 raisebox{0.85
17084 \backslash
17085 baselineskip}{
17086 \end_layout
17087
17088 \begin_layout Standard
17089 placée juste avant la boîte minipage.
17090  Après la boîte on insère l'accolade fermante en code TeX.
17091  Pour le deuxième tableau de la dernière ligne, la commande 
17092 \end_layout
17093
17094 \begin_layout Standard
17095
17096 \series bold
17097
17098 \backslash
17099 raisebox{-0.32
17100 \backslash
17101 baselineskip}{
17102 \end_layout
17103
17104 \begin_layout Standard
17105 est utilisée.
17106 \end_layout
17107
17108 \begin_layout Standard
17109 \begin_inset Note Greyedout
17110 status open
17111
17112 \begin_layout Plain Layout
17113
17114 \series bold
17115 Note:
17116 \series default
17117  L'alignement entre le contenu de la ligne du tableau et le texte de la
17118  ligne qui l'entoure ne peut pas être parfait.
17119  Le facteur utilisé dans la commande 
17120 \series bold
17121
17122 \backslash
17123 raisebox
17124 \series default
17125  pour obtenir cet alignement dépend de la police de caractères du document,
17126  de la taille de la police et de l'épaisseur des lignes du tableau.
17127 \end_layout
17128
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \begin_layout Section
17135 Tableaux colorés
17136 \begin_inset CommandInset label
17137 LatexCommand label
17138 name "sec:Tableaux-Colorés"
17139
17140 \end_inset
17141
17142
17143 \begin_inset Index idx
17144 status collapsed
17145
17146 \begin_layout Plain Layout
17147 Tableau ! Coloré
17148 \end_layout
17149
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Subsection
17156 Cellules colorées
17157 \begin_inset Index idx
17158 status collapsed
17159
17160 \begin_layout Plain Layout
17161 Couleur des tableaux ! Pour les cellules
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \begin_inset Index idx
17168 status collapsed
17169
17170 \begin_layout Plain Layout
17171 Couleur ! Pour les cellules de tableau
17172 \end_layout
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \begin_layout Standard
17180 \begin_inset Float table
17181 placement h
17182 wide false
17183 sideways false
17184 status open
17185
17186 \begin_layout Plain Layout
17187 \begin_inset Caption Standard
17188
17189 \begin_layout Plain Layout
17190 \begin_inset CommandInset label
17191 LatexCommand label
17192 name "tab:Tableau-coloré-sans-colortbl"
17193
17194 \end_inset
17195
17196 Tableau coloré sans utiliser le paquetage  
17197 \series bold
17198 colortbl
17199 \series default
17200
17201 \begin_inset Argument 1
17202 status open
17203
17204 \begin_layout Plain Layout
17205 Tableau sans colortbl
17206 \end_layout
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \begin_layout Plain Layout
17219 \align center
17220 \begin_inset Tabular
17221 <lyxtabular version="3" rows="3" columns="3">
17222 <features rotate="0" tabularvalignment="middle">
17223 <column alignment="center" valignment="top" width="0">
17224 <column alignment="center" valignment="top" width="0">
17225 <column alignment="center" valignment="top" width="0">
17226 <row>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231
17232 \color green
17233 a
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242
17243 \color red
17244 b
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253
17254 \color red
17255 c
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 </row>
17261 <row>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \color green
17268 d
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \color blue
17279 e
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \color blue
17290 f
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 </row>
17296 <row>
17297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \color green
17303 g
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312
17313 \color blue
17314 h
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \color blue
17325 i
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 </lyxtabular>
17332
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \begin_layout Standard
17344 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17345  et choisissez une couleur dans le menu 
17346 \family sans
17347 Édition\SpecialChar \menuseparator
17348 Style
17349 \begin_inset space ~
17350 \end_inset
17351
17352 de
17353 \begin_inset space ~
17354 \end_inset
17355
17356 Texte
17357 \family default
17358 .
17359  C'est ce qui a été utilisé pour créer le tableau
17360 \begin_inset space ~
17361 \end_inset
17362
17363
17364 \begin_inset CommandInset ref
17365 LatexCommand ref
17366 reference "tab:Tableau-coloré-sans-colortbl"
17367
17368 \end_inset
17369
17370 .
17371  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17372 \series bold
17373 colortbl
17374 \series default
17375 .
17376 \begin_inset Index idx
17377 status collapsed
17378
17379 \begin_layout Plain Layout
17380 Paquetages LaTeX ! colortbl
17381 \end_layout
17382
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \begin_layout Standard
17389 \begin_inset ERT
17390 status collapsed
17391
17392 \begin_layout Plain Layout
17393
17394
17395 \backslash
17396 ifcolortbl
17397 \end_layout
17398
17399 \end_inset
17400
17401
17402 \begin_inset Note Note
17403 status open
17404
17405 \begin_layout Plain Layout
17406 La section qui suit ne sera affichée que si vous avez installé le paquetage
17407  LaTeX 
17408 \series bold
17409 colortbl
17410 \series default
17411 .
17412 \end_layout
17413
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \begin_layout Standard
17420 Pour créer des tableaux colorés, vous devez charger le paquetage
17421 \series bold
17422  colortbl
17423 \series default
17424  dans le préambule avec la ligne
17425 \end_layout
17426
17427 \begin_layout Standard
17428
17429 \series bold
17430
17431 \backslash
17432 usepackage{colortbl}
17433 \end_layout
17434
17435 \begin_layout Standard
17436 On choisit la couleur d'une colonne avec la commande 
17437 \end_layout
17438
17439 \begin_layout Standard
17440
17441 \series bold
17442
17443 \backslash
17444 columncolor{nom de couleur}
17445 \end_layout
17446
17447 \begin_layout Standard
17448 à l'intérieur d'une commande 
17449 \series bold
17450 >{ }
17451 \series default
17452 .
17453  Vous trouverez plus d'information sur la commande 
17454 \series bold
17455 >{}
17456 \series default
17457  dans la section
17458 \begin_inset space ~
17459 \end_inset
17460
17461
17462 \begin_inset CommandInset ref
17463 LatexCommand ref
17464 reference "sub:Calculs-multicolonnes"
17465
17466 \end_inset
17467
17468 .
17469 \end_layout
17470
17471 \begin_layout Standard
17472 Les noms de couleurs suivants sont prédéfinis :
17473 \end_layout
17474
17475 \begin_layout Standard
17476
17477 \family sans
17478 red
17479 \family default
17480  (rouge), 
17481 \family sans
17482 green
17483 \family default
17484  (vert), 
17485 \family sans
17486 yellow
17487 \family default
17488  (jaune), 
17489 \family sans
17490 blue
17491 \family default
17492  (bleu), 
17493 \family sans
17494 cyan
17495 \family default
17496
17497 \family sans
17498 magenta
17499 \family default
17500
17501 \family sans
17502 black 
17503 \family default
17504 (noir) et 
17505 \family sans
17506 white 
17507 \family default
17508 (blanc)
17509 \end_layout
17510
17511 \begin_layout Standard
17512 \begin_inset VSpace medskip
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \begin_layout Standard
17519 Si vous ajoutez les options
17520 \end_layout
17521
17522 \begin_layout Standard
17523
17524 \series bold
17525 usenames,dvipsnames
17526 \end_layout
17527
17528 \begin_layout Standard
17529 aux options de la classe de document dans les paramètres du document, vous
17530  pouvez utiliser 61
17531 \begin_inset space ~
17532 \end_inset
17533
17534 couleurs supplémentaires.
17535  Ces couleurs sont listées dans l'appendice
17536 \begin_inset space ~
17537 \end_inset
17538
17539
17540 \begin_inset CommandInset ref
17541 LatexCommand ref
17542 reference "chap:Liste-de-noms-de-couleur-dvips"
17543
17544 \end_inset
17545
17546 .
17547  Une de ces couleurs, 
17548 \family sans
17549 Maroon
17550 \family default
17551 , est utilisée comme exemple dans le tableau
17552 \begin_inset space ~
17553 \end_inset
17554
17555
17556 \begin_inset CommandInset ref
17557 LatexCommand ref
17558 reference "tab:Tableau-coloré-avec-colortbl"
17559
17560 \end_inset
17561
17562 .
17563 \end_layout
17564
17565 \begin_layout Standard
17566 \begin_inset VSpace medskip
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \begin_layout Standard
17573 Vous pouvez aussi définir votre propre couleur avec la commande
17574 \end_layout
17575
17576 \begin_layout Standard
17577
17578 \series bold
17579
17580 \backslash
17581 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17582 \end_layout
17583
17584 \begin_layout Standard
17585 Le modèle de couleur peut être
17586 \end_layout
17587
17588 \begin_layout Labeling
17589 \labelwidthstring 00.00.0000
17590 cmyk
17591 \begin_inset space ~
17592 \end_inset
17593
17594 : cyan, magenta, jaune (yellow), noir (black)
17595 \end_layout
17596
17597 \begin_layout Labeling
17598 \labelwidthstring 00.00.0000
17599 rgb
17600 \begin_inset space ~
17601 \end_inset
17602
17603 : rouge (red), vert (green), bleu (blue)
17604 \end_layout
17605
17606 \begin_layout Labeling
17607 \labelwidthstring 00.00.0000
17608 gray
17609 \begin_inset space ~
17610 \end_inset
17611
17612 : dégradé de gris (gray)
17613 \end_layout
17614
17615 \begin_layout Standard
17616 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17617  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17618 \end_layout
17619
17620 \begin_layout Standard
17621 Vous pouvez par exemple définir la couleur 
17622 \begin_inset Quotes eld
17623 \end_inset
17624
17625
17626 \emph on
17627 vertfonce
17628 \begin_inset Quotes erd
17629 \end_inset
17630
17631  dans le préambule avec la ligne
17632 \end_layout
17633
17634 \begin_layout Standard
17635
17636 \series bold
17637
17638 \backslash
17639 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17640 \end_layout
17641
17642 \begin_layout Standard
17643 et la couleur "
17644 \emph on
17645 grisclair
17646 \emph default
17647 " avec
17648 \end_layout
17649
17650 \begin_layout Standard
17651
17652 \series bold
17653
17654 \backslash
17655 definecolor{grisclair}{gray}{0.8}
17656 \end_layout
17657
17658 \begin_layout Standard
17659 \begin_inset VSpace medskip
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \begin_layout Standard
17666 Les lignes sont colorées avec la commande
17667 \end_layout
17668
17669 \begin_layout Standard
17670
17671 \series bold
17672
17673 \backslash
17674 rowcolor{nom de la couleur}
17675 \end_layout
17676
17677 \begin_layout Standard
17678 et les cellules sont colorées avec la commande
17679 \end_layout
17680
17681 \begin_layout Standard
17682
17683 \series bold
17684
17685 \backslash
17686 cellcolor{nom de la couleur}
17687 \end_layout
17688
17689 \begin_layout Standard
17690 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17691 \end_layout
17692
17693 \begin_layout Standard
17694 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17695  choisissez une couleur dans le menu 
17696 \family sans
17697 Édition\SpecialChar \menuseparator
17698 Style
17699 \begin_inset space ~
17700 \end_inset
17701
17702 de
17703 \begin_inset space ~
17704 \end_inset
17705
17706 Texte
17707 \family default
17708 .
17709  Si une cellule contient du code TeX, faites bien attention à ne colorer
17710  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17711 \end_layout
17712
17713 \begin_layout Standard
17714 \begin_inset Note Greyedout
17715 status open
17716
17717 \begin_layout Plain Layout
17718
17719 \series bold
17720 Note:
17721 \series default
17722  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17723  définies par l'utilisateur.
17724 \end_layout
17725
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \begin_layout Standard
17732 \begin_inset VSpace bigskip
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \begin_layout Standard
17739 Pour créer le tableau
17740 \begin_inset space ~
17741 \end_inset
17742
17743
17744 \begin_inset CommandInset ref
17745 LatexCommand ref
17746 reference "tab:Tableau-coloré-avec-colortbl"
17747
17748 \end_inset
17749
17750  faites ce qui suit : La couleur de la première colonne doit être 
17751 \emph on
17752 vertfonce
17753 \emph default
17754 .
17755  On insère donc la commande
17756 \end_layout
17757
17758 \begin_layout Standard
17759
17760 \series bold
17761 >{
17762 \backslash
17763 columncolor{vertfonce}
17764 \backslash
17765 centering}c
17766 \end_layout
17767
17768 \begin_layout Standard
17769 en code TeX pour cette colonne.
17770  La première ligne doit être bleue clair, d'où la commande en code TeX
17771 \end_layout
17772
17773 \begin_layout Standard
17774
17775 \series bold
17776
17777 \backslash
17778 rowcolor{cyan}
17779 \end_layout
17780
17781 \begin_layout Standard
17782 qui est insérée dans la première cellule de cette ligne.
17783  Notez que cela annule la couleur de colonne pour la première cellule.
17784  La dernière cellule de la dernière ligne est colorée en marron
17785 \series bold
17786  
17787 \series default
17788 en insérant en code TeX la commande
17789 \end_layout
17790
17791 \begin_layout Standard
17792
17793 \series bold
17794
17795 \backslash
17796 cellcolor{Maroon}
17797 \end_layout
17798
17799 \begin_layout Standard
17800 Les caractères peuvent maintenant être colorés en utilisant le menu 
17801 \family sans
17802 Édition\SpecialChar \menuseparator
17803 Style
17804 \begin_inset space ~
17805 \end_inset
17806
17807 de
17808 \begin_inset space ~
17809 \end_inset
17810
17811 Texte
17812 \family default
17813 .
17814 \end_layout
17815
17816 \begin_layout Standard
17817 \begin_inset Float table
17818 placement h
17819 wide false
17820 sideways false
17821 status open
17822
17823 \begin_layout Plain Layout
17824 \begin_inset Caption Standard
17825
17826 \begin_layout Plain Layout
17827 \begin_inset CommandInset label
17828 LatexCommand label
17829 name "tab:Tableau-coloré-avec-colortbl"
17830
17831 \end_inset
17832
17833 Tableau coloré en utilisant le paquetage 
17834 \series bold
17835 colortbl
17836 \series default
17837
17838 \begin_inset Argument 1
17839 status collapsed
17840
17841 \begin_layout Plain Layout
17842 Tableau avec colortbl
17843 \end_layout
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \begin_layout Plain Layout
17856 \align center
17857 \begin_inset Tabular
17858 <lyxtabular version="3" rows="3" columns="3">
17859 <features rotate="0" tabularvalignment="middle">
17860 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17861 <column alignment="center" valignment="top" width="0">
17862 <column alignment="center" valignment="top" width="0">
17863 <row>
17864 <cell alignment="center" valignment="top" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868 \begin_inset ERT
17869 status collapsed
17870
17871 \begin_layout Plain Layout
17872
17873
17874 \backslash
17875 rowcolor{cyan}
17876 \end_layout
17877
17878 \end_inset
17879
17880
17881 \color magenta
17882 a
17883 \end_layout
17884
17885 \end_inset
17886 </cell>
17887 <cell alignment="center" valignment="top" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891
17892 \color red
17893 b
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902
17903 \color red
17904 c
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 </row>
17910 <row>
17911 <cell alignment="center" valignment="top" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915
17916 \color yellow
17917 d
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926
17927 \color blue
17928 e
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 <cell alignment="center" valignment="top" usebox="none">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937
17938 \color blue
17939 f
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row>
17946 <cell alignment="center" valignment="top" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950
17951 \color yellow
17952 g
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \color blue
17963 h
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 \begin_inset ERT
17973 status collapsed
17974
17975 \begin_layout Plain Layout
17976
17977
17978 \backslash
17979 cellcolor{Maroon}
17980 \end_layout
17981
17982 \end_inset
17983
17984
17985 \color green
17986 i
17987 \end_layout
17988
17989 \end_inset
17990 </cell>
17991 </row>
17992 </lyxtabular>
17993
17994 \end_inset
17995
17996
17997 \end_layout
17998
17999 \end_inset
18000
18001
18002 \end_layout
18003
18004 \begin_layout Standard
18005 \begin_inset ERT
18006 status collapsed
18007
18008 \begin_layout Plain Layout
18009
18010
18011 \backslash
18012 else
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \begin_inset Note Note
18019 status open
18020
18021 \begin_layout Plain Layout
18022 Ce qui suit sera affiché si le paquetage 
18023 \series bold
18024 colortbl
18025 \series default
18026  n'est pas installé :
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Standard
18035 Vous devez installer le paquetage 
18036 \series bold
18037 colortbl
18038 \series default
18039  pour voir le contenu des cette section dans la sortie imprimée.
18040 \end_layout
18041
18042 \begin_layout Standard
18043 \begin_inset ERT
18044 status collapsed
18045
18046 \begin_layout Plain Layout
18047
18048
18049 \backslash
18050 fi
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Subsection
18059
18060 \lang english
18061 Colored Rows
18062 \lang french
18063
18064 \begin_inset Index idx
18065 status collapsed
18066
18067 \begin_layout Plain Layout
18068 Tableau Coloré ! pour
18069 \lang english
18070  Rows
18071 \end_layout
18072
18073 \end_inset
18074
18075
18076 \begin_inset Index idx
18077 status collapsed
18078
18079 \begin_layout Plain Layout
18080 Couleur ! Pour les 
18081 \lang english
18082 Table Rows
18083 \end_layout
18084
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \begin_layout Standard
18091
18092 \lang english
18093 In case every second table row needs to be colored there is an alternative
18094  to the method described in the previous section: One loads the package
18095 \lang french
18096  
18097 \series bold
18098 xcolor
18099 \series default
18100
18101 \begin_inset Index idx
18102 status collapsed
18103
18104 \begin_layout Plain Layout
18105 Paquetages LaTeX ! xcolor
18106 \begin_inset ERT
18107 status collapsed
18108
18109 \begin_layout Plain Layout
18110
18111
18112 \backslash
18113 vspace{4mm}
18114 \end_layout
18115
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \end_inset
18122
18123  
18124 \lang english
18125 in the document preamble with the command
18126 \end_layout
18127
18128 \begin_layout Standard
18129
18130 \series bold
18131
18132 \backslash
18133 usepackage[table]{xcolor}
18134 \end_layout
18135
18136 \begin_layout Standard
18137
18138 \series bold
18139 \lang english
18140 xcolor
18141 \series default
18142  automatically loads also the package
18143 \lang french
18144  
18145 \series bold
18146 colortbl
18147 \series default
18148
18149 \begin_inset Index idx
18150 status collapsed
18151
18152 \begin_layout Plain Layout
18153 Paquetages LaTeX ! colortbl
18154 \end_layout
18155
18156 \end_inset
18157
18158
18159 \lang english
18160 , so 
18161 \series bold
18162 colortbl
18163 \series default
18164  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
18165 \end_layout
18166
18167 \begin_layout Standard
18168 \begin_inset ERT
18169 status collapsed
18170
18171 \begin_layout Plain Layout
18172
18173
18174 \backslash
18175 ifcolortbl
18176 \end_layout
18177
18178 \end_inset
18179
18180
18181 \begin_inset Note Note
18182 status open
18183
18184 \begin_layout Plain Layout
18185 La section qui suit ne sera affichée que si vous avez installé le paquetage
18186  LaTeX 
18187 \series bold
18188 colortbl
18189 \series default
18190 .
18191 \end_layout
18192
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \begin_layout Standard
18199
18200 \lang english
18201 The table rows are colored with the command
18202 \end_layout
18203
18204 \begin_layout Standard
18205
18206 \series bold
18207 \lang english
18208
18209 \backslash
18210 rowcolors[commands]{row number}{odd row color}{even row color}
18211 \end_layout
18212
18213 \begin_layout Standard
18214
18215 \lang english
18216 that is either inserted in the document preamble or as TeX-Code before the
18217  first table to be colored.
18218  row
18219 \begin_inset space ~
18220 \end_inset
18221
18222 number is the number of the first row which should be colored according
18223  to the odd row color.
18224  commands can be additional commands that are executed before every table
18225  row.
18226  So for example the command
18227 \end_layout
18228
18229 \begin_layout Standard
18230
18231 \series bold
18232
18233 \backslash
18234 rowcolors{1}{white}{lightgray}
18235 \end_layout
18236
18237 \begin_layout Standard
18238
18239 \lang english
18240 leads to the coloring scheme of Table
18241 \begin_inset space ~
18242 \end_inset
18243
18244
18245 \begin_inset CommandInset ref
18246 LatexCommand ref
18247 reference "tab:Table-rowcolors"
18248
18249 \end_inset
18250
18251 .
18252  The command
18253 \end_layout
18254
18255 \begin_layout Standard
18256
18257 \series bold
18258
18259 \backslash
18260 rowcolors[
18261 \backslash
18262 hline]{1}{lightgray}{cyan}
18263 \end_layout
18264
18265 \begin_layout Standard
18266
18267 \lang english
18268 leads to the coloring scheme of Table
18269 \begin_inset space ~
18270 \end_inset
18271
18272
18273 \begin_inset CommandInset ref
18274 LatexCommand ref
18275 reference "tab:Table-rowcolors-2"
18276
18277 \end_inset
18278
18279 .
18280  If odd
18281 \begin_inset space ~
18282 \end_inset
18283
18284 row
18285 \begin_inset space ~
18286 \end_inset
18287
18288 color and/or even
18289 \begin_inset space ~
18290 \end_inset
18291
18292 row
18293 \begin_inset space ~
18294 \end_inset
18295
18296 color are left empty, no color will be used so that the command
18297 \end_layout
18298
18299 \begin_layout Standard
18300
18301 \series bold
18302
18303 \backslash
18304 rowcolors{1}{}{}
18305 \end_layout
18306
18307 \begin_layout Standard
18308
18309 \lang english
18310 deletes all colors.
18311  
18312 \series bold
18313
18314 \backslash
18315 rowcolors
18316 \series default
18317  affects all tables following that command.
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset ERT
18322 status open
18323
18324 \begin_layout Plain Layout
18325
18326
18327 \backslash
18328 rowcolors{1}{white}{lightgray}
18329 \end_layout
18330
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \begin_layout Standard
18337 \begin_inset Float table
18338 placement h
18339 wide false
18340 sideways false
18341 status open
18342
18343 \begin_layout Plain Layout
18344 \begin_inset Caption Standard
18345
18346 \begin_layout Plain Layout
18347
18348 \lang english
18349 \begin_inset CommandInset label
18350 LatexCommand label
18351 name "tab:Table-rowcolors"
18352
18353 \end_inset
18354
18355 Table where every second row is colored light gray.
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Plain Layout
18364 \align center
18365 \begin_inset Tabular
18366 <lyxtabular version="3" rows="4" columns="3">
18367 <features rotate="0" tabularvalignment="middle">
18368 <column alignment="center" valignment="top" width="0">
18369 <column alignment="center" valignment="top" width="0pt">
18370 <column alignment="center" valignment="top" width="0pt">
18371 <row>
18372 <cell alignment="center" valignment="top" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376 X
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 <cell alignment="center" valignment="top" usebox="none">
18382 \begin_inset Text
18383
18384 \begin_layout Plain Layout
18385 Y
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 <cell alignment="center" valignment="top" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394 Z
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 </row>
18400 <row>
18401 <cell alignment="center" valignment="top" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 1
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 2
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 3
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 </row>
18429 <row>
18430 <cell alignment="center" valignment="top" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 4
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 5
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452 6
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 </row>
18458 <row>
18459 <cell alignment="center" valignment="top" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463 7
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 <cell alignment="center" valignment="top" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472 8
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 9
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 </lyxtabular>
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Standard
18500 \begin_inset ERT
18501 status open
18502
18503 \begin_layout Plain Layout
18504
18505
18506 \backslash
18507 rowcolors[
18508 \backslash
18509 hline]{1}{lightgray}{cyan}
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \begin_layout Standard
18518 \begin_inset Float table
18519 placement h
18520 wide false
18521 sideways false
18522 status open
18523
18524 \begin_layout Plain Layout
18525 \begin_inset Caption Standard
18526
18527 \begin_layout Plain Layout
18528
18529 \lang english
18530 \begin_inset CommandInset label
18531 LatexCommand label
18532 name "tab:Table-rowcolors-2"
18533
18534 \end_inset
18535
18536 Table where every second row is colored cyan and at which there is a line
18537  between each row.
18538 \end_layout
18539
18540 \end_inset
18541
18542
18543 \end_layout
18544
18545 \begin_layout Plain Layout
18546 \align center
18547 \begin_inset Tabular
18548 <lyxtabular version="3" rows="4" columns="3">
18549 <features rotate="0" tabularvalignment="middle">
18550 <column alignment="center" valignment="top" width="0">
18551 <column alignment="center" valignment="top" width="0">
18552 <column alignment="center" valignment="top" width="0pt">
18553 <row>
18554 <cell alignment="center" valignment="top" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 X
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 <cell alignment="center" valignment="top" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 Y
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 <cell alignment="center" valignment="top" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576 Z
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 </row>
18582 <row>
18583 <cell alignment="center" valignment="top" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 1
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 2
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 3
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 </row>
18611 <row>
18612 <cell alignment="center" valignment="top" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616 4
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625 5
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 6
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 </row>
18640 <row>
18641 <cell alignment="center" valignment="top" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 7
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 <cell alignment="center" valignment="top" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654 8
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663 9
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 </row>
18669 </lyxtabular>
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \end_inset
18677
18678
18679 \end_layout
18680
18681 \begin_layout Standard
18682 \begin_inset ERT
18683 status collapsed
18684
18685 \begin_layout Plain Layout
18686
18687
18688 \backslash
18689 rowcolors{1}{}{}
18690 \end_layout
18691
18692 \end_inset
18693
18694
18695 \begin_inset Note Note
18696 status collapsed
18697
18698 \begin_layout Plain Layout
18699
18700 \lang english
18701 turns off the row coloring
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 \begin_inset ERT
18711 status collapsed
18712
18713 \begin_layout Plain Layout
18714
18715
18716 \backslash
18717 else
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \begin_inset Note Note
18724 status open
18725
18726 \begin_layout Plain Layout
18727 Ce qui suit sera affiché si le paquetage 
18728 \series bold
18729 colortbl
18730 \series default
18731  n'est pas installé :
18732 \end_layout
18733
18734 \end_inset
18735
18736
18737 \end_layout
18738
18739 \begin_layout Standard
18740 Vous devez installer le paquetage 
18741 \series bold
18742 colortbl
18743 \series default
18744  pour voir le contenu des cette section dans la sortie imprimée.
18745 \end_layout
18746
18747 \begin_layout Standard
18748 \begin_inset ERT
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752
18753
18754 \backslash
18755 fi
18756 \end_layout
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Subsection
18764 Les filets colorées
18765 \begin_inset Index idx
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769 Tableau Coloré ! Pour les filets
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \begin_inset Index idx
18776 status collapsed
18777
18778 \begin_layout Plain Layout
18779 Couleur ! Pour les filets des tableaux
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \begin_inset Note Note
18786 status collapsed
18787
18788 \begin_layout Plain Layout
18789 on parle de filets plutôt que de lignes pour les tableaux
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Standard
18798 Comme c'est décrit dans la section
18799 \begin_inset space ~
18800 \end_inset
18801
18802
18803 \begin_inset CommandInset ref
18804 LatexCommand ref
18805 reference "sub:Epaisseur-filets"
18806
18807 \end_inset
18808
18809 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18810  variable 
18811 \series bold
18812
18813 \backslash
18814 arrayrulewidth
18815 \series default
18816 .
18817  Elle est mise à 1.5
18818 \begin_inset space \thinspace{}
18819 \end_inset
18820
18821 pt pour tous les tableaux de cette section.
18822 \begin_inset ERT
18823 status collapsed
18824
18825 \begin_layout Plain Layout
18826
18827
18828 \backslash
18829 setlength{
18830 \backslash
18831 arrayrulewidth}{1.5pt}
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 Pour colorer les filets verticaux, par exemple en vert, créez le format
18841  de colonne suivant dans le préambule du document, en suivant la description
18842  de la section
18843 \begin_inset space ~
18844 \end_inset
18845
18846
18847 \begin_inset CommandInset ref
18848 LatexCommand ref
18849 reference "sub:Formats-personnalisés"
18850
18851 \end_inset
18852
18853 :
18854 \end_layout
18855
18856 \begin_layout Standard
18857
18858 \series bold
18859
18860 \backslash
18861 newcolumntype{W}{!{
18862 \backslash
18863 color{green}
18864 \backslash
18865 vline}}
18866 \end_layout
18867
18868 \begin_layout Standard
18869 Pour le tableau
18870 \begin_inset space ~
18871 \end_inset
18872
18873
18874 \begin_inset CommandInset ref
18875 LatexCommand ref
18876 reference "tab:Tableau-filets-verticaux-colorés"
18877
18878 \end_inset
18879
18880  le paramètre LaTeX
18881 \series bold
18882  WcW
18883 \series default
18884  a été utilisé pour la dernière colonne et
18885 \series bold
18886  Wc
18887 \series default
18888  pour les autres colonnes.
18889 \end_layout
18890
18891 \begin_layout Standard
18892 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18893 \end_layout
18894
18895 \begin_layout Standard
18896 \begin_inset Float table
18897 placement h
18898 wide false
18899 sideways false
18900 status open
18901
18902 \begin_layout Plain Layout
18903 \begin_inset Caption Standard
18904
18905 \begin_layout Plain Layout
18906 \begin_inset CommandInset label
18907 LatexCommand label
18908 name "tab:Tableau-filets-verticaux-colorés"
18909
18910 \end_inset
18911
18912 Tableau avec filets verticaux colorés
18913 \end_layout
18914
18915 \end_inset
18916
18917
18918 \end_layout
18919
18920 \begin_layout Plain Layout
18921 \align center
18922 \begin_inset Tabular
18923 <lyxtabular version="3" rows="3" columns="3">
18924 <features rotate="0" tabularvalignment="middle">
18925 <column alignment="center" valignment="top" width="0" special="Wc">
18926 <column alignment="center" valignment="top" width="0" special="Wc">
18927 <column alignment="center" valignment="top" width="0" special="WcW">
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 sd
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 sd
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 <cell alignment="center" valignment="top" topline="true" usebox="none">
18977 \begin_inset Text
18978
18979 \begin_layout Plain Layout
18980
18981 \end_layout
18982
18983 \end_inset
18984 </cell>
18985 </row>
18986 <row>
18987 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 sd
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 </row>
19015 </lyxtabular>
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \begin_layout Standard
19028 \begin_inset VSpace bigskip
19029 \end_inset
19030
19031 Pour colorer les filets horizontaux en rouge comme pour le tableau
19032 \begin_inset space ~
19033 \end_inset
19034
19035
19036 \begin_inset CommandInset ref
19037 LatexCommand ref
19038 reference "tab:Tableau-filet-horizontaux-colorés"
19039
19040 \end_inset
19041
19042 , insérez les commandes suivantes en code TeX juste avant le tableau ou
19043  le flottant de tableau :
19044 \end_layout
19045
19046 \begin_layout Standard
19047
19048 \series bold
19049
19050 \backslash
19051 let
19052 \backslash
19053 myHlineC
19054 \backslash
19055 hline
19056 \begin_inset Newline newline
19057 \end_inset
19058
19059
19060 \backslash
19061 renewcommand{
19062 \backslash
19063 hline}
19064 \begin_inset Newline newline
19065 \end_inset
19066
19067
19068 \begin_inset Phantom HPhantom
19069 status open
19070
19071 \begin_layout Plain Layout
19072
19073 \series bold
19074 \begin_inset space ~
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \end_inset
19081
19082 {
19083 \backslash
19084 arrayrulecolor{red}
19085 \backslash
19086 myHlineC
19087 \backslash
19088 arrayrulecolor{black}}
19089 \end_layout
19090
19091 \begin_layout Standard
19092 \begin_inset ERT
19093 status collapsed
19094
19095 \begin_layout Plain Layout
19096
19097
19098 \backslash
19099 let
19100 \backslash
19101 myHlineC
19102 \backslash
19103 hline
19104 \end_layout
19105
19106 \begin_layout Plain Layout
19107
19108
19109 \backslash
19110 renewcommand{
19111 \backslash
19112 hline}
19113 \end_layout
19114
19115 \begin_layout Plain Layout
19116
19117  {
19118 \backslash
19119 arrayrulecolor{red}
19120 \backslash
19121 myHlineC
19122 \backslash
19123 arrayrulecolor{black}}
19124 \end_layout
19125
19126 \end_inset
19127
19128
19129 \begin_inset Float table
19130 placement h
19131 wide false
19132 sideways false
19133 status open
19134
19135 \begin_layout Plain Layout
19136 \begin_inset Caption Standard
19137
19138 \begin_layout Plain Layout
19139 \begin_inset CommandInset label
19140 LatexCommand label
19141 name "tab:Tableau-filet-horizontaux-colorés"
19142
19143 \end_inset
19144
19145 Tableau avec filets horizontaux colorés
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \begin_layout Plain Layout
19154 \align center
19155 \begin_inset Tabular
19156 <lyxtabular version="3" rows="3" columns="3">
19157 <features rotate="0" tabularvalignment="middle">
19158 <column alignment="center" valignment="top" width="0">
19159 <column alignment="center" valignment="top" width="0">
19160 <column alignment="center" valignment="top" width="0">
19161 <row>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166 sd
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 </row>
19190 <row>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 sd
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 sd
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 </lyxtabular>
19249
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \begin_layout Standard
19261 Pour revenir à la couleur noire implicite, insérez la commande suivante
19262  en code TeX, juste après le tableau ou le flottant de tableau :
19263 \end_layout
19264
19265 \begin_layout Standard
19266
19267 \series bold
19268
19269 \backslash
19270 renewcommand{
19271 \backslash
19272 hline}{
19273 \backslash
19274 myHlineC}
19275 \end_layout
19276
19277 \begin_layout Standard
19278 Le tableau
19279 \begin_inset space ~
19280 \end_inset
19281
19282
19283 \begin_inset CommandInset ref
19284 LatexCommand ref
19285 reference "tab:Tableau-avec-filets-colorés"
19286
19287 \end_inset
19288
19289  est un exemple avec des filets horizontaux et verticaux colorés.
19290 \end_layout
19291
19292 \begin_layout Standard
19293 \begin_inset Float table
19294 placement h
19295 wide false
19296 sideways false
19297 status open
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Caption Standard
19301
19302 \begin_layout Plain Layout
19303 \begin_inset CommandInset label
19304 LatexCommand label
19305 name "tab:Tableau-avec-filets-colorés"
19306
19307 \end_inset
19308
19309 Tableau avec filets horizontaux et verticaux colorés
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Plain Layout
19318 \align center
19319 \begin_inset Tabular
19320 <lyxtabular version="3" rows="3" columns="3">
19321 <features rotate="0" tabularvalignment="middle">
19322 <column alignment="center" valignment="top" width="0" special="Wc">
19323 <column alignment="center" valignment="top" width="0" special="Wc">
19324 <column alignment="center" valignment="top" width="0" special="WcW">
19325 <row>
19326 <cell alignment="center" valignment="top" topline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 sd
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 </row>
19354 <row>
19355 <cell alignment="center" valignment="top" topline="true" usebox="none">
19356 \begin_inset Text
19357
19358 \begin_layout Plain Layout
19359
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 sd
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 <row topspace="default">
19384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 sd
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 </lyxtabular>
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \begin_layout Standard
19425 \begin_inset ERT
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429
19430
19431 \backslash
19432 renewcommand{
19433 \backslash
19434 hline}{
19435 \backslash
19436 myHlineC}
19437 \end_layout
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset ERT
19446 status collapsed
19447
19448 \begin_layout Plain Layout
19449
19450
19451 \backslash
19452 setlength{
19453 \backslash
19454 arrayrulewidth}{0.4pt}
19455 \end_layout
19456
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \begin_layout Section
19463
19464 \lang english
19465 Rotated Table Cells
19466 \lang french
19467
19468 \begin_inset CommandInset label
19469 LatexCommand label
19470 name "sec:Rotated-Table-Cells"
19471
19472 \end_inset
19473
19474
19475 \begin_inset Index idx
19476 status open
19477
19478 \begin_layout Plain Layout
19479 Tableau ! 
19480 \lang english
19481 Rotated Cells
19482 \end_layout
19483
19484 \end_inset
19485
19486
19487 \begin_inset Index idx
19488 status collapsed
19489
19490 \begin_layout Plain Layout
19491 Pivoter des objets
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \begin_layout Standard
19500
19501 \lang english
19502 \begin_inset Note Greyedout
19503 status open
19504
19505 \begin_layout Plain Layout
19506
19507 \series bold
19508 \lang english
19509 Note:
19510 \series default
19511  Not all DVI-viewers are able to display rotations.
19512 \end_layout
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Standard
19520
19521 \lang english
19522 Currently LyX only offers to rotate table cells by 90
19523 \begin_inset space \thinspace{}
19524 \end_inset
19525
19526 ° counter-clockwise.
19527  To rotate cells by an angle of your choice, you have to add this to the
19528  document preamble:
19529 \end_layout
19530
19531 \begin_layout Standard
19532
19533 \series bold
19534
19535 \backslash
19536 @ifundefined{turnbox}{
19537 \backslash
19538 usepackage{rotating}}{}
19539 \end_layout
19540
19541 \begin_layout Standard
19542
19543 \lang english
19544 In the table cell that should be rotated, add at the beginning this command
19545  as TeX-code:
19546 \end_layout
19547
19548 \begin_layout Standard
19549
19550 \series bold
19551
19552 \backslash
19553 begin{turn}{angle}
19554 \end_layout
19555
19556 \begin_layout Standard
19557
19558 \lang english
19559 where angle is the rotation angle in °.
19560  At the end of the cell the command
19561 \end_layout
19562
19563 \begin_layout Standard
19564
19565 \series bold
19566
19567 \backslash
19568 end{turn}
19569 \end_layout
19570
19571 \begin_layout Standard
19572
19573 \lang english
19574 is inserted as TeX-code.
19575 \end_layout
19576
19577 \begin_layout Standard
19578
19579 \lang english
19580 Table
19581 \begin_inset space ~
19582 \end_inset
19583
19584
19585 \begin_inset CommandInset ref
19586 LatexCommand ref
19587 reference "tab:Table-with-rotated-multi"
19588
19589 \end_inset
19590
19591  is an example where 3
19592 \begin_inset space ~
19593 \end_inset
19594
19595 cells were rotated by 45
19596 \begin_inset space \thinspace{}
19597 \end_inset
19598
19599 °.
19600 \end_layout
19601
19602 \begin_layout Standard
19603
19604 \lang english
19605 \begin_inset Float table
19606 placement h
19607 wide false
19608 sideways false
19609 status open
19610
19611 \begin_layout Plain Layout
19612
19613 \lang english
19614 \begin_inset Caption Standard
19615
19616 \begin_layout Plain Layout
19617
19618 \lang english
19619 \begin_inset CommandInset label
19620 LatexCommand label
19621 name "tab:Table-with-rotated"
19622
19623 \end_inset
19624
19625 Table with rotated cells in the first row.
19626 \end_layout
19627
19628 \end_inset
19629
19630
19631 \end_layout
19632
19633 \begin_layout Plain Layout
19634 \noindent
19635 \align center
19636
19637 \lang english
19638 \begin_inset Tabular
19639 <lyxtabular version="3" rows="2" columns="3">
19640 <features rotate="0" tabularvalignment="middle">
19641 <column alignment="center" valignment="top" width="0">
19642 <column alignment="center" valignment="top" width="0pt">
19643 <column alignment="center" valignment="top" width="0">
19644 <row>
19645 <cell alignment="center" valignment="top" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649
19650 \lang english
19651 \begin_inset ERT
19652 status collapsed
19653
19654 \begin_layout Plain Layout
19655
19656
19657 \backslash
19658 begin{turn}{45}
19659 \end_layout
19660
19661 \end_inset
19662
19663 cups
19664 \begin_inset ERT
19665 status collapsed
19666
19667 \begin_layout Plain Layout
19668
19669
19670 \backslash
19671 end{turn}
19672 \end_layout
19673
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 <cell alignment="center" valignment="top" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685
19686 \lang english
19687 \begin_inset ERT
19688 status collapsed
19689
19690 \begin_layout Plain Layout
19691
19692
19693 \backslash
19694 begin{turn}{45}
19695 \end_layout
19696
19697 \end_inset
19698
19699 plates
19700 \begin_inset ERT
19701 status collapsed
19702
19703 \begin_layout Plain Layout
19704
19705
19706 \backslash
19707 end{turn}
19708 \end_layout
19709
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 <cell alignment="center" valignment="top" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721
19722 \lang english
19723 \begin_inset ERT
19724 status collapsed
19725
19726 \begin_layout Plain Layout
19727
19728
19729 \backslash
19730 begin{turn}{45}
19731 \end_layout
19732
19733 \end_inset
19734
19735 saucers
19736 \begin_inset ERT
19737 status collapsed
19738
19739 \begin_layout Plain Layout
19740
19741
19742 \backslash
19743 end{turn}
19744 \end_layout
19745
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 </row>
19754 <row>
19755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759
19760 \lang english
19761 45
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \lang english
19772 33
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \lang english
19783 21
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 </lyxtabular>
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \begin_layout Standard
19802
19803 \lang english
19804 \begin_inset Note Greyedout
19805 status open
19806
19807 \begin_layout Plain Layout
19808
19809 \series bold
19810 \lang english
19811 Note:
19812 \series default
19813  Line breaks (shortcut 
19814 \begin_inset Info
19815 type  "shortcut"
19816 arg   "newline-insert newline"
19817 \end_inset
19818
19819 ) are not allowed in rotated cells.
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Standard
19828
19829 \lang english
19830 If you want to rotate table cells containing line breaks, you have to put
19831  the cell content into a minipage or a parbox.
19832 \begin_inset Foot
19833 status collapsed
19834
19835 \begin_layout Plain Layout
19836
19837 \lang english
19838 For more about these boxes
19839 \lang french
19840  voir la section
19841 \begin_inset space ~
19842 \end_inset
19843
19844
19845 \begin_inset CommandInset ref
19846 LatexCommand ref
19847 reference "sec:Minipages"
19848
19849 \end_inset
19850
19851  et 
19852 \begin_inset CommandInset ref
19853 LatexCommand ref
19854 reference "sec:Parboxes"
19855
19856 \end_inset
19857
19858 .
19859 \end_layout
19860
19861 \end_inset
19862
19863  If you rotate this cell by 90
19864 \begin_inset space \thinspace{}
19865 \end_inset
19866
19867 ° the width of the box is the height of the cell.
19868  Table
19869 \begin_inset space ~
19870 \end_inset
19871
19872
19873 \begin_inset CommandInset ref
19874 LatexCommand ref
19875 reference "tab:Table-with-rotated-multi"
19876
19877 \end_inset
19878
19879  is an example for a rotated multiline cell where the box width was set
19880  to 3
19881 \begin_inset space \thinspace{}
19882 \end_inset
19883
19884 cm.
19885 \end_layout
19886
19887 \begin_layout Standard
19888
19889 \lang english
19890 \begin_inset Float table
19891 placement h
19892 wide false
19893 sideways false
19894 status open
19895
19896 \begin_layout Plain Layout
19897
19898 \lang english
19899 \begin_inset Caption Standard
19900
19901 \begin_layout Plain Layout
19902
19903 \lang english
19904 \begin_inset CommandInset label
19905 LatexCommand label
19906 name "tab:Table-with-rotated-multi"
19907
19908 \end_inset
19909
19910 Table with rotated multiline cell.
19911 \end_layout
19912
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \begin_layout Plain Layout
19919 \noindent
19920 \align center
19921
19922 \lang english
19923 \begin_inset Tabular
19924 <lyxtabular version="3" rows="2" columns="3">
19925 <features rotate="0" tabularvalignment="middle">
19926 <column alignment="center" valignment="top" width="0">
19927 <column alignment="center" valignment="top" width="0pt">
19928 <column alignment="center" valignment="top" width="0">
19929 <row>
19930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \lang english
19936 a
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945
19946 \lang english
19947 \begin_inset Box Frameless
19948 position "t"
19949 hor_pos "c"
19950 has_inner_box 1
19951 inner_pos "t"
19952 use_parbox 0
19953 use_makebox 0
19954 width "3cm"
19955 special "none"
19956 height "1in"
19957 height_special "totalheight"
19958 status open
19959
19960 \begin_layout Plain Layout
19961
19962 \lang english
19963 rotated cell
19964 \begin_inset Newline newline
19965 \end_inset
19966
19967 with line break
19968 \end_layout
19969
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981
19982 \lang english
19983 e
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 <row>
19990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994
19995 \lang english
19996 b
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \lang english
20007 c
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016
20017 \lang english
20018 d
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 </row>
20024 </lyxtabular>
20025
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \begin_layout Section
20037
20038 \lang english
20039 Table Width Calculation
20040 \begin_inset CommandInset label
20041 LatexCommand label
20042 name "sec:Table-Width-Calculation"
20043
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \begin_layout Standard
20050
20051 \lang english
20052 For wide tables it is sometimes difficult to assure that the table does
20053  not protrude over the page margin.
20054  Setting a fixed width for every column of the table is the solution, but
20055  what amount of space is needed for each column?
20056 \end_layout
20057
20058 \begin_layout Standard
20059
20060 \lang english
20061 The table width 
20062 \begin_inset Formula $W_{\mathrm{table}}$
20063 \end_inset
20064
20065  can be calculated: Every column has the width of the specified column width
20066  
20067 \begin_inset Formula $W_{\mathrm{column}}$
20068 \end_inset
20069
20070  (that the content of the column can consume) plus two times the separation
20071  between the column content and the column border (LaTeX length
20072 \series bold
20073  
20074 \backslash
20075 tabcolsep
20076 \series default
20077 , default 6
20078 \begin_inset space \thinspace{}
20079 \end_inset
20080
20081 pt) plus the width of a border line (LaTeX length 
20082 \series bold
20083
20084 \backslash
20085 arrayrulewidth
20086 \series default
20087 , default 0.4
20088 \begin_inset space \thinspace{}
20089 \end_inset
20090
20091 pt): So if all 
20092 \begin_inset Formula $n$
20093 \end_inset
20094
20095
20096 \begin_inset space ~
20097 \end_inset
20098
20099 columns have the same width, the table width is
20100 \lang french
20101
20102 \begin_inset Formula 
20103 \begin{equation}
20104 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20105 \end{equation}
20106
20107 \end_inset
20108
20109
20110 \end_layout
20111
20112 \begin_layout Standard
20113
20114 \lang english
20115 The available width for a table is the space between the page margins or
20116  the width of a text column (for a two-column document) (LaTeX length 
20117 \series bold
20118
20119 \backslash
20120 columnwidth
20121 \series default
20122 ).
20123  If all table columns should have the same width and 
20124 \begin_inset Formula $W_{\mathrm{table}}$
20125 \end_inset
20126
20127  should be 1
20128 \begin_inset space \thinspace{}
20129 \end_inset
20130
20131
20132 \backslash
20133 columnwidth, 
20134 \begin_inset Formula $W_{\mathrm{column}}$
20135 \end_inset
20136
20137  can easily be calculated.
20138 \end_layout
20139
20140 \begin_layout Standard
20141
20142 \lang english
20143 To be able to perform calculations you need to load the LaTeX-package 
20144 \series bold
20145 calc
20146 \series default
20147 \lang french
20148
20149 \begin_inset Index idx
20150 status collapsed
20151
20152 \begin_layout Plain Layout
20153 Paquetages LaTeX ! calc
20154 \end_layout
20155
20156 \end_inset
20157
20158
20159 \lang english
20160  in the document preamble.
20161  To set the width in the table dialog you have to use the field 
20162 \family sans
20163 LaTeX argument
20164 \family default
20165 .
20166  The command scheme for this field is the same that is explained in section
20167 \begin_inset space ~
20168 \end_inset
20169
20170
20171 \lang french
20172
20173 \begin_inset CommandInset ref
20174 LatexCommand ref
20175 reference "sub:Calculs-multicolonnes"
20176
20177 \end_inset
20178
20179
20180 \lang english
20181 .
20182  For a table with 5
20183 \begin_inset space \thinspace{}
20184 \end_inset
20185
20186 columns with an uniform width and centered text, enter there for each column
20187  the command
20188 \end_layout
20189
20190 \begin_layout Standard
20191
20192 \series bold
20193 >{
20194 \backslash
20195 centering}p{(1
20196 \backslash
20197 columnwidth-62.4pt)/5}
20198 \end_layout
20199
20200 \begin_layout Standard
20201
20202 \lang english
20203 For a table with 5
20204 \begin_inset space \thinspace{}
20205 \end_inset
20206
20207 columns where 2 should have 0.75
20208 \begin_inset space ~
20209 \end_inset
20210
20211 times the width than the 3 others, the calculation is
20212 \end_layout
20213
20214 \begin_layout Standard
20215 \begin_inset Formula 
20216 \begin{align}
20217 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20218  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20219  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20220 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20221 \end{align}
20222
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \begin_layout Standard
20229
20230 \lang english
20231 In the table therefore the command
20232 \end_layout
20233
20234 \begin_layout Standard
20235
20236 \series bold
20237 >{
20238 \backslash
20239 centering}p{(1
20240 \backslash
20241 columnwidth-62.4pt)/
20242 \backslash
20243 real{4.5}}
20244 \end_layout
20245
20246 \begin_layout Standard
20247
20248 \lang english
20249 is used for the wider columns and
20250 \end_layout
20251
20252 \begin_layout Standard
20253
20254 \series bold
20255 >{
20256 \backslash
20257 centering}p{(1
20258 \backslash
20259 columnwidth-62.4pt)/
20260 \backslash
20261 real{4.5}*
20262 \backslash
20263 real{0.75}}
20264 \end_layout
20265
20266 \begin_layout Standard
20267
20268 \lang english
20269 for the smaller ones:
20270 \end_layout
20271
20272 \begin_layout Standard
20273 \begin_inset Tabular
20274 <lyxtabular version="3" rows="2" columns="5">
20275 <features rotate="0" tabularvalignment="middle">
20276 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20277 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20278 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20279 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20280 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20281 <row>
20282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 1
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 2
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 3
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 4
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 5
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 <row>
20329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 111111 1111111 111111 111111111 11111 11111 1111
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351 2222 22222 222222 222222222 2222222 22 22222
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 333333 333333 333333 33333 3333333 333
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 </lyxtabular>
20376
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \begin_layout Section
20383 Personnalisation des tableaux
20384 \begin_inset Index idx
20385 status collapsed
20386
20387 \begin_layout Plain Layout
20388 Tableau ! Personnalisation
20389 \end_layout
20390
20391 \end_inset
20392
20393
20394 \begin_inset Index idx
20395 status collapsed
20396
20397 \begin_layout Plain Layout
20398 Personnalisation des tableaux
20399 \end_layout
20400
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \begin_layout Subsection
20407 Espacement des lignes
20408 \begin_inset CommandInset label
20409 LatexCommand label
20410 name "sub:Espacement-lignes"
20411
20412 \end_inset
20413
20414
20415 \begin_inset Index idx
20416 status collapsed
20417
20418 \begin_layout Plain Layout
20419 Personnalisation des tableaux ! Espacement des lignes
20420 \end_layout
20421
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \begin_layout Standard
20428 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20429  l'onglet 
20430 \family sans
20431 Bordures
20432 \family default
20433  de la fenêtre de dialogue 
20434 \family sans
20435 Paramètres
20436 \begin_inset space ~
20437 \end_inset
20438
20439 du
20440 \begin_inset space ~
20441 \end_inset
20442
20443 tableau
20444 \family default
20445 .
20446  Vous y trouverez trois possibilités :
20447 \end_layout
20448
20449 \begin_layout Description
20450 Haut
20451 \begin_inset space ~
20452 \end_inset
20453
20454 de
20455 \begin_inset space ~
20456 \end_inset
20457
20458 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20459  Si le tableau est un tableau formel
20460 \begin_inset Foot
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464 Les tableaux formels sont décrits dans la section
20465 \begin_inset space ~
20466 \end_inset
20467
20468
20469 \begin_inset CommandInset ref
20470 LatexCommand ref
20471 reference "sec:Tableaux-Formels"
20472
20473 \end_inset
20474
20475 .
20476 \end_layout
20477
20478 \end_inset
20479
20480  LyX va insérer implicitement un espace de 0.5
20481 \begin_inset space \thinspace{}
20482 \end_inset
20483
20484 em.
20485  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20486  les filets verticaux comme dans le tableau suivant :
20487 \begin_inset VSpace medskip
20488 \end_inset
20489
20490
20491 \begin_inset Newline newline
20492 \end_inset
20493
20494
20495 \begin_inset space \hspace*{}
20496 \length 0pt
20497 \end_inset
20498
20499
20500 \begin_inset space \hfill{}
20501 \end_inset
20502
20503
20504 \begin_inset Tabular
20505 <lyxtabular version="3" rows="3" columns="1">
20506 <features rotate="0" tabularvalignment="middle">
20507 <column alignment="center" valignment="top" width="0">
20508 <row>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513 A
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row topspace="3mm">
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 espace de 3
20525 \begin_inset space \thinspace{}
20526 \end_inset
20527
20528 mm en haut de la ligne
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 </row>
20534 <row>
20535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 C
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 </row>
20545 </lyxtabular>
20546
20547 \end_inset
20548
20549
20550 \begin_inset space \hfill{}
20551 \end_inset
20552
20553
20554 \begin_inset space \hspace*{}
20555 \length 0pt
20556 \end_inset
20557
20558
20559 \begin_inset VSpace medskip
20560 \end_inset
20561
20562
20563 \begin_inset Newline newline
20564 \end_inset
20565
20566 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20567  pas de filets verticaux.
20568 \end_layout
20569
20570 \begin_layout Description
20571 Bas
20572 \begin_inset space ~
20573 \end_inset
20574
20575 de
20576 \begin_inset space ~
20577 \end_inset
20578
20579 ligne va ajouter de l'espace sous les caractères de la ligne.
20580  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20581  de 0.5
20582 \begin_inset space \thinspace{}
20583 \end_inset
20584
20585 em, pour les tableaux normaux, l'espace implicite est de 2
20586 \begin_inset space \thinspace{}
20587 \end_inset
20588
20589 pt.
20590 \end_layout
20591
20592 \begin_layout Description
20593 Entre
20594 \begin_inset space ~
20595 \end_inset
20596
20597 les
20598 \begin_inset space ~
20599 \end_inset
20600
20601 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20602  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20603  de 0.5
20604 \begin_inset space \thinspace{}
20605 \end_inset
20606
20607 em.
20608  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20609  les filets verticaux comme dans le tableau suivant :
20610 \begin_inset VSpace medskip
20611 \end_inset
20612
20613
20614 \begin_inset Newline newline
20615 \end_inset
20616
20617
20618 \begin_inset space \hspace*{}
20619 \length 0pt
20620 \end_inset
20621
20622
20623 \begin_inset space \hfill{}
20624 \end_inset
20625
20626
20627 \begin_inset Tabular
20628 <lyxtabular version="3" rows="3" columns="1">
20629 <features rotate="0" tabularvalignment="middle">
20630 <column alignment="center" valignment="top" width="0">
20631 <row>
20632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636 A
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row interlinespace="3mm">
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Formula $\downarrow$
20648 \end_inset
20649
20650  espace de 3
20651 \begin_inset space \thinspace{}
20652 \end_inset
20653
20654 mm entre les lignes 
20655 \begin_inset Formula $\downarrow$
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 </row>
20664 <row>
20665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669 \begin_inset Formula $\uparrow$
20670 \end_inset
20671
20672  espace de 3
20673 \begin_inset space \thinspace{}
20674 \end_inset
20675
20676 mm entre les lignes 
20677 \begin_inset Formula $\uparrow$
20678 \end_inset
20679
20680
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 </lyxtabular>
20687
20688 \end_inset
20689
20690
20691 \begin_inset space \hfill{}
20692 \end_inset
20693
20694
20695 \begin_inset space \hspace*{}
20696 \length 0pt
20697 \end_inset
20698
20699
20700 \begin_inset VSpace medskip
20701 \end_inset
20702
20703
20704 \begin_inset Newline newline
20705 \end_inset
20706
20707 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20708  pas de filets verticaux.
20709 \end_layout
20710
20711 \begin_layout Standard
20712 \begin_inset VSpace bigskip
20713 \end_inset
20714
20715 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20716  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20717  dans le préambule :
20718 \end_layout
20719
20720 \begin_layout Standard
20721
20722 \series bold
20723
20724 \backslash
20725 @ifundefined{extrarowheight}
20726 \begin_inset Newline newline
20727 \end_inset
20728
20729
20730 \begin_inset Phantom HPhantom
20731 status open
20732
20733 \begin_layout Plain Layout
20734
20735 \series bold
20736 \begin_inset space ~
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743
20744 {
20745 \backslash
20746 usepackage{array}}{}
20747 \begin_inset Newline newline
20748 \end_inset
20749
20750
20751 \backslash
20752 setlength{
20753 \backslash
20754 extrarowheight}{height}
20755 \end_layout
20756
20757 \begin_layout Standard
20758 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20759  plus exactement centré verticalement.
20760  (le paquetage 
20761 \series bold
20762 array 
20763 \series default
20764 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
20765  auto-définis.
20766  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20767  
20768 \series bold
20769
20770 \backslash
20771 @ifundefined
20772 \series default
20773  dans la commande précédente.)
20774 \end_layout
20775
20776 \begin_layout Standard
20777 Si vous utilisez des polices de taille plus grande que la taille normale,
20778  les bordures des tableaux sont souvent trop proches du texte.
20779  On peut corriger ce problème en insérant la commande 
20780 \series bold
20781
20782 \begin_inset space \space{}
20783 \end_inset
20784
20785
20786 \backslash
20787 strut
20788 \series default
20789  en code TeX au debut d'une ligne du tableau.
20790  Le tableau
20791 \begin_inset space ~
20792 \end_inset
20793
20794
20795 \begin_inset CommandInset ref
20796 LatexCommand ref
20797 reference "tab:Alignement-vertical"
20798
20799 \end_inset
20800
20801  montre l'effet de cette commande.
20802 \end_layout
20803
20804 \begin_layout Standard
20805 \noindent
20806 \begin_inset Float table
20807 placement h
20808 wide false
20809 sideways false
20810 status open
20811
20812 \begin_layout Plain Layout
20813 \begin_inset Caption Standard
20814
20815 \begin_layout Plain Layout
20816 \begin_inset CommandInset label
20817 LatexCommand label
20818 name "tab:Alignement-vertical"
20819
20820 \end_inset
20821
20822 Alignement vertical d'un texte avec une police de grande taille.
20823 \end_layout
20824
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \begin_layout Plain Layout
20831 \begin_inset space \hfill{}
20832 \end_inset
20833
20834
20835 \begin_inset Float table
20836 wide false
20837 sideways false
20838 status collapsed
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Caption Standard
20842
20843 \begin_layout Plain Layout
20844 Tableau normal.
20845 \end_layout
20846
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \begin_layout Plain Layout
20853 \noindent
20854 \align center
20855 \begin_inset Tabular
20856 <lyxtabular version="3" rows="6" columns="1">
20857 <features rotate="0" tabularvalignment="middle">
20858 <column alignment="left" valignment="top" width="0">
20859 <row>
20860 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864 Normal, g
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 </row>
20870 <row>
20871 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875
20876 \size large
20877 Large
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888
20889 \size larger
20890 Larger
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \size largest
20903 Largest
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 </row>
20909 <row>
20910 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914
20915 \size huge
20916 Huge
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 </row>
20922 <row>
20923 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20924 \begin_inset Text
20925
20926 \begin_layout Plain Layout
20927
20928 \size huge
20929 Huger
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 </lyxtabular>
20936
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \end_inset
20943
20944
20945 \begin_inset space \hfill{}
20946 \end_inset
20947
20948
20949 \begin_inset Float table
20950 wide false
20951 sideways false
20952 status collapsed
20953
20954 \begin_layout Plain Layout
20955 \begin_inset Caption Standard
20956
20957 \begin_layout Plain Layout
20958 Tableau utilisant la commande 
20959 \series bold
20960
20961 \backslash
20962 strut
20963 \series default
20964 .
20965 \end_layout
20966
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \begin_layout Plain Layout
20973 \noindent
20974 \align center
20975 \begin_inset Tabular
20976 <lyxtabular version="3" rows="6" columns="1">
20977 <features rotate="0" tabularvalignment="middle">
20978 <column alignment="left" valignment="top" width="0">
20979 <row>
20980 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 Normal, g
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \size large
20997 \begin_inset ERT
20998 status collapsed
20999
21000 \begin_layout Plain Layout
21001
21002
21003 \backslash
21004 strut 
21005 \end_layout
21006
21007 \end_inset
21008
21009 Large
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 <row>
21016 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020
21021 \size larger
21022 \begin_inset ERT
21023 status collapsed
21024
21025 \begin_layout Plain Layout
21026
21027
21028 \backslash
21029 strut 
21030 \end_layout
21031
21032 \end_inset
21033
21034 Larger
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 </row>
21040 <row>
21041 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \size largest
21047 \begin_inset ERT
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051
21052
21053 \backslash
21054 strut 
21055 \end_layout
21056
21057 \end_inset
21058
21059 Largest
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 </row>
21065 <row>
21066 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070
21071 \size huge
21072 \begin_inset ERT
21073 status collapsed
21074
21075 \begin_layout Plain Layout
21076
21077
21078 \backslash
21079 strut 
21080 \end_layout
21081
21082 \end_inset
21083
21084 Huge
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 <row>
21091 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095
21096 \size giant
21097 \begin_inset ERT
21098 status collapsed
21099
21100 \begin_layout Plain Layout
21101
21102
21103 \backslash
21104 strut 
21105 \end_layout
21106
21107 \end_inset
21108
21109
21110 \size huge
21111 Huger
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 </lyxtabular>
21118
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \begin_inset space \hfill{}
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \begin_layout Standard
21139 \begin_inset Newpage newpage
21140 \end_inset
21141
21142
21143 \end_layout
21144
21145 \begin_layout Subsection
21146 Alignements de cellules spéciaux
21147 \begin_inset CommandInset label
21148 LatexCommand label
21149 name "sub:Alignements-de-cellules"
21150
21151 \end_inset
21152
21153
21154 \begin_inset Index idx
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158 Personnalisation des tableaux ! Alignement de cellules spéciaux
21159 \end_layout
21160
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \begin_layout Standard
21167 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
21168  cellules sur un caractère donné, par exemple le séparateur décimal comme
21169  dans le tableau
21170 \begin_inset space ~
21171 \end_inset
21172
21173
21174 \begin_inset CommandInset ref
21175 LatexCommand ref
21176 reference "tab:Tableau-centré-sur-séparateur-1"
21177
21178 \end_inset
21179
21180 .
21181  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
21182  soit en appuyant sur le bouton 
21183 \begin_inset Info
21184 type  "icon"
21185 arg   "inset-modify tabular align-decimal"
21186 \end_inset
21187
21188  de la barre d'outils ou en modifiant le paramètre 
21189 \family sans
21190 Alignement horizontal
21191 \family default
21192  à 
21193 \family sans
21194 Au séparateur décimal
21195 \family default
21196 .
21197  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
21198  dans les paramètres du tableau.
21199 \end_layout
21200
21201 \begin_layout Standard
21202 \begin_inset Float table
21203 placement h
21204 wide false
21205 sideways false
21206 status open
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Caption Standard
21210
21211 \begin_layout Plain Layout
21212 \begin_inset CommandInset label
21213 LatexCommand label
21214 name "tab:Tableau-centré-sur-séparateur-1"
21215
21216 \end_inset
21217
21218 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
21219 \end_layout
21220
21221 \end_inset
21222
21223
21224 \end_layout
21225
21226 \begin_layout Plain Layout
21227 \align center
21228 \begin_inset Tabular
21229 <lyxtabular version="3" rows="4" columns="1">
21230 <features rotate="0" booktabs="true" tabularvalignment="middle">
21231 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21232 <row>
21233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 en-tête
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" topline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 12,6
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 </row>
21254 <row>
21255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 0,68
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row>
21266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 -123,0
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 </row>
21276 </lyxtabular>
21277
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \begin_layout Standard
21289 \begin_inset Float table
21290 placement h
21291 wide false
21292 sideways false
21293 status open
21294
21295 \begin_layout Plain Layout
21296 \begin_inset Caption Standard
21297
21298 \begin_layout Plain Layout
21299 \begin_inset CommandInset label
21300 LatexCommand label
21301 name "tab:Tableau-centré-sur-séparateur-2"
21302
21303 \end_inset
21304
21305 Les cellules d'une colonnes sont centrées sur les opérateurs.
21306 \end_layout
21307
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \begin_layout Plain Layout
21314 \align center
21315 \begin_inset Tabular
21316 <lyxtabular version="3" rows="4" columns="2">
21317 <features rotate="0" booktabs="true" tabularvalignment="middle">
21318 <column alignment="right" valignment="top" width="0pt">
21319 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21320 <row>
21321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 en-tête
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 <row>
21341 <cell alignment="center" valignment="top" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $12\,+$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\,6$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371 \begin_inset Formula $0\,-$
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $\,68$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 <row>
21393 <cell alignment="center" valignment="top" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 \begin_inset Formula $-123\,/$
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\,0$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 </lyxtabular>
21419
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \begin_layout Standard
21431 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21432  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21433  formules.
21434  Dans ce cas on doit utiliser la méthode du tableau
21435 \begin_inset space ~
21436 \end_inset
21437
21438
21439 \begin_inset CommandInset ref
21440 LatexCommand ref
21441 reference "tab:Tableau-centré-sur-séparateur-2"
21442
21443 \end_inset
21444
21445 .
21446  Ce tableau a été créé comme un tableau 4×2.
21447  L'en-tête est une cellule multi-colonne centrée.
21448  La première colonne est alignée à droite et contient la première partie
21449  et inclue l'opérateur.
21450  La seconde colonne contient le reste de la cellule aligné à gauche.
21451  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21452  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21453  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21454  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
21455  :
21456 \end_layout
21457
21458 \begin_layout Standard
21459
21460 \series bold
21461 @{}l
21462 \end_layout
21463
21464 \begin_layout Standard
21465 Le tableau
21466 \begin_inset space ~
21467 \end_inset
21468
21469
21470 \begin_inset CommandInset ref
21471 LatexCommand ref
21472 reference "tab:Plusieurs-exemples-alignements"
21473
21474 \end_inset
21475
21476  montre quelques exemples d'alignements.
21477  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21478  comme pour la deuxième colonne du tableau
21479 \begin_inset space ~
21480 \end_inset
21481
21482
21483 \begin_inset CommandInset ref
21484 LatexCommand ref
21485 reference "tab:Tableau-centré-sur-séparateur-2"
21486
21487 \end_inset
21488
21489 .
21490 \end_layout
21491
21492 \begin_layout Standard
21493 \begin_inset Float table
21494 wide false
21495 sideways false
21496 status open
21497
21498 \begin_layout Plain Layout
21499 \begin_inset Caption Standard
21500
21501 \begin_layout Plain Layout
21502 \begin_inset CommandInset label
21503 LatexCommand label
21504 name "tab:Plusieurs-exemples-alignements"
21505
21506 \end_inset
21507
21508 Plusieurs exemples d'alignement de cellules.
21509 \end_layout
21510
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \begin_layout Plain Layout
21517 \align center
21518 \begin_inset Tabular
21519 <lyxtabular version="3" rows="4" columns="6">
21520 <features rotate="0" tabularvalignment="middle">
21521 <column alignment="right" valignment="top" width="0">
21522 <column alignment="left" valignment="top" width="0" special="@{}l">
21523 <column alignment="right" valignment="top" width="0">
21524 <column alignment="left" valignment="top" width="0" special="@{}l">
21525 <column alignment="right" valignment="top" width="0">
21526 <column alignment="left" valignment="top" width="0" special="@{}l">
21527 <row>
21528 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 unités
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 exposants
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 relations
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 </row>
21583 <row>
21584 <cell alignment="center" valignment="top" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588 12×
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 24
21598 \begin_inset space \thinspace{}
21599 \end_inset
21600
21601 bouteilles
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 \begin_inset Formula $10\cdot$
21611 \end_inset
21612
21613
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $10^{\mbox{-}17}$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 \begin_inset Formula $\Gamma(t)\propto$
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 \begin_inset Formula $\:\Upsilon(t)$
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 </row>
21655 <row>
21656 <cell alignment="center" valignment="top" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660 1024×
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 768
21670 \begin_inset space \thinspace{}
21671 \end_inset
21672
21673 Pixels
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 \begin_inset Formula $5.78\cdot$
21683 \end_inset
21684
21685
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 \begin_inset Formula $10^{7}$
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 \begin_inset Formula $A\ne$
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\: B_{\mathrm{red}}$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 32×
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 6
21742 \begin_inset space \thinspace{}
21743 \end_inset
21744
21745 cm
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 -
21755 \begin_inset Formula $33.5\cdot$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $10^{4}$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 \begin_inset Formula $\sin(\alpha)\ge$
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 <cell alignment="center" valignment="top" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791 \begin_inset Formula $\:\sin(\beta)$
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 </lyxtabular>
21801
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \begin_layout Subsection
21813 Formats de cellule et de colonne personnalisés
21814 \begin_inset CommandInset label
21815 LatexCommand label
21816 name "sub:Formats-personnalisés"
21817
21818 \end_inset
21819
21820
21821 \begin_inset Index idx
21822 status collapsed
21823
21824 \begin_layout Plain Layout
21825 Personnalisation des tableaux !  Format de cellule/colonne
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \begin_layout Standard
21834 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21835 \begin_inset space ~
21836 \end_inset
21837
21838
21839 \begin_inset CommandInset ref
21840 LatexCommand ref
21841 reference "sec:Table-Width-Calculation"
21842
21843 \end_inset
21844
21845  et pour des colonnes couvertes par un cellule multi-colonne comme dans
21846  la section
21847 \begin_inset space ~
21848 \end_inset
21849
21850
21851 \begin_inset CommandInset ref
21852 LatexCommand ref
21853 reference "sub:Calculs-multicolonnes"
21854
21855 \end_inset
21856
21857  peut devenir très pénible si vous avez plusieurs tableaux.
21858  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21859  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21860  du document.
21861  Le format est défini avec la commande
21862 \end_layout
21863
21864 \begin_layout Standard
21865
21866 \series bold
21867
21868 \backslash
21869 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21870 \end_layout
21871
21872 \begin_layout Standard
21873 Le nom du format peut n'avoir qu'une lettre.
21874  Les lettres 
21875 \emph on
21876 b
21877 \emph default
21878
21879 \emph on
21880 c
21881 \emph default
21882
21883 \emph on
21884 l
21885 \emph default
21886
21887 \emph on
21888 m
21889 \emph default
21890
21891 \emph on
21892 p
21893 \emph default
21894  et 
21895 \emph on
21896 r
21897 \emph default
21898  sont prédéfinies et donc ne peuvent être utilisées.
21899  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21900 \end_layout
21901
21902 \begin_layout Standard
21903 \begin_inset VSpace medskip
21904 \end_inset
21905
21906
21907 \end_layout
21908
21909 \begin_layout Standard
21910 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21911  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21912  :
21913 \end_layout
21914
21915 \begin_layout Standard
21916
21917 \series bold
21918
21919 \backslash
21920 newcolumntype{M}[1]{>{
21921 \backslash
21922 centering
21923 \backslash
21924 hspace{0pt}}m{#1}}
21925 \end_layout
21926
21927 \begin_layout Standard
21928 Où le 
21929 \series bold
21930
21931 \backslash
21932 hspace{0pt}
21933 \series default
21934  évite le problème de césure du premier mot, comme c'est décrit en section
21935 \begin_inset space ~
21936 \end_inset
21937
21938
21939 \begin_inset CommandInset ref
21940 LatexCommand ref
21941 reference "sub:Lignes-multiple-dans-cellule"
21942
21943 \end_inset
21944
21945 .
21946  Ensuite, vous pouvez entrer
21947 \end_layout
21948
21949 \begin_layout Standard
21950
21951 \series bold
21952 M{width}
21953 \end_layout
21954
21955 \begin_layout Standard
21956 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
21957  une multi-colonne.
21958 \end_layout
21959
21960 \begin_layout Standard
21961 \begin_inset VSpace bigskip
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \begin_layout Standard
21968 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
21969  pouvez définir le format
21970 \end_layout
21971
21972 \begin_layout Standard
21973
21974 \series bold
21975
21976 \backslash
21977 newcolumntype{S}[2]{>{
21978 \backslash
21979 centering
21980 \backslash
21981 hspace{0pt}}
21982 \begin_inset Newline newline
21983 \end_inset
21984
21985
21986 \begin_inset Phantom HPhantom
21987 status open
21988
21989 \begin_layout Plain Layout
21990
21991 \series bold
21992
21993 \backslash
21994 newcolumntype{S}[2]
21995 \end_layout
21996
21997 \end_inset
21998
21999 m{(#1+(2
22000 \backslash
22001 tabcolsep+
22002 \backslash
22003 arrayrulewidth)*(1-#2))/#2}}
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Ce format utilise l'équation
22008 \begin_inset space ~
22009 \end_inset
22010
22011
22012 \begin_inset CommandInset ref
22013 LatexCommand eqref
22014 reference "eq:Wgn"
22015
22016 \end_inset
22017
22018  pour calculer la largeur que doit avoir chacune des cellules couverte par
22019  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
22020 \end_layout
22021
22022 \begin_layout Standard
22023 Ensuite, vous pouvez entrer
22024 \end_layout
22025
22026 \begin_layout Standard
22027
22028 \series bold
22029 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
22030 \end_layout
22031
22032 \begin_layout Standard
22033 comme paramètre LaTeX de la colonne.
22034 \end_layout
22035
22036 \begin_layout Standard
22037 \begin_inset VSpace bigskip
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Standard
22044 Pour des colonnes colorées, vous pouvez définir
22045 \end_layout
22046
22047 \begin_layout Standard
22048
22049 \series bold
22050
22051 \backslash
22052 newcolumntype{K}[1]{>{
22053 \backslash
22054 columncolor{#1}
22055 \backslash
22056 hspace{0pt}}c}
22057 \end_layout
22058
22059 \begin_layout Standard
22060 Le 
22061 \begin_inset Quotes eld
22062 \end_inset
22063
22064 c
22065 \begin_inset Quotes erd
22066 \end_inset
22067
22068  à la fin crée une colonne de largeur variable dont le texte est centré
22069  horizontalement.
22070  Vous pouvez maintenant entrer
22071 \end_layout
22072
22073 \begin_layout Standard
22074
22075 \series bold
22076 K{nom de couleur}
22077 \end_layout
22078
22079 \begin_layout Standard
22080 comme paramètre LaTeX.
22081 \end_layout
22082
22083 \begin_layout Standard
22084 \begin_inset VSpace bigskip
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \begin_layout Standard
22091 Pour créer le tableau
22092 \begin_inset space ~
22093 \end_inset
22094
22095
22096 \begin_inset CommandInset ref
22097 LatexCommand ref
22098 reference "tab:Tableau-formats-personnalisés"
22099
22100 \end_inset
22101
22102  utilisez les paramètres LaTeX
22103 \end_layout
22104
22105 \begin_layout Standard
22106
22107 \series bold
22108 M{2.5cm}
22109 \end_layout
22110
22111 \begin_layout Standard
22112 pour la première colonne et la multi-colonne,
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118 K{red}
22119 \end_layout
22120
22121 \begin_layout Standard
22122 pour la dernière colonne, et
22123 \end_layout
22124
22125 \begin_layout Standard
22126
22127 \series bold
22128 S{2.5cm}{2}
22129 \end_layout
22130
22131 \begin_layout Standard
22132 pour les cellules de la deuxième colonne.
22133 \end_layout
22134
22135 \begin_layout Standard
22136 \begin_inset Float table
22137 placement h
22138 wide false
22139 sideways false
22140 status open
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Caption Standard
22144
22145 \begin_layout Plain Layout
22146 \begin_inset CommandInset label
22147 LatexCommand label
22148 name "tab:Tableau-formats-personnalisés"
22149
22150 \end_inset
22151
22152 Tableau utilisant des formats personnalisés
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Plain Layout
22161 \align center
22162 \begin_inset Tabular
22163 <lyxtabular version="3" rows="3" columns="4">
22164 <features rotate="0" tabularvalignment="middle">
22165 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22166 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
22167 <column alignment="center" valignment="middle" width="0">
22168 <column alignment="center" valignment="middle" width="0" special="K{red}">
22169 <row>
22170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 motTrèsLongDansUneCellule
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 multi-colonne avec multi-ligne
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 c
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 d
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 e
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 f
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 g
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 h
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259 i
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 j
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 k
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 </row>
22283 </lyxtabular>
22284
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Subsection
22296 Épaisseur des filets
22297 \begin_inset CommandInset label
22298 LatexCommand label
22299 name "sub:Epaisseur-filets"
22300
22301 \end_inset
22302
22303
22304 \begin_inset Index idx
22305 status collapsed
22306
22307 \begin_layout Plain Layout
22308 Personnalisation des tableaux ! Épaisseur filets
22309 \end_layout
22310
22311 \end_inset
22312
22313
22314 \end_layout
22315
22316 \begin_layout Standard
22317 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22318  
22319 \series bold
22320
22321 \backslash
22322 arrayrulewidth
22323 \series default
22324 .
22325  Pour mettre, par exemple, une épaisseur de filet de 1.5
22326 \begin_inset space \thinspace{}
22327 \end_inset
22328
22329 pt, comme pour le tableau
22330 \begin_inset space ~
22331 \end_inset
22332
22333
22334 \begin_inset CommandInset ref
22335 LatexCommand ref
22336 reference "tab:Tableau-filets-1.5pt"
22337
22338 \end_inset
22339
22340 , insérez la commande
22341 \end_layout
22342
22343 \begin_layout Standard
22344
22345 \series bold
22346
22347 \backslash
22348 setlength{
22349 \backslash
22350 arrayrulewidth}{1.5pt}
22351 \end_layout
22352
22353 \begin_layout Standard
22354 en code TeX avant le tableau ou le flottant de tableau.
22355  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22356  suivent.
22357  pour revenir aux valeurs implicites, mettez 
22358 \series bold
22359
22360 \backslash
22361 arrayrulewidth
22362 \series default
22363  à 0.4
22364 \begin_inset space \thinspace{}
22365 \end_inset
22366
22367 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
22368 \end_layout
22369
22370 \begin_layout Standard
22371 \begin_inset ERT
22372 status collapsed
22373
22374 \begin_layout Plain Layout
22375
22376
22377 \backslash
22378 setlength{
22379 \backslash
22380 arrayrulewidth}{1.5pt}
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \begin_inset Float table
22387 wide false
22388 sideways false
22389 status open
22390
22391 \begin_layout Plain Layout
22392 \begin_inset Caption Standard
22393
22394 \begin_layout Plain Layout
22395 \begin_inset CommandInset label
22396 LatexCommand label
22397 name "tab:Tableau-filets-1.5pt"
22398
22399 \end_inset
22400
22401 Tableau avec des filets de 1.5
22402 \begin_inset space \thinspace{}
22403 \end_inset
22404
22405 pt
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \begin_layout Plain Layout
22414 \align center
22415 \begin_inset Tabular
22416 <lyxtabular version="3" rows="3" columns="3">
22417 <features rotate="0" tabularvalignment="middle">
22418 <column alignment="center" valignment="top" width="0">
22419 <column alignment="center" valignment="top" width="0">
22420 <column alignment="center" valignment="top" width="0">
22421 <row>
22422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 sd
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 sd
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 <row>
22480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 sd
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 </lyxtabular>
22509
22510 \end_inset
22511
22512
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \begin_inset ERT
22519 status collapsed
22520
22521 \begin_layout Plain Layout
22522
22523
22524 \backslash
22525 setlength{
22526 \backslash
22527 arrayrulewidth}{0.4pt}
22528 \end_layout
22529
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \begin_layout Standard
22536 \begin_inset VSpace bigskip
22537 \end_inset
22538
22539 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22540 \begin_inset space \thinspace{}
22541 \end_inset
22542
22543 pt, comme dans le tableau
22544 \begin_inset space ~
22545 \end_inset
22546
22547
22548 \begin_inset CommandInset ref
22549 LatexCommand ref
22550 reference "tab:Tableau-filets-horizontaux-1.5pt"
22551
22552 \end_inset
22553
22554 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
22555  de tableau :
22556 \end_layout
22557
22558 \begin_layout Standard
22559
22560 \series bold
22561
22562 \backslash
22563 let
22564 \backslash
22565 myHline
22566 \backslash
22567 hline
22568 \begin_inset Newline newline
22569 \end_inset
22570
22571
22572 \backslash
22573 renewcommand{
22574 \backslash
22575 hline}
22576 \begin_inset Newline newline
22577 \end_inset
22578
22579  {
22580 \backslash
22581 noalign{
22582 \backslash
22583 global
22584 \backslash
22585 arrayrulewidth 1.5pt}
22586 \begin_inset Newline newline
22587 \end_inset
22588
22589  
22590 \backslash
22591 myHline
22592 \backslash
22593 noalign{
22594 \backslash
22595 global
22596 \backslash
22597 arrayrulewidth 0.4pt}}
22598 \end_layout
22599
22600 \begin_layout Standard
22601 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22602  en code TeX après le tableau ou le flottant de tableau :
22603 \end_layout
22604
22605 \begin_layout Standard
22606
22607 \series bold
22608
22609 \backslash
22610 renewcommand{
22611 \backslash
22612 hline}{
22613 \backslash
22614 myHline}
22615 \end_layout
22616
22617 \begin_layout Standard
22618 \begin_inset ERT
22619 status collapsed
22620
22621 \begin_layout Plain Layout
22622
22623
22624 \backslash
22625 let
22626 \backslash
22627 myHline
22628 \backslash
22629 hline
22630 \end_layout
22631
22632 \begin_layout Plain Layout
22633
22634
22635 \backslash
22636 renewcommand{
22637 \backslash
22638 hline}
22639 \end_layout
22640
22641 \begin_layout Plain Layout
22642
22643  {
22644 \backslash
22645 noalign{
22646 \backslash
22647 global
22648 \backslash
22649 arrayrulewidth 1.5pt}
22650 \end_layout
22651
22652 \begin_layout Plain Layout
22653
22654   
22655 \backslash
22656 myHline
22657 \backslash
22658 noalign{
22659 \backslash
22660 global
22661 \backslash
22662 arrayrulewidth 0.4pt}}
22663 \end_layout
22664
22665 \end_inset
22666
22667
22668 \begin_inset Float table
22669 wide false
22670 sideways false
22671 status open
22672
22673 \begin_layout Plain Layout
22674 \begin_inset Caption Standard
22675
22676 \begin_layout Plain Layout
22677 \begin_inset CommandInset label
22678 LatexCommand label
22679 name "tab:Tableau-filets-horizontaux-1.5pt"
22680
22681 \end_inset
22682
22683 Tableau avec des filets horizontaux de 1.5
22684 \begin_inset space \thinspace{}
22685 \end_inset
22686
22687 pt
22688 \end_layout
22689
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \begin_layout Plain Layout
22696 \align center
22697 \begin_inset Tabular
22698 <lyxtabular version="3" rows="3" columns="3">
22699 <features rotate="0" tabularvalignment="middle">
22700 <column alignment="center" valignment="top" width="0">
22701 <column alignment="center" valignment="top" width="0">
22702 <column alignment="center" valignment="top" width="0">
22703 <row>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 sd
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 sd
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 sd
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 </row>
22790 </lyxtabular>
22791
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \begin_inset ERT
22801 status collapsed
22802
22803 \begin_layout Plain Layout
22804
22805
22806 \backslash
22807 renewcommand{
22808 \backslash
22809 hline}{
22810 \backslash
22811 myHline}
22812 \end_layout
22813
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \begin_layout Standard
22820 \begin_inset VSpace bigskip
22821 \end_inset
22822
22823 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22824 \begin_inset space \thinspace{}
22825 \end_inset
22826
22827 pt, créez le format de colonne suivant dans le préambule, en suivant la
22828  description de la section
22829 \begin_inset space ~
22830 \end_inset
22831
22832
22833 \begin_inset CommandInset ref
22834 LatexCommand ref
22835 reference "sub:Formats-personnalisés"
22836
22837 \end_inset
22838
22839 :
22840 \end_layout
22841
22842 \begin_layout Standard
22843
22844 \series bold
22845
22846 \backslash
22847 newcolumntype{V}{!{
22848 \backslash
22849 vrule width 1.5pt}}
22850 \end_layout
22851
22852 \begin_layout Standard
22853 Pour le tableau
22854 \begin_inset space ~
22855 \end_inset
22856
22857
22858 \begin_inset CommandInset ref
22859 LatexCommand ref
22860 reference "tab:Tableau-filets-verticaux-1.5pt"
22861
22862 \end_inset
22863
22864  le paramètre LaTeX 
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870 VcV
22871 \end_layout
22872
22873 \begin_layout Standard
22874 a été utilisé pour la dernière colonne et
22875 \end_layout
22876
22877 \begin_layout Standard
22878
22879 \series bold
22880 Vc
22881 \end_layout
22882
22883 \begin_layout Standard
22884 pour les autres colonnes.
22885 \end_layout
22886
22887 \begin_layout Standard
22888 \begin_inset Float table
22889 wide false
22890 sideways false
22891 status open
22892
22893 \begin_layout Plain Layout
22894 \begin_inset Caption Standard
22895
22896 \begin_layout Plain Layout
22897 \begin_inset CommandInset label
22898 LatexCommand label
22899 name "tab:Tableau-filets-verticaux-1.5pt"
22900
22901 \end_inset
22902
22903 Tableau avec des filets verticaux de 1.5
22904 \begin_inset space \thinspace{}
22905 \end_inset
22906
22907 pt 
22908 \end_layout
22909
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \begin_layout Plain Layout
22916 \align center
22917 \begin_inset Tabular
22918 <lyxtabular version="3" rows="3" columns="3">
22919 <features rotate="0" tabularvalignment="middle">
22920 <column alignment="center" valignment="top" width="0" special="Vc">
22921 <column alignment="center" valignment="top" width="0" special="Vc">
22922 <column alignment="center" valignment="top" width="0" special="VcV">
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 sd
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 </row>
22952 <row>
22953 <cell alignment="center" valignment="top" topline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 <cell alignment="center" valignment="top" topline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 sd
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 <row>
22982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 sd
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 </row>
23010 </lyxtabular>
23011
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Subsection
23023 Filets à traits interrompus
23024 \begin_inset Index idx
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028 Personnalisation des tableaux ! Filets à traits interrompus
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \begin_layout Standard
23037 \begin_inset ERT
23038 status collapsed
23039
23040 \begin_layout Plain Layout
23041
23042
23043 \backslash
23044 ifarydshln
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \begin_inset Note Note
23051 status open
23052
23053 \begin_layout Plain Layout
23054 La section suivante ne s'affichera que si vous avez installé le paquetage
23055  LaTeX 
23056 \series bold
23057 arydshln
23058 \series default
23059 .
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \begin_layout Standard
23068 \begin_inset Float table
23069 placement H
23070 wide false
23071 sideways false
23072 status open
23073
23074 \begin_layout Plain Layout
23075 \begin_inset Caption Standard
23076
23077 \begin_layout Plain Layout
23078 \begin_inset CommandInset label
23079 LatexCommand label
23080 name "tab:Tableau-filets-tirets"
23081
23082 \end_inset
23083
23084 Tableau avec des filets à traits interrompus
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \begin_layout Plain Layout
23093 \align center
23094 \begin_inset Tabular
23095 <lyxtabular version="3" rows="5" columns="5">
23096 <features rotate="0" tabularvalignment="middle">
23097 <column alignment="center" valignment="top" width="0">
23098 <column alignment="center" valignment="top" width="0">
23099 <column alignment="center" valignment="top" width="0" special=":c">
23100 <column alignment="center" valignment="top" width="0">
23101 <column alignment="center" valignment="top" width="0">
23102 <row>
23103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 a
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116 b
23117 \end_layout
23118
23119 \end_inset
23120 </cell>
23121 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125 c
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 d
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 e
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 <row>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154 f
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 g
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 h
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 i
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 j
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201 \begin_inset ERT
23202 status collapsed
23203
23204 \begin_layout Plain Layout
23205
23206
23207 \backslash
23208 hdashline 
23209 \end_layout
23210
23211 \end_inset
23212
23213 k
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 l
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 <cell alignment="center" valignment="top" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231 m
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240 n
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 o
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 \begin_inset ERT
23261 status collapsed
23262
23263 \begin_layout Plain Layout
23264
23265
23266 \backslash
23267 cdashline{4-5}
23268 \end_layout
23269
23270 \end_inset
23271
23272 p
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 q
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 r
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 s
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 t
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 u
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 v
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 w
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 x
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 </lyxtabular>
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Standard
23374 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
23375  donc employer du code TeX.
23376  Mais avant il faut charger le paquetage LaTeX 
23377 \series bold
23378 arydshln
23379 \series default
23380
23381 \begin_inset Index idx
23382 status collapsed
23383
23384 \begin_layout Plain Layout
23385 Paquetages LaTeX ! arydshln
23386 \end_layout
23387
23388 \end_inset
23389
23390  dans le préambule du document avec la commande 
23391 \end_layout
23392
23393 \begin_layout Standard
23394
23395 \series bold
23396
23397 \backslash
23398 usepackage{arydshln}
23399 \end_layout
23400
23401 \begin_layout Standard
23402 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23403  
23404 \begin_inset Quotes eld
23405 \end_inset
23406
23407 :
23408 \begin_inset Quotes erd
23409 \end_inset
23410
23411  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
23412  dans la fenêtre de dialogue de paramètre du tableau.
23413 \end_layout
23414
23415 \begin_layout Standard
23416 Pour un trait horizontal interrompu, ajoutez la commande
23417 \end_layout
23418
23419 \begin_layout Standard
23420
23421 \series bold
23422
23423 \backslash
23424 hdashline
23425 \end_layout
23426
23427 \begin_layout Standard
23428 en code TeX comme premier élément de la première cellule de la ligne de
23429  tableau.
23430 \end_layout
23431
23432 \begin_layout Standard
23433 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23434  commande 
23435 \end_layout
23436
23437 \begin_layout Standard
23438
23439 \series bold
23440
23441 \backslash
23442 cdashline{
23443 \series default
23444 numéros de colonnes}
23445 \end_layout
23446
23447 \begin_layout Standard
23448 en code TeX comme premier élément de la première cellule de la ligne.
23449  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
23450  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23451 \end_layout
23452
23453 \begin_layout Standard
23454
23455 \series bold
23456
23457 \backslash
23458 cdashline{2-4}
23459 \end_layout
23460
23461 \begin_layout Standard
23462 comme premier élément de la première cellule de la ligne contenant la multi-colo
23463 nne.
23464 \end_layout
23465
23466 \begin_layout Standard
23467 \begin_inset VSpace bigskip
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \begin_layout Standard
23474 Le tableau
23475 \begin_inset space ~
23476 \end_inset
23477
23478
23479 \begin_inset CommandInset ref
23480 LatexCommand ref
23481 reference "tab:Tableau-filets-tirets"
23482
23483 \end_inset
23484
23485  a été créé en utilisant 
23486 \begin_inset Quotes eld
23487 \end_inset
23488
23489
23490 \series bold
23491 :c
23492 \series default
23493
23494 \begin_inset Quotes erd
23495 \end_inset
23496
23497  comme paramètre LaTeX pour la troisième colonne.
23498  La commande en code TeX 
23499 \series bold
23500
23501 \backslash
23502 hdashline
23503 \series default
23504  a été insérée dans la première cellule de la troisième ligne et la commande
23505  en code TeX 
23506 \series bold
23507
23508 \backslash
23509 cdashline{4-5}
23510 \series default
23511  a été insérée dans la première cellule de la quatrième ligne.
23512 \end_layout
23513
23514 \begin_layout Standard
23515 \begin_inset VSpace bigskip
23516 \end_inset
23517
23518
23519 \end_layout
23520
23521 \begin_layout Standard
23522
23523 \lang english
23524 Tables with dashed lines can also be colored as shown by
23525 \lang french
23526  tableau
23527 \begin_inset space ~
23528 \end_inset
23529
23530
23531 \begin_inset CommandInset ref
23532 LatexCommand ref
23533 reference "tab:Colored-table-with"
23534
23535 \end_inset
23536
23537 .
23538 \end_layout
23539
23540 \begin_layout Standard
23541 \begin_inset ERT
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545
23546
23547 \backslash
23548 setlength{
23549 \backslash
23550 arrayrulewidth}{1pt}
23551 \end_layout
23552
23553 \end_inset
23554
23555
23556 \lang english
23557
23558 \begin_inset Note Note
23559 status collapsed
23560
23561 \begin_layout Plain Layout
23562
23563 \lang english
23564 thicker lines for better visualization of the line color
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \begin_layout Standard
23573 \begin_inset ERT
23574 status collapsed
23575
23576 \begin_layout Plain Layout
23577
23578
23579 \backslash
23580 dashgapcolor{green}
23581 \end_layout
23582
23583 \end_inset
23584
23585
23586 \lang english
23587
23588 \begin_inset Note Note
23589 status collapsed
23590
23591 \begin_layout Plain Layout
23592
23593 \lang english
23594 color gaps between dashes green
23595 \end_layout
23596
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \begin_layout Standard
23603 \begin_inset ERT
23604 status collapsed
23605
23606 \begin_layout Plain Layout
23607
23608
23609 \backslash
23610 let
23611 \backslash
23612 myHdashline
23613 \backslash
23614 hdashline
23615 \end_layout
23616
23617 \begin_layout Plain Layout
23618
23619
23620 \backslash
23621 renewcommand{
23622 \backslash
23623 hdashline}
23624 \end_layout
23625
23626 \begin_layout Plain Layout
23627
23628  {
23629 \backslash
23630 arrayrulecolor{red}
23631 \backslash
23632 myHdashline
23633 \backslash
23634 arrayrulecolor{black}}
23635 \end_layout
23636
23637 \end_inset
23638
23639
23640 \lang english
23641
23642 \begin_inset Note Note
23643 status collapsed
23644
23645 \begin_layout Plain Layout
23646
23647 \lang english
23648 color horizontal, dashed lines red
23649 \end_layout
23650
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \begin_layout Standard
23657 \begin_inset ERT
23658 status collapsed
23659
23660 \begin_layout Plain Layout
23661
23662
23663 \backslash
23664 let
23665 \backslash
23666 myCdashline
23667 \backslash
23668 cdashline
23669 \end_layout
23670
23671 \begin_layout Plain Layout
23672
23673
23674 \backslash
23675 renewcommand{
23676 \backslash
23677 cdashline}[1]
23678 \end_layout
23679
23680 \begin_layout Plain Layout
23681
23682  {
23683 \backslash
23684 arrayrulecolor{yellow}
23685 \backslash
23686 myCdashline{#1}
23687 \backslash
23688 arrayrulecolor{black}}
23689 \end_layout
23690
23691 \end_inset
23692
23693
23694 \lang english
23695
23696 \begin_inset Note Note
23697 status collapsed
23698
23699 \begin_layout Plain Layout
23700
23701 \lang english
23702 color partial horizontal, dashed lines yellow
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \begin_layout Standard
23711 \begin_inset Float table
23712 placement h
23713 wide false
23714 sideways false
23715 status open
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Caption Standard
23719
23720 \begin_layout Plain Layout
23721 \begin_inset CommandInset label
23722 LatexCommand label
23723 name "tab:Colored-table-with"
23724
23725 \end_inset
23726
23727
23728 \lang english
23729 Colored table with dashed lines
23730 \end_layout
23731
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \begin_layout Plain Layout
23738 \align center
23739 \begin_inset Tabular
23740 <lyxtabular version="3" rows="5" columns="5">
23741 <features rotate="0" tabularvalignment="middle">
23742 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23743 <column alignment="center" valignment="top" width="0pt">
23744 <column alignment="center" valignment="top" width="0pt" special=":c">
23745 <column alignment="center" valignment="top" width="0">
23746 <column alignment="center" valignment="top" width="0">
23747 <row>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 a
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 <cell alignment="center" valignment="top" topline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761 b
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 <cell alignment="center" valignment="top" topline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 c
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 d
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 e
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 f
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 g
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 <cell alignment="center" valignment="top" topline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817 h
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 i
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 j
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 </row>
23841 <row>
23842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset ERT
23847 status collapsed
23848
23849 \begin_layout Plain Layout
23850
23851
23852 \backslash
23853 hdashline 
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \begin_inset ERT
23860 status collapsed
23861
23862 \begin_layout Plain Layout
23863
23864
23865 \backslash
23866 rowcolor{Gray}
23867 \end_layout
23868
23869 \end_inset
23870
23871 k
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 l
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 <cell alignment="center" valignment="top" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889 m
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 n
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 o
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918 \begin_inset ERT
23919 status collapsed
23920
23921 \begin_layout Plain Layout
23922
23923
23924 \backslash
23925 cdashline{4-5}
23926 \end_layout
23927
23928 \end_inset
23929
23930 p
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939 q
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 r
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 s
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 t
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986 u
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995 v
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 w
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset ERT
24014 status collapsed
24015
24016 \begin_layout Plain Layout
24017
24018
24019 \backslash
24020 cellcolor{Maroon}
24021 \end_layout
24022
24023 \end_inset
24024
24025 i
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 </row>
24031 </lyxtabular>
24032
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \begin_layout Standard
24044 \begin_inset ERT
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048
24049
24050 \backslash
24051 renewcommand{
24052 \backslash
24053 hdashline}{
24054 \backslash
24055 myHdashline}
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \lang english
24062
24063 \begin_inset Note Note
24064 status collapsed
24065
24066 \begin_layout Plain Layout
24067
24068 \lang english
24069 reset to default
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \begin_layout Standard
24078 \begin_inset ERT
24079 status collapsed
24080
24081 \begin_layout Plain Layout
24082
24083
24084 \backslash
24085 renewcommand{
24086 \backslash
24087 cdashline}{
24088 \backslash
24089 myCdashline}
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \lang english
24096
24097 \begin_inset Note Note
24098 status collapsed
24099
24100 \begin_layout Plain Layout
24101
24102 \lang english
24103 reset to default
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \begin_layout Standard
24112 \begin_inset ERT
24113 status collapsed
24114
24115 \begin_layout Plain Layout
24116
24117
24118 \backslash
24119 nodashgapcolor
24120 \end_layout
24121
24122 \end_inset
24123
24124
24125 \lang english
24126
24127 \begin_inset Note Note
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131
24132 \lang english
24133 reset to default
24134 \end_layout
24135
24136 \end_inset
24137
24138
24139 \end_layout
24140
24141 \begin_layout Standard
24142 \begin_inset ERT
24143 status collapsed
24144
24145 \begin_layout Plain Layout
24146
24147
24148 \backslash
24149 setlength{
24150 \backslash
24151 arrayrulewidth}{0.4pt}
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \lang english
24158
24159 \begin_inset Note Note
24160 status collapsed
24161
24162 \begin_layout Plain Layout
24163
24164 \lang english
24165 reset to default
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \begin_layout Standard
24174
24175 \lang english
24176 The coloring of lines, columns and lines works as decribed in section
24177 \begin_inset space ~
24178 \end_inset
24179
24180
24181 \lang french
24182
24183 \begin_inset CommandInset ref
24184 LatexCommand ref
24185 reference "sec:Tableaux-Colorés"
24186
24187 \end_inset
24188
24189
24190 \lang english
24191 .
24192  Coloring horizontal lines works analogically as described there as well,
24193  one only needs to replace in the commands 
24194 \series bold
24195
24196 \backslash
24197 myHlineC
24198 \series default
24199  by 
24200 \series bold
24201
24202 \backslash
24203 myHdashline
24204 \series default
24205  and 
24206 \backslash
24207
24208 \series bold
24209 hline
24210 \series default
24211  by 
24212 \series bold
24213
24214 \backslash
24215 hdashline
24216 \series default
24217 ; so one uses the command
24218 \end_layout
24219
24220 \begin_layout Standard
24221
24222 \series bold
24223
24224 \backslash
24225 let
24226 \backslash
24227 myHdashline
24228 \backslash
24229 hdashline
24230 \begin_inset Newline newline
24231 \end_inset
24232
24233
24234 \backslash
24235 renewcommand{
24236 \backslash
24237 hdashline}
24238 \begin_inset Newline newline
24239 \end_inset
24240
24241
24242 \begin_inset Phantom HPhantom
24243 status open
24244
24245 \begin_layout Plain Layout
24246 \begin_inset space ~
24247 \end_inset
24248
24249
24250 \end_layout
24251
24252 \end_inset
24253
24254 {
24255 \backslash
24256 arrayrulecolor{red}
24257 \backslash
24258 myHdashline
24259 \backslash
24260 arrayrulecolor{black}}
24261 \end_layout
24262
24263 \begin_layout Standard
24264
24265 \lang english
24266 To color 
24267 \series bold
24268
24269 \backslash
24270 cdashline
24271 \series default
24272 , the command is
24273 \end_layout
24274
24275 \begin_layout Standard
24276
24277 \series bold
24278
24279 \backslash
24280 let
24281 \backslash
24282 myCdashline
24283 \backslash
24284 cdashline
24285 \begin_inset Newline newline
24286 \end_inset
24287
24288
24289 \backslash
24290 renewcommand{
24291 \backslash
24292 cdashline}[1]
24293 \begin_inset Newline newline
24294 \end_inset
24295
24296
24297 \begin_inset Phantom HPhantom
24298 status open
24299
24300 \begin_layout Plain Layout
24301 \begin_inset space ~
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \end_inset
24308
24309 {
24310 \backslash
24311 arrayrulecolor{red}
24312 \backslash
24313 myCdashline{#1}
24314 \backslash
24315 arrayrulecolor{black}}
24316 \end_layout
24317
24318 \begin_layout Standard
24319
24320 \lang english
24321 To get back the black line color, one needs to insert the following commands
24322  as TeX-Code behind the table:
24323 \end_layout
24324
24325 \begin_layout Standard
24326
24327 \lang english
24328 For 
24329 \series bold
24330
24331 \backslash
24332 hdashline
24333 \end_layout
24334
24335 \begin_layout Standard
24336
24337 \series bold
24338
24339 \backslash
24340 renewcommand{
24341 \backslash
24342 hdashline}{
24343 \backslash
24344 myHdashline}
24345 \end_layout
24346
24347 \begin_layout Standard
24348
24349 \lang english
24350 and for 
24351 \series bold
24352
24353 \backslash
24354 cdashline
24355 \end_layout
24356
24357 \begin_layout Standard
24358
24359 \series bold
24360
24361 \backslash
24362 renewcommand{
24363 \backslash
24364 cdashline}{
24365 \backslash
24366 myCdashline}
24367 \end_layout
24368
24369 \begin_layout Standard
24370
24371 \lang english
24372 To color the gaps between the dashes the command
24373 \end_layout
24374
24375 \begin_layout Standard
24376
24377 \series bold
24378 \lang english
24379
24380 \backslash
24381 dashgapcolor{color}
24382 \end_layout
24383
24384 \begin_layout Standard
24385
24386 \lang english
24387 can be used in front of a table as TeX-Code.
24388  color is hereby the name of a defined color.
24389  The command
24390 \end_layout
24391
24392 \begin_layout Standard
24393
24394 \series bold
24395
24396 \backslash
24397 nodashgapcolor
24398 \end_layout
24399
24400 \begin_layout Standard
24401
24402 \lang english
24403 unsets the changes made by 
24404 \series bold
24405
24406 \backslash
24407 dashgapcolor
24408 \series default
24409 .
24410 \end_layout
24411
24412 \begin_layout Standard
24413
24414 \lang english
24415 \begin_inset Note Greyedout
24416 status open
24417
24418 \begin_layout Plain Layout
24419
24420 \series bold
24421 \color none
24422 \lang english
24423 Note
24424 \series default
24425 : If there are multiple commands in a cell, the command of 
24426 \series bold
24427 arydshln
24428 \series default
24429  needs to be the first one in the cell.
24430  Therefore in cell 
24431 \emph on
24432 k
24433 \emph default
24434  of Table
24435 \begin_inset space ~
24436 \end_inset
24437
24438
24439 \begin_inset CommandInset ref
24440 LatexCommand ref
24441 reference "tab:Colored-table-with"
24442
24443 \end_inset
24444
24445  the command 
24446 \series bold
24447
24448 \backslash
24449 hdashline
24450 \series default
24451  is before 
24452 \series bold
24453
24454 \backslash
24455 rowcolor
24456 \series default
24457 .
24458 \end_layout
24459
24460 \end_inset
24461
24462
24463 \end_layout
24464
24465 \begin_layout Standard
24466
24467 \lang english
24468 \begin_inset Note Greyedout
24469 status open
24470
24471 \begin_layout Plain Layout
24472
24473 \series bold
24474 \color none
24475 \lang english
24476 Note:
24477 \series default
24478  The LaTeX-package 
24479 \series bold
24480 arydshln
24481 \series default
24482  must be loaded in the document preamble before the LaTeX-package
24483 \lang french
24484  
24485 \series bold
24486 colortbl
24487 \series default
24488 \color inherit
24489
24490 \begin_inset Index idx
24491 status collapsed
24492
24493 \begin_layout Plain Layout
24494 Paquetages LaTeX ! colortbl
24495 \end_layout
24496
24497 \end_inset
24498
24499
24500 \color none
24501 .
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \end_layout
24508
24509 \begin_layout Standard
24510 \begin_inset ERT
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514
24515
24516 \backslash
24517 else
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \begin_inset Note Note
24524 status open
24525
24526 \begin_layout Plain Layout
24527 Ce qui suit sera affiché si le paquetage LaTeX 
24528 \series bold
24529 arydshln
24530 \series default
24531  n'est pas installé :
24532 \end_layout
24533
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \begin_layout Standard
24540 Vous devez installer le paquetage LaTeX 
24541 \series bold
24542 arydshln
24543 \series default
24544  pour voir le contenu des cette section dans la sortie imprimée.
24545 \end_layout
24546
24547 \begin_layout Standard
24548 \begin_inset ERT
24549 status collapsed
24550
24551 \begin_layout Plain Layout
24552
24553
24554 \backslash
24555 fi
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564
24565 \lang english
24566 For more information about dashed lines see the documentation of
24567 \lang french
24568  
24569 \series bold
24570 arydshln
24571 \series default
24572
24573 \begin_inset CommandInset citation
24574 LatexCommand cite
24575 key "arydshln"
24576
24577 \end_inset
24578
24579 .
24580 \end_layout
24581
24582 \begin_layout Chapter
24583 Flottants
24584 \begin_inset CommandInset label
24585 LatexCommand label
24586 name "chap:Flottants"
24587
24588 \end_inset
24589
24590
24591 \begin_inset Index idx
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595 Flottants
24596 \end_layout
24597
24598 \end_inset
24599
24600
24601 \end_layout
24602
24603 \begin_layout Section
24604 Introduction
24605 \begin_inset CommandInset label
24606 LatexCommand label
24607 name "sec:Flottants-Introduction"
24608
24609 \end_inset
24610
24611
24612 \begin_inset Index idx
24613 status collapsed
24614
24615 \begin_layout Plain Layout
24616 Flottants ! Introduction
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \begin_layout Standard
24625 Un flottant est une portion de document, qui peut être associé à une étiquette
24626  et dont la position n'est pas fixée.
24627  Il peut 
24628 \begin_inset Quotes eld
24629 \end_inset
24630
24631 flotter
24632 \begin_inset Quotes erd
24633 \end_inset
24634
24635  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24636  plus approprié.
24637  Les 
24638 \family sans
24639 Notes
24640 \begin_inset space ~
24641 \end_inset
24642
24643 en
24644 \begin_inset space ~
24645 \end_inset
24646
24647 Bas
24648 \begin_inset space ~
24649 \end_inset
24650
24651 de
24652 \begin_inset space ~
24653 \end_inset
24654
24655 Page
24656 \family default
24657  et le 
24658 \family sans
24659 Notes
24660 \begin_inset space ~
24661 \end_inset
24662
24663 en
24664 \begin_inset space ~
24665 \end_inset
24666
24667 Marge
24668 \family default
24669  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24670  sur la page suivante quand il y a trop de notes sur la page courante.
24671 \end_layout
24672
24673 \begin_layout Standard
24674 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24675  très grande qualité.
24676  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24677  éviter des lignes blanches ou des pages sans texte.
24678  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24679  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24680  le texte.
24681  Les flottants sont donc numérotés.
24682  Les références croisées sont décrites dans la section
24683 \begin_inset space ~
24684 \end_inset
24685
24686
24687 \begin_inset CommandInset ref
24688 LatexCommand ref
24689 reference "sec:Referencer-les-Flottants"
24690
24691 \end_inset
24692
24693 .
24694 \end_layout
24695
24696 \begin_layout Standard
24697 Pour insérer un flottant, on utilise un des sous menus du menu 
24698 \family sans
24699 Insertion\SpecialChar \menuseparator
24700 Flottant
24701 \family default
24702  (barre d'outils 
24703 \begin_inset Info
24704 type  "icon"
24705 arg   "float-insert figure"
24706 \end_inset
24707
24708  ou 
24709 \begin_inset Info
24710 type  "icon"
24711 arg   "float-insert table"
24712 \end_inset
24713
24714 ).
24715  Une boîte va être insérée dans votre document avec par exemple une étiquette
24716  du genre 
24717 \begin_inset Quotes eld
24718 \end_inset
24719
24720 Figure
24721 \begin_inset space ~
24722 \end_inset
24723
24724 #:
24725 \begin_inset Quotes erd
24726 \end_inset
24727
24728  (où # est un numéro).
24729  L'étiquette est automatiquement traduite dans la langue du document dans
24730  la sortie finale.
24731  Après l'étiquette vous pouvez insérer du texte comme légende.
24732  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24733  séparé, à l'intérieur du flottant.
24734  Vous trouverez plus de détails sur le positionnement des légendes dans
24735  la section
24736 \begin_inset space ~
24737 \end_inset
24738
24739
24740 \begin_inset CommandInset ref
24741 LatexCommand ref
24742 reference "sec:Placement-légende"
24743
24744 \end_inset
24745
24746 .
24747  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
24748  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24749  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24750  Une boîte de flottant fermée ressemble à ceci : 
24751 \begin_inset Graphics
24752         filename clipart/floatQt4.png
24753         scale 60
24754
24755 \end_inset
24756
24757  – une case grise avec un texte rouge.
24758 \end_layout
24759
24760 \begin_layout Standard
24761 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24762  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
24763  est formaté de façon particulière.
24764 \end_layout
24765
24766 \begin_layout Section
24767 Les types de flottants
24768 \end_layout
24769
24770 \begin_layout Standard
24771 En plus des flottants de figures et de tableau qui sont décrits respectivement
24772  dans les sections
24773 \begin_inset space ~
24774 \end_inset
24775
24776
24777 \begin_inset CommandInset ref
24778 LatexCommand ref
24779 reference "sec:Figure-Floats"
24780
24781 \end_inset
24782
24783  et 
24784 \begin_inset CommandInset ref
24785 LatexCommand ref
24786 reference "sec:Table-Floats"
24787
24788 \end_inset
24789
24790 , LyX offre aussi les types 
24791 \family sans
24792 Algorithme
24793 \family default
24794  et 
24795 \family sans
24796 Enrobage
24797 \family default
24798 .
24799  Ces derniers sont expliques dans la section
24800 \begin_inset space \thinspace{}
24801 \end_inset
24802
24803
24804 \begin_inset CommandInset ref
24805 LatexCommand ref
24806 reference "sec:Flottant-d'enrobage"
24807
24808 \end_inset
24809
24810 .
24811 \end_layout
24812
24813 \begin_layout Subsection
24814 Flottant d'algorithme
24815 \begin_inset Index idx
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819 Flottants ! Algorithmes
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \begin_inset CommandInset label
24826 LatexCommand label
24827 name "sub:Flottant-d'Algorithme"
24828
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \begin_layout Standard
24835 \begin_inset Float algorithm
24836 placement h
24837 wide false
24838 sideways false
24839 status open
24840
24841 \begin_layout Plain Layout
24842 \begin_inset Caption Standard
24843
24844 \begin_layout Plain Layout
24845 \begin_inset CommandInset label
24846 LatexCommand label
24847 name "alg:Exemple-Flottant-Algorithme"
24848
24849 \end_inset
24850
24851 Exemple de flottant d'algorithme
24852 \end_layout
24853
24854 \end_inset
24855
24856
24857 \end_layout
24858
24859 \begin_layout LyX-Code
24860 for I in 1..N loop
24861 \begin_inset Newline newline
24862 \end_inset
24863
24864  Sum:= Sum + A(I); /*comment*/
24865 \begin_inset Newline newline
24866 \end_inset
24867
24868 end loop
24869 \begin_inset VSpace -4mm
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Standard
24881 Ce type de flottant est inséré à l'aide du menu 
24882 \family sans
24883 Insertion\SpecialChar \menuseparator
24884 Flottant\SpecialChar \menuseparator
24885 Algorithme
24886 \family default
24887 .
24888  Il peut être utilisé pour des morceaux de code source ou des descriptions
24889  d'algorithmes et peut être utilisé comme une alternative au listing de
24890  code source qui est décrit au chapitre
24891 \begin_inset space ~
24892 \end_inset
24893
24894
24895 \begin_inset CommandInset ref
24896 LatexCommand ref
24897 reference "cha:Program-Code-Listings"
24898
24899 \end_inset
24900
24901 .
24902  Vous pouvez par exemple utiliser l'environnement Code
24903 \begin_inset space ~
24904 \end_inset
24905
24906 LyX qui est décrit dans le 
24907 \emph on
24908 Guide
24909 \emph default
24910
24911 \begin_inset space ~
24912 \end_inset
24913
24914
24915 \emph on
24916 de
24917 \begin_inset space ~
24918 \end_inset
24919
24920 l'Utilisateur
24921 \emph default
24922  de LyX.
24923  l'algorithme
24924 \begin_inset space ~
24925 \end_inset
24926
24927
24928 \begin_inset CommandInset ref
24929 LatexCommand ref
24930 reference "alg:Exemple-Flottant-Algorithme"
24931
24932 \end_inset
24933
24934  est un exemple de flottant d'algorithme où un espace vertical de -4
24935 \begin_inset space \thinspace{}
24936 \end_inset
24937
24938 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24939  soit placée exactement sous le texte de la dernière ligne.
24940 \end_layout
24941
24942 \begin_layout Standard
24943 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24944  du document.
24945  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24946 ent en ajoutant la ligne suivante dans le préambule de votre document :
24947 \end_layout
24948
24949 \begin_layout Standard
24950
24951 \series bold
24952
24953 \backslash
24954 floatname{algorithm}{votre
24955 \begin_inset space ~
24956 \end_inset
24957
24958 nom}
24959 \end_layout
24960
24961 \begin_layout Standard
24962
24963 \family sans
24964  votre
24965 \begin_inset space ~
24966 \end_inset
24967
24968 nom
24969 \family default
24970  est le mot 
24971 \begin_inset Quotes eld
24972 \end_inset
24973
24974
24975 \emph on
24976 algorithme
24977 \emph default
24978
24979 \begin_inset Quotes erd
24980 \end_inset
24981
24982  dans votre langue.
24983 \end_layout
24984
24985 \begin_layout Standard
24986 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24987 \family sans
24988 Insertion\SpecialChar \menuseparator
24989 Listes
24990 \begin_inset space ~
24991 \end_inset
24992
24993 &
24994 \begin_inset space ~
24995 \end_inset
24996
24997 TdM\SpecialChar \menuseparator
24998 Liste
24999 \begin_inset space ~
25000 \end_inset
25001
25002 des
25003 \begin_inset space ~
25004 \end_inset
25005
25006 algorithmes
25007 \family default
25008  si votre document est en la même langue que les menus de LyX.
25009  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
25010  en code TeX à la place:
25011 \end_layout
25012
25013 \begin_layout Standard
25014
25015 \series bold
25016
25017 \backslash
25018 listof{algorithm}{votre
25019 \begin_inset space ~
25020 \end_inset
25021
25022 nom}
25023 \end_layout
25024
25025 \begin_layout Standard
25026 où 
25027 \family sans
25028 votre
25029 \begin_inset space ~
25030 \end_inset
25031
25032 nom
25033 \family default
25034  est la traduction de 
25035 \begin_inset Quotes eld
25036 \end_inset
25037
25038
25039 \emph on
25040 List of Algorithm
25041 \emph default
25042 s
25043 \begin_inset Quotes erd
25044 \end_inset
25045
25046  dans votre langue.
25047 \end_layout
25048
25049 \begin_layout Standard
25050 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
25051  le schéma 
25052 \begin_inset Quotes eld
25053 \end_inset
25054
25055 chapitre.algorithme
25056 \begin_inset Quotes erd
25057 \end_inset
25058
25059  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
25060  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
25061  commande dans le préambule de votre document :
25062 \end_layout
25063
25064 \begin_layout Standard
25065
25066 \series bold
25067
25068 \backslash
25069 numberwithin{algorithm}{chapter}
25070 \end_layout
25071
25072 \begin_layout Standard
25073 Pour pouvoir utiliser la commande 
25074 \series bold
25075
25076 \backslash
25077 numberwithin
25078 \series default
25079 , activez l'option 
25080 \family sans
25081 Utiliser
25082 \begin_inset space ~
25083 \end_inset
25084
25085 le
25086 \begin_inset space ~
25087 \end_inset
25088
25089 paquetage
25090 \begin_inset space ~
25091 \end_inset
25092
25093 AMS
25094 \begin_inset space ~
25095 \end_inset
25096
25097 math
25098 \family default
25099  dans la rubrique 
25100 \family sans
25101 Options
25102 \begin_inset space ~
25103 \end_inset
25104
25105 des
25106 \begin_inset space ~
25107 \end_inset
25108
25109 Maths
25110 \family default
25111  de la fenêtre de dialogue 
25112 \family sans
25113 Paramètres
25114 \begin_inset space ~
25115 \end_inset
25116
25117 du
25118 \begin_inset space ~
25119 \end_inset
25120
25121 Document
25122 \family default
25123 .
25124 \end_layout
25125
25126 \begin_layout Section
25127 Numérotation des flottants
25128 \begin_inset Index idx
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132 Flottants ! Numérotation
25133 \end_layout
25134
25135 \end_inset
25136
25137
25138 \end_layout
25139
25140 \begin_layout Standard
25141 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
25142  ils se trouvent, soit en utilisant un format du genre 
25143 \begin_inset Quotes eld
25144 \end_inset
25145
25146 chapitre.numéro
25147 \begin_inset Quotes erd
25148 \end_inset
25149
25150  ou 
25151 \begin_inset Quotes eld
25152 \end_inset
25153
25154 section.numéro
25155 \begin_inset Quotes erd
25156 \end_inset
25157
25158 .
25159  Cela dépend de la classe de document utilisée.
25160 \end_layout
25161
25162 \begin_layout Standard
25163 Pour changer le format de la numérotation qui ne dépend pas de la section
25164  dans laquelle on se trouve, on peut utiliser la commande suivante dans
25165  le préambule du document :
25166 \end_layout
25167
25168 \begin_layout Standard
25169
25170 \series bold
25171
25172 \backslash
25173 renewcommand{
25174 \backslash
25175 thetable}{
25176 \backslash
25177 roman{table}}
25178 \end_layout
25179
25180 \begin_layout Standard
25181
25182 \series bold
25183
25184 \backslash
25185 thetable
25186 \series default
25187  est la commande qui imprime le numéro du tableau, pour les figures, la
25188  commande serait 
25189 \series bold
25190
25191 \backslash
25192 thefigure
25193 \series default
25194 .
25195  La commande 
25196 \series bold
25197
25198 \backslash
25199 roman
25200 \series default
25201  utilisée dans la commande précédente, imprime le numéro du tableau sous
25202  forme de petits chiffres romains.
25203 \end_layout
25204
25205 \begin_layout Standard
25206 Pour changer le type de numérotation pour par exemple 
25207 \begin_inset Quotes eld
25208 \end_inset
25209
25210 sous-section.numéro
25211 \begin_inset Quotes erd
25212 \end_inset
25213
25214 , utilisez la commande suivante dans le préambule du document :
25215 \end_layout
25216
25217 \begin_layout Standard
25218
25219 \series bold
25220
25221 \backslash
25222 numberwithin{table}{subsection}
25223 \end_layout
25224
25225 \begin_layout Standard
25226 Pour pouvoir utiliser la commande 
25227 \series bold
25228
25229 \backslash
25230 numberwithin
25231 \series default
25232 , vous devez activer l'option 
25233 \family sans
25234 Utiliser
25235 \begin_inset space ~
25236 \end_inset
25237
25238 le
25239 \begin_inset space ~
25240 \end_inset
25241
25242 paquetage
25243 \begin_inset space ~
25244 \end_inset
25245
25246 maths
25247 \begin_inset space ~
25248 \end_inset
25249
25250 AMS
25251 \family default
25252  dans la rubrique 
25253 \family sans
25254 Options
25255 \begin_inset space ~
25256 \end_inset
25257
25258 des
25259 \begin_inset space ~
25260 \end_inset
25261
25262 Maths
25263 \family default
25264  de la fenêtre de dialogue 
25265 \family sans
25266 Paramètres
25267 \family default
25268  du document.
25269 \end_layout
25270
25271 \begin_layout Standard
25272 Veuillez aussi jeter un coup d'œil à la section
25273 \begin_inset space ~
25274 \end_inset
25275
25276
25277 \begin_inset CommandInset ref
25278 LatexCommand ref
25279 reference "sub:Numerotation-notes-bas-de-page"
25280
25281 \end_inset
25282
25283  pour plus de détails et des notes importantes sur les commandes de numérotation.
25284 \end_layout
25285
25286 \begin_layout Section
25287 Faire référence à des flottants
25288 \begin_inset CommandInset label
25289 LatexCommand label
25290 name "sec:Referencer-les-Flottants"
25291
25292 \end_inset
25293
25294
25295 \begin_inset Index idx
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 Flottants ! Références
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \begin_inset Index idx
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309 References@Références ! à des Flottants 
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \begin_layout Standard
25318 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25319  en utilisant le menu 
25320 \family sans
25321 Insertion\SpecialChar \menuseparator
25322 Étiquette
25323 \family default
25324  ou le bouton 
25325 \begin_inset Info
25326 type  "icon"
25327 arg   "label-insert"
25328 \end_inset
25329
25330  de la barre d'outils.
25331  Une boîte grise de ce genre : 
25332 \begin_inset Graphics
25333         filename clipart/labelQt4.png
25334         lyxscale 85
25335         scale 85
25336         scaleBeforeRotation
25337
25338 \end_inset
25339
25340  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25341  de saisir le texte de l'étiquette.
25342  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
25343  précédés d'un préfixe.
25344  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25345  préfixe sera "
25346 \family sans
25347 fig:
25348 \family default
25349 ".
25350 \end_layout
25351
25352 \begin_layout Standard
25353 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25354  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25355 \family sans
25356 Insertion\SpecialChar \menuseparator
25357 Référence
25358 \begin_inset space ~
25359 \end_inset
25360
25361 Croisée
25362 \family default
25363  ou le bouton 
25364 \begin_inset Info
25365 type  "icon"
25366 arg   "dialog-show-new-inset ref"
25367 \end_inset
25368
25369  de la barre d'outils.
25370  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25371  définies dans votre document.
25372  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
25373  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
25374  de la fenêtre de dialogue.
25375  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25376  une.
25377  Une boîte grise de référence croisée comme celle-ci : 
25378 \begin_inset Graphics
25379         filename ../clipart/referenceQt4.png
25380         scale 85
25381         scaleBeforeRotation
25382
25383 \end_inset
25384
25385  va être insérée.
25386  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25387  de la référence croisée.
25388 \end_layout
25389
25390 \begin_layout Standard
25391 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25392  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25393  les deux.
25394  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25395  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25396  du numéro de la référence.
25397 \end_layout
25398
25399 \begin_layout Standard
25400 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25401  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25402  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25403  pas à vous en préoccuper.
25404 \end_layout
25405
25406 \begin_layout Standard
25407 Le bouton 
25408 \family sans
25409 Aller
25410 \begin_inset space ~
25411 \end_inset
25412
25413 à
25414 \begin_inset space ~
25415 \end_inset
25416
25417 l'étiquette
25418 \family default
25419  dans la fenêtre de référence croisée va positionner le curseur juste devant
25420  l'étiquette à laquelle on fait référence.
25421  Le nom du bouton bouton 
25422 \family sans
25423 Revenir
25424 \family default
25425  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25426 \end_layout
25427
25428 \begin_layout Subsection
25429 Formats de références croisées
25430 \begin_inset CommandInset label
25431 LatexCommand label
25432 name "sub:Formats-Références-Croisées"
25433
25434 \end_inset
25435
25436
25437 \begin_inset Index idx
25438 status collapsed
25439
25440 \begin_layout Plain Layout
25441 References@Références ! Formats
25442 \end_layout
25443
25444 \end_inset
25445
25446
25447 \end_layout
25448
25449 \begin_layout Standard
25450 Il y a six types de références croisées :
25451 \end_layout
25452
25453 \begin_layout Description
25454 <référence>
25455 \begin_inset space ~
25456 \end_inset
25457
25458 : affiche le numéro de l'élément, c'est le choix implicite : 
25459 \begin_inset CommandInset ref
25460 LatexCommand ref
25461 reference "fig:Deux-images-déformées"
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Description
25469 (<référence>)
25470 \begin_inset space ~
25471 \end_inset
25472
25473 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25474  normalement pour faire référence à des formules mathématiques, en particulier
25475  quand le mot 
25476 \begin_inset Quotes eld
25477 \end_inset
25478
25479 Équation
25480 \begin_inset Quotes erd
25481 \end_inset
25482
25483  est omis : 
25484 \begin_inset CommandInset ref
25485 LatexCommand eqref
25486 reference "eq:Wgn"
25487
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \begin_layout Description
25494 <page>
25495 \begin_inset space ~
25496 \end_inset
25497
25498 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25499 \begin_inset space ~
25500 \end_inset
25501
25502
25503 \begin_inset CommandInset ref
25504 LatexCommand pageref
25505 reference "fig:Deux-images-déformées"
25506
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \begin_layout Description
25513 Sur
25514 \begin_inset space ~
25515 \end_inset
25516
25517 la
25518 \begin_inset space ~
25519 \end_inset
25520
25521 page
25522 \begin_inset space ~
25523 \end_inset
25524
25525 <page>
25526 \begin_inset space ~
25527 \end_inset
25528
25529 : affiche le mot 
25530 \begin_inset Quotes eld
25531 \end_inset
25532
25533 page
25534 \begin_inset Quotes erd
25535 \end_inset
25536
25537  suivi du numéro de la page sur laquelle se trouve l'élément : 
25538 \begin_inset CommandInset ref
25539 LatexCommand vpageref
25540 reference "fig:Deux-images-déformées"
25541
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Description
25548 <référence>
25549 \begin_inset space ~
25550 \end_inset
25551
25552 page
25553 \begin_inset space ~
25554 \end_inset
25555
25556 <page>
25557 \begin_inset space ~
25558 \end_inset
25559
25560 : affiche le numéro de l'élément, le mot 
25561 \begin_inset Quotes eld
25562 \end_inset
25563
25564 page
25565 \begin_inset Quotes erd
25566 \end_inset
25567
25568  et le numéro de la page : 
25569 \begin_inset CommandInset ref
25570 LatexCommand vref
25571 reference "fig:Deux-images-déformées"
25572
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \begin_layout Description
25579 Référence
25580 \begin_inset space ~
25581 \end_inset
25582
25583 mise
25584 \begin_inset space ~
25585 \end_inset
25586
25587 en
25588 \begin_inset space ~
25589 \end_inset
25590
25591 forme
25592 \begin_inset space ~
25593 \end_inset
25594
25595 : affiche une référence croisée qui définit son propre format.
25596 \begin_inset Newline newline
25597 \end_inset
25598
25599
25600 \begin_inset Note Greyedout
25601 status open
25602
25603 \begin_layout Plain Layout
25604
25605 \series bold
25606 Note:
25607 \series default
25608  Ce type de référence croisée n'est disponible que si vous avez installé
25609  le paquetage LaTeX 
25610 \series bold
25611 prettyref
25612 \series default
25613  ou 
25614 \series bold
25615 refstyle
25616 \series default
25617
25618 \begin_inset Index idx
25619 status collapsed
25620
25621 \begin_layout Plain Layout
25622 Paquetages LaTeX ! prettyref
25623 \end_layout
25624
25625 \end_inset
25626
25627
25628 \begin_inset Index idx
25629 status collapsed
25630
25631 \begin_layout Plain Layout
25632 Paquetages LaTeX ! refstyle
25633 \end_layout
25634
25635 \end_inset
25636
25637 .
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \begin_inset Newline newline
25644 \end_inset
25645
25646 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
25647  fonction en utilisant l'option 
25648 \family sans
25649 Utiliser refstyle (à la place de prettyref) pour les références croisées
25650 \family default
25651  dans le menu 
25652 \family sans
25653 Document\SpecialChar \menuseparator
25654 Paramètres\SpecialChar \menuseparator
25655 Classe de document
25656 \family default
25657 .
25658  Le format est précisé en ajoutant la commande 
25659 \series bold
25660
25661 \backslash
25662 newrefformat
25663 \series default
25664  (prettyref) ou 
25665 \series bold
25666
25667 \backslash
25668 newref
25669 \series default
25670  (refstyle) au préambule du document.
25671  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25672  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25673 \begin_inset space ~
25674 \end_inset
25675
25676 :
25677 \begin_inset Newline newline
25678 \end_inset
25679
25680
25681 \series bold
25682
25683 \backslash
25684 newref{fig}{refcmd={Image sur la page 
25685 \backslash
25686 pageref{#1}}}
25687 \series default
25688
25689 \begin_inset Newline newline
25690 \end_inset
25691
25692 Pour plus d'information sur le format, jetez un œil sur la documentation
25693  du paquetage, 
25694 \begin_inset CommandInset citation
25695 LatexCommand cite
25696 key "prettyref,refstyle"
25697
25698 \end_inset
25699
25700 .
25701 \end_layout
25702
25703 \begin_layout Description
25704 Référence
25705 \begin_inset space ~
25706 \end_inset
25707
25708 textuelle: affiche la légende de la référence
25709 \begin_inset space ~
25710 \end_inset
25711
25712
25713 \begin_inset CommandInset ref
25714 LatexCommand nameref
25715 reference "fig:Deux-images-déformées"
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723
25724 \family sans
25725 <page>
25726 \family default
25727  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25728  précédente, la même page ou la page suivante.
25729  Vous verrez par exemple un texte du genre 
25730 \begin_inset Quotes eld
25731 \end_inset
25732
25733
25734 \family sans
25735 sur cette page
25736 \family default
25737
25738 \begin_inset Quotes erd
25739 \end_inset
25740
25741  à la place.
25742  Le style 
25743 \family sans
25744 <référence>
25745 \begin_inset space ~
25746 \end_inset
25747
25748 page
25749 \begin_inset space ~
25750 \end_inset
25751
25752 <page> 
25753 \family default
25754 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25755  page.
25756 \end_layout
25757
25758 \begin_layout Standard
25759 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25760  se trouve sont calculés automatiquement par LaTeX.
25761  Vous choisissez une des six variétés de références dans le champ Format
25762  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25763  boîte de la référence croisée.
25764 \end_layout
25765
25766 \begin_layout Standard
25767 \begin_inset Note Greyedout
25768 status open
25769
25770 \begin_layout Plain Layout
25771
25772 \series bold
25773 Note:
25774 \series default
25775  L'utilisation du paquetage LaTeX 
25776 \series bold
25777 refstyle
25778 \series default
25779
25780 \begin_inset Index idx
25781 status collapsed
25782
25783 \begin_layout Plain Layout
25784 Paquetages LaTeX ! refstyle
25785 \end_layout
25786
25787 \end_inset
25788
25789  est recommandée parce que 
25790 \series bold
25791 prettyref
25792 \series default
25793
25794 \begin_inset Index idx
25795 status collapsed
25796
25797 \begin_layout Plain Layout
25798 Paquetages LaTeX ! prettyref
25799 \end_layout
25800
25801 \end_inset
25802
25803  ne connaît pas tous les raccourcis possibles pour les étiquettes
25804 \begin_inset Foot
25805 status collapsed
25806
25807 \begin_layout Plain Layout
25808 \begin_inset Quotes eld
25809 \end_inset
25810
25811 fig:
25812 \begin_inset Quotes erd
25813 \end_inset
25814
25815  est par exemple le raccourci LyX pour les étiquettes dans les légendes
25816  de figures,.
25817 \end_layout
25818
25819 \end_inset
25820
25821  et n'est pas internationalisé.
25822 \end_layout
25823
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \begin_layout Standard
25830 \begin_inset Note Greyedout
25831 status open
25832
25833 \begin_layout Plain Layout
25834
25835 \series bold
25836 Note:
25837 \series default
25838  Du fait d'un bogue dans la paquetage LaTeX 
25839 \series bold
25840 varioref
25841 \series default
25842  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
25843  si la langue du document est le français.
25844  Pour contourner ce bogue, voir
25845 \begin_inset Newline newline
25846 \end_inset
25847
25848
25849 \begin_inset CommandInset href
25850 LatexCommand href
25851 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25852
25853 \end_inset
25854
25855 .
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \begin_layout Subsection
25864 Nommage automatique des références croisées
25865 \begin_inset Index idx
25866 status collapsed
25867
25868 \begin_layout Plain Layout
25869 References@Références ! Nommage automatique
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \begin_layout Standard
25878 Le paquetage LaTeX 
25879 \series bold
25880 hyperref
25881 \series default
25882
25883 \begin_inset Index idx
25884 status collapsed
25885
25886 \begin_layout Plain Layout
25887 Paquetages LaTeX ! hyperref
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \series bold
25894
25895 \series default
25896 qui est activé dans la rubrique 
25897 \family sans
25898 Propriétés du PDF
25899 \family default
25900  de la fenêtre de dialogue 
25901 \family sans
25902 Paramètres du document
25903 \family default
25904  fournit une fonction très utile pour automatiser la création des références
25905  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25906  une section).
25907  Par exemple pour vous éviter de devoir écrire le mot 
25908 \begin_inset Quotes eld
25909 \end_inset
25910
25911 Figure
25912 \begin_inset Quotes erd
25913 \end_inset
25914
25915  devant chaque référence à une figure.
25916  Pour profiter de ce nommage automatique des références croisées, vous devez
25917  activer 
25918 \series bold
25919 hyperref
25920 \series default
25921  et insérer la ligne suivante dans le préambule du document :
25922 \end_layout
25923
25924 \begin_layout Standard
25925
25926 \series bold
25927
25928 \backslash
25929 AtBeginDocument{
25930 \backslash
25931 renewcommand{
25932 \backslash
25933 ref}[1]{
25934 \backslash
25935 mbox{
25936 \backslash
25937 autoref{#1}}}}
25938 \end_layout
25939
25940 \begin_layout Standard
25941 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25942  défaut, par exemple vous préférez le nom 
25943 \begin_inset Quotes eld
25944 \end_inset
25945
25946 sec.
25947 \begin_inset space \thinspace{}
25948 \end_inset
25949
25950
25951 \begin_inset Quotes eld
25952 \end_inset
25953
25954  plutôt que 
25955 \begin_inset Quotes eld
25956 \end_inset
25957
25958 section
25959 \begin_inset Quotes erd
25960 \end_inset
25961
25962 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25963 \end_layout
25964
25965 \begin_layout Standard
25966
25967 \series bold
25968
25969 \backslash
25970 addto
25971 \backslash
25972 extrasfrench{
25973 \backslash
25974 renewcommand{
25975 \backslash
25976 sectionautorefname}
25977 \begin_inset Newline newline
25978 \end_inset
25979
25980
25981 \begin_inset Phantom HPhantom
25982 status open
25983
25984 \begin_layout Plain Layout
25985
25986 \series bold
25987 \begin_inset space ~
25988 \end_inset
25989
25990
25991 \end_layout
25992
25993 \end_inset
25994
25995 {sec.
25996 \backslash
25997 negthinspace}}
25998 \end_layout
25999
26000 \begin_layout Standard
26001 Si vous utilisez une autre langue que le français, remplacez 
26002 \series bold
26003
26004 \backslash
26005 extrasfrench
26006 \series default
26007  par 
26008 \series bold
26009
26010 \backslash
26011 extras***
26012 \series default
26013 , où *** est le nom de la langue que vous utilisez.
26014
26015 \series bold
26016  
26017 \end_layout
26018
26019 \begin_layout Standard
26020 Pour avoir des noms automatiques, mais pas pour certains types de références,
26021  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
26022 \end_layout
26023
26024 \begin_layout Standard
26025
26026 \series bold
26027
26028 \backslash
26029 addto
26030 \backslash
26031 extrasfrench{
26032 \backslash
26033 renewcommand*{
26034 \backslash
26035 equationautorefname}[1]{}}
26036 \end_layout
26037
26038 \begin_layout Standard
26039 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
26040  de 
26041 \series bold
26042 hyperref
26043 \series default
26044  
26045 \begin_inset CommandInset citation
26046 LatexCommand cite
26047 key "hyperref"
26048
26049 \end_inset
26050
26051 .
26052 \end_layout
26053
26054 \begin_layout Standard
26055 \begin_inset Note Greyedout
26056 status open
26057
26058 \begin_layout Plain Layout
26059
26060 \series bold
26061 Note:
26062 \series default
26063  Le nommage automatique de références ne peut être utilisé si vous avez
26064  choisi le style de référence 
26065 \family sans
26066 Référence
26067 \begin_inset space ~
26068 \end_inset
26069
26070 mise
26071 \begin_inset space ~
26072 \end_inset
26073
26074 en
26075 \begin_inset space ~
26076 \end_inset
26077
26078 forme
26079 \family default
26080  décrit dans la section
26081 \begin_inset space ~
26082 \end_inset
26083
26084
26085 \begin_inset CommandInset ref
26086 LatexCommand ref
26087 reference "sub:Formats-Références-Croisées"
26088
26089 \end_inset
26090
26091 .
26092 \end_layout
26093
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \begin_layout Standard
26100 Le manuel 
26101 \emph on
26102 Math
26103 \emph default
26104  est un exemple dans lequel on a utilisé le référencement automatique.
26105 \end_layout
26106
26107 \begin_layout Subsection
26108 Positionnement des références 
26109 \begin_inset CommandInset label
26110 LatexCommand label
26111 name "sub:Reference-Position"
26112
26113 \end_inset
26114
26115
26116 \begin_inset Index idx
26117 status collapsed
26118
26119 \begin_layout Plain Layout
26120 References@Références ! Positionnement
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \begin_layout Standard
26129 Si vous utilisez le paquetage 
26130 \series bold
26131 hyperref, 
26132 \series default
26133 qui est activé dans la rubrique 
26134 \family sans
26135 Propriétés du PDF
26136 \family default
26137  de la fenêtre de dialogue 
26138 \family sans
26139 Paramètres du document,
26140 \family default
26141  pour lier vos références croisées dans la sortie finale, vous verrez que
26142  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
26143  l'image.
26144  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
26145  pourrez voir l'image sans faire défiler le texte.
26146  Ce problème vient du fait que le point d'ancrage de la référence se situe
26147  à l'endroit de l'étiquette.
26148  En utilisant le paquetage LaTeX 
26149 \series bold
26150 hypcap
26151 \series default
26152
26153 \begin_inset Index idx
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157 Paquetages LaTeX ! hypcap
26158 \end_layout
26159
26160 \end_inset
26161
26162 , qui fait partie du paquetage LaTeX 
26163 \series bold
26164 oberdiek
26165 \series default
26166
26167 \begin_inset Index idx
26168 status collapsed
26169
26170 \begin_layout Plain Layout
26171 Paquetages LaTeX ! oberdiek
26172 \end_layout
26173
26174 \end_inset
26175
26176 , le point d'ancrage d'un lien est place en haut du flottant.
26177  Pour utiliser cette fonction avec les flottants de figure, chargez 
26178 \series bold
26179 hypcap
26180 \series default
26181  dans l'entête du document avec la ligne
26182 \end_layout
26183
26184 \begin_layout Standard
26185
26186 \series bold
26187
26188 \backslash
26189 usepackage[figure]{hypcap}
26190 \end_layout
26191
26192 \begin_layout Standard
26193 Vous pouvez aussi utiliser 
26194 \series bold
26195 hypcap
26196 \series default
26197  pour tous les types de flottants, mais ce n'est pas recommandé pour des
26198  raisons de stabilité.
26199  Pour plus d'information, jetez un coup d'œil au manuel d' 
26200 \series bold
26201 hypcap
26202 \series default
26203  
26204 \begin_inset CommandInset citation
26205 LatexCommand cite
26206 key "hypcap"
26207
26208 \end_inset
26209
26210 .
26211 \end_layout
26212
26213 \begin_layout Standard
26214 \begin_inset Note Greyedout
26215 status open
26216
26217 \begin_layout Plain Layout
26218
26219 \series bold
26220 Note:
26221 \series default
26222  
26223 \series bold
26224 hypcap
26225 \series default
26226  n'a aucun effet pour les références à des sous-figures.
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \begin_layout Section
26235 Placement des flottants
26236 \begin_inset CommandInset label
26237 LatexCommand label
26238 name "sec:Placement-flottants"
26239
26240 \end_inset
26241
26242
26243 \begin_inset Index idx
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247 Flottants ! Placement
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Standard
26256 En faisant un clic droit sur la boîte d'un flottant et 
26257 \lang english
26258 clicking on 
26259 \family sans
26260 Settings
26261 \family default
26262 \lang french
26263  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
26264  paramètres de placement que LaTeX utilise pour déterminer où placer le
26265  flottant.
26266 \begin_inset Newline newline
26267 \end_inset
26268
26269 L'option 
26270 \family sans
26271 Plusieurs
26272 \begin_inset space ~
26273 \end_inset
26274
26275 colonnes
26276 \family default
26277  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
26278  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
26279  confiné sur une seule colonne.
26280 \begin_inset Newline newline
26281 \end_inset
26282
26283 L'option 
26284 \family sans
26285 Rotation
26286 \begin_inset space ~
26287 \end_inset
26288
26289 90°
26290 \family default
26291  est utilisée pour faire tourner les flottants, voyez la section
26292 \begin_inset space ~
26293 \end_inset
26294
26295
26296 \begin_inset CommandInset ref
26297 LatexCommand ref
26298 reference "sec:Flottants-renversés"
26299
26300 \end_inset
26301
26302 .
26303 \end_layout
26304
26305 \begin_layout Standard
26306 En désactivant l'option 
26307 \family sans
26308 Utilise
26309 \begin_inset space ~
26310 \end_inset
26311
26312 le
26313 \begin_inset space ~
26314 \end_inset
26315
26316 placement
26317 \begin_inset space ~
26318 \end_inset
26319
26320 par
26321 \begin_inset space ~
26322 \end_inset
26323
26324 défaut
26325 \family default
26326  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26327  le placement du flottant:
26328 \end_layout
26329
26330 \begin_layout Description
26331 Ici,
26332 \begin_inset space ~
26333 \end_inset
26334
26335 si
26336 \begin_inset space ~
26337 \end_inset
26338
26339 possible: essaie de placer le flottant à la position où il a été inséré
26340  dans LyX
26341 \end_layout
26342
26343 \begin_layout Description
26344 Haut
26345 \begin_inset space ~
26346 \end_inset
26347
26348 de
26349 \begin_inset space ~
26350 \end_inset
26351
26352 la
26353 \begin_inset space ~
26354 \end_inset
26355
26356 page: essaie de placer le flottant en haut de la page courante
26357 \end_layout
26358
26359 \begin_layout Description
26360 Bas
26361 \begin_inset space ~
26362 \end_inset
26363
26364 de
26365 \begin_inset space ~
26366 \end_inset
26367
26368 la
26369 \begin_inset space ~
26370 \end_inset
26371
26372 page: essaie de placer le flottant en bas de la page courante
26373 \end_layout
26374
26375 \begin_layout Description
26376 Page
26377 \begin_inset space ~
26378 \end_inset
26379
26380 de
26381 \begin_inset space ~
26382 \end_inset
26383
26384 flottants: essaie de placer le flottant sur une page à part, éventuellement
26385  avec d'autres flottants 
26386 \end_layout
26387
26388 \begin_layout Standard
26389 LaTeX utilise
26390 \emph on
26391  toujours 
26392 \emph default
26393 les options dans l'ordre donné ci-dessus.
26394  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
26395  d'abord essayer 
26396 \family sans
26397 Ici
26398 \begin_inset space ~
26399 \end_inset
26400
26401 si
26402 \begin_inset space ~
26403 \end_inset
26404
26405 possible
26406 \family default
26407 , ensuite 
26408 \family sans
26409 Haut
26410 \begin_inset space ~
26411 \end_inset
26412
26413 de
26414 \begin_inset space ~
26415 \end_inset
26416
26417 la
26418 \begin_inset space ~
26419 \end_inset
26420
26421 page
26422 \family default
26423 , et ainsi de suite.
26424  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
26425  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26426  Si aucune des quatre options de placement n'est possible, la procédure
26427  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26428 \end_layout
26429
26430 \begin_layout Standard
26431 Implicitement, chaque option a ses propres règles d'application:
26432 \end_layout
26433
26434 \begin_layout Standard
26435
26436 \family sans
26437 Haut
26438 \begin_inset space ~
26439 \end_inset
26440
26441 de
26442 \begin_inset space ~
26443 \end_inset
26444
26445 la
26446 \begin_inset space ~
26447 \end_inset
26448
26449 page
26450 \family default
26451  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26452  en haut de page (
26453 \series bold
26454
26455 \backslash
26456 topfraction
26457 \series default
26458 ).
26459 \end_layout
26460
26461 \begin_layout Standard
26462
26463 \family sans
26464 Bas
26465 \begin_inset space ~
26466 \end_inset
26467
26468 de
26469 \begin_inset space ~
26470 \end_inset
26471
26472 la
26473 \begin_inset space ~
26474 \end_inset
26475
26476 page
26477 \family default
26478  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26479  en bas de page (
26480 \series bold
26481
26482 \backslash
26483 bottomfraction
26484 \series default
26485 ).
26486 \end_layout
26487
26488 \begin_layout Standard
26489
26490 \family sans
26491 Page
26492 \begin_inset space ~
26493 \end_inset
26494
26495 de
26496 \begin_inset space ~
26497 \end_inset
26498
26499 flottants
26500 \family default
26501  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26502  si ils occupent plus de 50% de celle-ci (
26503 \series bold
26504
26505 \backslash
26506 floatpagefraction
26507 \series default
26508 ).
26509 \end_layout
26510
26511 \begin_layout Standard
26512 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26513  supplémentaire 
26514 \family sans
26515 Ignorer
26516 \begin_inset space ~
26517 \end_inset
26518
26519 les
26520 \begin_inset space ~
26521 \end_inset
26522
26523 règles
26524 \begin_inset space ~
26525 \end_inset
26526
26527 LaTeX
26528 \family default
26529 \lang english
26530 .
26531 \begin_inset Newline newline
26532 \end_inset
26533
26534
26535 \lang french
26536 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
26537  données entre parenthèses après les descriptions des règles données ci-dessus.
26538  Par exemple, pour augmenter à 50
26539 \begin_inset space \thinspace{}
26540 \end_inset
26541
26542 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26543  trop petite, ajoutez cette ligne au préambule de votre document :
26544 \end_layout
26545
26546 \begin_layout Standard
26547
26548 \series bold
26549
26550 \backslash
26551 renewcommand{
26552 \backslash
26553 bottomfraction}{0.5}
26554 \end_layout
26555
26556 \begin_layout Standard
26557 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26558  exactement à l'endroit où vous l'avez inséré.
26559  dans ce cas utilisez l'option 
26560 \family sans
26561 Ici
26562 \begin_inset space ~
26563 \end_inset
26564
26565 à
26566 \begin_inset space ~
26567 \end_inset
26568
26569 tout
26570 \begin_inset space ~
26571 \end_inset
26572
26573 Prix
26574 \family default
26575 .
26576  Utilisez cette option le moins souvent possible et seulement quand le document
26577  est presque prêt à être imprimé.
26578  En effet, le flottant n'est plus capable de 
26579 \begin_inset Quotes eld
26580 \end_inset
26581
26582 flotter
26583 \begin_inset Quotes erd
26584 \end_inset
26585
26586 , ce qui peut perturber toutes les mises en page.
26587 \end_layout
26588
26589 \begin_layout Standard
26590 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26591  sont toujours entourés par le texte d'un paragraphe donné.
26592 \begin_inset VSpace bigskip
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \begin_layout Standard
26599 On peut parfois se trouver dans la situation où un flottant est placé en
26600  haut d'une page alors que la section concernée ne commence qu'au milieu
26601  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26602  la section précédente.
26603  On peut utiliser la commande LaTeX 
26604 \series bold
26605
26606 \backslash
26607 suppressfloats
26608 \series default
26609  pour éviter ce cas.
26610  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26611  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26612  soit placé avant que la section commence.
26613  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26614  votre document :
26615 \end_layout
26616
26617 \begin_layout Standard
26618
26619 \series bold
26620
26621 \backslash
26622 let
26623 \backslash
26624 mySection
26625 \backslash
26626 section
26627 \begin_inset Newline newline
26628 \end_inset
26629
26630
26631 \backslash
26632 renewcommand{
26633 \backslash
26634 section}{
26635 \backslash
26636 suppressfloats[t]
26637 \backslash
26638 mySection}
26639 \end_layout
26640
26641 \begin_layout Standard
26642 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26643  comme les chapitres et les sous-sections.
26644  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26645  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
26646  ensuite avoir du mal à trouver un positionnement correct.
26647 \end_layout
26648
26649 \begin_layout Standard
26650 \begin_inset VSpace bigskip
26651 \end_inset
26652
26653 Dans certains cas il est demandé de placer toutes les figures et tous les
26654  tableaux à la fin du document.
26655  C'est pour de telles situations que le paquetage LaTeX 
26656 \series bold
26657 endfloat
26658 \series default
26659
26660 \begin_inset Index idx
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664 Paquetages LaTeX ! endfloat
26665 \end_layout
26666
26667 \end_inset
26668
26669  a été développé.
26670  Il met en effet tous les flottants de figures et de tableaux à la fin du
26671  document dans leurs propres sections.
26672  À la position d'origine du flottant, une indication textuelle du genre
26673  
26674 \begin_inset Quotes eld
26675 \end_inset
26676
26677
26678 \family sans
26679 [Figure
26680 \begin_inset space ~
26681 \end_inset
26682
26683 3.2 
26684 \lang english
26685 about here.
26686 \lang french
26687 ]
26688 \family default
26689
26690 \begin_inset Quotes erd
26691 \end_inset
26692
26693  est insérée.
26694  Le paquetage 
26695 \series bold
26696 endfloat
26697 \series default
26698  est chargé dans le préambule avec la ligne suivante 
26699 \end_layout
26700
26701 \begin_layout Standard
26702
26703 \series bold
26704
26705 \backslash
26706 usepackage[options]{endfloat}
26707 \end_layout
26708
26709 \begin_layout Standard
26710 Il y a aussi de nombreuses options de paquetage pour modifier le format
26711  des sections de figures ou de tableau qui sont créées.
26712  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26713  
26714 \series bold
26715 endfloa
26716 \series default
26717
26718 \begin_inset CommandInset citation
26719 LatexCommand cite
26720 key "endfloat"
26721
26722 \end_inset
26723
26724 .
26725 \begin_inset Newline newline
26726 \end_inset
26727
26728
26729 \begin_inset Note Greyedout
26730 status open
26731
26732 \begin_layout Plain Layout
26733
26734 \series bold
26735 Note: endfloat
26736 \series default
26737  ne fournit pas de traduction automatique de l'indication textuelle, vous
26738  devez donc le faire manuellement, voyez la section
26739 \begin_inset space ~
26740 \end_inset
26741
26742 4 de 
26743 \begin_inset CommandInset citation
26744 LatexCommand cite
26745 key "endfloat"
26746
26747 \end_inset
26748
26749 .
26750 \end_layout
26751
26752 \end_inset
26753
26754
26755 \begin_inset Newline newline
26756 \end_inset
26757
26758
26759 \begin_inset Note Greyedout
26760 status open
26761
26762 \begin_layout Plain Layout
26763
26764 \series bold
26765 Note:
26766 \series default
26767  Il y a actuellement un bug dans le paquetage 
26768 \series bold
26769 endfloat
26770 \series default
26771  quand la légende contient un 
26772 \begin_inset Quotes eld
26773 \end_inset
26774
26775 ß
26776 \begin_inset Quotes erd
26777 \end_inset
26778
26779  allemand.
26780  Utilisez dans ce cas la commande 
26781 \begin_inset Quotes eld
26782 \end_inset
26783
26784
26785 \series bold
26786
26787 \backslash
26788 ss
26789 \series default
26790
26791 \begin_inset Quotes erd
26792 \end_inset
26793
26794  en code TeX à la place du 
26795 \begin_inset Quotes eld
26796 \end_inset
26797
26798 ß
26799 \begin_inset Quotes erd
26800 \end_inset
26801
26802 .
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \begin_layout Standard
26811 \begin_inset VSpace bigskip
26812 \end_inset
26813
26814 Pour plus d'information sur les manières de placer les flottants, jetez
26815  un coup d'œil aux livres sur LaTeX, 
26816 \begin_inset CommandInset citation
26817 LatexCommand cite
26818 key "latexcompanion,latexguide,latexbook"
26819
26820 \end_inset
26821
26822 .
26823 \end_layout
26824
26825 \begin_layout Section
26826 Flottants renversés
26827 \begin_inset CommandInset label
26828 LatexCommand label
26829 name "sec:Flottants-renversés"
26830
26831 \end_inset
26832
26833
26834 \begin_inset Index idx
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838 Flottants ! Renversés
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \begin_layout Standard
26847 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26848  tableaux très larges.
26849  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26850  un clic droit sur la boîte du flottant et utilisez l'option 
26851 \family sans
26852 Rotation
26853 \begin_inset space ~
26854 \end_inset
26855
26856 90°
26857 \family default
26858 .
26859 \end_layout
26860
26861 \begin_layout Standard
26862 Les flottants renversés sont systématiquement placés sur leur propre page
26863  ( ou colonne, si vous avez un document sur deux colonnes ).
26864  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26865  
26866 \family sans
26867 Plusieurs
26868 \begin_inset space ~
26869 \end_inset
26870
26871 colonnes
26872 \family default
26873  dans les paramètres du flottant.
26874  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26875  du côté de la marge externe.
26876  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26877  ajouter soit l'option 
26878 \series bold
26879 figuresleft
26880 \series default
26881  soit l'option 
26882 \series bold
26883 figuresright
26884 \series default
26885  aux options de la classe de document.
26886 \end_layout
26887
26888 \begin_layout Standard
26889 Faire référence à un flottant renversé se fait de la même manière que pour
26890  un flottant normal, la mise en forme de la légende est aussi identique
26891  : Le tableau
26892 \begin_inset space ~
26893 \end_inset
26894
26895
26896 \begin_inset CommandInset ref
26897 LatexCommand ref
26898 reference "tab:Tableau-pivoté"
26899
26900 \end_inset
26901
26902  est un exemple de flottant de tableau renversé.
26903 \end_layout
26904
26905 \begin_layout Standard
26906 \begin_inset Note Greyedout
26907 status open
26908
26909 \begin_layout Plain Layout
26910
26911 \series bold
26912 Note:
26913 \series default
26914  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26915  DVI.
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \begin_layout Standard
26924 \begin_inset Float table
26925 wide false
26926 sideways true
26927 status open
26928
26929 \begin_layout Plain Layout
26930 \begin_inset Caption Standard
26931
26932 \begin_layout Plain Layout
26933 \begin_inset CommandInset label
26934 LatexCommand label
26935 name "tab:Tableau-pivoté"
26936
26937 \end_inset
26938
26939  Tableau pivoté
26940 \end_layout
26941
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \begin_layout Plain Layout
26948 \align center
26949 \begin_inset Tabular
26950 <lyxtabular version="3" rows="1" columns="5">
26951 <features rotate="0" tabularvalignment="middle">
26952 <column alignment="center" valignment="top" width="0">
26953 <column alignment="center" valignment="top" width="0">
26954 <column alignment="center" valignment="top" width="0">
26955 <column alignment="center" valignment="top" width="0">
26956 <column alignment="center" valignment="top" width="0">
26957 <row>
26958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962 test
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971 b
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980 c
26981 \end_layout
26982
26983 \end_inset
26984 </cell>
26985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26986 \begin_inset Text
26987
26988 \begin_layout Plain Layout
26989 d
26990 \end_layout
26991
26992 \end_inset
26993 </cell>
26994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26995 \begin_inset Text
26996
26997 \begin_layout Plain Layout
26998 e
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 </row>
27004 </lyxtabular>
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \begin_layout Section
27017 Sous-flottants
27018 \begin_inset Index idx
27019 status collapsed
27020
27021 \begin_layout Plain Layout
27022 Flottants ! Sous-flottants
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \begin_layout Standard
27031 Un exemple de sous-flottant : une figure composée de plusieurs images.
27032  On les crée en insérant un flottant dans un flottant existant.
27033  Le positionnement des sous-flottants peut être contrôlé comme pour les
27034  paragraphes comme on le voit avec les tableaux
27035 \begin_inset space ~
27036 \end_inset
27037
27038
27039 \begin_inset CommandInset ref
27040 LatexCommand ref
27041 reference "tab:Deux-sous-tableaux-cote-a-cote"
27042
27043 \end_inset
27044
27045  et 
27046 \begin_inset CommandInset ref
27047 LatexCommand ref
27048 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27049
27050 \end_inset
27051
27052 .
27053 \end_layout
27054
27055 \begin_layout Standard
27056 On fait référence à des sous-flottants comme on le ferait avec des flottants
27057  normaux : Les tableaux
27058 \begin_inset space ~
27059 \end_inset
27060
27061
27062 \begin_inset CommandInset ref
27063 LatexCommand ref
27064 reference "tab:Le-sous-tableau-a"
27065
27066 \end_inset
27067
27068  et 
27069 \begin_inset CommandInset ref
27070 LatexCommand ref
27071 reference "tab:Le-sous-tableau-b"
27072
27073 \end_inset
27074
27075  sont des sous-tableaux du tableau
27076 \begin_inset space ~
27077 \end_inset
27078
27079
27080 \begin_inset CommandInset ref
27081 LatexCommand ref
27082 reference "tab:Deux-sous-tableaux-cote-a-cote"
27083
27084 \end_inset
27085
27086 .
27087 \end_layout
27088
27089 \begin_layout Standard
27090 \begin_inset Float table
27091 wide false
27092 sideways false
27093 status open
27094
27095 \begin_layout Plain Layout
27096 \begin_inset Caption Standard
27097
27098 \begin_layout Plain Layout
27099 \begin_inset CommandInset label
27100 LatexCommand label
27101 name "tab:Deux-sous-tableaux-cote-a-cote"
27102
27103 \end_inset
27104
27105 Deux sous-tableaux placés côte-à-côte.
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \begin_layout Plain Layout
27114 \align center
27115 \begin_inset space \hfill{}
27116 \end_inset
27117
27118
27119 \begin_inset Float table
27120 wide false
27121 sideways false
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125 \begin_inset Caption Standard
27126
27127 \begin_layout Plain Layout
27128 \begin_inset CommandInset label
27129 LatexCommand label
27130 name "tab:Le-sous-tableau-a"
27131
27132 \end_inset
27133
27134 Le sous-tableau a
27135 \end_layout
27136
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \begin_layout Plain Layout
27143 \align center
27144 \begin_inset Tabular
27145 <lyxtabular version="3" rows="1" columns="5">
27146 <features rotate="0" tabularvalignment="middle">
27147 <column alignment="center" valignment="top" width="0">
27148 <column alignment="center" valignment="top" width="0">
27149 <column alignment="center" valignment="top" width="0">
27150 <column alignment="center" valignment="top" width="0">
27151 <column alignment="center" valignment="top" width="0">
27152 <row>
27153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27154 \begin_inset Text
27155
27156 \begin_layout Plain Layout
27157 test
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27163 \begin_inset Text
27164
27165 \begin_layout Plain Layout
27166 b
27167 \end_layout
27168
27169 \end_inset
27170 </cell>
27171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27172 \begin_inset Text
27173
27174 \begin_layout Plain Layout
27175 c
27176 \end_layout
27177
27178 \end_inset
27179 </cell>
27180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27181 \begin_inset Text
27182
27183 \begin_layout Plain Layout
27184 d
27185 \end_layout
27186
27187 \end_inset
27188 </cell>
27189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27190 \begin_inset Text
27191
27192 \begin_layout Plain Layout
27193 e
27194 \end_layout
27195
27196 \end_inset
27197 </cell>
27198 </row>
27199 </lyxtabular>
27200
27201 \end_inset
27202
27203
27204 \end_layout
27205
27206 \end_inset
27207
27208
27209 \begin_inset space \hfill{}
27210 \end_inset
27211
27212
27213 \begin_inset Float table
27214 wide false
27215 sideways false
27216 status collapsed
27217
27218 \begin_layout Plain Layout
27219 \begin_inset Caption Standard
27220
27221 \begin_layout Plain Layout
27222 \begin_inset CommandInset label
27223 LatexCommand label
27224 name "tab:Le-sous-tableau-b"
27225
27226 \end_inset
27227
27228 Le sous-tableau b.
27229 \end_layout
27230
27231 \end_inset
27232
27233
27234 \end_layout
27235
27236 \begin_layout Plain Layout
27237 \align center
27238 \begin_inset Tabular
27239 <lyxtabular version="3" rows="1" columns="5">
27240 <features rotate="0" tabularvalignment="middle">
27241 <column alignment="center" valignment="top" width="0">
27242 <column alignment="center" valignment="top" width="0">
27243 <column alignment="center" valignment="top" width="0">
27244 <column alignment="center" valignment="top" width="0">
27245 <column alignment="center" valignment="top" width="0">
27246 <row>
27247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27248 \begin_inset Text
27249
27250 \begin_layout Plain Layout
27251 e
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27257 \begin_inset Text
27258
27259 \begin_layout Plain Layout
27260 d
27261 \end_layout
27262
27263 \end_inset
27264 </cell>
27265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27266 \begin_inset Text
27267
27268 \begin_layout Plain Layout
27269 c
27270 \end_layout
27271
27272 \end_inset
27273 </cell>
27274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27275 \begin_inset Text
27276
27277 \begin_layout Plain Layout
27278 b
27279 \end_layout
27280
27281 \end_inset
27282 </cell>
27283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27284 \begin_inset Text
27285
27286 \begin_layout Plain Layout
27287 test
27288 \end_layout
27289
27290 \end_inset
27291 </cell>
27292 </row>
27293 </lyxtabular>
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \begin_inset space \hfill{}
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Standard
27315 \begin_inset Float table
27316 wide false
27317 sideways false
27318 status open
27319
27320 \begin_layout Plain Layout
27321 \begin_inset Caption Standard
27322
27323 \begin_layout Plain Layout
27324 \begin_inset CommandInset label
27325 LatexCommand label
27326 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27327
27328 \end_inset
27329
27330 Deux sous-tableaux placés l'un sur l'autre.
27331  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \end_layout
27338
27339 \begin_layout Plain Layout
27340 \align center
27341 \begin_inset Float table
27342 wide false
27343 sideways false
27344 status collapsed
27345
27346 \begin_layout Plain Layout
27347 \begin_inset Caption Standard
27348
27349 \begin_layout Plain Layout
27350
27351 \end_layout
27352
27353 \end_inset
27354
27355
27356 \end_layout
27357
27358 \begin_layout Plain Layout
27359 \align center
27360 \begin_inset Tabular
27361 <lyxtabular version="3" rows="1" columns="4">
27362 <features rotate="0" tabularvalignment="middle">
27363 <column alignment="center" valignment="top" width="0">
27364 <column alignment="center" valignment="top" width="0">
27365 <column alignment="center" valignment="top" width="0">
27366 <column alignment="center" valignment="top" width="0">
27367 <row>
27368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27369 \begin_inset Text
27370
27371 \begin_layout Plain Layout
27372 test
27373 \end_layout
27374
27375 \end_inset
27376 </cell>
27377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27378 \begin_inset Text
27379
27380 \begin_layout Plain Layout
27381 test
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27387 \begin_inset Text
27388
27389 \begin_layout Plain Layout
27390 test
27391 \end_layout
27392
27393 \end_inset
27394 </cell>
27395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27396 \begin_inset Text
27397
27398 \begin_layout Plain Layout
27399 test
27400 \end_layout
27401
27402 \end_inset
27403 </cell>
27404 </row>
27405 </lyxtabular>
27406
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \begin_layout Plain Layout
27418 \align center
27419 \begin_inset Float table
27420 wide false
27421 sideways false
27422 status collapsed
27423
27424 \begin_layout Plain Layout
27425 \begin_inset Caption Standard
27426
27427 \begin_layout Plain Layout
27428
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Plain Layout
27437 \align center
27438 \begin_inset Tabular
27439 <lyxtabular version="3" rows="1" columns="5">
27440 <features rotate="0" tabularvalignment="middle">
27441 <column alignment="center" valignment="top" width="0">
27442 <column alignment="center" valignment="top" width="0">
27443 <column alignment="center" valignment="top" width="0">
27444 <column alignment="center" valignment="top" width="0">
27445 <column alignment="center" valignment="top" width="0">
27446 <row>
27447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27448 \begin_inset Text
27449
27450 \begin_layout Plain Layout
27451 a
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27457 \begin_inset Text
27458
27459 \begin_layout Plain Layout
27460 b
27461 \end_layout
27462
27463 \end_inset
27464 </cell>
27465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27466 \begin_inset Text
27467
27468 \begin_layout Plain Layout
27469 c
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27475 \begin_inset Text
27476
27477 \begin_layout Plain Layout
27478 d
27479 \end_layout
27480
27481 \end_inset
27482 </cell>
27483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Plain Layout
27487 e
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 </row>
27493 </lyxtabular>
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Section
27511 Flottants côte-à-côte
27512 \begin_inset Index idx
27513 status collapsed
27514
27515 \begin_layout Plain Layout
27516 Flottants ! côte-à-côte
27517 \end_layout
27518
27519 \end_inset
27520
27521
27522 \end_layout
27523
27524 \begin_layout Standard
27525 Pour placer des flottants côte-à-côte, comme pour la figure
27526 \begin_inset space ~
27527 \end_inset
27528
27529
27530 \begin_inset CommandInset ref
27531 LatexCommand ref
27532 reference "fig:Flottant-gauche"
27533
27534 \end_inset
27535
27536  et 
27537 \begin_inset CommandInset ref
27538 LatexCommand ref
27539 reference "fig:Flottant-droit"
27540
27541 \end_inset
27542
27543 , on n'utilise 
27544 \emph on
27545 qu'un seul 
27546 \emph default
27547 flottant.
27548  On y insère deux boîtes de minipages.
27549 \begin_inset Foot
27550 status collapsed
27551
27552 \begin_layout Plain Layout
27553 Les minipages sont décrites dans la section
27554 \begin_inset space ~
27555 \end_inset
27556
27557
27558 \begin_inset CommandInset ref
27559 LatexCommand ref
27560 reference "sec:Minipages"
27561
27562 \end_inset
27563
27564 .
27565 \end_layout
27566
27567 \end_inset
27568
27569  La largeur est mise à 45
27570 \begin_inset space \thinspace{}
27571 \end_inset
27572
27573 -50
27574 \begin_inset space \thinspace{}
27575 \end_inset
27576
27577 column% et l'alignement de la boîte à 
27578 \family sans
27579 Bas
27580 \family default
27581  pour chaque minipage.
27582  Les boîtes minipages contiennent l'image et la légende exactement comme
27583  avec un flottant.
27584  La seule différence est que l'unité de longueur 
27585 \family sans
27586 Largeur
27587 \begin_inset space ~
27588 \end_inset
27589
27590 colonne
27591 \begin_inset space ~
27592 \end_inset
27593
27594 %
27595 \family default
27596  utilisée pour l'image est maintenant définie par rapport à la largeur des
27597  boîtes minipages.
27598 \end_layout
27599
27600 \begin_layout Standard
27601 \begin_inset Float figure
27602 wide false
27603 sideways false
27604 status open
27605
27606 \begin_layout Plain Layout
27607 \begin_inset Box Frameless
27608 position "b"
27609 hor_pos "c"
27610 has_inner_box 1
27611 inner_pos "t"
27612 use_parbox 0
27613 use_makebox 0
27614 width "45col%"
27615 special "none"
27616 height "1in"
27617 height_special "totalheight"
27618 status open
27619
27620 \begin_layout Plain Layout
27621 \align center
27622 \begin_inset Graphics
27623         filename ../clipart/mobius.eps
27624         lyxscale 50
27625         width 100col%
27626         scaleBeforeRotation
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Plain Layout
27634 \begin_inset Caption Standard
27635
27636 \begin_layout Plain Layout
27637 \begin_inset CommandInset label
27638 LatexCommand label
27639 name "fig:Flottant-gauche"
27640
27641 \end_inset
27642
27643 Flottant du côté gauche.
27644 \end_layout
27645
27646 \end_inset
27647
27648
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \begin_inset space \hfill{}
27655 \end_inset
27656
27657
27658 \begin_inset Box Frameless
27659 position "b"
27660 hor_pos "c"
27661 has_inner_box 1
27662 inner_pos "t"
27663 use_parbox 0
27664 use_makebox 0
27665 width "45col%"
27666 special "none"
27667 height "1in"
27668 height_special "totalheight"
27669 status open
27670
27671 \begin_layout Plain Layout
27672 \align center
27673 \begin_inset Graphics
27674         filename ../clipart/platypus.eps
27675         lyxscale 50
27676         width 100col%
27677         scaleBeforeRotation
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \begin_layout Plain Layout
27685 \begin_inset Caption Standard
27686
27687 \begin_layout Plain Layout
27688 \begin_inset CommandInset label
27689 LatexCommand label
27690 name "fig:Flottant-droit"
27691
27692 \end_inset
27693
27694 Flottant du côté droit.
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Section
27713 Mise en forme de la légende
27714 \begin_inset Index idx
27715 status collapsed
27716
27717 \begin_layout Plain Layout
27718 Légende ! Mise en forme
27719 \end_layout
27720
27721 \end_inset
27722
27723
27724 \begin_inset Index idx
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728 Flottants ! Mise en forme de la Légende
27729 \end_layout
27730
27731 \end_inset
27732
27733
27734 \begin_inset CommandInset label
27735 LatexCommand label
27736 name "sec:Formatage-légende"
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \begin_layout Standard
27744 L'environnement 
27745 \family sans
27746 Légende
27747 \family default
27748  est l'environnement de paragraphe implicite pour les 
27749 \family sans
27750 flottants
27751 \family default
27752 .
27753  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
27754  par exemple 
27755 \begin_inset Quotes eld
27756 \end_inset
27757
27758
27759 \family sans
27760 Figure #:
27761 \family default
27762
27763 \begin_inset Quotes erd
27764 \end_inset
27765
27766  suivi par le texte de la légende.
27767  Le 
27768 \begin_inset Quotes eld
27769 \end_inset
27770
27771 #
27772 \begin_inset Quotes erd
27773 \end_inset
27774
27775  étant remplacé par le numéro de référence réel.
27776  implicitement l'étiquette et le numéro sont dans la même police de caractères
27777  que le texte de la légende et deux points suivent le numéro pour séparer
27778  l'étiquette du texte.
27779  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27780 \end_layout
27781
27782 \begin_layout Standard
27783 Pour modifier le format implicite des légendes, il faut charger le paquetage
27784  LaTeX 
27785 \series bold
27786 caption
27787 \series default
27788
27789 \begin_inset Index idx
27790 status collapsed
27791
27792 \begin_layout Plain Layout
27793 Paquetages LaTeX ! caption
27794 \end_layout
27795
27796 \end_inset
27797
27798  dans le préambule de votre document avec la ligne suivante :
27799 \end_layout
27800
27801 \begin_layout Standard
27802
27803 \series bold
27804
27805 \backslash
27806 usepackage[format definition]{caption}
27807 \end_layout
27808
27809 \begin_layout Standard
27810 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27811  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27812  dans ce document, utilisez les commandes suivantes :
27813 \end_layout
27814
27815 \begin_layout Standard
27816
27817 \series bold
27818
27819 \backslash
27820 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27821 \end_layout
27822
27823 \begin_layout Standard
27824 Vous pouvez aussi définir des formats de légendes différents pour les différents
27825  types de flottants.
27826  Dans ce cas chargez le paquetage 
27827 \series bold
27828 caption 
27829 \series default
27830 sans option de format spécifique et définissez les différents formats à
27831  l'aide de la commande 
27832 \end_layout
27833
27834 \begin_layout Standard
27835
27836 \series bold
27837
27838 \backslash
27839 captionsetup[type de flottant]{définition du format}
27840 \end_layout
27841
27842 \begin_layout Standard
27843 dans le préambule du document.
27844  Par exemple les formats de légende de la Figure
27845 \begin_inset space ~
27846 \end_inset
27847
27848
27849 \begin_inset CommandInset ref
27850 LatexCommand ref
27851 reference "fig:Legende-de-fig"
27852
27853 \end_inset
27854
27855  et du Tableau
27856 \begin_inset space ~
27857 \end_inset
27858
27859
27860 \begin_inset CommandInset ref
27861 LatexCommand ref
27862 reference "tab:Légende-de-tab"
27863
27864 \end_inset
27865
27866  peuvent être créés en utilisant les commandes suivantes dans le préambule
27867  :
27868 \end_layout
27869
27870 \begin_layout Standard
27871
27872 \series bold
27873
27874 \backslash
27875 usepackage[tableposition=top]{caption}
27876 \series default
27877
27878 \begin_inset Newline newline
27879 \end_inset
27880
27881
27882 \series bold
27883
27884 \backslash
27885 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27886 \begin_inset Newline newline
27887 \end_inset
27888
27889
27890 \begin_inset Phantom HPhantom
27891 status open
27892
27893 \begin_layout Plain Layout
27894
27895 \series bold
27896
27897 \backslash
27898 captionsetup[figure]{
27899 \end_layout
27900
27901 \end_inset
27902
27903 labelsep=period}
27904 \begin_inset Newline newline
27905 \end_inset
27906
27907
27908 \backslash
27909 captionsetup[table]{labelfont={bf,sf}}
27910 \end_layout
27911
27912 \begin_layout Standard
27913 \begin_inset Note Greyedout
27914 status open
27915
27916 \begin_layout Plain Layout
27917
27918 \series bold
27919 Note:
27920 \series default
27921  L'option 
27922 \series bold
27923 tableposition=top
27924 \series default
27925  n'a pas d'effet quand on utilise un document de classe 
27926 \series bold
27927 KOMA-Script
27928 \series default
27929
27930 \begin_inset Index idx
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934 Paquetages LaTeX ! KOMA-Script
27935 \end_layout
27936
27937 \end_inset
27938
27939 .
27940  Dans ce cas on doit utiliser l'option 
27941 \series bold
27942 captions=tableheading
27943 \series default
27944  de la classe de document.
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \end_layout
27951
27952 \begin_layout Standard
27953 Pour plus d'information sur le paquetage 
27954 \series bold
27955 caption
27956 \series default
27957  nous vous renvoyons à sa documentation 
27958 \begin_inset CommandInset citation
27959 LatexCommand cite
27960 key "caption"
27961
27962 \end_inset
27963
27964 .
27965 \end_layout
27966
27967 \begin_layout Standard
27968 Pour changer le nom de l'étiquette, par exemple de 
27969 \begin_inset Quotes eld
27970 \end_inset
27971
27972 Figure
27973 \begin_inset Quotes erd
27974 \end_inset
27975
27976  à 
27977 \begin_inset Quotes eld
27978 \end_inset
27979
27980 Image
27981 \begin_inset Quotes erd
27982 \end_inset
27983
27984 , utilisez la commande suivante dans le préambule :
27985 \end_layout
27986
27987 \begin_layout Standard
27988
27989 \series bold
27990
27991 \backslash
27992 renewcommand{
27993 \backslash
27994 fnum@figure}{Image~
27995 \backslash
27996 thefigure}
27997 \end_layout
27998
27999 \begin_layout Standard
28000 où 
28001 \series bold
28002
28003 \backslash
28004 thefigure
28005 \series default
28006  insère le numéro de la figure et
28007 \series bold
28008  
28009 \begin_inset Quotes eld
28010 \end_inset
28011
28012 ~
28013 \series default
28014
28015 \begin_inset Quotes erd
28016 \end_inset
28017
28018  ajoute une espace insécable.
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \begin_inset VSpace bigskip
28023 \end_inset
28024
28025 Si vous utilisez un document de classe 
28026 \series bold
28027 KOMA-Script
28028 \series default
28029
28030 \begin_inset Index idx
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 Paquetages LaTeX ! KOMA-Script
28035 \end_layout
28036
28037 \end_inset
28038
28039  (
28040 \family sans
28041 article (KOMA-Script)
28042 \family default
28043
28044 \family sans
28045 book (KOMA-Script)
28046 \family default
28047
28048 \family sans
28049 letter (KOMA-Script)
28050 \family default
28051 , ou 
28052 \family sans
28053 report (KOMA-Script)
28054 \family default
28055
28056 \begin_inset space \thinspace{}
28057 \end_inset
28058
28059 ), Vous pouvez utiliser la commande incorporée 
28060 \series bold
28061
28062 \backslash
28063 setkomafont 
28064 \series default
28065 du paquetage
28066 \series bold
28067  KOMA-Script 
28068 \series default
28069 à la place du paquetage
28070 \series bold
28071  caption.
28072  
28073 \series default
28074 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
28075  suivante au préambule de votre document :
28076 \end_layout
28077
28078 \begin_layout Standard
28079
28080 \series bold
28081
28082 \backslash
28083 setkomafont{captionlabel}{
28084 \backslash
28085 bfseries}
28086 \end_layout
28087
28088 \begin_layout Standard
28089 Pour plus d'information au sujet de 
28090 \series bold
28091
28092 \backslash
28093 setkomafont
28094 \series default
28095  nous vous renvoyons à la documentation du paquetage 
28096 \series bold
28097 KOMA-Script
28098 \series default
28099  
28100 \begin_inset CommandInset citation
28101 LatexCommand cite
28102 key "KOMA-Script"
28103
28104 \end_inset
28105
28106 .
28107 \end_layout
28108
28109 \begin_layout Standard
28110 \begin_inset ERT
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114
28115
28116 \backslash
28117 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28118 }
28119 \end_layout
28120
28121 \end_inset
28122
28123
28124 \begin_inset Note Note
28125 status open
28126
28127 \begin_layout Plain Layout
28128 Le format de la légende n'est modifié que pour cet exemple.
28129 \end_layout
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \begin_layout Standard
28137 \begin_inset Float figure
28138 placement !p
28139 wide false
28140 sideways false
28141 status open
28142
28143 \begin_layout Plain Layout
28144 \align center
28145 \begin_inset Graphics
28146         filename ../clipart/mobius.eps
28147         lyxscale 50
28148         scale 50
28149         scaleBeforeRotation
28150
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \begin_layout Plain Layout
28157 \begin_inset Caption Standard
28158
28159 \begin_layout Plain Layout
28160 \begin_inset CommandInset label
28161 LatexCommand label
28162 name "fig:Legende-de-fig"
28163
28164 \end_inset
28165
28166 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
28167  pour montrer les différents types de formats de légendes.
28168  Ici on a utilisé un format de légende personnalisé.
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Standard
28182 \begin_inset ERT
28183 status collapsed
28184
28185 \begin_layout Plain Layout
28186
28187
28188 \backslash
28189 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28190 on}
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 \begin_inset Float table
28200 placement !p
28201 wide false
28202 sideways false
28203 status open
28204
28205 \begin_layout Plain Layout
28206 \begin_inset Caption Standard
28207
28208 \begin_layout Plain Layout
28209 \begin_inset CommandInset label
28210 LatexCommand label
28211 name "tab:Légende-de-tab"
28212
28213 \end_inset
28214
28215 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
28216  pour montrer les différents types de formats de légendes.
28217  Ici on a utilisé le format de légende implicite.
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Plain Layout
28226 \align center
28227 \begin_inset Tabular
28228 <lyxtabular version="3" rows="1" columns="5">
28229 <features rotate="0" tabularvalignment="middle">
28230 <column alignment="center" valignment="top" width="0">
28231 <column alignment="center" valignment="top" width="0">
28232 <column alignment="center" valignment="top" width="0">
28233 <column alignment="center" valignment="top" width="0">
28234 <column alignment="center" valignment="top" width="0">
28235 <row>
28236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout Plain Layout
28240 a
28241 \end_layout
28242
28243 \end_inset
28244 </cell>
28245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28246 \begin_inset Text
28247
28248 \begin_layout Plain Layout
28249 b
28250 \end_layout
28251
28252 \end_inset
28253 </cell>
28254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28255 \begin_inset Text
28256
28257 \begin_layout Plain Layout
28258 c
28259 \end_layout
28260
28261 \end_inset
28262 </cell>
28263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28264 \begin_inset Text
28265
28266 \begin_layout Plain Layout
28267 d
28268 \end_layout
28269
28270 \end_inset
28271 </cell>
28272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28273 \begin_inset Text
28274
28275 \begin_layout Plain Layout
28276 e
28277 \end_layout
28278
28279 \end_inset
28280 </cell>
28281 </row>
28282 </lyxtabular>
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \end_layout
28293
28294 \begin_layout Section
28295 Positionnement de la Légende
28296 \begin_inset Index idx
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 Légende ! Placement
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \begin_inset Index idx
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310 Flottants ! Placement de la légende
28311 \end_layout
28312
28313 \end_inset
28314
28315
28316 \begin_inset CommandInset label
28317 LatexCommand label
28318 name "sec:Placement-légende"
28319
28320 \end_inset
28321
28322
28323 \end_layout
28324
28325 \begin_layout Standard
28326 La règle habituelle pour placer la légende est :
28327 \end_layout
28328
28329 \begin_layout Description
28330 Figure
28331 \begin_inset space ~
28332 \end_inset
28333
28334 : La légende est placée en dessous de la figure
28335 \end_layout
28336
28337 \begin_layout Description
28338 Tableau
28339 \begin_inset space ~
28340 \end_inset
28341
28342 : La légende est placée au dessus du tableau
28343 \end_layout
28344
28345 \begin_layout Standard
28346 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
28347  au dessus des tableaux.
28348  Ce qui fait que si vous utilisez une des classes de document 
28349 \family sans
28350 article
28351 \family default
28352
28353 \family sans
28354 book
28355 \family default
28356
28357 \family sans
28358 letter
28359 \family default
28360 , ou 
28361 \family sans
28362 report
28363 \family default
28364  il n'y aura pas d'espace libre entre la légende et le tableau.
28365  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
28366  de chargement du paquetage LaTeX 
28367 \series bold
28368 caption
28369 \series default
28370  dans le préambule de votre document
28371 \begin_inset Foot
28372 status open
28373
28374 \begin_layout Plain Layout
28375 Voir la section
28376 \begin_inset space ~
28377 \end_inset
28378
28379
28380 \begin_inset CommandInset ref
28381 LatexCommand ref
28382 reference "sec:Formatage-légende"
28383
28384 \end_inset
28385
28386  pour plus d'information sur le paquetage 
28387 \series bold
28388 caption
28389 \series default
28390 .
28391 \end_layout
28392
28393 \end_inset
28394
28395 :
28396 \end_layout
28397
28398 \begin_layout Standard
28399
28400 \series bold
28401 tableposition=top
28402 \end_layout
28403
28404 \begin_layout Standard
28405 Si vous utilisez une classe de document 
28406 \series bold
28407 KOMA-Script
28408 \series default
28409
28410 \begin_inset Index idx
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414 Paquetages LaTeX ! KOMA-Script
28415 \end_layout
28416
28417 \end_inset
28418
28419  (
28420 \family sans
28421 article (KOMA-Script)
28422 \family default
28423
28424 \family sans
28425 book (KOMA-Script)
28426 \family default
28427
28428 \family sans
28429 letter (KOMA-Script)
28430 \family default
28431 , ou 
28432 \family sans
28433 report (KOMA-Script)
28434 \family default
28435
28436 \begin_inset space \thinspace{}
28437 \end_inset
28438
28439 ), vous pouvez utiliser à la place du paquetage 
28440 \series bold
28441 caption
28442 \series default
28443  l'option 
28444 \series bold
28445 captions=tableheading
28446 \series default
28447  de la classe de document.
28448 \end_layout
28449
28450 \begin_layout Standard
28451 \begin_inset VSpace bigskip
28452 \end_inset
28453
28454 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28455  Pour cela, vous devez charger le paquetage LaTeX 
28456 \series bold
28457 sidecap
28458 \series default
28459
28460 \begin_inset Index idx
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464 Paquetages LaTeX ! sidecap
28465 \end_layout
28466
28467 \end_inset
28468
28469  dans le préambule de votre document avec la ligne de commande suivante
28470 \end_layout
28471
28472 \begin_layout Standard
28473
28474 \series bold
28475
28476 \backslash
28477 usepackage[option]{sidecap}
28478 \end_layout
28479
28480 \begin_layout Standard
28481 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28482  extérieure – à droite sur les pages impaires et à gauche sur les pages
28483  paires.
28484  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28485  
28486 \series bold
28487 innercaption
28488 \series default
28489 .
28490  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28491  
28492 \series bold
28493 rightcaption
28494 \series default
28495  ou 
28496 \series bold
28497 leftcaption
28498 \series default
28499 .
28500 \end_layout
28501
28502 \begin_layout Standard
28503 \begin_inset ERT
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507
28508
28509 \backslash
28510 ifsidecap
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \begin_inset Note Note
28517 status open
28518
28519 \begin_layout Plain Layout
28520 La section suivante ne sera affichée que si le paquetage LaTeX 
28521 \series bold
28522 sidecap
28523 \series default
28524  a été installé.
28525 \end_layout
28526
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \begin_layout Standard
28533 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28534  ajouter ces commandes dans le préambule de votre document :
28535 \end_layout
28536
28537 \begin_layout Standard
28538 \noindent
28539 \begin_inset CommandInset line
28540 LatexCommand rule
28541 offset "0.5ex"
28542 width "100line%"
28543 height "1pt"
28544
28545 \end_inset
28546
28547
28548 \end_layout
28549
28550 \begin_layout Standard
28551
28552 \series bold
28553
28554 \backslash
28555 newcommand{
28556 \backslash
28557 TabBesBeg}[1][1.0]{%
28558 \begin_inset Newline newline
28559 \end_inset
28560
28561
28562 \begin_inset Phantom HPhantom
28563 status open
28564
28565 \begin_layout Plain Layout
28566 \begin_inset space ~
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \end_inset
28573
28574
28575 \backslash
28576 let
28577 \backslash
28578 MyTable
28579 \backslash
28580 table
28581 \begin_inset Newline newline
28582 \end_inset
28583
28584
28585 \begin_inset Phantom HPhantom
28586 status open
28587
28588 \begin_layout Plain Layout
28589
28590 \series medium
28591 \begin_inset space ~
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \backslash
28601 let
28602 \backslash
28603 MyEndtable
28604 \backslash
28605 endtable
28606 \begin_inset Newline newline
28607 \end_inset
28608
28609
28610 \begin_inset Phantom HPhantom
28611 status open
28612
28613 \begin_layout Plain Layout
28614
28615 \series medium
28616 \begin_inset space ~
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \end_inset
28623
28624
28625 \backslash
28626 renewenvironment{table}[1]{
28627 \backslash
28628 begin{SCtable}[#1]##1}{
28629 \backslash
28630 end{SCtable}}}
28631 \end_layout
28632
28633 \begin_layout Standard
28634
28635 \series bold
28636
28637 \backslash
28638 newcommand{
28639 \backslash
28640 TabBesEnd}{%
28641 \begin_inset Newline newline
28642 \end_inset
28643
28644
28645 \begin_inset Phantom HPhantom
28646 status open
28647
28648 \begin_layout Plain Layout
28649 \begin_inset space ~
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \backslash
28659 let
28660 \backslash
28661 table
28662 \backslash
28663 MyTable
28664 \begin_inset Newline newline
28665 \end_inset
28666
28667
28668 \begin_inset Phantom HPhantom
28669 status open
28670
28671 \begin_layout Plain Layout
28672 \begin_inset space ~
28673 \end_inset
28674
28675
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \backslash
28682 let
28683 \backslash
28684 endtable
28685 \backslash
28686 MyEndtable
28687 \end_layout
28688
28689 \begin_layout Standard
28690
28691 \series bold
28692
28693 \backslash
28694 newcommand{
28695 \backslash
28696 FigBesBeg}[1][1.0]{%
28697 \begin_inset Newline newline
28698 \end_inset
28699
28700
28701 \begin_inset Phantom HPhantom
28702 status open
28703
28704 \begin_layout Plain Layout
28705 \begin_inset space ~
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \end_inset
28712
28713
28714 \backslash
28715 let
28716 \backslash
28717 MyFigure
28718 \backslash
28719 figure
28720 \begin_inset Newline newline
28721 \end_inset
28722
28723
28724 \begin_inset Phantom HPhantom
28725 status open
28726
28727 \begin_layout Plain Layout
28728 \begin_inset space ~
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \backslash
28738 let
28739 \backslash
28740 MyEndfigure
28741 \backslash
28742 endfigure
28743 \begin_inset Newline newline
28744 \end_inset
28745
28746
28747 \begin_inset Phantom HPhantom
28748 status open
28749
28750 \begin_layout Plain Layout
28751 \begin_inset space ~
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \backslash
28761 renewenvironment{figure}[1]{
28762 \backslash
28763 begin{SCfigure}[#1]##1}{
28764 \backslash
28765 end{SCfigure}}}
28766 \end_layout
28767
28768 \begin_layout Standard
28769
28770 \series bold
28771
28772 \backslash
28773 newcommand{
28774 \backslash
28775 FigBesEnd}{%
28776 \begin_inset Newline newline
28777 \end_inset
28778
28779
28780 \begin_inset Phantom HPhantom
28781 status open
28782
28783 \begin_layout Plain Layout
28784 \begin_inset space ~
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \end_inset
28791
28792
28793 \backslash
28794 let
28795 \backslash
28796 figure
28797 \backslash
28798 MyFigure
28799 \begin_inset Newline newline
28800 \end_inset
28801
28802
28803 \begin_inset Phantom HPhantom
28804 status open
28805
28806 \begin_layout Plain Layout
28807 \begin_inset space ~
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \backslash
28817 let
28818 \backslash
28819 endfigure
28820 \backslash
28821 MyEndfigure}
28822 \end_layout
28823
28824 \begin_layout Standard
28825 \noindent
28826 \begin_inset CommandInset line
28827 LatexCommand rule
28828 offset "0.5ex"
28829 width "100line%"
28830 height "1pt"
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Standard
28838 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28839  la légende se place sur le côté.
28840  Pour les flottants de figure, utilisez la commande
28841 \end_layout
28842
28843 \begin_layout Standard
28844
28845 \series bold
28846
28847 \backslash
28848 FigBesBeg
28849 \end_layout
28850
28851 \begin_layout Standard
28852 en code TeX avant le flottant.
28853  Et insérez la commande
28854 \end_layout
28855
28856 \begin_layout Standard
28857
28858 \series bold
28859
28860 \backslash
28861 FigBesEnd
28862 \end_layout
28863
28864 \begin_layout Standard
28865 en code TeX à l'endroit où vous voulez revenir à la définition originale
28866  du flottant.
28867 \end_layout
28868
28869 \begin_layout Standard
28870 Pour les flottants de tableau, utilisez les commandes correspondantes
28871 \end_layout
28872
28873 \begin_layout Standard
28874
28875 \series bold
28876
28877 \backslash
28878 TabBesBeg
28879 \series default
28880  et 
28881 \series bold
28882
28883 \backslash
28884 TabBesEnd
28885 \end_layout
28886
28887 \begin_layout Standard
28888 La figure
28889 \begin_inset space ~
28890 \end_inset
28891
28892
28893 \begin_inset CommandInset ref
28894 LatexCommand ref
28895 reference "fig:legende-a-coté-fig"
28896
28897 \end_inset
28898
28899  et le tableau
28900 \begin_inset space ~
28901 \end_inset
28902
28903
28904 \begin_inset CommandInset ref
28905 LatexCommand ref
28906 reference "tab:legende-à-coté-tableau"
28907
28908 \end_inset
28909
28910  sont des exemples où la légende a été mises sur le coté.
28911 \end_layout
28912
28913 \begin_layout Standard
28914 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28915  pour les flottants de tableau et vers le bas pour les flottants de figure.
28916  Pour changer ce comportement, vous pouvez utiliser les commandes
28917 \end_layout
28918
28919 \begin_layout Standard
28920
28921 \series bold
28922
28923 \backslash
28924 sidecaptionvpos{type flottant}{placement}
28925 \end_layout
28926
28927 \begin_layout Standard
28928 dans le préambule du document ou en code TeX juste avant le flottant visé.
28929  Le type du flottant est soit 
28930 \family sans
28931 figure
28932 \family default
28933  soit 
28934 \family sans
28935 table
28936 \family default
28937 , le placement peut être 
28938 \begin_inset Quotes eld
28939 \end_inset
28940
28941
28942 \family sans
28943 t
28944 \family default
28945
28946 \begin_inset Quotes erd
28947 \end_inset
28948
28949  pour haut (top), 
28950 \begin_inset Quotes eld
28951 \end_inset
28952
28953
28954 \family sans
28955 c
28956 \family default
28957
28958 \begin_inset Quotes erd
28959 \end_inset
28960
28961  pour centre (center), ou 
28962 \begin_inset Quotes eld
28963 \end_inset
28964
28965
28966 \family sans
28967 b
28968 \family default
28969
28970 \begin_inset Quotes erd
28971 \end_inset
28972
28973  pour bas (bottom).
28974  Pour que, par exemple, les légendes des flottants de figure soient centrés
28975  verticalement, utilisez la commande
28976 \end_layout
28977
28978 \begin_layout Standard
28979
28980 \series bold
28981
28982 \backslash
28983 sidecaptionvpos{figure}{c}
28984 \end_layout
28985
28986 \begin_layout Standard
28987 C'est ce qui a été utilisé pour la figure
28988 \begin_inset space ~
28989 \end_inset
28990
28991
28992 \begin_inset CommandInset ref
28993 LatexCommand ref
28994 reference "fig:legende-à-coté-fig-2"
28995
28996 \end_inset
28997
28998 .
28999 \end_layout
29000
29001 \begin_layout Standard
29002 \begin_inset VSpace medskip
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Standard
29009 La largeur de légende par défaut est celle de l'image ou du tableau.
29010  Pour des images ou des tableaux étroits, comme le tableau
29011 \begin_inset space ~
29012 \end_inset
29013
29014
29015 \begin_inset CommandInset ref
29016 LatexCommand ref
29017 reference "tab:legende-à-coté-tableau"
29018
29019 \end_inset
29020
29021 , cela donne des légendes trop étroites.
29022  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29023  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29024  La largeur de la légende sera automatiquement recalculée dans le cas où
29025  cette dernière déborderait dans la marge de la page ou de la colonne à
29026  cause de la largeur indiquée.
29027  Le 
29028 \emph on
29029 facteur 
29030 \emph default
29031 peut soit être donné comme argument pour 
29032 \series bold
29033
29034 \backslash
29035 FigBesBeg
29036 \series default
29037 :
29038 \end_layout
29039
29040 \begin_layout Standard
29041
29042 \series bold
29043
29044 \backslash
29045 FigBesBeg[facteur]
29046 \end_layout
29047
29048 \begin_layout Standard
29049 ou dans la définition de 
29050 \series bold
29051
29052 \backslash
29053 FigBesBeg 
29054 \series default
29055 en remplaçant le
29056 \series bold
29057  1.0 
29058 \series default
29059 par une autre valeur.
29060  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29061  façon implicite quand  
29062 \series bold
29063
29064 \backslash
29065 FigBesBeg
29066 \series default
29067  est utilisé sans argument.
29068  Pour le tableau
29069 \begin_inset space ~
29070 \end_inset
29071
29072
29073 \begin_inset CommandInset ref
29074 LatexCommand ref
29075 reference "tab:cap-beside-tab-wider"
29076
29077 \end_inset
29078
29079  on a utilisé 5 comme facteur.
29080 \end_layout
29081
29082 \begin_layout Standard
29083
29084 \lang english
29085 \begin_inset Note Greyedout
29086 status open
29087
29088 \begin_layout Plain Layout
29089
29090 \series bold
29091 Note:
29092 \series default
29093  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29094  utiliser l'option de placement, 
29095 \family sans
29096 Ici
29097 \begin_inset space ~
29098 \end_inset
29099
29100 à
29101 \begin_inset space ~
29102 \end_inset
29103
29104 tout
29105 \begin_inset space ~
29106 \end_inset
29107
29108 prix
29109 \family default
29110  parce qu'elle n'est pas gérée par 
29111 \series bold
29112 sidecap
29113 \series default
29114 .
29115 \end_layout
29116
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \begin_layout Standard
29123 \begin_inset VSpace medskip
29124 \end_inset
29125
29126 Pour plus d'information sur le paquetage 
29127 \series bold
29128 sidecap
29129 \series default
29130  nous vous renvoyons à sa documentation 
29131 \begin_inset CommandInset citation
29132 LatexCommand cite
29133 key "sidecap"
29134
29135 \end_inset
29136
29137 .
29138 \end_layout
29139
29140 \begin_layout Standard
29141 \begin_inset Note Greyedout
29142 status open
29143
29144 \begin_layout Plain Layout
29145
29146 \series bold
29147 Note:
29148 \series default
29149  Le paquetage LaTeX 
29150 \series bold
29151 hypcap
29152 \series default
29153
29154 \begin_inset Index idx
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158 Paquetages LaTeX ! hypcap
29159 \end_layout
29160
29161 \end_inset
29162
29163 , qui est décrit dans la section
29164 \begin_inset space ~
29165 \end_inset
29166
29167
29168 \begin_inset CommandInset ref
29169 LatexCommand ref
29170 reference "sub:Reference-Position"
29171
29172 \end_inset
29173
29174 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \begin_layout Standard
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187
29188
29189 \backslash
29190 FigBesBeg 
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \end_layout
29197
29198 \begin_layout Standard
29199 \begin_inset Float figure
29200 wide false
29201 sideways false
29202 status open
29203
29204 \begin_layout Plain Layout
29205 \begin_inset Graphics
29206         filename ../clipart/escher-lsd.eps
29207         scale 75
29208         scaleBeforeRotation
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \begin_layout Plain Layout
29216 \begin_inset Caption Standard
29217
29218 \begin_layout Plain Layout
29219 \begin_inset CommandInset label
29220 LatexCommand label
29221 name "fig:legende-a-coté-fig"
29222
29223 \end_inset
29224
29225 Une légende à côté d'une figure.
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 \begin_inset ERT
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243
29244
29245 \backslash
29246 FigBesEnd
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \begin_layout Standard
29255 \begin_inset ERT
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259
29260
29261 \backslash
29262 TabBesBeg 
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \begin_layout Standard
29271 \begin_inset Float table
29272 wide false
29273 sideways false
29274 status open
29275
29276 \begin_layout Plain Layout
29277 \begin_inset Caption Standard
29278
29279 \begin_layout Plain Layout
29280 \begin_inset CommandInset label
29281 LatexCommand label
29282 name "tab:legende-à-coté-tableau"
29283
29284 \end_inset
29285
29286 Une légende à côté d'un tableau.
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Plain Layout
29295 \begin_inset Tabular
29296 <lyxtabular version="3" rows="4" columns="5">
29297 <features rotate="0" tabularvalignment="middle">
29298 <column alignment="center" valignment="top" width="0">
29299 <column alignment="center" valignment="top" width="0">
29300 <column alignment="center" valignment="top" width="0">
29301 <column alignment="center" valignment="top" width="0">
29302 <column alignment="center" valignment="top" width="0">
29303 <row>
29304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29305 \begin_inset Text
29306
29307 \begin_layout Plain Layout
29308 a
29309 \end_layout
29310
29311 \end_inset
29312 </cell>
29313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29314 \begin_inset Text
29315
29316 \begin_layout Plain Layout
29317
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29323 \begin_inset Text
29324
29325 \begin_layout Plain Layout
29326 b
29327 \end_layout
29328
29329 \end_inset
29330 </cell>
29331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29332 \begin_inset Text
29333
29334 \begin_layout Plain Layout
29335
29336 \end_layout
29337
29338 \end_inset
29339 </cell>
29340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29341 \begin_inset Text
29342
29343 \begin_layout Plain Layout
29344 c
29345 \end_layout
29346
29347 \end_inset
29348 </cell>
29349 </row>
29350 <row>
29351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29352 \begin_inset Text
29353
29354 \begin_layout Plain Layout
29355
29356 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29361 \begin_inset Text
29362
29363 \begin_layout Plain Layout
29364 d
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Plain Layout
29373
29374 \end_layout
29375
29376 \end_inset
29377 </cell>
29378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29379 \begin_inset Text
29380
29381 \begin_layout Plain Layout
29382 e
29383 \end_layout
29384
29385 \end_inset
29386 </cell>
29387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29388 \begin_inset Text
29389
29390 \begin_layout Plain Layout
29391
29392 \end_layout
29393
29394 \end_inset
29395 </cell>
29396 </row>
29397 <row>
29398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29399 \begin_inset Text
29400
29401 \begin_layout Plain Layout
29402 f
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420 g
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429
29430 \end_layout
29431
29432 \end_inset
29433 </cell>
29434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29435 \begin_inset Text
29436
29437 \begin_layout Plain Layout
29438 h
29439 \end_layout
29440
29441 \end_inset
29442 </cell>
29443 </row>
29444 <row>
29445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29446 \begin_inset Text
29447
29448 \begin_layout Plain Layout
29449
29450 \end_layout
29451
29452 \end_inset
29453 </cell>
29454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29455 \begin_inset Text
29456
29457 \begin_layout Plain Layout
29458 i
29459 \end_layout
29460
29461 \end_inset
29462 </cell>
29463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29464 \begin_inset Text
29465
29466 \begin_layout Plain Layout
29467
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29473 \begin_inset Text
29474
29475 \begin_layout Plain Layout
29476 j
29477 \end_layout
29478
29479 \end_inset
29480 </cell>
29481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29482 \begin_inset Text
29483
29484 \begin_layout Plain Layout
29485
29486 \end_layout
29487
29488 \end_inset
29489 </cell>
29490 </row>
29491 </lyxtabular>
29492
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \end_layout
29502
29503 \begin_layout Standard
29504 \begin_inset ERT
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508
29509
29510 \backslash
29511 TabBesEnd
29512 \end_layout
29513
29514 \end_inset
29515
29516
29517 \end_layout
29518
29519 \begin_layout Standard
29520 \begin_inset ERT
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524
29525
29526 \backslash
29527 sidecaptionvpos{figure}{c}
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \begin_inset Float figure
29534 wide false
29535 sideways false
29536 status open
29537
29538 \begin_layout Plain Layout
29539 \begin_inset Graphics
29540         filename ../clipart/escher-lsd.eps
29541         scale 75
29542         scaleBeforeRotation
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \begin_layout Plain Layout
29550 \begin_inset Caption Standard
29551
29552 \begin_layout Plain Layout
29553 \begin_inset CommandInset label
29554 LatexCommand label
29555 name "fig:legende-à-coté-fig-2"
29556
29557 \end_inset
29558
29559 Une légende centrée verticalement à côté d'une figure.
29560 \end_layout
29561
29562 \end_inset
29563
29564
29565 \end_layout
29566
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \begin_layout Standard
29573 \begin_inset ERT
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577
29578
29579 \backslash
29580 FigBesEnd
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 \begin_inset ERT
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593
29594
29595 \backslash
29596 TabBesBeg[5]
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Standard
29605 \begin_inset Float table
29606 wide false
29607 sideways false
29608 status open
29609
29610 \begin_layout Plain Layout
29611 \begin_inset Caption Standard
29612
29613 \begin_layout Plain Layout
29614
29615 \lang english
29616 \begin_inset CommandInset label
29617 LatexCommand label
29618 name "tab:cap-beside-tab-wider"
29619
29620 \end_inset
29621
29622 This is a caption is wider than the one in
29623 \lang french
29624  tableau
29625 \begin_inset space ~
29626 \end_inset
29627
29628
29629 \begin_inset CommandInset ref
29630 LatexCommand ref
29631 reference "tab:legende-à-coté-tableau"
29632
29633 \end_inset
29634
29635 .
29636 \end_layout
29637
29638 \end_inset
29639
29640
29641 \end_layout
29642
29643 \begin_layout Plain Layout
29644 \begin_inset Tabular
29645 <lyxtabular version="3" rows="4" columns="5">
29646 <features rotate="0" tabularvalignment="middle">
29647 <column alignment="center" valignment="top" width="0">
29648 <column alignment="center" valignment="top" width="0">
29649 <column alignment="center" valignment="top" width="0">
29650 <column alignment="center" valignment="top" width="0">
29651 <column alignment="center" valignment="top" width="0">
29652 <row>
29653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29654 \begin_inset Text
29655
29656 \begin_layout Plain Layout
29657 a
29658 \end_layout
29659
29660 \end_inset
29661 </cell>
29662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29663 \begin_inset Text
29664
29665 \begin_layout Plain Layout
29666
29667 \end_layout
29668
29669 \end_inset
29670 </cell>
29671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29672 \begin_inset Text
29673
29674 \begin_layout Plain Layout
29675 b
29676 \end_layout
29677
29678 \end_inset
29679 </cell>
29680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29681 \begin_inset Text
29682
29683 \begin_layout Plain Layout
29684
29685 \end_layout
29686
29687 \end_inset
29688 </cell>
29689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29690 \begin_inset Text
29691
29692 \begin_layout Plain Layout
29693 c
29694 \end_layout
29695
29696 \end_inset
29697 </cell>
29698 </row>
29699 <row>
29700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29701 \begin_inset Text
29702
29703 \begin_layout Plain Layout
29704
29705 \end_layout
29706
29707 \end_inset
29708 </cell>
29709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29710 \begin_inset Text
29711
29712 \begin_layout Plain Layout
29713 d
29714 \end_layout
29715
29716 \end_inset
29717 </cell>
29718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29719 \begin_inset Text
29720
29721 \begin_layout Plain Layout
29722
29723 \end_layout
29724
29725 \end_inset
29726 </cell>
29727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29728 \begin_inset Text
29729
29730 \begin_layout Plain Layout
29731 e
29732 \end_layout
29733
29734 \end_inset
29735 </cell>
29736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29737 \begin_inset Text
29738
29739 \begin_layout Plain Layout
29740
29741 \end_layout
29742
29743 \end_inset
29744 </cell>
29745 </row>
29746 <row>
29747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29748 \begin_inset Text
29749
29750 \begin_layout Plain Layout
29751 f
29752 \end_layout
29753
29754 \end_inset
29755 </cell>
29756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29757 \begin_inset Text
29758
29759 \begin_layout Plain Layout
29760
29761 \end_layout
29762
29763 \end_inset
29764 </cell>
29765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29766 \begin_inset Text
29767
29768 \begin_layout Plain Layout
29769 g
29770 \end_layout
29771
29772 \end_inset
29773 </cell>
29774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29775 \begin_inset Text
29776
29777 \begin_layout Plain Layout
29778
29779 \end_layout
29780
29781 \end_inset
29782 </cell>
29783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29784 \begin_inset Text
29785
29786 \begin_layout Plain Layout
29787 h
29788 \end_layout
29789
29790 \end_inset
29791 </cell>
29792 </row>
29793 <row>
29794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29795 \begin_inset Text
29796
29797 \begin_layout Plain Layout
29798
29799 \end_layout
29800
29801 \end_inset
29802 </cell>
29803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29804 \begin_inset Text
29805
29806 \begin_layout Plain Layout
29807 i
29808 \end_layout
29809
29810 \end_inset
29811 </cell>
29812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29813 \begin_inset Text
29814
29815 \begin_layout Plain Layout
29816
29817 \end_layout
29818
29819 \end_inset
29820 </cell>
29821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29822 \begin_inset Text
29823
29824 \begin_layout Plain Layout
29825 j
29826 \end_layout
29827
29828 \end_inset
29829 </cell>
29830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29831 \begin_inset Text
29832
29833 \begin_layout Plain Layout
29834
29835 \end_layout
29836
29837 \end_inset
29838 </cell>
29839 </row>
29840 </lyxtabular>
29841
29842 \end_inset
29843
29844
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \end_layout
29851
29852 \begin_layout Standard
29853 \begin_inset ERT
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857
29858
29859 \backslash
29860 TabBesEnd
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 \begin_inset ERT
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873
29874
29875 \backslash
29876 else
29877 \end_layout
29878
29879 \end_inset
29880
29881
29882 \begin_inset Note Note
29883 status open
29884
29885 \begin_layout Plain Layout
29886 Ce qui suit sera affiché si le paquetage LaTeX 
29887 \series bold
29888 sidecap
29889 \series default
29890  n'est pas installé :
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Standard
29899 Vous devez installer le paquetage LaTeX 
29900 \series bold
29901 sidecap
29902 \series default
29903  pour voir la suite de cette section dans la sortie imprimée.
29904 \end_layout
29905
29906 \begin_layout Standard
29907 \begin_inset ERT
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911
29912
29913 \backslash
29914 fi
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \end_layout
29921
29922 \begin_layout Section
29923 Les listes de flottants
29924 \begin_inset Index idx
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928 Flottants ! Listes de Flottants
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Standard
29937 De la même façon que la table des matières fait la liste des sections du
29938  document, il y a des listes pour tous les types de flottants, comme par
29939  exemple pour les figures du document.
29940  Vous pouvez les insérer en utilisant le menu 
29941 \family sans
29942 Insertion\SpecialChar \menuseparator
29943 Listes
29944 \begin_inset space ~
29945 \end_inset
29946
29947 &
29948 \begin_inset space ~
29949 \end_inset
29950
29951 TdM
29952 \family default
29953 .
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Les entrées de la liste sont la légende du flottant ou éventuellement le
29958  titre court, le numéro du flottant, et le numéro de la page où le flottant
29959  apparaît dans le document.
29960 \end_layout
29961
29962 \begin_layout Standard
29963 Vous trouverez à la fin de ce document une liste des figures et une liste
29964  des tableaux.
29965 \end_layout
29966
29967 \begin_layout Chapter
29968 Notes
29969 \end_layout
29970
29971 \begin_layout Section
29972 Les notes de LyX
29973 \begin_inset Index idx
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977 Notes ! Notes LyX 
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986 On peut insérer une note en utilisant le bouton 
29987 \begin_inset Info
29988 type  "icon"
29989 arg   "note-insert"
29990 \end_inset
29991
29992  de la barre d'outils ou avec le menu 
29993 \family sans
29994 Insertion\SpecialChar \menuseparator
29995 Note
29996 \family default
29997 .
29998  Il y a trois types de notes :
29999 \end_layout
30000
30001 \begin_layout Description
30002 Note
30003 \begin_inset space ~
30004 \end_inset
30005
30006 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
30007  finale.
30008  La boîte de cette note ressemble à ceci :
30009 \begin_inset Newline newline
30010 \end_inset
30011
30012
30013 \begin_inset Newline newline
30014 \end_inset
30015
30016
30017 \begin_inset Graphics
30018         filename clipart/LyXNoteImageQt4.png
30019         display false
30020         scale 65
30021         scaleBeforeRotation
30022
30023 \end_inset
30024
30025  
30026 \begin_inset Note Note
30027 status open
30028
30029 \begin_layout Plain Layout
30030 Le texte de cette note n'apparaîtra pas à l'impression.
30031 \end_layout
30032
30033 \end_inset
30034
30035
30036 \end_layout
30037
30038 \begin_layout Description
30039 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30040  il est inséré comme un commentaire LaTeX quand vous exportez votre document
30041  vers un fichier au format LaTeX avec le menu 
30042 \family sans
30043 Fichier\SpecialChar \menuseparator
30044 Exporter\SpecialChar \menuseparator
30045 LaTeX (pdflatex) / (plain)
30046 \family default
30047 .
30048  La boîte de cette note ressemble à ceci :
30049 \begin_inset Newline newline
30050 \end_inset
30051
30052
30053 \begin_inset Newline newline
30054 \end_inset
30055
30056
30057 \begin_inset Graphics
30058         filename clipart/CommentNoteImageQt4.png
30059         display false
30060         scale 55
30061         scaleBeforeRotation
30062
30063 \end_inset
30064
30065  
30066 \begin_inset Note Comment
30067 status open
30068
30069 \begin_layout Plain Layout
30070 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30071  LaTeX.
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \begin_layout Description
30080 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30081  La boîte de cette note ressemble à ceci :
30082 \begin_inset Newline newline
30083 \end_inset
30084
30085
30086 \begin_inset Newline newline
30087 \end_inset
30088
30089
30090 \begin_inset Graphics
30091         filename clipart/GreyedOutNoteImageQt4.png
30092         lyxscale 80
30093         display false
30094         scale 55
30095         scaleBeforeRotation
30096
30097 \end_inset
30098
30099
30100 \begin_inset Newline newline
30101 \end_inset
30102
30103
30104 \begin_inset ERT
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108
30109
30110 \backslash
30111 renewenvironment{lyxgreyedout}
30112 \end_layout
30113
30114 \begin_layout Plain Layout
30115
30116 {
30117 \backslash
30118 textcolor[gray]{0.8}
30119 \backslash
30120 bgroup}{
30121 \backslash
30122 egroup}
30123 \end_layout
30124
30125 \end_inset
30126
30127
30128 \begin_inset Note Greyedout
30129 status open
30130
30131 \begin_layout Plain Layout
30132 Le texte
30133 \begin_inset Foot
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30138  grisé.
30139  
30140 \end_layout
30141
30142 \end_inset
30143
30144  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155
30156 \backslash
30157 renewenvironment{lyxgreyedout}
30158 \end_layout
30159
30160 \begin_layout Plain Layout
30161
30162 {
30163 \backslash
30164 textcolor{blue}
30165 \backslash
30166 bgroup}{
30167 \backslash
30168 egroup}
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \begin_inset Note Note
30175 status collapsed
30176
30177 \begin_layout Plain Layout
30178 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30179  originale qu'elle a dans LyX.
30180  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30181  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \begin_inset Newline newline
30188 \end_inset
30189
30190
30191 \begin_inset Newline newline
30192 \end_inset
30193
30194 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30195  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30196 \end_layout
30197
30198 \begin_layout Standard
30199 \begin_inset VSpace bigskip
30200 \end_inset
30201
30202 Quand vous utilisez le bouton 
30203 \begin_inset Info
30204 type  "icon"
30205 arg   "note-insert"
30206 \end_inset
30207
30208  de la barre d'outils, vous insérez une 
30209 \family sans
30210 Note
30211 \begin_inset space ~
30212 \end_inset
30213
30214 LyX
30215 \family default
30216 .
30217  
30218 \lang english
30219 You can switch between the three note types by right-clicking on the note-box.
30220
30221 \lang french
30222  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30223 la et cliquez sur le bouton d'insertion de note.
30224  Pour retransformer une note en texte, appuyez sur la touche 
30225 \family sans
30226 backspace
30227 \family default
30228  quand le curseur est au tout début de la note ou appuyez sur la touche
30229  
30230 \family sans
30231 Suppr.
30232
30233 \family default
30234  quand le curseur se trouve à la fin de la note.
30235 \end_layout
30236
30237 \begin_layout Standard
30238 \begin_inset VSpace bigskip
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Vous pouvez changer la couleur des notes grisées dans le menu 
30246 \family sans
30247 Document\SpecialChar \menuseparator
30248 Paramètres\SpecialChar \menuseparator
30249 Couleurs
30250 \family default
30251 .
30252 \end_layout
30253
30254 \begin_layout Section
30255 Notes en bas de page
30256 \begin_inset CommandInset label
30257 LatexCommand label
30258 name "sec:Notes-bas-de-page"
30259
30260 \end_inset
30261
30262
30263 \begin_inset Index idx
30264 status collapsed
30265
30266 \begin_layout Plain Layout
30267 Notes ! Notes de bas de page
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \begin_inset Index idx
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277 Notes de bas de page
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \end_layout
30284
30285 \begin_layout Standard
30286 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30287  
30288 \begin_inset Info
30289 type  "icon"
30290 arg   "footnote-insert"
30291 \end_inset
30292
30293  de la barre d'outils, soit en utilisant le menu 
30294 \family sans
30295 Insertion\SpecialChar \menuseparator
30296 Note
30297 \begin_inset space ~
30298 \end_inset
30299
30300 en
30301 \begin_inset space ~
30302 \end_inset
30303
30304 Bas
30305 \begin_inset space ~
30306 \end_inset
30307
30308 de
30309 \begin_inset space ~
30310 \end_inset
30311
30312 Page
30313 \family default
30314 .
30315  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30316  rouge 
30317 \begin_inset Quotes fld
30318 \end_inset
30319
30320 bas
30321 \begin_inset Quotes frd
30322 \end_inset
30323
30324  qui ressemble à ceci : 
30325 \begin_inset Graphics
30326         filename clipart/footnoteQt4.png
30327         scale 80
30328         scaleBeforeRotation
30329
30330 \end_inset
30331
30332  Vous pouvez y entrer votre texte.
30333  Si vous voulez transformer du texte déjà existant en note en bas de page,
30334  sélectionnez-le et cliquez sur le bouton 
30335 \family sans
30336 Note
30337 \begin_inset space ~
30338 \end_inset
30339
30340 en
30341 \begin_inset space ~
30342 \end_inset
30343
30344 Bas
30345 \begin_inset space ~
30346 \end_inset
30347
30348 de
30349 \begin_inset space ~
30350 \end_inset
30351
30352 Page
30353 \family default
30354  de la barre d'outils.
30355  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30356  
30357 \family sans
30358 Backspace
30359 \family default
30360  quand le curseur est au tout début de la note ou appuyez sur la touche
30361  
30362 \family sans
30363 Suppr.
30364
30365 \family default
30366  quand le curseur se trouve à la fin de la note.
30367 \end_layout
30368
30369 \begin_layout Standard
30370 Voici un exemple de note en bas de page:
30371 \begin_inset Foot
30372 status open
30373
30374 \begin_layout Plain Layout
30375 \begin_inset CommandInset label
30376 LatexCommand label
30377 name "fn:Note-en-bas"
30378
30379 \end_inset
30380
30381 Ceci est un exemple de note en bas de page.
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \begin_inset ERT
30388 status collapsed
30389
30390 \begin_layout Plain Layout
30391
30392
30393 \backslash
30394 newcounter{MyRepeatFoot}
30395 \end_layout
30396
30397 \begin_layout Plain Layout
30398
30399
30400 \backslash
30401 setcounter{MyRepeatFoot}{
30402 \backslash
30403 thefootnote}
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30413  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30414  de note.
30415  Le texte de la note est placé en bas de la page courante.
30416  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
30417  Selon votre classe de document les numéros de notes pourront être réinitialisés
30418  à chaque nouveau chapitre.
30419 \end_layout
30420
30421 \begin_layout Standard
30422 On peut faire référence à une note en bas de page comme on le fait avec
30423  les flottants : Insérez une étiquette dans la note et faites une référence
30424  croisée vers cette étiquette comme c'est décrit dans la
30425 \begin_inset space ~
30426 \end_inset
30427
30428
30429 \begin_inset CommandInset ref
30430 LatexCommand ref
30431 reference "sec:Referencer-les-Flottants"
30432
30433 \end_inset
30434
30435 .
30436 \begin_inset Newline newline
30437 \end_inset
30438
30439 Voici une référence à une note de bas de page :
30440 \begin_inset space ~
30441 \end_inset
30442
30443
30444 \begin_inset CommandInset ref
30445 LatexCommand ref
30446 reference "fn:Note-en-bas"
30447
30448 \end_inset
30449
30450 .
30451 \end_layout
30452
30453 \begin_layout Standard
30454 \begin_inset VSpace defskip
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Standard
30461 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30462  par LaTeX pour des raisons techniques.
30463  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30464  
30465 \series bold
30466
30467 \backslash
30468 footnotemark{}
30469 \series default
30470  en code TeX à la place de la note de bas de page.
30471  Le texte de la note est mis en argument de la commande TeX 
30472 \series bold
30473
30474 \backslash
30475 footnotetext
30476 \series default
30477  après le tableau.
30478 \begin_inset Newline newline
30479 \end_inset
30480
30481 C'est ce qui a été fait pour le tableau qui suit avec la commande
30482 \end_layout
30483
30484 \begin_layout Standard
30485
30486 \series bold
30487
30488 \backslash
30489 footnotetext{
30490 \series default
30491 Note de bas de page de tableau imprimée.
30492 \series bold
30493 }
30494 \end_layout
30495
30496 \begin_layout Standard
30497
30498 \lang english
30499 \begin_inset Tabular
30500 <lyxtabular version="3" rows="2" columns="1">
30501 <features rotate="0" tabularvalignment="middle">
30502 <column alignment="center" valignment="top" width="0">
30503 <row>
30504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508 Un exemple de texte
30509 \begin_inset Foot
30510 status open
30511
30512 \begin_layout Plain Layout
30513 Cette note ne sera pas imprimée
30514 \begin_inset space ~
30515 \end_inset
30516
30517 !
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \end_inset
30526 </cell>
30527 </row>
30528 <row>
30529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30530 \begin_inset Text
30531
30532 \begin_layout Plain Layout
30533 Un autre exemple de texte
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 footnotemark{}
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \end_inset
30550 </cell>
30551 </row>
30552 </lyxtabular>
30553
30554 \end_inset
30555
30556
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562
30563 \backslash
30564 footnotetext{
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \lang french
30571 Note de bas de page de tableau imprimée.
30572 \lang english
30573
30574 \begin_inset ERT
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578
30579 }
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Standard
30588 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30589 \begin_inset space ~
30590 \end_inset
30591
30592
30593 \begin_inset CommandInset ref
30594 LatexCommand ref
30595 reference "sub:Notes-dans-tableau-long"
30596
30597 \end_inset
30598
30599 .
30600 \end_layout
30601
30602 \begin_layout Standard
30603 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30604  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30605 e, vu que la minipage est considérée comme une page se trouvant dans une
30606  autre page.
30607  Pour plus d'information sur les minipages, voyez la section
30608 \begin_inset space ~
30609 \end_inset
30610
30611
30612 \begin_inset CommandInset ref
30613 LatexCommand ref
30614 reference "sec:Minipages"
30615
30616 \end_inset
30617
30618 .
30619  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30620  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30621  la méthode utilisant les commandes 
30622 \series bold
30623
30624 \backslash
30625 footnotemark{}
30626 \series default
30627  et 
30628 \series bold
30629
30630 \backslash
30631 footnotetext
30632 \series default
30633 .
30634 \end_layout
30635
30636 \begin_layout Standard
30637 \begin_inset Box Frameless
30638 position "t"
30639 hor_pos "c"
30640 has_inner_box 1
30641 inner_pos "t"
30642 use_parbox 0
30643 use_makebox 0
30644 width "100col%"
30645 special "none"
30646 height "1in"
30647 height_special "totalheight"
30648 status open
30649
30650 \begin_layout Plain Layout
30651 Un exemple de texte dans une minipage.
30652 \begin_inset Foot
30653 status open
30654
30655 \begin_layout Plain Layout
30656 Note de bas de page dans la minipage.
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \begin_layout Plain Layout
30665 Un autre exemple de texte dans une minipage.
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671
30672 \backslash
30673 footnotemark{}
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \end_layout
30685
30686 \begin_layout Standard
30687 \begin_inset ERT
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691
30692
30693 \backslash
30694 footnotetext{
30695 \end_layout
30696
30697 \end_inset
30698
30699 Note de bas de page en dehors de la minipage.
30700 \begin_inset ERT
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704
30705 }
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Standard
30714 \begin_inset VSpace defskip
30715 \end_inset
30716
30717
30718 \end_layout
30719
30720 \begin_layout Standard
30721 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30722  utilisez la commande 
30723 \series bold
30724
30725 \backslash
30726 footnotemark[number]
30727 \series default
30728  en code TeX.
30729 \begin_inset Newline newline
30730 \end_inset
30731
30732 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30733  votre texte, vous devez enregistrer son numéro.
30734  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30735  ont été insérées en code TeX après la note
30736 \begin_inset space ~
30737 \end_inset
30738
30739
30740 \begin_inset CommandInset ref
30741 LatexCommand ref
30742 reference "fn:Note-en-bas"
30743
30744 \end_inset
30745
30746  pour enregistrer son numéro
30747 \begin_inset space ~
30748 \end_inset
30749
30750 :
30751 \end_layout
30752
30753 \begin_layout Standard
30754
30755 \series bold
30756
30757 \backslash
30758 newcounter{MaNoteDupliquee}
30759 \begin_inset Newline newline
30760 \end_inset
30761
30762
30763 \backslash
30764 setcounter{MaNoteDupliquee}{
30765 \backslash
30766 thefootnote}
30767 \end_layout
30768
30769 \begin_layout Standard
30770 La note de bas de page a été créée avec la commande
30771 \begin_inset space ~
30772 \end_inset
30773
30774 :
30775 \end_layout
30776
30777 \begin_layout Standard
30778
30779 \series bold
30780
30781 \backslash
30782 footnotemark[
30783 \backslash
30784 MaNoteDupliquee]
30785 \end_layout
30786
30787 \begin_layout Standard
30788 Voici une note de bas de page dupliquée
30789 \begin_inset space ~
30790 \end_inset
30791
30792 :
30793 \begin_inset ERT
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797
30798
30799 \backslash
30800 footnotemark[
30801 \backslash
30802 theMyRepeatFoot]
30803 \end_layout
30804
30805 \end_inset
30806
30807
30808 \end_layout
30809
30810 \begin_layout Standard
30811 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30812 t du numéro de note et juste utiliser la commande suivante
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \series bold
30818
30819 \backslash
30820 footnotemark[
30821 \backslash
30822 thefootnote]
30823 \end_layout
30824
30825 \begin_layout Standard
30826 Voici une autre note de bas de page dupliquée
30827 \begin_inset space ~
30828 \end_inset
30829
30830 :
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836
30837 \backslash
30838 footnotemark[
30839 \backslash
30840 thefootnote]
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Subsection
30849 Numérotation de notes de bas de page
30850 \begin_inset CommandInset label
30851 LatexCommand label
30852 name "sub:Numerotation-notes-bas-de-page"
30853
30854 \end_inset
30855
30856
30857 \begin_inset Index idx
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 Notes de bas de page ! Numérotation
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \begin_layout Standard
30870 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
30871  ajoutez cette commande dans le préambule de votre document :
30872 \end_layout
30873
30874 \begin_layout Standard
30875
30876 \series bold
30877
30878 \backslash
30879 @addtoreset{footnote}{section}
30880 \end_layout
30881
30882 \begin_layout Standard
30883 \begin_inset VSpace bigskip
30884 \end_inset
30885
30886 La commande de préambule suivante change le style de numérotation des notes
30887  en petits chiffres romains :
30888 \end_layout
30889
30890 \begin_layout Standard
30891
30892 \series bold
30893
30894 \backslash
30895 renewcommand{
30896 \backslash
30897 thefootnote}{
30898 \backslash
30899 roman{footnote}}
30900 \end_layout
30901
30902 \begin_layout Standard
30903 \begin_inset ERT
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907
30908
30909 \backslash
30910 renewcommand{
30911 \backslash
30912 thefootnote}{
30913 \backslash
30914 roman{footnote}}
30915 \end_layout
30916
30917 \end_inset
30918
30919  Cette note de bas de page utilise une numérotation en chiffres romains
30920  :
30921 \begin_inset Foot
30922 status open
30923
30924 \begin_layout Plain Layout
30925 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
30926  romains.
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
30936  la commande précédente 
30937 \series bold
30938
30939 \backslash
30940 roman
30941 \series default
30942  par 
30943 \series bold
30944
30945 \backslash
30946 Roman
30947 \series default
30948 .
30949  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
30950  utilisez respectivement soit 
30951 \series bold
30952
30953 \backslash
30954 Alph
30955 \series default
30956  soit 
30957 \series bold
30958
30959 \backslash
30960 alph
30961 \series default
30962 .
30963  Pour les 
30964 \begin_inset Quotes eld
30965 \end_inset
30966
30967 numéroter
30968 \begin_inset Quotes erd
30969 \end_inset
30970
30971  avec des symboles, utilisez 
30972 \series bold
30973
30974 \backslash
30975 fnsymbol
30976 \series default
30977 .
30978 \end_layout
30979
30980 \begin_layout Standard
30981 \begin_inset Note Greyedout
30982 status open
30983
30984 \begin_layout Plain Layout
30985
30986 \series bold
30987 Note:
30988 \series default
30989  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
30990  puisque cette numérotation est limitée à des lettres seules.
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \begin_inset Newline newline
30997 \end_inset
30998
30999
31000 \begin_inset Note Greyedout
31001 status open
31002
31003 \begin_layout Plain Layout
31004
31005 \series bold
31006 Note:
31007 \series default
31008  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Standard
31017 Pour revenir au style de numérotation implicite quand vous en avez changé,
31018  utilisez 
31019 \series bold
31020
31021 \backslash
31022 arabic
31023 \series default
31024  à la place de 
31025 \series bold
31026
31027 \backslash
31028 roman
31029 \series default
31030  dans la commande précédente.
31031 \begin_inset ERT
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035
31036
31037 \backslash
31038 renewcommand{
31039 \backslash
31040 thefootnote}{
31041 \backslash
31042 arabic{footnote}}
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Standard
31051 \begin_inset VSpace bigskip
31052 \end_inset
31053
31054
31055 \end_layout
31056
31057 \begin_layout Standard
31058 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31059  le schéma 
31060 \begin_inset Quotes eld
31061 \end_inset
31062
31063 chapitre.note
31064 \begin_inset Quotes erd
31065 \end_inset
31066
31067 , ajoutez la commande suivante au préambule de votre document :
31068 \end_layout
31069
31070 \begin_layout Standard
31071
31072 \series bold
31073
31074 \backslash
31075 numberwithin{footnote}{chapter}
31076 \end_layout
31077
31078 \begin_layout Standard
31079 Pour pouvoir utiliser la commande 
31080 \series bold
31081
31082 \backslash
31083 numberwithin
31084 \series default
31085 , activez dans la rubrique 
31086 \family sans
31087 Options
31088 \begin_inset space ~
31089 \end_inset
31090
31091 des
31092 \begin_inset space ~
31093 \end_inset
31094
31095 Maths
31096 \family default
31097  dans les paramètres du document, l'option 
31098 \family sans
31099 Utiliser
31100 \begin_inset space ~
31101 \end_inset
31102
31103 le
31104 \begin_inset space ~
31105 \end_inset
31106
31107 paquetage
31108 \begin_inset space ~
31109 \end_inset
31110
31111 maths
31112 \begin_inset space ~
31113 \end_inset
31114
31115 AMS
31116 \family default
31117 .
31118 \end_layout
31119
31120 \begin_layout Standard
31121 \begin_inset ERT
31122 status collapsed
31123
31124 \begin_layout Plain Layout
31125
31126
31127 \backslash
31128 numberwithin{footnote}{chapter}
31129 \end_layout
31130
31131 \end_inset
31132
31133 Ceci est un autre exemple de note de bas de page:
31134 \series bold
31135
31136 \begin_inset Foot
31137 status open
31138
31139 \begin_layout Plain Layout
31140 Cette note est numérotée en suivant le schéma 
31141 \begin_inset Quotes fld
31142 \end_inset
31143
31144 chapitre.note
31145 \begin_inset Quotes frd
31146 \end_inset
31147
31148 .
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \series default
31155
31156 \begin_inset ERT
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160
31161
31162 \backslash
31163 renewcommand{
31164 \backslash
31165 thefootnote}{
31166 \backslash
31167 arabic{footnote}}
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset Note Greyedout
31177 status open
31178
31179 \begin_layout Plain Layout
31180
31181 \series bold
31182 Note:
31183 \series default
31184  
31185 \series bold
31186
31187 \backslash
31188 numberwithin
31189 \series default
31190  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31191  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31192  prises en compte.
31193  
31194 \end_layout
31195
31196 \end_inset
31197
31198
31199 \end_layout
31200
31201 \begin_layout Standard
31202 Donc pour avoir par exemple le schéma 
31203 \begin_inset Quotes eld
31204 \end_inset
31205
31206 chapitre.
31207 \backslash
31208 Roman{note}
31209 \begin_inset Quotes erd
31210 \end_inset
31211
31212 , utilisez la commande suivante plutôt que 
31213 \series bold
31214
31215 \backslash
31216 numberwithin
31217 \series default
31218  :
31219 \end_layout
31220
31221 \begin_layout Standard
31222
31223 \series bold
31224
31225 \backslash
31226 renewcommand{
31227 \backslash
31228 thefootnote}{
31229 \backslash
31230 thechapter.
31231 \backslash
31232 Roman{footnote}}
31233 \end_layout
31234
31235 \begin_layout Subsection
31236 Positionnement de notes de bas de page
31237 \begin_inset Index idx
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 Notes de bas de page ! Positionnement
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \begin_layout Standard
31250 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31251  vertical entre elles en bas de la page.
31252  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31253  de 1.5
31254 \begin_inset space \thinspace{}
31255 \end_inset
31256
31257 mm avec la commande suivante dans le préambule :
31258 \end_layout
31259
31260 \begin_layout Standard
31261
31262 \series bold
31263
31264 \backslash
31265 let
31266 \backslash
31267 myFoot
31268 \backslash
31269 footnote
31270 \begin_inset Newline newline
31271 \end_inset
31272
31273
31274 \backslash
31275 renewcommand{
31276 \backslash
31277 footnote}[1]{
31278 \backslash
31279 myFoot{#1
31280 \backslash
31281 vspace{1.5mm}}}
31282 \end_layout
31283
31284 \begin_layout Standard
31285 \begin_inset VSpace bigskip
31286 \end_inset
31287
31288 Dans un document à deux colonnes les notes de bas de page apparaissent en
31289  bas de chaque colonne, comme sur la Figure
31290 \begin_inset space ~
31291 \end_inset
31292
31293
31294 \begin_inset CommandInset ref
31295 LatexCommand ref
31296 reference "fig:Position-standard-note-bas-de-page"
31297
31298 \end_inset
31299
31300 .
31301  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31302  sur la Figure
31303 \begin_inset space ~
31304 \end_inset
31305
31306
31307 \begin_inset CommandInset ref
31308 LatexCommand ref
31309 reference "fig:Position-note-avec-ftnright"
31310
31311 \end_inset
31312
31313 , utilisez le paquetage LaTeX 
31314 \series bold
31315 ftnright
31316 \series default
31317
31318 \begin_inset Index idx
31319 status collapsed
31320
31321 \begin_layout Plain Layout
31322 Paquetages LaTeX ! ftnright
31323 \end_layout
31324
31325 \end_inset
31326
31327  avec cette commande dans le préambule du document:
31328 \end_layout
31329
31330 \begin_layout Standard
31331
31332 \series bold
31333
31334 \backslash
31335 usepackage{ftnright}
31336 \end_layout
31337
31338 \begin_layout Standard
31339 \begin_inset Float figure
31340 placement !h
31341 wide false
31342 sideways false
31343 status open
31344
31345 \begin_layout Plain Layout
31346 \begin_inset ERT
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350
31351
31352 \backslash
31353 framebox{
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \begin_inset Graphics
31360         filename ../clipart/without_fntright.pdf
31361         width 100col%
31362         scaleBeforeRotation
31363
31364 \end_inset
31365
31366
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371
31372 }
31373 \end_layout
31374
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Plain Layout
31381 \begin_inset Caption Standard
31382
31383 \begin_layout Plain Layout
31384 \begin_inset CommandInset label
31385 LatexCommand label
31386 name "fig:Position-standard-note-bas-de-page"
31387
31388 \end_inset
31389
31390 Positionnement standard des notes de bas de page dans un document à deux
31391  colonnes.
31392 \end_layout
31393
31394 \end_inset
31395
31396
31397 \end_layout
31398
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \begin_layout Standard
31405 \begin_inset Float figure
31406 placement !h
31407 wide false
31408 sideways false
31409 status open
31410
31411 \begin_layout Plain Layout
31412 \begin_inset ERT
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416
31417
31418 \backslash
31419 framebox{
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \begin_inset Graphics
31426         filename ../clipart/with_fntright.pdf
31427         width 100col%
31428         scaleBeforeRotation
31429
31430 \end_inset
31431
31432
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438 }
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Plain Layout
31447 \begin_inset Caption Standard
31448
31449 \begin_layout Plain Layout
31450 \begin_inset CommandInset label
31451 LatexCommand label
31452 name "fig:Position-note-avec-ftnright"
31453
31454 \end_inset
31455
31456 Positionnement de notes de bas de page dans un document à deux colonnes
31457  en utilisant le paquetage LaTeX 
31458 \series bold
31459 ftnright
31460 \series default
31461 .
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \end_layout
31468
31469 \end_inset
31470
31471
31472 \end_layout
31473
31474 \begin_layout Standard
31475 \begin_inset VSpace bigskip
31476 \end_inset
31477
31478 Dans certaines publications scientifiques, il est courant de rassembler
31479  les notes de bas de page et de les imprimer dans un paragraphe particulier
31480  à la fin de la section, comme sur la Figure
31481 \begin_inset space ~
31482 \end_inset
31483
31484
31485 \begin_inset CommandInset ref
31486 LatexCommand ref
31487 reference "fig:Notes-de-fin"
31488
31489 \end_inset
31490
31491 .
31492  On les appelle 
31493 \begin_inset Quotes eld
31494 \end_inset
31495
31496 notes de fin
31497 \begin_inset Quotes erd
31498 \end_inset
31499
31500 .
31501 \begin_inset Index idx
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505 Notes de fin
31506 \end_layout
31507
31508 \end_inset
31509
31510  Pour utiliser des notes de fin à la place des notes de bas de page dans
31511  votre document, charger le module 
31512 \family sans
31513 Note de bas de page en fin de document
31514 \family default
31515  à partir de 
31516 \family sans
31517 Document\SpecialChar \menuseparator
31518 Paramètres\SpecialChar \menuseparator
31519 Modules
31520 \family default
31521 .
31522  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31523 \end_layout
31524
31525 \begin_layout Standard
31526
31527 \series bold
31528
31529 \backslash
31530 theendnotes
31531 \end_layout
31532
31533 \begin_layout Standard
31534 en code TeX à la fin d'une section ou d'un chapitre.
31535 \end_layout
31536
31537 \begin_layout Standard
31538 \begin_inset Float figure
31539 wide false
31540 sideways false
31541 status open
31542
31543 \begin_layout Plain Layout
31544 \align center
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 framebox{
31553 \end_layout
31554
31555 \end_inset
31556
31557
31558 \begin_inset Graphics
31559         filename ../clipart/endnotes.pdf
31560         scaleBeforeRotation
31561
31562 \end_inset
31563
31564
31565 \begin_inset ERT
31566 status collapsed
31567
31568 \begin_layout Plain Layout
31569
31570 }
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Plain Layout
31579 \begin_inset Caption Standard
31580
31581 \begin_layout Plain Layout
31582 \begin_inset CommandInset label
31583 LatexCommand label
31584 name "fig:Notes-de-fin"
31585
31586 \end_inset
31587
31588 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31589  séparé à la fin des sections ou des chapitres.
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \end_layout
31601
31602 \begin_layout Standard
31603 \begin_inset VSpace medskip
31604 \end_inset
31605
31606 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31607  dans la langue du document, cela doit être fait manuellement.
31608  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31609  
31610 \begin_inset Quotes eld
31611 \end_inset
31612
31613 Notes
31614 \begin_inset Quotes erd
31615 \end_inset
31616
31617  en sa traduction Allemande
31618 \begin_inset Foot
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 En français, 
31623 \begin_inset Quotes eld
31624 \end_inset
31625
31626 Notes
31627 \begin_inset Quotes erd
31628 \end_inset
31629
31630  peut être conservé.
31631 \end_layout
31632
31633 \end_inset
31634
31635  
31636 \begin_inset Quotes eld
31637 \end_inset
31638
31639 Anmerkungen
31640 \begin_inset Quotes erd
31641 \end_inset
31642
31643  :
31644 \end_layout
31645
31646 \begin_layout Standard
31647
31648 \series bold
31649
31650 \backslash
31651 renewcommand{
31652 \backslash
31653 notesname}{Anmerkungen}
31654 \end_layout
31655
31656 \begin_layout Standard
31657 \begin_inset VSpace medskip
31658 \end_inset
31659
31660 La numérotation des notes de fin peut être modifiée comme celle des notes
31661  de bas de page comme c'est décrit dans la section
31662 \begin_inset space ~
31663 \end_inset
31664
31665
31666 \begin_inset CommandInset ref
31667 LatexCommand ref
31668 reference "sub:Numerotation-notes-bas-de-page"
31669
31670 \end_inset
31671
31672  ; remplacez juste la commande 
31673 \series bold
31674
31675 \backslash
31676 thefootnote
31677 \series default
31678  par 
31679 \series bold
31680
31681 \backslash
31682 theendnote
31683 \series default
31684 .
31685  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31686 \series bold
31687
31688 \backslash
31689 @addtoreset
31690 \series default
31691  comme c'est décrit dans la section
31692 \begin_inset space ~
31693 \end_inset
31694
31695
31696 \begin_inset CommandInset ref
31697 LatexCommand ref
31698 reference "sub:Numerotation-notes-bas-de-page"
31699
31700 \end_inset
31701
31702  et remplacez le paramètre de commande 
31703 \series bold
31704 footnote
31705 \series default
31706  par 
31707 \series bold
31708 endnote
31709 \series default
31710 .
31711 \end_layout
31712
31713 \begin_layout Standard
31714 Pour les notes de fin, il y a la commande 
31715 \series bold
31716
31717 \backslash
31718 endnotemark[numéro]
31719 \series default
31720  qui est semblable à 
31721 \series bold
31722
31723 \backslash
31724 footnotemark
31725 \series default
31726 , décrite dans la section
31727 \begin_inset space ~
31728 \end_inset
31729
31730
31731 \begin_inset CommandInset ref
31732 LatexCommand ref
31733 reference "sec:Notes-bas-de-page"
31734
31735 \end_inset
31736
31737 .
31738 \end_layout
31739
31740 \begin_layout Standard
31741 \begin_inset VSpace bigskip
31742 \end_inset
31743
31744  Les notes de bas de page peuvent être mise dans la marge de la page et
31745  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
31746  
31747 \series bold
31748 footmisc
31749 \series default
31750
31751 \begin_inset Index idx
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755 Paquetages LaTeX ! footmisc
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \begin_inset CommandInset citation
31762 LatexCommand cite
31763 key "footmisc"
31764
31765 \end_inset
31766
31767  pour plus d'information à ce sujet.
31768 \end_layout
31769
31770 \begin_layout Standard
31771 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31772  voyez les livres sur LaTeX, 
31773 \begin_inset CommandInset citation
31774 LatexCommand cite
31775 key "latexcompanion,latexguide,latexbook"
31776
31777 \end_inset
31778
31779 .
31780  Si vous utilisez une classe de document  
31781 \series bold
31782 KOMA-Script
31783 \series default
31784
31785 \begin_inset Index idx
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789 Paquetages LaTeX ! KOMA-Script
31790 \end_layout
31791
31792 \end_inset
31793
31794 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31795  des commandes spécifiques à la classe de document utilisée, voyez 
31796 \begin_inset CommandInset citation
31797 LatexCommand cite
31798 key "KOMA-Script"
31799
31800 \end_inset
31801
31802 .
31803 \end_layout
31804
31805 \begin_layout Section
31806 Notes en marge
31807 \begin_inset Index idx
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811 Notes ! Notes en Marge
31812 \end_layout
31813
31814 \end_inset
31815
31816
31817 \end_layout
31818
31819 \begin_layout Standard
31820 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
31821 t de la même façon.
31822  Quand vous insérez une note en marge avec 
31823 \family sans
31824 Insertion\SpecialChar \menuseparator
31825 Note
31826 \begin_inset space ~
31827 \end_inset
31828
31829 en
31830 \begin_inset space ~
31831 \end_inset
31832
31833 Marge
31834 \family default
31835  ou avec le bouton 
31836 \begin_inset Info
31837 type  "icon"
31838 arg   "marginalnote-insert"
31839 \end_inset
31840
31841  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31842  grise avec une étiquette rouge 
31843 \begin_inset Quotes fld
31844 \end_inset
31845
31846 marge
31847 \begin_inset Quotes frd
31848 \end_inset
31849
31850 .
31851  
31852 \begin_inset Marginal
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856 C'est une note en marge.
31857 \end_layout
31858
31859 \end_inset
31860
31861  Cette boîte est la représentation de votre note dans LyX.
31862  Vous pouvez y entrer votre texte.
31863 \end_layout
31864
31865 \begin_layout Standard
31866 Les notes en marge apparaissent dans la marge de droite dans les documents
31867  imprimées sur une seule face.
31868  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
31869  
31870 \begin_inset Quotes eld
31871 \end_inset
31872
31873 extérieure
31874 \begin_inset Quotes erd
31875 \end_inset
31876
31877  – la gauche sur les pages paires et la droite sur les pages impaires.
31878  Le texte de la note en marge est aligné à l'opposé de la marge externe
31879  – aligné à droite quand la note apparaît dans la marge de gauche.
31880  La première ligne de la note apparaît à la hauteur de la ligne de texte
31881  où la note a été insérée dans le document.
31882 \end_layout
31883
31884 \begin_layout Standard
31885 \begin_inset VSpace bigskip
31886 \end_inset
31887
31888 Pour placer une note dans la marge interne, ajoutez la commande suivante
31889  :
31890 \end_layout
31891
31892 \begin_layout Standard
31893
31894 \series bold
31895
31896 \backslash
31897 reversemarginpar
31898 \end_layout
31899
31900 \begin_layout Standard
31901 sous forme de code TeX avant votre note de marge.
31902  Le nouveau positionnement est pris en compte pour toutes les notes en marge
31903  qui suivent 
31904 \begin_inset ERT
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908
31909
31910 \backslash
31911 reversemarginpar 
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \begin_inset Marginal
31918 status open
31919
31920 \begin_layout Plain Layout
31921 Cette note en marge est dans la marge interne.
31922 \end_layout
31923
31924 \end_inset
31925
31926
31927 \series bold
31928
31929 \begin_inset Newline newline
31930 \end_inset
31931
31932
31933 \series default
31934
31935 \begin_inset Note Greyedout
31936 status open
31937
31938 \begin_layout Plain Layout
31939
31940 \series bold
31941 Note:
31942 \series default
31943  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
31944  les notes sont souvent mal mises en formes dans la sortie imprimée.
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \begin_layout Standard
31953 Pour revenir au positionnement implicite, ajoutez la commande :
31954 \end_layout
31955
31956 \begin_layout Standard
31957
31958 \series bold
31959
31960 \backslash
31961 normalmarginpar
31962 \end_layout
31963
31964 \begin_layout Standard
31965 sous forme de code TeX.
31966 \begin_inset ERT
31967 status collapsed
31968
31969 \begin_layout Plain Layout
31970
31971
31972 \backslash
31973 normalmarginpar 
31974 \end_layout
31975
31976 \end_inset
31977
31978
31979 \begin_inset Newline newline
31980 \end_inset
31981
31982  
31983 \begin_inset Note Greyedout
31984 status open
31985
31986 \begin_layout Plain Layout
31987
31988 \series bold
31989 Note:
31990 \series default
31991  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
31992  
31993 \series bold
31994
31995 \backslash
31996 reversemarginpar
31997 \series default
31998  est aussi utilisée.
31999 \end_layout
32000
32001 \end_inset
32002
32003
32004 \end_layout
32005
32006 \begin_layout Standard
32007 \begin_inset VSpace bigskip
32008 \end_inset
32009
32010
32011 \begin_inset Marginal
32012 status open
32013
32014 \begin_layout Plain Layout
32015 UnTrèsLongMotEnMarge sans césure.
32016 \end_layout
32017
32018 \end_inset
32019
32020  Comme dans le cas décrit dans la section
32021 \begin_inset space ~
32022 \end_inset
32023
32024
32025 \begin_inset CommandInset ref
32026 LatexCommand ref
32027 reference "sub:Lignes-multiple-dans-cellule"
32028
32029 \end_inset
32030
32031 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32032  mot d'une note en marge.
32033  Pour éviter ce problème, insérez un espacement horizontal de 0
32034 \begin_inset space \thinspace{}
32035 \end_inset
32036
32037 pt avant le mot en question: 
32038 \begin_inset Marginal
32039 status open
32040
32041 \begin_layout Plain Layout
32042 \begin_inset space \hspace{}
32043 \length 0pt
32044 \end_inset
32045
32046 UnMotTrèsLongEnMarge avec une césure.
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \begin_layout Standard
32055 \begin_inset VSpace bigskip
32056 \end_inset
32057
32058
32059 \end_layout
32060
32061 \begin_layout Standard
32062 \begin_inset Note Greyedout
32063 status open
32064
32065 \begin_layout Plain Layout
32066
32067 \series bold
32068 Note:
32069 \series default
32070  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32071  tableaux, des flottants et des notes de bas de page.
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \end_layout
32078
32079 \begin_layout Standard
32080 \begin_inset VSpace bigskip
32081 \end_inset
32082
32083
32084 \end_layout
32085
32086 \begin_layout Standard
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092
32093 \backslash
32094 ifmarginnote
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \begin_inset Note Note
32101 status open
32102
32103 \begin_layout Plain Layout
32104 La section suivante ne sera affichée que si le paquetage LaTeX 
32105 \series bold
32106 marginnote
32107 \series default
32108  a été installé.
32109 \end_layout
32110
32111 \end_inset
32112
32113
32114 \end_layout
32115
32116 \begin_layout Standard
32117 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
32118 \series bold
32119 marginnote
32120 \series default
32121
32122 \begin_inset Index idx
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126 Paquetages LaTeX ! marginnote
32127 \end_layout
32128
32129 \end_inset
32130
32131 .
32132  En ajoutant les deux lignes suivantes au préambule de votre document, la
32133  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
32134  la commande fournie par le paquetage 
32135 \series bold
32136 marginnote
32137 \series default
32138  :
32139 \end_layout
32140
32141 \begin_layout Standard
32142
32143 \series bold
32144
32145 \backslash
32146 usepackage{marginnote}
32147 \begin_inset Newline newline
32148 \end_inset
32149
32150
32151 \backslash
32152 let
32153 \backslash
32154 marginpar
32155 \backslash
32156 marginnote
32157 \end_layout
32158
32159 \begin_layout Standard
32160 Ce paquetage est aussi utilisé dans ce document parce que 
32161 \series bold
32162 marginnote
32163 \series default
32164  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32165  vertical pour une note.
32166  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32167  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32168  en page.
32169  Le décalage est inséré dans LyX sous forme de code TeX directement après
32170  la note sous la forme
32171 \end_layout
32172
32173 \begin_layout Standard
32174
32175 \series bold
32176 [offset]
32177 \end_layout
32178
32179 \begin_layout Standard
32180 où l'offset utilise l'une des unités listées dans le tableau
32181 \begin_inset space ~
32182 \end_inset
32183
32184
32185 \begin_inset CommandInset ref
32186 LatexCommand ref
32187 reference "cha:Unités-de-longueur"
32188
32189 \end_inset
32190
32191 .
32192  Une valeur négative déplace la note vers le haut, une valeur positive la
32193  déplace vers le bas.
32194  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32195  vers le haut de 1.5
32196 \begin_inset space \thinspace{}
32197 \end_inset
32198
32199 cm avec la commande en code TeX 
32200 \begin_inset Quotes eld
32201 \end_inset
32202
32203
32204 \series bold
32205 [-1.5cm]
32206 \series default
32207
32208 \begin_inset Quotes erd
32209 \end_inset
32210
32211
32212 \begin_inset Marginal
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216 Cette note en marge est décalée vers le haut de 1.5
32217 \begin_inset space \thinspace{}
32218 \end_inset
32219
32220 cm par rapport à sa position d'origine.
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \begin_inset ERT
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230
32231 [-1.5cm]
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Standard
32240 \begin_inset VSpace medskip
32241 \end_inset
32242
32243 Avec le paquetage 
32244 \series bold
32245 marginnote
32246 \series default
32247  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32248  Par exemple les commandes 
32249 \end_layout
32250
32251 \begin_layout Standard
32252
32253 \series bold
32254
32255 \backslash
32256 renewcommand*{
32257 \backslash
32258 raggedleftmarginnote}{
32259 \backslash
32260 centering}
32261 \begin_inset Newline newline
32262 \end_inset
32263
32264
32265 \backslash
32266 renewcommand*{
32267 \backslash
32268 raggedrightmarginnote}{
32269 \backslash
32270 centering}
32271 \end_layout
32272
32273 \begin_layout Standard
32274 donnent un alignement centré.
32275  
32276 \series bold
32277
32278 \backslash
32279 raggedleftmarginnote
32280 \series default
32281  indique une note qui apparaît dans la marge de gauche.
32282 \begin_inset ERT
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286
32287
32288 \backslash
32289 renewcommand*{
32290 \backslash
32291 raggedleftmarginnote}{
32292 \backslash
32293 centering}
32294 \end_layout
32295
32296 \begin_layout Plain Layout
32297
32298
32299 \backslash
32300 renewcommand*{
32301 \backslash
32302 raggedrightmarginnote}{
32303 \backslash
32304 centering}
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \begin_inset Marginal
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314 Le texte de cette note en marge est centré.
32315 \end_layout
32316
32317 \end_inset
32318
32319 .
32320  Le comportement implicite est donné par
32321 \end_layout
32322
32323 \begin_layout Standard
32324
32325 \series bold
32326
32327 \backslash
32328 renewcommand*{
32329 \backslash
32330 raggedleftmarginnote}{
32331 \backslash
32332 raggedleft}
32333 \begin_inset Newline newline
32334 \end_inset
32335
32336
32337 \backslash
32338 renewcommand*{
32339 \backslash
32340 raggedrightmarginnote}{
32341 \backslash
32342 raggedright}
32343 \series default
32344
32345 \begin_inset ERT
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349
32350
32351 \backslash
32352 renewcommand*{
32353 \backslash
32354 raggedleftmarginnote}{
32355 \backslash
32356 raggedleft}
32357 \end_layout
32358
32359 \begin_layout Plain Layout
32360
32361
32362 \backslash
32363 renewcommand*{
32364 \backslash
32365 raggedrightmarginnote}{
32366 \backslash
32367 raggedright}
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \end_layout
32374
32375 \begin_layout Standard
32376 \begin_inset VSpace medskip
32377 \end_inset
32378
32379 Pour les autre fonctions du paquetage 
32380 \series bold
32381 marginnote
32382 \series default
32383  nous vous renvoyons à sa documentation 
32384 \begin_inset CommandInset citation
32385 LatexCommand cite
32386 key "marginnote"
32387
32388 \end_inset
32389
32390 .
32391 \end_layout
32392
32393 \begin_layout Standard
32394 \begin_inset VSpace bigskip
32395 \end_inset
32396
32397 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32398  définition.
32399  Pour créer par exemple une entête pour toutes les notes en marge avec le
32400  texte 
32401 \begin_inset Quotes eld
32402 \end_inset
32403
32404
32405 \family sans
32406 \series bold
32407 \bar under
32408 Attention!
32409 \family default
32410 \series default
32411 \bar default
32412
32413 \begin_inset Quotes erd
32414 \end_inset
32415
32416  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32417  de votre document :
32418 \end_layout
32419
32420 \begin_layout Standard
32421
32422 \series bold
32423
32424 \backslash
32425 let
32426 \backslash
32427 myMarginpar
32428 \backslash
32429 marginpar
32430 \begin_inset Newline newline
32431 \end_inset
32432
32433
32434 \backslash
32435 renewcommand{
32436 \backslash
32437 marginpar}[1]{
32438 \backslash
32439 myMarginpar{%
32440 \begin_inset Newline newline
32441 \end_inset
32442
32443
32444 \begin_inset Phantom HPhantom
32445 status open
32446
32447 \begin_layout Plain Layout
32448
32449 \series bold
32450 \begin_inset space ~
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \end_inset
32457
32458
32459 \backslash
32460 hspace{0pt}
32461 \backslash
32462 textsf{
32463 \backslash
32464 textbf{
32465 \backslash
32466 underbar{Attention!}}}%
32467 \begin_inset Newline newline
32468 \end_inset
32469
32470
32471 \begin_inset Phantom HPhantom
32472 status open
32473
32474 \begin_layout Plain Layout
32475
32476 \series bold
32477 \begin_inset space ~
32478 \end_inset
32479
32480
32481 \end_layout
32482
32483 \end_inset
32484
32485
32486 \backslash
32487 vspace{1.5mm}
32488 \backslash
32489
32490 \backslash
32491 #1}}
32492 \end_layout
32493
32494 \begin_layout Standard
32495 \begin_inset ERT
32496 status collapsed
32497
32498 \begin_layout Plain Layout
32499
32500
32501 \backslash
32502 let
32503 \backslash
32504 myMarginpar
32505 \backslash
32506 marginpar
32507 \end_layout
32508
32509 \begin_layout Plain Layout
32510
32511
32512 \backslash
32513 renewcommand{
32514 \backslash
32515 marginpar}[1]{
32516 \backslash
32517 myMarginpar{%
32518 \end_layout
32519
32520 \begin_layout Plain Layout
32521
32522    
32523 \backslash
32524 textsf{
32525 \backslash
32526 textbf{
32527 \backslash
32528 underbar{Attention!}}}%
32529 \end_layout
32530
32531 \begin_layout Plain Layout
32532
32533    
32534 \backslash
32535 vspace{1.5mm}
32536 \backslash
32537
32538 \backslash
32539 #1}}
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \begin_inset Marginal
32546 status open
32547
32548 \begin_layout Plain Layout
32549 Ceci est une note en marge avec une en-tête prédéfinie.
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \begin_inset ERT
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559
32560 [-1.5cm]
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \begin_inset ERT
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570
32571
32572 \backslash
32573 renewcommand{
32574 \backslash
32575 marginpar}[1]{
32576 \backslash
32577 myMarginpar{#1}}
32578 \end_layout
32579
32580 \end_inset
32581
32582
32583 \begin_inset Note Note
32584 status collapsed
32585
32586 \begin_layout Plain Layout
32587
32588 \lang english
32589 The margin note format is changed only for this example.
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Standard
32598 \begin_inset ERT
32599 status collapsed
32600
32601 \begin_layout Plain Layout
32602
32603
32604 \backslash
32605 else
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \begin_inset Note Note
32612 status open
32613
32614 \begin_layout Plain Layout
32615 Ce qui suit sera affiché si le paquetage LaTeX 
32616 \series bold
32617 marginnote
32618 \series default
32619  n'est pas installé :
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \end_layout
32626
32627 \begin_layout Standard
32628 Vous devez installer le paquetage LaTeX 
32629 \series bold
32630 marginnote
32631 \series default
32632  pour voir la suite de cette section dans la sortie imprimée.
32633 \end_layout
32634
32635 \begin_layout Standard
32636 \begin_inset ERT
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640
32641
32642 \backslash
32643 fi
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Chapter
32652 Les boîtes
32653 \end_layout
32654
32655 \begin_layout Section
32656 Introduction
32657 \begin_inset Index idx
32658 status collapsed
32659
32660 \begin_layout Plain Layout
32661 Boîtes ! Introduction
32662 \end_layout
32663
32664 \end_inset
32665
32666
32667 \end_layout
32668
32669 \begin_layout Standard
32670 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32671  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32672  voir la section
32673 \begin_inset space ~
32674 \end_inset
32675
32676
32677 \begin_inset CommandInset ref
32678 LatexCommand ref
32679 reference "sec:Minipages"
32680
32681 \end_inset
32682
32683 , pour encadrer des portions de texte, voir la section
32684 \begin_inset space ~
32685 \end_inset
32686
32687
32688 \begin_inset CommandInset ref
32689 LatexCommand ref
32690 reference "sec:Décorations"
32691
32692 \end_inset
32693
32694 , pour empêcher que des mots subissent une césure, voir la section
32695 \begin_inset space ~
32696 \end_inset
32697
32698
32699 \begin_inset CommandInset ref
32700 LatexCommand ref
32701 reference "sec:Empêcher-césure"
32702
32703 \end_inset
32704
32705 , pour aligner du texte, voir la section
32706 \begin_inset space ~
32707 \end_inset
32708
32709
32710 \begin_inset CommandInset ref
32711 LatexCommand ref
32712 reference "sub:Alignement-Vertical"
32713
32714 \end_inset
32715
32716 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32717 \begin_inset space ~
32718 \end_inset
32719
32720
32721 \begin_inset CommandInset ref
32722 LatexCommand ref
32723 reference "sec:Boîtes-colorées"
32724
32725 \end_inset
32726
32727 .
32728 \end_layout
32729
32730 \begin_layout Standard
32731 On peut insérer une boîte en utilisant le menu 
32732 \family sans
32733 Insertion\SpecialChar \menuseparator
32734 Boîte
32735 \family default
32736  ou avec le bouton 
32737 \begin_inset Info
32738 type  "icon"
32739 arg   "box-insert Frameless"
32740 \end_inset
32741
32742  de la barre d'outils.
32743  Une boîte grise avec une étiquette 
32744 \family sans
32745 Boîte
32746 \begin_inset space ~
32747 \end_inset
32748
32749 (Minipage)
32750 \family default
32751
32752 \begin_inset Graphics
32753         filename clipart/BoxInsetDefaultQt4.png
32754         scale 65
32755         scaleBeforeRotation
32756
32757 \end_inset
32758
32759  est alors insérée.
32760  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32761  et en choisissant 
32762 \family sans
32763 Paramètres
32764 \family default
32765  .
32766  La fenêtre de dialogue qui apparaît donne accès aux types de
32767 \family sans
32768  Boîte
32769 \begin_inset space ~
32770 \end_inset
32771
32772 Intérieure
32773 \family default
32774  
32775 \family sans
32776 Makebox, Parbox
32777 \family default
32778  et 
32779 \family sans
32780 Minipage
32781 \family default
32782 .
32783  Le type 
32784 \family sans
32785 Minipage
32786 \family default
32787  est le type implicite pour les boîtes nouvellement créées et il est décrit
32788  dans la section
32789 \begin_inset space ~
32790 \end_inset
32791
32792
32793 \begin_inset CommandInset ref
32794 LatexCommand ref
32795 reference "sec:Minipages"
32796
32797 \end_inset
32798
32799 ; le type 
32800 \family sans
32801 Parbox
32802 \family default
32803  est décrit dans la section
32804 \begin_inset space ~
32805 \end_inset
32806
32807
32808 \begin_inset CommandInset ref
32809 LatexCommand ref
32810 reference "sec:Parboxes"
32811
32812 \end_inset
32813
32814  et le type 
32815 \family sans
32816 Makebox
32817 \family default
32818  est décrit dans la section
32819 \begin_inset space ~
32820 \end_inset
32821
32822
32823 \begin_inset CommandInset ref
32824 LatexCommand ref
32825 reference "sec:Empêcher-césure"
32826
32827 \end_inset
32828
32829 .
32830 \end_layout
32831
32832 \begin_layout Standard
32833 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32834  comme les flottants ou les notes de bas de page.
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset Note Greyedout
32839 status open
32840
32841 \begin_layout Plain Layout
32842
32843 \series bold
32844 Note:
32845 \series default
32846  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32847  de type 
32848 \family sans
32849 Liste
32850 \family default
32851  ou 
32852 \family sans
32853 Description
32854 \family default
32855 .
32856 \end_layout
32857
32858 \end_inset
32859
32860
32861 \end_layout
32862
32863 \begin_layout Standard
32864 \begin_inset Note Greyedout
32865 status open
32866
32867 \begin_layout Plain Layout
32868
32869 \series bold
32870 Note:
32871 \series default
32872  Pour une raison inconnue, vous ne pouvez mettre le type de la 
32873 \family sans
32874 Boîte
32875 \begin_inset space ~
32876 \end_inset
32877
32878 Intérieure
32879 \family default
32880  à 
32881 \family sans
32882 Aucune
32883 \family default
32884  que quand vous utilisez une boîte encadrée.
32885  Les boîtes sans 
32886 \family sans
32887 Boîte
32888 \begin_inset space ~
32889 \end_inset
32890
32891 Intérieure
32892 \family default
32893  et sans cadre sont expliquées dans la section
32894 \begin_inset space ~
32895 \end_inset
32896
32897
32898 \begin_inset CommandInset ref
32899 LatexCommand ref
32900 reference "sec:Empêcher-césure"
32901
32902 \end_inset
32903
32904 .
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Section
32913 La fenêtre de dialogue Boîte
32914 \begin_inset CommandInset label
32915 LatexCommand label
32916 name "sec:Boîte-Dialogue"
32917
32918 \end_inset
32919
32920
32921 \begin_inset Index idx
32922 status collapsed
32923
32924 \begin_layout Plain Layout
32925 Boîtes ! Fenêtre de dialogue Boîte
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Subsection
32934 Taille
32935 \begin_inset Index idx
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939 Boîtes ! Taille
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Standard
32948 Dans la fenêtre de dialogue 
32949 \family sans
32950 Paramètres
32951 \begin_inset space ~
32952 \end_inset
32953
32954 de
32955 \begin_inset space ~
32956 \end_inset
32957
32958 Boîte
32959 \family default
32960  vous pouvez modifier la géométrie de la boîte avec les champs 
32961 \family sans
32962 Largeur
32963 \family default
32964  et 
32965 \family sans
32966 Hauteur
32967 \family default
32968 .
32969  Les unités de longueur qui sont utilisables dans ces champs sont décrites
32970  dans le tableau
32971 \begin_inset space ~
32972 \end_inset
32973
32974
32975 \begin_inset CommandInset ref
32976 LatexCommand ref
32977 reference "tab:Unités"
32978
32979 \end_inset
32980
32981 .
32982  Le champ 
32983 \family sans
32984 Hauteur
32985 \family default
32986  offre en plus les spécifications de taille suivantes :
32987 \end_layout
32988
32989 \begin_layout Description
32990 Profondeur C'est simplement la 
32991 \begin_inset Quotes eld
32992 \end_inset
32993
32994 hauteur
32995 \begin_inset Quotes erd
32996 \end_inset
32997
32998  du texte.
32999  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33000  lignes de texte dans la boîte.
33001 \begin_inset Newline newline
33002 \end_inset
33003
33004
33005 \begin_inset Newline newline
33006 \end_inset
33007
33008
33009 \begin_inset Newline newline
33010 \end_inset
33011
33012
33013 \begin_inset Box Boxed
33014 position "c"
33015 hor_pos "c"
33016 has_inner_box 1
33017 inner_pos "c"
33018 use_parbox 0
33019 use_makebox 0
33020 width "12col%"
33021 special "none"
33022 height "1in"
33023 height_special "depth"
33024 status open
33025
33026 \begin_layout Plain Layout
33027 \align center
33028 Boîte dont la hauteur est égale à 1
33029 \begin_inset space \thinspace{}
33030 \end_inset
33031
33032 Profondeur
33033 \end_layout
33034
33035 \end_inset
33036
33037
33038 \begin_inset Newline newline
33039 \end_inset
33040
33041
33042 \begin_inset Newline newline
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Description
33049 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33050  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33051  est deux fois plus haute que le texte : 
33052 \begin_inset Box Boxed
33053 position "c"
33054 hor_pos "c"
33055 has_inner_box 1
33056 inner_pos "c"
33057 use_parbox 0
33058 use_makebox 0
33059 width "20col%"
33060 special "none"
33061 height "2in"
33062 height_special "height"
33063 status open
33064
33065 \begin_layout Plain Layout
33066 \align center
33067 Boîte dont la hauteur est 2
33068 \begin_inset space \thinspace{}
33069 \end_inset
33070
33071 Hauteur
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Description
33080 Hauteur
33081 \begin_inset space ~
33082 \end_inset
33083
33084 Totale C'est égal à Hauteur
33085 \begin_inset space \thinspace{}
33086 \end_inset
33087
33088 +
33089 \begin_inset space \thinspace{}
33090 \end_inset
33091
33092 Profondeur : 
33093 \begin_inset Box Boxed
33094 position "c"
33095 hor_pos "c"
33096 has_inner_box 1
33097 inner_pos "c"
33098 use_parbox 0
33099 use_makebox 0
33100 width "20col%"
33101 special "none"
33102 height "1in"
33103 height_special "totalheight"
33104 status open
33105
33106 \begin_layout Plain Layout
33107 \align center
33108 Boîte dont la hauteur est 1
33109 \begin_inset space \thinspace{}
33110 \end_inset
33111
33112 Hauteur
33113 \begin_inset space ~
33114 \end_inset
33115
33116 Totale
33117 \end_layout
33118
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Description
33125 Largeur On prend la largeur de la boîte comme hauteur : 
33126 \begin_inset Box Boxed
33127 position "c"
33128 hor_pos "c"
33129 has_inner_box 1
33130 inner_pos "c"
33131 use_parbox 0
33132 use_makebox 0
33133 width "12col%"
33134 special "none"
33135 height "1in"
33136 height_special "width"
33137 status open
33138
33139 \begin_layout Plain Layout
33140 \align center
33141 Boîte dont la hauteur est 1
33142 \begin_inset space \thinspace{}
33143 \end_inset
33144
33145 Largeur
33146 \end_layout
33147
33148 \end_inset
33149
33150
33151 \end_layout
33152
33153 \begin_layout Subsection
33154 Alignement
33155 \begin_inset Index idx
33156 status collapsed
33157
33158 \begin_layout Plain Layout
33159 Boîtes ! Alignement
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \begin_layout Standard
33168 Quand vous avez choisi une 
33169 \family sans
33170 Boîte
33171 \begin_inset space ~
33172 \end_inset
33173
33174 Intérieure
33175 \family default
33176 , l'alignement vertical de la boîte peut être :
33177 \end_layout
33178
33179 \begin_layout Description
33180 Haut Ceci est un exemple de texte.
33181  
33182 \begin_inset Box Boxed
33183 position "t"
33184 hor_pos "c"
33185 has_inner_box 1
33186 inner_pos "c"
33187 use_parbox 0
33188 use_makebox 0
33189 width "12col%"
33190 special "none"
33191 height "1in"
33192 height_special "totalheight"
33193 status collapsed
33194
33195 \begin_layout Plain Layout
33196 \align center
33197 Cette boîte est alignée sur le haut.
33198 \end_layout
33199
33200 \end_inset
33201
33202  Ceci est un exemple de texte.
33203 \end_layout
33204
33205 \begin_layout Description
33206 Milieu Ceci est un exemple de texte.
33207  
33208 \begin_inset Box Boxed
33209 position "c"
33210 hor_pos "c"
33211 has_inner_box 1
33212 inner_pos "c"
33213 use_parbox 0
33214 use_makebox 0
33215 width "12col%"
33216 special "none"
33217 height "1in"
33218 height_special "totalheight"
33219 status collapsed
33220
33221 \begin_layout Plain Layout
33222 \align center
33223 Cette boîte est alignée au centre.
33224 \end_layout
33225
33226 \end_inset
33227
33228  Ceci est un exemple de texte.
33229 \end_layout
33230
33231 \begin_layout Description
33232 Bas Ceci est un exemple de texte.
33233  
33234 \begin_inset Box Boxed
33235 position "b"
33236 hor_pos "c"
33237 has_inner_box 1
33238 inner_pos "c"
33239 use_parbox 0
33240 use_makebox 0
33241 width "12col%"
33242 special "none"
33243 height "1in"
33244 height_special "totalheight"
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248 \align center
33249 Cette boîte est alignée sur le bas.
33250 \end_layout
33251
33252 \end_inset
33253
33254  Ceci est un exemple de texte.
33255 \end_layout
33256
33257 \begin_layout Standard
33258 \begin_inset Note Greyedout
33259 status open
33260
33261 \begin_layout Plain Layout
33262
33263 \series bold
33264 Note:
33265 \series default
33266  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33267  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33268  l'autre non.
33269 \end_layout
33270
33271 \end_inset
33272
33273
33274 \end_layout
33275
33276 \begin_layout Standard
33277 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33278  paragraphe grâce à la fenêtre de dialogue 
33279 \family sans
33280 Paramètres
33281 \begin_inset space ~
33282 \end_inset
33283
33284 de
33285 \begin_inset space ~
33286 \end_inset
33287
33288 Boîte
33289 \family default
33290 .
33291 \end_layout
33292
33293 \begin_layout Standard
33294 \begin_inset VSpace bigskip
33295 \end_inset
33296
33297 Quand vous avez choisi une 
33298 \family sans
33299 Boîte
33300 \begin_inset space ~
33301 \end_inset
33302
33303 Intérieure
33304 \family default
33305 , l'alignement vertical du contenu de la boîte peut être :
33306 \end_layout
33307
33308 \begin_layout Description
33309 haut Ceci est un exemple de texte.
33310 \begin_inset Box Boxed
33311 position "c"
33312 hor_pos "c"
33313 has_inner_box 1
33314 inner_pos "t"
33315 use_parbox 0
33316 use_makebox 0
33317 width "12col%"
33318 special "none"
33319 height "1.5in"
33320 height_special "totalheight"
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324 \align center
33325 Le texte de cette boîte est aligné sur le haut.
33326 \end_layout
33327
33328 \end_inset
33329
33330  Ceci est un exemple de texte.
33331 \end_layout
33332
33333 \begin_layout Description
33334 milieu Ceci est un exemple de texte.
33335  
33336 \begin_inset Box Boxed
33337 position "c"
33338 hor_pos "c"
33339 has_inner_box 1
33340 inner_pos "c"
33341 use_parbox 0
33342 use_makebox 0
33343 width "12col%"
33344 special "none"
33345 height "1.5in"
33346 height_special "totalheight"
33347 status collapsed
33348
33349 \begin_layout Plain Layout
33350 \align center
33351 Le texte de cette boîte est aligné au centre
33352 \end_layout
33353
33354 \end_inset
33355
33356  Ceci est un exemple de texte.
33357 \end_layout
33358
33359 \begin_layout Description
33360 bas Ceci est un exemple de texte.
33361  
33362 \begin_inset Box Boxed
33363 position "c"
33364 hor_pos "c"
33365 has_inner_box 1
33366 inner_pos "b"
33367 use_parbox 0
33368 use_makebox 0
33369 width "12col%"
33370 special "none"
33371 height "1.5in"
33372 height_special "totalheight"
33373 status collapsed
33374
33375 \begin_layout Plain Layout
33376 \align center
33377 Le texte de cette boîte est aligné en bas.
33378 \end_layout
33379
33380 \end_inset
33381
33382  Ceci est un exemple de texte.
33383 \end_layout
33384
33385 \begin_layout Description
33386 élongation Ceci est un exemple de texte.
33387  
33388 \begin_inset Box Boxed
33389 position "c"
33390 hor_pos "c"
33391 has_inner_box 1
33392 inner_pos "s"
33393 use_parbox 0
33394 use_makebox 0
33395 width "12col%"
33396 special "none"
33397 height "1.5in"
33398 height_special "totalheight"
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402 \align center
33403 Le texte 
33404 \end_layout
33405
33406 \begin_layout Plain Layout
33407 \align center
33408 de cette
33409 \end_layout
33410
33411 \begin_layout Plain Layout
33412 \align center
33413 boîte est
33414 \end_layout
33415
33416 \begin_layout Plain Layout
33417 \align center
33418 allongé.
33419 \end_layout
33420
33421 \end_inset
33422
33423  Ceci est un exemple de texte.
33424 \end_layout
33425
33426 \begin_layout Standard
33427 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33428  paragraphe.
33429  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33430 \end_layout
33431
33432 \begin_layout Standard
33433 \begin_inset VSpace bigskip
33434 \end_inset
33435
33436 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33437  la fenêtre de dialogue 
33438 \family sans
33439 Paramètres
33440 \begin_inset space ~
33441 \end_inset
33442
33443 de
33444 \begin_inset space ~
33445 \end_inset
33446
33447 paragraphe
33448 \family default
33449  quand vous avez choisi une 
33450 \family sans
33451 Boîte
33452 \begin_inset space ~
33453 \end_inset
33454
33455 Intérieure
33456 \family default
33457 .
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \align center
33462 \begin_inset Box Boxed
33463 position "c"
33464 hor_pos "c"
33465 has_inner_box 1
33466 inner_pos "s"
33467 use_parbox 0
33468 use_makebox 0
33469 width "15col%"
33470 special "none"
33471 height "1.25in"
33472 height_special "totalheight"
33473 status open
33474
33475 \begin_layout Plain Layout
33476 \align left
33477 Le texte de 
33478 \end_layout
33479
33480 \begin_layout Plain Layout
33481 \align left
33482 cette boîte
33483 \end_layout
33484
33485 \begin_layout Plain Layout
33486 \align right
33487 est allongé.
33488 \end_layout
33489
33490 \end_inset
33491
33492
33493 \end_layout
33494
33495 \begin_layout Standard
33496 Si vous n'avez pas choisi une 
33497 \family sans
33498 Boîte
33499 \begin_inset space ~
33500 \end_inset
33501
33502 Intérieure
33503 \family default
33504 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33505  de dialogue de boîte.
33506 \end_layout
33507
33508 \begin_layout Standard
33509 \align center
33510 \begin_inset Box Boxed
33511 position "c"
33512 hor_pos "s"
33513 has_inner_box 0
33514 inner_pos "s"
33515 use_parbox 0
33516 use_makebox 0
33517 width "90col%"
33518 special "none"
33519 height "1.25in"
33520 height_special "totalheight"
33521 status open
33522
33523 \begin_layout Plain Layout
33524 Le texte de cette boîte est allongé horizontalement.
33525 \end_layout
33526
33527 \end_inset
33528
33529
33530 \end_layout
33531
33532 \begin_layout Subsection
33533 Décorations
33534 \begin_inset CommandInset label
33535 LatexCommand label
33536 name "sec:Décorations"
33537
33538 \end_inset
33539
33540
33541 \begin_inset Index idx
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 Boîtes ! Décorations
33546 \end_layout
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \begin_layout Standard
33554 On peut spécifier le style de la boîte en utilisant la liste déroulante
33555  
33556 \family sans
33557 Décoration
33558 \family default
33559 .
33560  Les possibilités sont les suivantes :
33561 \end_layout
33562
33563 \begin_layout Description
33564 Aucun
33565 \begin_inset space ~
33566 \end_inset
33567
33568 cadre
33569 \begin_inset space ~
33570 \end_inset
33571
33572 tracé Rien n'est tracé
33573 \end_layout
33574
33575 \begin_layout Description
33576 Cadre
33577 \begin_inset space ~
33578 \end_inset
33579
33580 rectangulaire
33581 \begin_inset space ~
33582 \end_inset
33583
33584 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33585  L'épaisseur du trait de ce cadre est donnée par la variable  
33586 \series bold
33587
33588 \backslash
33589 fboxrule
33590 \series default
33591 .
33592 \begin_inset Newline newline
33593 \end_inset
33594
33595
33596 \begin_inset Box Boxed
33597 position "c"
33598 hor_pos "c"
33599 has_inner_box 1
33600 inner_pos "c"
33601 use_parbox 0
33602 use_makebox 0
33603 width "20col%"
33604 special "none"
33605 height "1in"
33606 height_special "totalheight"
33607 status open
33608
33609 \begin_layout Plain Layout
33610 \align center
33611 Boîte rectangulaire
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \begin_layout Description
33620 Cadre
33621 \begin_inset space ~
33622 \end_inset
33623
33624 oval,
33625 \begin_inset space ~
33626 \end_inset
33627
33628 fin Ceci dessine un cadre ovalisée autour de la boîte.
33629  L'épaisseur du trait de ce cadre est de  0.4
33630 \begin_inset space \thinspace{}
33631 \end_inset
33632
33633 pt.
33634  
33635 \begin_inset Box ovalbox
33636 position "c"
33637 hor_pos "c"
33638 has_inner_box 1
33639 inner_pos "c"
33640 use_parbox 0
33641 use_makebox 0
33642 width "20col%"
33643 special "none"
33644 height "1in"
33645 height_special "totalheight"
33646 status open
33647
33648 \begin_layout Plain Layout
33649 \align center
33650 Boîte ovalisée, fine
33651 \end_layout
33652
33653 \end_inset
33654
33655
33656 \end_layout
33657
33658 \begin_layout Description
33659 Cadre
33660 \begin_inset space ~
33661 \end_inset
33662
33663 oval,
33664 \begin_inset space ~
33665 \end_inset
33666
33667 épais Ceci dessine un cadre ovalisée autour de la boîte.
33668  L'épaisseur du trait de ce cadre est de   0.8
33669 \begin_inset space \thinspace{}
33670 \end_inset
33671
33672 pt.
33673  
33674 \begin_inset Box Ovalbox
33675 position "c"
33676 hor_pos "c"
33677 has_inner_box 1
33678 inner_pos "c"
33679 use_parbox 0
33680 use_makebox 0
33681 width "20col%"
33682 special "none"
33683 height "1in"
33684 height_special "totalheight"
33685 status open
33686
33687 \begin_layout Plain Layout
33688 \align center
33689 Boîte ovalisée, épaisse
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \end_layout
33696
33697 \begin_layout Description
33698 Ombre
33699 \begin_inset space ~
33700 \end_inset
33701
33702 en
33703 \begin_inset space ~
33704 \end_inset
33705
33706 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33707  L'épaisseur du trait de ce cadre est donnée par la variable  
33708 \series bold
33709
33710 \backslash
33711 fboxrule
33712 \series default
33713 , l'ombre a une épaisseur de  4
33714 \begin_inset space \thinspace{}
33715 \end_inset
33716
33717 pt.
33718  
33719 \begin_inset Box Shadowbox
33720 position "c"
33721 hor_pos "c"
33722 has_inner_box 1
33723 inner_pos "c"
33724 use_parbox 0
33725 use_makebox 0
33726 width "20col%"
33727 special "none"
33728 height "1in"
33729 height_special "totalheight"
33730 status open
33731
33732 \begin_layout Plain Layout
33733 \align center
33734 Boîte ombrée
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Description
33743 Fond
33744 \begin_inset space ~
33745 \end_inset
33746
33747 ombré Ceci dessine une boîte avec un arrière plan rouge.
33748  Contrairement aux boîtes coloriées
33749 \begin_inset Foot
33750 status collapsed
33751
33752 \begin_layout Plain Layout
33753 Voir la section
33754 \begin_inset space ~
33755 \end_inset
33756
33757
33758 \begin_inset CommandInset ref
33759 LatexCommand ref
33760 reference "sec:Boîtes-colorées"
33761
33762 \end_inset
33763
33764 .
33765 \end_layout
33766
33767 \end_inset
33768
33769 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33770  son propre paragraphe.
33771 \begin_inset Box Shaded
33772 position "t"
33773 hor_pos "c"
33774 has_inner_box 0
33775 inner_pos "t"
33776 use_parbox 0
33777 use_makebox 0
33778 width "50col%"
33779 special "none"
33780 height "1in"
33781 height_special "totalheight"
33782 status open
33783
33784 \begin_layout Plain Layout
33785 Boîte avec fond ombré
33786 \end_layout
33787
33788 \end_inset
33789
33790
33791 \end_layout
33792
33793 \begin_layout Description
33794 Cadre
33795 \begin_inset space ~
33796 \end_inset
33797
33798 rectangulaire
33799 \begin_inset space ~
33800 \end_inset
33801
33802 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
33803  boîte.
33804  L'épaisseur du trait du cadre interne est de 0.75
33805 \begin_inset space \thinspace{}
33806 \end_inset
33807
33808
33809 \series bold
33810
33811 \backslash
33812 fboxrule
33813 \series default
33814 , l'épaisseur du trait du cadre externe est de 1.5
33815 \begin_inset space \thinspace{}
33816 \end_inset
33817
33818
33819 \series bold
33820
33821 \backslash
33822 fboxrule
33823 \series default
33824 .
33825  La distance entre les deux cadres est de  1.5
33826 \begin_inset space \thinspace{}
33827 \end_inset
33828
33829
33830 \series bold
33831
33832 \backslash
33833 fboxrule
33834 \series default
33835
33836 \begin_inset space \thinspace{}
33837 \end_inset
33838
33839 +
33840 \begin_inset space \thinspace{}
33841 \end_inset
33842
33843 0.5
33844 \begin_inset space \thinspace{}
33845 \end_inset
33846
33847 pt.
33848  
33849 \begin_inset Box Doublebox
33850 position "c"
33851 hor_pos "c"
33852 has_inner_box 1
33853 inner_pos "c"
33854 use_parbox 0
33855 use_makebox 0
33856 width "20col%"
33857 special "none"
33858 height "1in"
33859 height_special "totalheight"
33860 status open
33861
33862 \begin_layout Plain Layout
33863 \align center
33864 Boîte double
33865 \end_layout
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset VSpace bigskip
33874 \end_inset
33875
33876 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
33877  style de boîte utilisé.
33878  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
33879  le paquetage LaTeX 
33880 \series bold
33881 fancybox
33882 \series default
33883
33884 \begin_inset Index idx
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888 Paquetages LaTeX ! fancybox
33889 \end_layout
33890
33891 \end_inset
33892
33893 .
33894 \end_layout
33895
33896 \begin_layout Standard
33897 \begin_inset VSpace bigskip
33898 \end_inset
33899
33900 Quand vous utilisez le style de décoration 
33901 \family sans
33902 cadre rectangulaire simple
33903 \family default
33904  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
33905  de la boîte.
33906  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
33907  prendra toute la largeur de la colonne, la boîte sera considérée comme
33908  son propre paragraphe et 
33909 \series bold
33910
33911 \backslash
33912 fboxrule
33913 \series default
33914  et 
33915 \series bold
33916
33917 \backslash
33918 fboxsep
33919 \series default
33920  n'ont aucun effet sur ce type de boîte.
33921  L'épaisseur de la ligne du cadre a la valeur de 
33922 \series bold
33923
33924 \backslash
33925 FrameRule
33926 \series default
33927 .
33928  
33929 \begin_inset Box Framed
33930 position "t"
33931 hor_pos "c"
33932 has_inner_box 0
33933 inner_pos "t"
33934 use_parbox 0
33935 use_makebox 0
33936 width "100col%"
33937 special "none"
33938 height "1in"
33939 height_special "totalheight"
33940 status collapsed
33941
33942 \begin_layout Plain Layout
33943 Boîte avec cadre simple et sauts de page
33944 \end_layout
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Section
33952 Personnalisation des boîtes
33953 \begin_inset Index idx
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957 Boîtes! Personnalisation
33958 \end_layout
33959
33960 \end_inset
33961
33962
33963 \end_layout
33964
33965 \begin_layout Standard
33966 La valeur implicite pour la variable 
33967 \series bold
33968
33969 \backslash
33970 fboxrule
33971 \series default
33972  est 0.4
33973 \begin_inset space \thinspace{}
33974 \end_inset
33975
33976 pt.
33977  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
33978  pour avoir 2
33979 \begin_inset space \thinspace{}
33980 \end_inset
33981
33982 pt :
33983 \end_layout
33984
33985 \begin_layout Standard
33986
33987 \series bold
33988
33989 \backslash
33990 setlength{
33991 \backslash
33992 fboxrule}{2pt}
33993 \end_layout
33994
33995 \begin_layout Standard
33996 \begin_inset ERT
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000
34001
34002 \backslash
34003 setlength{
34004 \backslash
34005 fboxrule}{2pt}
34006 \end_layout
34007
34008 \end_inset
34009
34010
34011 \begin_inset Box Boxed
34012 position "c"
34013 hor_pos "c"
34014 has_inner_box 1
34015 inner_pos "c"
34016 use_parbox 0
34017 use_makebox 0
34018 width "25col%"
34019 special "none"
34020 height "1in"
34021 height_special "totalheight"
34022 status open
34023
34024 \begin_layout Plain Layout
34025 \align center
34026 Boîte rectangulaire avec 
34027 \series bold
34028
34029 \backslash
34030 fboxrule
34031 \series default
34032
34033 \begin_inset space \thinspace{}
34034 \end_inset
34035
34036 =
34037 \begin_inset space \thinspace{}
34038 \end_inset
34039
34040 2
34041 \begin_inset space \thinspace{}
34042 \end_inset
34043
34044 pt
34045 \end_layout
34046
34047 \end_inset
34048
34049
34050 \begin_inset ERT
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054
34055
34056 \backslash
34057 setlength{
34058 \backslash
34059 fboxrule}{0.4pt}
34060 \end_layout
34061
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \begin_layout Standard
34068 \begin_inset VSpace bigskip
34069 \end_inset
34070
34071 L'espace entre le cadre et le contenu de la boîte est le même pour tous
34072  les types de cadres, implicitement il est de 3
34073 \begin_inset space \thinspace{}
34074 \end_inset
34075
34076 pt.
34077  Vous pouvez le modifier en donnant une autre valeur à la variable 
34078 \series bold
34079
34080 \backslash
34081 fboxsep
34082 \series default
34083 .
34084  Par exemple la commande
34085 \end_layout
34086
34087 \begin_layout Standard
34088
34089 \series bold
34090
34091 \backslash
34092 setlength{
34093 \backslash
34094 fboxsep}{10pt}
34095 \end_layout
34096
34097 \begin_layout Standard
34098 met une valeur de 10
34099 \begin_inset space \thinspace{}
34100 \end_inset
34101
34102 pt, comme celle utilisée pour cette boîte :
34103 \end_layout
34104
34105 \begin_layout Standard
34106 \begin_inset ERT
34107 status collapsed
34108
34109 \begin_layout Plain Layout
34110
34111
34112 \backslash
34113 setlength{
34114 \backslash
34115 fboxsep}{10pt}
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \begin_inset Box Boxed
34122 position "c"
34123 hor_pos "c"
34124 has_inner_box 1
34125 inner_pos "c"
34126 use_parbox 0
34127 use_makebox 0
34128 width "25col%"
34129 special "none"
34130 height "1in"
34131 height_special "totalheight"
34132 status open
34133
34134 \begin_layout Plain Layout
34135 \align center
34136 Boîte rectangulaire avec 
34137 \series bold
34138
34139 \backslash
34140 fboxsep
34141 \series default
34142
34143 \begin_inset space \thinspace{}
34144 \end_inset
34145
34146 =
34147 \begin_inset space \thinspace{}
34148 \end_inset
34149
34150 10
34151 \begin_inset space \thinspace{}
34152 \end_inset
34153
34154 pt
34155 \end_layout
34156
34157 \end_inset
34158
34159
34160 \begin_inset ERT
34161 status collapsed
34162
34163 \begin_layout Plain Layout
34164
34165
34166 \backslash
34167 setlength{
34168 \backslash
34169 fboxsep}{3pt}
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \end_layout
34176
34177 \begin_layout Standard
34178 \begin_inset VSpace bigskip
34179 \end_inset
34180
34181 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34182  la commande 
34183 \series bold
34184
34185 \backslash
34186 cornersize
34187 \series default
34188 .
34189  Par exemple, la commande
34190 \end_layout
34191
34192 \begin_layout Standard
34193
34194 \series bold
34195
34196 \backslash
34197 cornersize*{1cm}
34198 \end_layout
34199
34200 \begin_layout Standard
34201 donne un diamètre de 1
34202 \begin_inset space \thinspace{}
34203 \end_inset
34204
34205 cm.
34206  La commande
34207 \end_layout
34208
34209 \begin_layout Standard
34210
34211 \series bold
34212
34213 \backslash
34214 cornersize{num}
34215 \end_layout
34216
34217 \begin_layout Standard
34218 fixe le diamètre à 
34219 \family sans
34220 num
34221 \begin_inset space \thinspace{}
34222 \end_inset
34223
34224 ×
34225 \begin_inset space \thinspace{}
34226 \end_inset
34227
34228 minimum(largeur et hauteur de la boîte)
34229 \family default
34230 .
34231  La valeur implicite est 
34232 \series bold
34233
34234 \backslash
34235 cornersize{0.5}
34236 \series default
34237 .
34238 \end_layout
34239
34240 \begin_layout Standard
34241 \begin_inset ERT
34242 status collapsed
34243
34244 \begin_layout Plain Layout
34245
34246
34247 \backslash
34248 cornersize*{1.5cm}
34249 \end_layout
34250
34251 \end_inset
34252
34253
34254 \begin_inset Box Ovalbox
34255 position "c"
34256 hor_pos "c"
34257 has_inner_box 1
34258 inner_pos "c"
34259 use_parbox 0
34260 use_makebox 0
34261 width "25col%"
34262 special "none"
34263 height "1in"
34264 height_special "totalheight"
34265 status open
34266
34267 \begin_layout Plain Layout
34268 \align center
34269 Boîte ovale avec 
34270 \series bold
34271
34272 \backslash
34273 cornersize
34274 \series default
34275
34276 \begin_inset space \thinspace{}
34277 \end_inset
34278
34279 =
34280 \begin_inset space \thinspace{}
34281 \end_inset
34282
34283 1.5
34284 \begin_inset space \thinspace{}
34285 \end_inset
34286
34287 cm
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \begin_inset ERT
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297
34298
34299 \backslash
34300 cornersize{0.5}
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Standard
34309 \begin_inset VSpace bigskip
34310 \end_inset
34311
34312 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
34313  
34314 \series bold
34315
34316 \backslash
34317 shadowsize
34318 \series default
34319 .
34320  Elle est fixée à 2
34321 \begin_inset space \thinspace{}
34322 \end_inset
34323
34324 pt pour la boîte suivante par la commande :
34325 \end_layout
34326
34327 \begin_layout Standard
34328
34329 \series bold
34330
34331 \backslash
34332 setlength{
34333 \backslash
34334 shadowsize}{2pt}
34335 \end_layout
34336
34337 \begin_layout Standard
34338 \begin_inset ERT
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342
34343
34344 \backslash
34345 setlength{
34346 \backslash
34347 shadowsize}{2pt}
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \begin_inset Box Shadowbox
34354 position "c"
34355 hor_pos "c"
34356 has_inner_box 1
34357 inner_pos "c"
34358 use_parbox 0
34359 use_makebox 0
34360 width "25col%"
34361 special "none"
34362 height "1in"
34363 height_special "totalheight"
34364 status open
34365
34366 \begin_layout Plain Layout
34367 \align center
34368 Boîte ombrée avec 
34369 \series bold
34370
34371 \backslash
34372 shadowsize
34373 \series default
34374
34375 \begin_inset space \thinspace{}
34376 \end_inset
34377
34378 =
34379 \begin_inset space \thinspace{}
34380 \end_inset
34381
34382 2
34383 \begin_inset space \thinspace{}
34384 \end_inset
34385
34386 pt
34387 \end_layout
34388
34389 \end_inset
34390
34391
34392 \begin_inset ERT
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396
34397
34398 \backslash
34399 setlength{
34400 \backslash
34401 shadowsize}{4pt}
34402 \end_layout
34403
34404 \end_inset
34405
34406
34407 \end_layout
34408
34409 \begin_layout Standard
34410 \begin_inset VSpace bigskip
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 La valeur implicite pour la longueur 
34418 \series bold
34419
34420 \backslash
34421 FrameRule
34422 \series default
34423  est 0,4
34424 \begin_inset space \thinspace{}
34425 \end_inset
34426
34427 pt.
34428  L'espacement implicite entre le contenu de la note et le cadre est de 9
34429 \begin_inset space \thinspace{}
34430 \end_inset
34431
34432 pt et il peut être modifié en utilisant la valeur de 
34433 \series bold
34434
34435 \backslash
34436 FrameSep
34437 \series default
34438 .
34439  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
34440  suivantes en code TeX
34441 \end_layout
34442
34443 \begin_layout Standard
34444
34445 \series bold
34446
34447 \backslash
34448 setlength{
34449 \backslash
34450 FrameRule}{5pt}
34451 \begin_inset Newline newline
34452 \end_inset
34453
34454
34455 \backslash
34456 setlength{
34457 \backslash
34458 FrameSep}{0.5cm}
34459 \end_layout
34460
34461 \begin_layout Standard
34462 \begin_inset ERT
34463 status collapsed
34464
34465 \begin_layout Plain Layout
34466
34467
34468 \backslash
34469 setlength{
34470 \backslash
34471 FrameRule}{5pt}
34472 \end_layout
34473
34474 \begin_layout Plain Layout
34475
34476
34477 \backslash
34478 setlength{
34479 \backslash
34480 FrameSep}{0.5cm}
34481 \end_layout
34482
34483 \end_inset
34484
34485
34486 \begin_inset Box Framed
34487 position "t"
34488 hor_pos "c"
34489 has_inner_box 0
34490 inner_pos "t"
34491 use_parbox 0
34492 use_makebox 0
34493 width "100col%"
34494 special "none"
34495 height "1in"
34496 height_special "totalheight"
34497 status open
34498
34499 \begin_layout Plain Layout
34500 Ceci est un texte dans une boîte autorisant les 
34501 \family sans
34502 sauts de page
34503 \family default
34504 .
34505 \end_layout
34506
34507 \end_inset
34508
34509
34510 \begin_inset ERT
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514
34515
34516 \backslash
34517 setlength{
34518 \backslash
34519 FrameRule}{0.4pt}
34520 \end_layout
34521
34522 \begin_layout Plain Layout
34523
34524
34525 \backslash
34526 setlength{
34527 \backslash
34528 FrameSep}{9pt}
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 \begin_inset VSpace bigskip
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \begin_layout Standard
34544 Pour les boîtes à 
34545 \family sans
34546 Fond
34547 \begin_inset space ~
34548 \end_inset
34549
34550 ombré
34551 \family default
34552 , l'espacement implicite entre le contenu de la boîte et son cadre est de
34553  3
34554 \begin_inset space \thinspace{}
34555 \end_inset
34556
34557 pt et il peut être modifié avec la valeur de 
34558 \series bold
34559
34560 \backslash
34561 fboxsep
34562 \series default
34563 .
34564  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
34565  localement avec la commande 
34566 \series bold
34567
34568 \backslash
34569 definecolor{shadecolor}
34570 \series default
34571 , soit globalement avec le menu 
34572 \family sans
34573 Outils\SpecialChar \menuseparator
34574 Préférences
34575 \family default
34576 \SpecialChar \menuseparator
34577
34578 \family sans
34579 Couleurs\SpecialChar \menuseparator
34580 boîte
34581 \begin_inset space ~
34582 \end_inset
34583
34584 ombrée
34585 \family default
34586 .
34587  La syntaxe de la commande 
34588 \series bold
34589
34590 \backslash
34591 definecolor
34592 \series default
34593  est expliquée dans la section
34594 \begin_inset space ~
34595 \end_inset
34596
34597
34598 \begin_inset CommandInset ref
34599 LatexCommand ref
34600 reference "sec:Tableaux-Colorés"
34601
34602 \end_inset
34603
34604
34605 \begin_inset Foot
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609 Notez que l'utilisation de 
34610 \series bold
34611
34612 \backslash
34613 definecolor
34614 \series default
34615  ne peut se faire sans le paquetage LaTeX 
34616 \series bold
34617 color
34618 \series default
34619  dans le préambule, voir la section
34620 \begin_inset space ~
34621 \end_inset
34622
34623
34624 \begin_inset CommandInset ref
34625 LatexCommand ref
34626 reference "sec:Boîtes-colorées"
34627
34628 \end_inset
34629
34630 .
34631  
34632 \end_layout
34633
34634 \end_inset
34635
34636 .
34637 \end_layout
34638
34639 \begin_layout Standard
34640 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34641  les commandes en code TeX suivantes
34642 \end_layout
34643
34644 \begin_layout Standard
34645
34646 \series bold
34647
34648 \backslash
34649 setlength{
34650 \backslash
34651 fboxsep}{0.5cm}
34652 \series default
34653
34654 \begin_inset Newline newline
34655 \end_inset
34656
34657
34658 \series bold
34659
34660 \backslash
34661 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34662 \end_layout
34663
34664 \begin_layout Standard
34665 \begin_inset ERT
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670
34671 \backslash
34672 setlength{
34673 \backslash
34674 fboxsep}{0.5cm}
34675 \end_layout
34676
34677 \begin_layout Plain Layout
34678
34679
34680 \backslash
34681 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34682 \end_layout
34683
34684 \end_inset
34685
34686
34687 \begin_inset Box Shaded
34688 position "t"
34689 hor_pos "c"
34690 has_inner_box 0
34691 inner_pos "t"
34692 use_parbox 0
34693 use_makebox 0
34694 width "100col%"
34695 special "none"
34696 height "1in"
34697 height_special "totalheight"
34698 status open
34699
34700 \begin_layout Plain Layout
34701
34702 \color yellow
34703 Ceci est un texte jaune dans une boîte à 
34704 \family sans
34705 Fond
34706 \begin_inset space ~
34707 \end_inset
34708
34709 ombré
34710 \family default
34711 \color inherit
34712  
34713 \color yellow
34714 avec un fond vert foncé.
34715 \end_layout
34716
34717 \end_inset
34718
34719
34720 \begin_inset ERT
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724
34725
34726 \backslash
34727 setlength{
34728 \backslash
34729 fboxsep}{3pt}
34730 \end_layout
34731
34732 \begin_layout Plain Layout
34733
34734
34735 \backslash
34736 definecolor{shadecolor}{rgb}{1,0,0}
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \end_layout
34743
34744 \begin_layout Standard
34745 \begin_inset VSpace bigskip
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \begin_layout Standard
34752 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
34753  les boîtes qui suivent la commandes qui les a changées.
34754 \end_layout
34755
34756 \begin_layout Section
34757 Minipages
34758 \begin_inset CommandInset label
34759 LatexCommand label
34760 name "sec:Minipages"
34761
34762 \end_inset
34763
34764
34765 \begin_inset Index idx
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769 Boîtes ! Minipages
34770 \end_layout
34771
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \begin_layout Standard
34778 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
34779 ur d'une page.
34780  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34781  règles d'indentation, de saut de ligne, etc.
34782  s'appliquent.
34783 \end_layout
34784
34785 \begin_layout Standard
34786 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34787  langues.
34788 \end_layout
34789
34790 \begin_layout Standard
34791 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34792  Leur largeur est fixée à 45
34793 \begin_inset space \thinspace{}
34794 \end_inset
34795
34796 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34797  via le menu 
34798 \family sans
34799 Insertion\SpecialChar \menuseparator
34800 Typographie
34801 \begin_inset space ~
34802 \end_inset
34803
34804 spéciale\SpecialChar \menuseparator
34805 Ressort
34806 \begin_inset space ~
34807 \end_inset
34808
34809 Horizontal
34810 \family default
34811 .
34812 \end_layout
34813
34814 \begin_layout Standard
34815 \begin_inset Box Frameless
34816 position "t"
34817 hor_pos "c"
34818 has_inner_box 1
34819 inner_pos "c"
34820 use_parbox 0
34821 use_makebox 0
34822 width "45col%"
34823 special "none"
34824 height "1in"
34825 height_special "totalheight"
34826 status open
34827
34828 \begin_layout Plain Layout
34829
34830 \lang ngerman
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  Dies ist ein deutscher Text.
34840  Dies ist ein deutscher Text.
34841  Dies ist ein deutscher Text.
34842  Dies ist ein deutscher Text.
34843  Dies ist ein deutscher Text
34844 \begin_inset Foot
34845 status collapsed
34846
34847 \begin_layout Plain Layout
34848
34849 \lang ngerman
34850 Dies ist eine deutsche Fußnote.
34851 \end_layout
34852
34853 \end_inset
34854
34855 .
34856  Dies ist ein deutscher Text.
34857  Dies ist ein deutscher Text.
34858 \end_layout
34859
34860 \end_inset
34861
34862
34863 \begin_inset space \hfill{}
34864 \end_inset
34865
34866
34867 \begin_inset Box Frameless
34868 position "t"
34869 hor_pos "c"
34870 has_inner_box 1
34871 inner_pos "c"
34872 use_parbox 0
34873 use_makebox 0
34874 width "45col%"
34875 special "none"
34876 height "1in"
34877 height_special "totalheight"
34878 status open
34879
34880 \begin_layout Plain Layout
34881
34882 \lang english
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  This is an English Text.
34895  This is an English Text.
34896  This is an English Text.
34897  This is an English Text.
34898  This is an English Text.
34899 \begin_inset Foot
34900 status collapsed
34901
34902 \begin_layout Plain Layout
34903
34904 \lang english
34905 This is an English footnote.
34906 \end_layout
34907
34908 \end_inset
34909
34910  This is an English Text.
34911 \end_layout
34912
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Standard
34919 \begin_inset VSpace bigskip
34920 \end_inset
34921
34922 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34923  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34924  minipages, même si vous les avez mis par exemple à 
34925 \family sans
34926 Moyen
34927 \family default
34928  dans les paramètres du document.
34929 \end_layout
34930
34931 \begin_layout Standard
34932 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34933  portion de texte, voyez la section
34934 \begin_inset space ~
34935 \end_inset
34936
34937
34938 \begin_inset CommandInset ref
34939 LatexCommand ref
34940 reference "sub:Couleur-pour-les-Paragraphes"
34941
34942 \end_inset
34943
34944 .
34945 \end_layout
34946
34947 \begin_layout Standard
34948 \begin_inset Note Greyedout
34949 status open
34950
34951 \begin_layout Plain Layout
34952
34953 \series bold
34954 Note:
34955 \series default
34956  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34957  mais les minipages peuvent être utilisées dans un tableau, un flottant
34958  ou une autre boîte.
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \begin_layout Section
34967 Les parboxes
34968 \begin_inset CommandInset label
34969 LatexCommand label
34970 name "sec:Parboxes"
34971
34972 \end_inset
34973
34974
34975 \begin_inset Index idx
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979 Boîtes ! Parboxes
34980 \end_layout
34981
34982 \end_inset
34983
34984
34985 \end_layout
34986
34987 \begin_layout Standard
34988 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34989  ne peuvent avoir de note de bas de page.
34990 \end_layout
34991
34992 \begin_layout Standard
34993 \align center
34994 \begin_inset Box Frameless
34995 position "t"
34996 hor_pos "c"
34997 has_inner_box 1
34998 inner_pos "t"
34999 use_parbox 1
35000 use_makebox 0
35001 width "33col%"
35002 special "none"
35003 height "1in"
35004 height_special "totalheight"
35005 status open
35006
35007 \begin_layout Plain Layout
35008 Ceci est un texte à l'intérieur d'une parbox.
35009  Ceci est un texte à l'intérieur d'une parbox.
35010 \end_layout
35011
35012 \begin_layout Plain Layout
35013 Cette note de bas de page ne devrait pas apparaître :
35014 \begin_inset Foot
35015 status open
35016
35017 \begin_layout Plain Layout
35018 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
35019  pas.
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \end_inset
35028
35029
35030 \end_layout
35031
35032 \begin_layout Section
35033 Des boîtes pour les mots et les caractères
35034 \begin_inset Index idx
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038 Boîtes ! Pour les caractères
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \end_layout
35045
35046 \begin_layout Subsection
35047 Empêcher la césure
35048 \begin_inset CommandInset label
35049 LatexCommand label
35050 name "sec:Empêcher-césure"
35051
35052 \end_inset
35053
35054
35055 \begin_inset Index idx
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 Boîtes ! Pour empêcher la césure
35060 \end_layout
35061
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Standard
35068 Vous pouvez utiliser une boîte de type 
35069 \family sans
35070 Makebox
35071 \family default
35072  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
35073 \begin_inset Newline newline
35074 \end_inset
35075
35076 Voici un exemple de texte :
35077 \end_layout
35078
35079 \begin_layout Standard
35080 Cette ligne est un exemple comment vous pouvez empêcher une césure
35081 \begin_inset space ~
35082 \end_inset
35083
35084
35085 \begin_inset Quotes eld
35086 \end_inset
35087
35088 motTrèsTrèsLong
35089 \begin_inset Quotes erd
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Standard
35096 Pour empêcher que le mot 
35097 \begin_inset Quotes eld
35098 \end_inset
35099
35100 motTrèsTrèsLong
35101 \begin_inset Quotes erd
35102 \end_inset
35103
35104  soit coupé, mettez le mot dans une boîte, mettez 
35105 \family sans
35106 Boîte
35107 \begin_inset space ~
35108 \end_inset
35109
35110 intérieure
35111 \family default
35112  à 
35113 \family sans
35114 Makebox
35115 \family default
35116  et sa largeur à 1
35117 \begin_inset space \thinspace{}
35118 \end_inset
35119
35120 Largeur.
35121 \end_layout
35122
35123 \begin_layout Standard
35124 Voici le résultat :
35125 \end_layout
35126
35127 \begin_layout Standard
35128 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35129 \begin_inset Box Frameless
35130 position "t"
35131 hor_pos "c"
35132 has_inner_box 1
35133 inner_pos "t"
35134 use_parbox 0
35135 use_makebox 1
35136 width "1in"
35137 special "width"
35138 height "1in"
35139 height_special "totalheight"
35140 status open
35141
35142 \begin_layout Plain Layout
35143 motTrèsTrèsLong
35144 \end_layout
35145
35146 \end_inset
35147
35148
35149 \end_layout
35150
35151 \begin_layout Standard
35152 Une autre méthode consiste à mettre la commande 
35153 \begin_inset Quotes eld
35154 \end_inset
35155
35156
35157 \series bold
35158
35159 \backslash
35160 -
35161 \series default
35162
35163 \begin_inset Quotes grd
35164 \end_inset
35165
35166  en code TeX, juste avant le mot :
35167 \end_layout
35168
35169 \begin_layout Standard
35170 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35171 \begin_inset Quotes eld
35172 \end_inset
35173
35174
35175 \begin_inset ERT
35176 status collapsed
35177
35178 \begin_layout Plain Layout
35179
35180
35181 \backslash
35182 -
35183 \end_layout
35184
35185 \end_inset
35186
35187 motTrèsTrèsLong
35188 \begin_inset Quotes erd
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Standard
35195 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35196  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35197 \family sans
35198 Insertion\SpecialChar \menuseparator
35199 Typographie
35200 \begin_inset space ~
35201 \end_inset
35202
35203 spéciale\SpecialChar \menuseparator
35204 Passage
35205 \begin_inset space ~
35206 \end_inset
35207
35208 à
35209 \begin_inset space ~
35210 \end_inset
35211
35212 la
35213 \begin_inset space ~
35214 \end_inset
35215
35216 Ligne
35217 \family default
35218  (raccourci 
35219 \family sans
35220 Ctrl-Entrée
35221 \family default
35222 ) :
35223 \end_layout
35224
35225 \begin_layout Standard
35226 Cette ligne est un exemple comment vous pouvez empêcher une césure:
35227 \begin_inset Newline newline
35228 \end_inset
35229
35230
35231 \begin_inset Box Frameless
35232 position "t"
35233 hor_pos "c"
35234 has_inner_box 1
35235 inner_pos "t"
35236 use_parbox 0
35237 use_makebox 1
35238 width "1in"
35239 special "width"
35240 height "1in"
35241 height_special "totalheight"
35242 status open
35243
35244 \begin_layout Plain Layout
35245 \begin_inset Quotes eld
35246 \end_inset
35247
35248 motTrèsTrèsLong
35249 \begin_inset Quotes erd
35250 \end_inset
35251
35252
35253 \end_layout
35254
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \begin_layout Subsection
35261 Alignement vertical
35262 \begin_inset CommandInset label
35263 LatexCommand label
35264 name "sub:Alignement-Vertical"
35265
35266 \end_inset
35267
35268
35269 \begin_inset Index idx
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273 Boîtes ! Pour l'alignement vertical
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \begin_inset Index idx
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283 Boîtes ! Boîtes élévatrices
35284 \end_layout
35285
35286 \end_inset
35287
35288
35289 \begin_inset Index idx
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293 Raisebox|see
35294 \begin_inset ERT
35295 status collapsed
35296
35297 \begin_layout Plain Layout
35298
35299 {
35300 \end_layout
35301
35302 \end_inset
35303
35304 Boîtes élévatrices
35305 \begin_inset ERT
35306 status collapsed
35307
35308 \begin_layout Plain Layout
35309
35310 }
35311 \end_layout
35312
35313 \end_inset
35314
35315
35316 \end_layout
35317
35318 \end_inset
35319
35320
35321 \end_layout
35322
35323 \begin_layout Standard
35324 Avec la commande 
35325 \series bold
35326
35327 \backslash
35328 raisebox
35329 \series default
35330  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35331  par rapport au texte qui l'entoure.
35332  La commande
35333 \series bold
35334  
35335 \backslash
35336 raisebox
35337 \series default
35338  s'utilise en suivant la syntaxe suivante :
35339 \end_layout
35340
35341 \begin_layout Standard
35342
35343 \series bold
35344
35345 \backslash
35346 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35347 \end_layout
35348
35349 \begin_layout Standard
35350 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35351  pour l'abaisser.
35352 \end_layout
35353
35354 \begin_layout Standard
35355 Pour aligner le mot 
35356 \begin_inset Quotes eld
35357 \end_inset
35358
35359 empêcher
35360 \begin_inset Quotes erd
35361 \end_inset
35362
35363  de façon à ce que le point le plus bas du caractère le plus 
35364 \begin_inset Quotes eld
35365 \end_inset
35366
35367 profond
35368 \begin_inset Quotes erd
35369 \end_inset
35370
35371 , le 
35372 \begin_inset Quotes eld
35373 \end_inset
35374
35375 p
35376 \begin_inset Quotes erd
35377 \end_inset
35378
35379 , soit au niveau de la ligne de base, insérez la commande 
35380 \end_layout
35381
35382 \begin_layout Standard
35383
35384 \series bold
35385
35386 \backslash
35387 raisebox{
35388 \backslash
35389 depth}{
35390 \end_layout
35391
35392 \begin_layout Standard
35393 en code TeX avant le mot.
35394  Insérez après le mot l'accolade fermante 
35395 \begin_inset Quotes eld
35396 \end_inset
35397
35398
35399 \series bold
35400 }
35401 \series default
35402
35403 \begin_inset Quotes erd
35404 \end_inset
35405
35406  en code TeX.
35407 \begin_inset Newline newline
35408 \end_inset
35409
35410 Voici le résultat :
35411 \end_layout
35412
35413 \begin_layout Standard
35414 Cette ligne de texte contient le mot 
35415 \begin_inset ERT
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419
35420
35421 \backslash
35422 raisebox{
35423 \backslash
35424 depth}{
35425 \end_layout
35426
35427 \end_inset
35428
35429
35430 \begin_inset Quotes eld
35431 \end_inset
35432
35433 empêcher
35434 \begin_inset Quotes erd
35435 \end_inset
35436
35437
35438 \begin_inset ERT
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442
35443 }
35444 \end_layout
35445
35446 \end_inset
35447
35448  comme mot élevé.
35449 \end_layout
35450
35451 \begin_layout Standard
35452 \begin_inset VSpace bigskip
35453 \end_inset
35454
35455 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35456  entre les lignes va être agrandie :
35457 \end_layout
35458
35459 \begin_layout Standard
35460 Cette ligne de texte contient le mot
35461 \begin_inset ERT
35462 status collapsed
35463
35464 \begin_layout Plain Layout
35465
35466
35467 \backslash
35468 raisebox{-
35469 \backslash
35470 depth}{
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \begin_inset Quotes eld
35477 \end_inset
35478
35479 empêcher
35480 \begin_inset Quotes erd
35481 \end_inset
35482
35483
35484 \begin_inset ERT
35485 status collapsed
35486
35487 \begin_layout Plain Layout
35488
35489 }
35490 \end_layout
35491
35492 \end_inset
35493
35494  comme mot abaissé.
35495 \begin_inset Newline newline
35496 \end_inset
35497
35498 Cette ligne de texte contient le mot 
35499 \begin_inset ERT
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503
35504
35505 \backslash
35506 raisebox{0.5cm}{
35507 \end_layout
35508
35509 \end_inset
35510
35511
35512 \begin_inset Quotes eld
35513 \end_inset
35514
35515 tester
35516 \begin_inset Quotes erd
35517 \end_inset
35518
35519
35520 \begin_inset ERT
35521 status collapsed
35522
35523 \begin_layout Plain Layout
35524
35525 }
35526 \end_layout
35527
35528 \end_inset
35529
35530  comme mot élevé.
35531 \end_layout
35532
35533 \begin_layout Standard
35534 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35535  mettez la hauteur de la boîte à zéro.
35536  Par exemple utilisez
35537 \end_layout
35538
35539 \begin_layout Standard
35540
35541 \series bold
35542
35543 \backslash
35544 raisebox{-
35545 \backslash
35546 depth}[0pt]{
35547 \end_layout
35548
35549 \begin_layout Standard
35550 Cette ligne de texte contient le mot
35551 \begin_inset ERT
35552 status collapsed
35553
35554 \begin_layout Plain Layout
35555
35556
35557 \backslash
35558 raisebox{-
35559 \backslash
35560 depth}[0pt]{
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \begin_inset Quotes eld
35567 \end_inset
35568
35569 empêcher
35570 \begin_inset Quotes erd
35571 \end_inset
35572
35573
35574 \begin_inset ERT
35575 status collapsed
35576
35577 \begin_layout Plain Layout
35578
35579 }
35580 \end_layout
35581
35582 \end_inset
35583
35584  comme mot abaissé.
35585 \begin_inset Newline newline
35586 \end_inset
35587
35588 Cette ligne de texte contient le mot 
35589 \begin_inset ERT
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593
35594
35595 \backslash
35596 raisebox{0.5cm}[0pt]{
35597 \end_layout
35598
35599 \end_inset
35600
35601
35602 \begin_inset Quotes eld
35603 \end_inset
35604
35605 tester
35606 \begin_inset Quotes erd
35607 \end_inset
35608
35609
35610 \begin_inset ERT
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614
35615 }
35616 \end_layout
35617
35618 \end_inset
35619
35620  comme mot élevé.
35621 \end_layout
35622
35623 \begin_layout Section
35624 Boîtes colorées
35625 \begin_inset CommandInset label
35626 LatexCommand label
35627 name "sec:Boîtes-colorées"
35628
35629 \end_inset
35630
35631
35632 \begin_inset Index idx
35633 status collapsed
35634
35635 \begin_layout Plain Layout
35636 Boîtes ! Couleur
35637 \end_layout
35638
35639 \end_inset
35640
35641
35642 \end_layout
35643
35644 \begin_layout Subsection
35645 De la couleur pour le texte
35646 \begin_inset Index idx
35647 status collapsed
35648
35649 \begin_layout Plain Layout
35650 Couleur ! Pour le texte
35651 \end_layout
35652
35653 \end_inset
35654
35655
35656 \end_layout
35657
35658 \begin_layout Standard
35659 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
35660  une boîte appelée 
35661 \begin_inset Quotes eld
35662 \end_inset
35663
35664 colorbox
35665 \begin_inset Quotes erd
35666 \end_inset
35667
35668 .
35669  Cela demande que le paquetage LaTeX 
35670 \series bold
35671 color
35672 \series default
35673
35674 \begin_inset Index idx
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678 Paquetages LaTeX ! color
35679 \end_layout
35680
35681 \end_inset
35682
35683  soit chargé dans le préambule du document avec la commande
35684 \end_layout
35685
35686 \begin_layout Standard
35687
35688 \series bold
35689
35690 \backslash
35691 @ifundefined{textcolor}
35692 \begin_inset Newline newline
35693 \end_inset
35694
35695
35696 \begin_inset Phantom HPhantom
35697 status open
35698
35699 \begin_layout Plain Layout
35700
35701 \series bold
35702 \begin_inset space ~
35703 \end_inset
35704
35705
35706 \end_layout
35707
35708 \end_inset
35709
35710 {
35711 \backslash
35712 usepackage{color}}{}
35713 \end_layout
35714
35715 \begin_layout Standard
35716 Le paquetage 
35717 \series bold
35718 color
35719 \series default
35720  sera chargé automatiquement par LyX dès que vous colorez du texte.
35721 \begin_inset Foot
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
35726  
35727 \series bold
35728
35729 \backslash
35730 @ifundefined
35731 \series default
35732 .
35733 \end_layout
35734
35735 \end_inset
35736
35737
35738 \end_layout
35739
35740 \begin_layout Standard
35741 \begin_inset VSpace medskip
35742 \end_inset
35743
35744 Les boîtes colorées sont créées par la commande 
35745 \series bold
35746
35747 \backslash
35748 colorbox
35749 \series default
35750 .
35751  Elle est utilisée avec la syntaxe suivante :
35752 \end_layout
35753
35754 \begin_layout Standard
35755
35756 \series bold
35757
35758 \backslash
35759 colorbox{couleur}{contenu de la boîte}
35760 \end_layout
35761
35762 \begin_layout Standard
35763 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35764  peuvent être placées à l'intérieur d'autres boîtes.
35765 \end_layout
35766
35767 \begin_layout Standard
35768 Les couleurs suivantes sont prédéfinies ::
35769 \begin_inset Newline newline
35770 \end_inset
35771
35772
35773 \family sans
35774 black
35775 \family default
35776  (noir), 
35777 \family sans
35778 blue
35779 \family default
35780  (bleu), 
35781 \family sans
35782 cyan
35783 \family default
35784 \series bold
35785 ,
35786 \series default
35787  
35788 \family sans
35789 green
35790 \family default
35791  (vert), 
35792 \family sans
35793 magenta
35794 \family default
35795
35796 \family sans
35797 red
35798 \family default
35799  (rouge), 
35800 \family sans
35801 white
35802 \family default
35803  (blanc), and 
35804 \family sans
35805 yellow
35806 \family default
35807  (jaune).
35808 \begin_inset Newline newline
35809 \end_inset
35810
35811 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
35812  section
35813 \begin_inset space ~
35814 \end_inset
35815
35816
35817 \begin_inset CommandInset ref
35818 LatexCommand ref
35819 reference "sec:Tableaux-Colorés"
35820
35821 \end_inset
35822
35823 .
35824 \end_layout
35825
35826 \begin_layout Standard
35827 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
35828 \end_layout
35829
35830 \begin_layout Standard
35831
35832 \series bold
35833
35834 \backslash
35835 colorbox{red}{
35836 \end_layout
35837
35838 \begin_layout Standard
35839 avant le mot en code TeX.
35840  Insérez l'accolade fermante 
35841 \begin_inset Quotes eld
35842 \end_inset
35843
35844 }
35845 \begin_inset Quotes erd
35846 \end_inset
35847
35848  après le mot, en code TeX.
35849 \begin_inset Newline newline
35850 \end_inset
35851
35852 Voici le résultat :
35853 \end_layout
35854
35855 \begin_layout Standard
35856 Cette ligne de texte contient le mot
35857 \begin_inset ERT
35858 status collapsed
35859
35860 \begin_layout Plain Layout
35861
35862
35863 \backslash
35864 colorbox{red}{
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \begin_inset Quotes eld
35871 \end_inset
35872
35873 Attention!
35874 \begin_inset Quotes erd
35875 \end_inset
35876
35877
35878 \begin_inset ERT
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882
35883 }
35884 \end_layout
35885
35886 \end_inset
35887
35888  sur fond rouge.
35889 \end_layout
35890
35891 \begin_layout Standard
35892 \begin_inset VSpace bigskip
35893 \end_inset
35894
35895 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
35896  vous pouvez utiliser la commande 
35897 \series bold
35898
35899 \backslash
35900 fcolorbox
35901 \series default
35902  avec la syntaxe suivante :
35903 \end_layout
35904
35905 \begin_layout Standard
35906
35907 \series bold
35908
35909 \backslash
35910 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35911 \end_layout
35912
35913 \begin_layout Standard
35914
35915 \series bold
35916
35917 \backslash
35918 fcolorbox
35919 \series default
35920  est une extension de 
35921 \series bold
35922
35923 \backslash
35924 colorbox
35925 \series default
35926 .
35927  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
35928  peuvent être modifiés avec les variables 
35929 \series bold
35930
35931 \backslash
35932 fboxrule
35933 \series default
35934  et 
35935 \series bold
35936
35937 \backslash
35938 fboxsep
35939 \series default
35940 , comme c'est décrit dans la section
35941 \begin_inset space ~
35942 \end_inset
35943
35944
35945 \begin_inset CommandInset ref
35946 LatexCommand ref
35947 reference "sec:Décorations"
35948
35949 \end_inset
35950
35951 .
35952 \end_layout
35953
35954 \begin_layout Standard
35955 Pour l'exemple suivant, on a utilisé la commande
35956 \end_layout
35957
35958 \begin_layout Standard
35959
35960 \series bold
35961
35962 \backslash
35963 fcolorbox{cyan}{magenta}{
35964 \end_layout
35965
35966 \begin_layout Standard
35967 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
35968 \begin_inset space \thinspace{}
35969 \end_inset
35970
35971 mm:
35972 \begin_inset Newline newline
35973 \end_inset
35974
35975
35976 \begin_inset ERT
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980
35981
35982 \backslash
35983 fboxrule 1mm 
35984 \backslash
35985 fboxsep 1mm
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \begin_inset ERT
35992 status collapsed
35993
35994 \begin_layout Plain Layout
35995
35996
35997 \backslash
35998 fcolorbox{cyan}{magenta}{
35999 \end_layout
36000
36001 \end_inset
36002
36003 Ce texte est dans une boîte encadrée et colorée.
36004 \begin_inset ERT
36005 status collapsed
36006
36007 \begin_layout Plain Layout
36008
36009 }
36010 \end_layout
36011
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \begin_layout Standard
36018 \begin_inset VSpace bigskip
36019 \end_inset
36020
36021 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
36022  les yeux ! - NdT) :
36023 \begin_inset Newline newline
36024 \end_inset
36025
36026
36027 \begin_inset ERT
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031
36032
36033 \backslash
36034 fcolorbox{cyan}{magenta}{
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \color yellow
36041 Ce texte est coloré dans une boîte colorée et encadrée.
36042 \color inherit
36043
36044 \begin_inset ERT
36045 status collapsed
36046
36047 \begin_layout Plain Layout
36048
36049 }
36050 \end_layout
36051
36052 \end_inset
36053
36054
36055 \begin_inset ERT
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059
36060
36061 \backslash
36062 fboxrule 0.4pt 
36063 \backslash
36064 fboxsep 3pt
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \begin_layout Standard
36073
36074 \series bold
36075 \begin_inset VSpace medskip
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \begin_layout Standard
36082 \begin_inset Note Greyedout
36083 status open
36084
36085 \begin_layout Plain Layout
36086
36087 \series bold
36088 Note:
36089 \series default
36090  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
36091  de ligne.
36092  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
36093  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \begin_layout Subsection
36102 De la couleur pour les paragraphes
36103 \begin_inset CommandInset label
36104 LatexCommand label
36105 name "sub:Couleur-pour-les-Paragraphes"
36106
36107 \end_inset
36108
36109
36110 \begin_inset Index idx
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114 Couleur ! Pour les  paragraphes
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Standard
36123 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
36124  texte dans une minipage.
36125  Avant la minipage, insérez la commande 
36126 \series bold
36127
36128 \backslash
36129 colorbox
36130 \series default
36131  
36132 \end_layout
36133
36134 \begin_layout Standard
36135
36136 \series bold
36137
36138 \backslash
36139 colorbox{color}{
36140 \end_layout
36141
36142 \begin_layout Standard
36143 en code TeX.
36144  Après la minipage, insérez l'accolade fermante 
36145 \begin_inset Quotes eld
36146 \end_inset
36147
36148 }
36149 \begin_inset Quotes erd
36150 \end_inset
36151
36152  en code TeX.
36153 \end_layout
36154
36155 \begin_layout Standard
36156 \begin_inset ERT
36157 status collapsed
36158
36159 \begin_layout Plain Layout
36160
36161
36162 \backslash
36163 colorbox{lightgrey}{
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \begin_inset Box Frameless
36170 position "t"
36171 hor_pos "c"
36172 has_inner_box 1
36173 inner_pos "t"
36174 use_parbox 0
36175 use_makebox 0
36176 width "100col%"
36177 special "none"
36178 height "1in"
36179 height_special "totalheight"
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183 Ce texte a un fond coloré.
36184  Ce texte a un fond coloré.
36185 \end_layout
36186
36187 \begin_layout Plain Layout
36188 \begin_inset VSpace defskip
36189 \end_inset
36190
36191 Le texte peut avoir des notes de bas de page
36192 \begin_inset Foot
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196 Un autre exemple de note de bas de page
36197 \end_layout
36198
36199 \end_inset
36200
36201  et contenir des figures et des tableaux.
36202 \end_layout
36203
36204 \begin_layout Plain Layout
36205 \align center
36206 \begin_inset Tabular
36207 <lyxtabular version="3" rows="3" columns="3">
36208 <features rotate="0" tabularvalignment="middle">
36209 <column alignment="center" valignment="top" width="0">
36210 <column alignment="center" valignment="top" width="0">
36211 <column alignment="center" valignment="top" width="0">
36212 <row>
36213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36214 \begin_inset Text
36215
36216 \begin_layout Plain Layout
36217 a
36218 \end_layout
36219
36220 \end_inset
36221 </cell>
36222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36223 \begin_inset Text
36224
36225 \begin_layout Plain Layout
36226 !
36227 \end_layout
36228
36229 \end_inset
36230 </cell>
36231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36232 \begin_inset Text
36233
36234 \begin_layout Plain Layout
36235 3
36236 \end_layout
36237
36238 \end_inset
36239 </cell>
36240 </row>
36241 <row>
36242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36243 \begin_inset Text
36244
36245 \begin_layout Plain Layout
36246 <
36247 \end_layout
36248
36249 \end_inset
36250 </cell>
36251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36252 \begin_inset Text
36253
36254 \begin_layout Plain Layout
36255 b2
36256 \begin_inset Quotes erd
36257 \end_inset
36258
36259 |
36260 \end_layout
36261
36262 \end_inset
36263 </cell>
36264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36265 \begin_inset Text
36266
36267 \begin_layout Plain Layout
36268 >
36269 \end_layout
36270
36271 \end_inset
36272 </cell>
36273 </row>
36274 <row>
36275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36276 \begin_inset Text
36277
36278 \begin_layout Plain Layout
36279 1
36280 \end_layout
36281
36282 \end_inset
36283 </cell>
36284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36285 \begin_inset Text
36286
36287 \begin_layout Plain Layout
36288 §
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36294 \begin_inset Text
36295
36296 \begin_layout Plain Layout
36297 c
36298 \end_layout
36299
36300 \end_inset
36301 </cell>
36302 </row>
36303 </lyxtabular>
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \begin_inset ERT
36314 status collapsed
36315
36316 \begin_layout Plain Layout
36317
36318 }
36319 \end_layout
36320
36321 \end_inset
36322
36323
36324 \end_layout
36325
36326 \begin_layout Section
36327 Les boîtes pivotées et redimensionnées
36328 \end_layout
36329
36330 \begin_layout Standard
36331 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
36332  charger le paquetage LaTeX 
36333 \series bold
36334 graphicx
36335 \series default
36336
36337 \begin_inset Index idx
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341 Paquetages LaTeX ! graphicx
36342 \end_layout
36343
36344 \end_inset
36345
36346  dans le préambule de votre document avec la commande
36347 \end_layout
36348
36349 \begin_layout Standard
36350
36351 \series bold
36352
36353 \backslash
36354 @ifundefined{rotatebox}
36355 \begin_inset Newline newline
36356 \end_inset
36357
36358
36359 \begin_inset Phantom HPhantom
36360 status open
36361
36362 \begin_layout Plain Layout
36363
36364 \series bold
36365 \begin_inset space ~
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \end_inset
36372
36373 {
36374 \backslash
36375 usepackage{graphicx}}{}
36376 \end_layout
36377
36378 \begin_layout Description
36379 \begin_inset Note Greyedout
36380 status open
36381
36382 \begin_layout Plain Layout
36383
36384 \series bold
36385 Note:
36386 \series default
36387  La plupart des visualiseurs DVI ne sont 
36388 \emph on
36389 pas
36390 \emph default
36391  capables d'afficher des rotations ou des redimensions.
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Standard
36400 \begin_inset Note Greyedout
36401 status open
36402
36403 \begin_layout Plain Layout
36404
36405 \series bold
36406 Note:
36407 \series default
36408  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
36409  redimensionnée.
36410 \end_layout
36411
36412 \end_inset
36413
36414
36415 \end_layout
36416
36417 \begin_layout Subsection
36418 Les Boîtes pivotées
36419 \begin_inset Index idx
36420 status collapsed
36421
36422 \begin_layout Plain Layout
36423 Boîtes ! pivotées
36424 \end_layout
36425
36426 \end_inset
36427
36428
36429 \begin_inset Index idx
36430 status collapsed
36431
36432 \begin_layout Plain Layout
36433 Pivoter des objets
36434 \end_layout
36435
36436 \end_inset
36437
36438
36439 \end_layout
36440
36441 \begin_layout Standard
36442 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
36443  (rotated).
36444  Une telle boîte est créée avec la commande 
36445 \series bold
36446
36447 \backslash
36448 rotatebox
36449 \series default
36450  en code TeX avec la syntaxe
36451 \end_layout
36452
36453 \begin_layout Standard
36454
36455 \series bold
36456
36457 \backslash
36458 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
36459 \end_layout
36460
36461 \begin_layout Standard
36462 La position du pivot est donnée par l'origine de rotation spécifiée sous
36463  la forme 
36464 \series bold
36465 origin=position
36466 \series default
36467 .
36468  Les valeurs suivantes sont possibles pour la position: 
36469 \emph on
36470 c
36471 \emph default
36472  (centre), 
36473 \emph on
36474 l
36475 \emph default
36476  (gauche/
36477 \lang english
36478 left
36479 \lang french
36480 ), 
36481 \emph on
36482 r
36483 \emph default
36484  (droite/
36485 \lang english
36486 right
36487 \lang french
36488 ), 
36489 \emph on
36490 b
36491 \emph default
36492  (bas/
36493 \lang english
36494 bottom
36495 \lang french
36496 ), 
36497 \emph on
36498 t
36499 \emph default
36500  (haut/
36501 \lang english
36502 top
36503 \lang french
36504 ), et aussi des combinaisons des quatre positions de base.
36505  Par exemple 
36506 \emph on
36507 lt
36508 \emph default
36509  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
36510  Quand on ne donne pas d'origine, la position 
36511 \emph on
36512 l
36513 \emph default
36514  est utilisée.
36515  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
36516  ou négatif.
36517  Le sens positif de rotation est anti-horaire.
36518 \end_layout
36519
36520 \begin_layout Standard
36521 Dans l'exemple qui suit, la commande 
36522 \series bold
36523
36524 \backslash
36525 rotatebox[origin=c]{60}{
36526 \series default
36527  a été insérée en code TeX juste avant le texte 
36528 \begin_inset Quotes eld
36529 \end_inset
36530
36531 pivoté de 90°
36532 \begin_inset Quotes erd
36533 \end_inset
36534
36535  ; la boîte est refermée juste après le texte par une accolade fermante
36536  
36537 \begin_inset Quotes eld
36538 \end_inset
36539
36540 }
36541 \begin_inset Quotes erd
36542 \end_inset
36543
36544  en code TeX.
36545 \end_layout
36546
36547 \begin_layout Standard
36548 Voici une ligne avec du texte 
36549 \begin_inset ERT
36550 status collapsed
36551
36552 \begin_layout Plain Layout
36553
36554
36555 \backslash
36556 rotatebox[origin=c]{60}{
36557 \end_layout
36558
36559 \end_inset
36560
36561 pivoté de 60°
36562 \begin_inset ERT
36563 status collapsed
36564
36565 \begin_layout Plain Layout
36566
36567 }
36568 \end_layout
36569
36570 \end_inset
36571
36572 .
36573 \end_layout
36574
36575 \begin_layout Standard
36576 La boîte peut contenir une autre boîte ou une formule en ligne :
36577 \end_layout
36578
36579 \begin_layout Standard
36580 Voici une ligne avec du texte 
36581 \begin_inset ERT
36582 status collapsed
36583
36584 \begin_layout Plain Layout
36585
36586
36587 \backslash
36588 rotatebox[origin=r]{-60}{
36589 \end_layout
36590
36591 \end_inset
36592
36593
36594 \begin_inset Box Doublebox
36595 position "c"
36596 hor_pos "c"
36597 has_inner_box 0
36598 inner_pos "c"
36599 use_parbox 0
36600 use_makebox 0
36601 width "1in"
36602 special "width"
36603 height "1in"
36604 height_special "totalheight"
36605 status collapsed
36606
36607 \begin_layout Plain Layout
36608 pivoté de -60°
36609 \end_layout
36610
36611 \end_inset
36612
36613
36614 \begin_inset ERT
36615 status collapsed
36616
36617 \begin_layout Plain Layout
36618
36619 }
36620 \end_layout
36621
36622 \end_inset
36623
36624  et encadré 
36625 \begin_inset ERT
36626 status collapsed
36627
36628 \begin_layout Plain Layout
36629
36630
36631 \backslash
36632 rotatebox[origin=lb]{60}{
36633 \end_layout
36634
36635 \end_inset
36636
36637
36638 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36639 \end_inset
36640
36641
36642 \begin_inset ERT
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646
36647 }
36648 \end_layout
36649
36650 \end_inset
36651
36652  et une formule.
36653 \end_layout
36654
36655 \begin_layout Standard
36656 ou encore une figure ou un tableau :
36657 \end_layout
36658
36659 \begin_layout Standard
36660 Voici une ligne
36661 \begin_inset ERT
36662 status collapsed
36663
36664 \begin_layout Plain Layout
36665
36666
36667 \backslash
36668 rotatebox[origin=lb]{90}{
36669 \end_layout
36670
36671 \end_inset
36672
36673
36674 \begin_inset Graphics
36675         filename ../clipart/platypus.eps
36676         lyxscale 50
36677         width 25col%
36678
36679 \end_inset
36680
36681
36682 \begin_inset ERT
36683 status collapsed
36684
36685 \begin_layout Plain Layout
36686
36687 }
36688 \end_layout
36689
36690 \end_inset
36691
36692  avec une image pivotée de 90° 
36693 \begin_inset ERT
36694 status collapsed
36695
36696 \begin_layout Plain Layout
36697
36698
36699 \backslash
36700 rotatebox[origin=l]{-90}{
36701 \end_layout
36702
36703 \end_inset
36704
36705
36706 \begin_inset Tabular
36707 <lyxtabular version="3" rows="2" columns="2">
36708 <features rotate="0" tabularvalignment="middle">
36709 <column alignment="center" valignment="top" width="0">
36710 <column alignment="center" valignment="top" width="0">
36711 <row>
36712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36713 \begin_inset Text
36714
36715 \begin_layout Plain Layout
36716 q
36717 \end_layout
36718
36719 \end_inset
36720 </cell>
36721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36722 \begin_inset Text
36723
36724 \begin_layout Plain Layout
36725 w
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 </row>
36731 <row>
36732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout Plain Layout
36736 e
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745 r
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 </row>
36751 </lyxtabular>
36752
36753 \end_inset
36754
36755
36756 \begin_inset ERT
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760
36761 }
36762 \end_layout
36763
36764 \end_inset
36765
36766  et un tableau.
36767 \begin_inset Index idx
36768 status collapsed
36769
36770 \begin_layout Plain Layout
36771 Figures ! Pivotées
36772 \end_layout
36773
36774 \end_inset
36775
36776
36777 \begin_inset Index idx
36778 status collapsed
36779
36780 \begin_layout Plain Layout
36781 Tableau ! Pivoter
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \end_layout
36788
36789 \begin_layout Subsection
36790 Les boîtes redimensionnées
36791 \begin_inset Index idx
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795 Boîtes ! Redimensionnées
36796 \end_layout
36797
36798 \end_inset
36799
36800
36801 \begin_inset Index idx
36802 status collapsed
36803
36804 \begin_layout Plain Layout
36805 Redimensionner des objets
36806 \end_layout
36807
36808 \end_inset
36809
36810
36811 \end_layout
36812
36813 \begin_layout Standard
36814 Pour redimensionner des objets on peut utiliser les commandes 
36815 \series bold
36816
36817 \backslash
36818 scalebox
36819 \series default
36820  et 
36821 \series bold
36822
36823 \backslash
36824 resizebox
36825 \series default
36826  insérées sous forme de code TeX.
36827 \end_layout
36828
36829 \begin_layout Standard
36830
36831 \series bold
36832
36833 \backslash
36834 scalebox
36835 \series default
36836  est utilisée avec la syntaxe suivante :
36837 \end_layout
36838
36839 \begin_layout Standard
36840
36841 \series bold
36842
36843 \backslash
36844 scalebox{horizontal}[vertical]{contenu de la boîte}
36845 \end_layout
36846
36847 \begin_layout Standard
36848 Horizontal et vertical sont les facteurs d'échelle correspondants.
36849  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
36850  utilisé comme facteur vertical.
36851 \end_layout
36852
36853 \begin_layout Standard
36854 Par exemple, la commande 
36855 \series bold
36856
36857 \backslash
36858 scalebox{2}{Bonjour}
36859 \series default
36860  crée un 
36861 \begin_inset ERT
36862 status collapsed
36863
36864 \begin_layout Plain Layout
36865
36866
36867 \backslash
36868 scalebox{2}{
36869 \end_layout
36870
36871 \end_inset
36872
36873 Bonjour
36874 \begin_inset ERT
36875 status collapsed
36876
36877 \begin_layout Plain Layout
36878
36879 }
36880 \end_layout
36881
36882 \end_inset
36883
36884  de taille double par rapport à la taille du texte du document.
36885 \end_layout
36886
36887 \begin_layout Standard
36888
36889 \series bold
36890
36891 \backslash
36892 scalebox{2}[1]{Hello}
36893 \series default
36894  au contraire va déformer le 
36895 \begin_inset ERT
36896 status collapsed
36897
36898 \begin_layout Plain Layout
36899
36900
36901 \backslash
36902 scalebox{2}[1]{
36903 \end_layout
36904
36905 \end_inset
36906
36907 Bonjour
36908 \begin_inset ERT
36909 status collapsed
36910
36911 \begin_layout Plain Layout
36912
36913 }
36914 \end_layout
36915
36916 \end_inset
36917
36918 .
36919 \end_layout
36920
36921 \begin_layout Standard
36922 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
36923  La commande 
36924 \series bold
36925
36926 \backslash
36927 scalebox{-1}[1]{Hello}
36928 \series default
36929  peut donc être utilisée pour créer du texte en miroir : 
36930 \begin_inset ERT
36931 status collapsed
36932
36933 \begin_layout Plain Layout
36934
36935
36936 \backslash
36937 scalebox{-1}[1]{
36938 \end_layout
36939
36940 \end_inset
36941
36942 Bonjour
36943 \begin_inset ERT
36944 status collapsed
36945
36946 \begin_layout Plain Layout
36947
36948 }
36949 \end_layout
36950
36951 \end_inset
36952
36953
36954 \end_layout
36955
36956 \begin_layout Standard
36957
36958 \series bold
36959
36960 \backslash
36961 scalebox{1}[-1]{Bonjour}
36962 \series default
36963  effectue une réflexion du 
36964 \begin_inset ERT
36965 status collapsed
36966
36967 \begin_layout Plain Layout
36968
36969
36970 \backslash
36971 scalebox{1}[-1]{
36972 \end_layout
36973
36974 \end_inset
36975
36976 Bonjour
36977 \begin_inset ERT
36978 status collapsed
36979
36980 \begin_layout Plain Layout
36981
36982 }
36983 \end_layout
36984
36985 \end_inset
36986
36987  par rapport à la ligne de base.
36988 \end_layout
36989
36990 \begin_layout Standard
36991 La commande 
36992 \series bold
36993
36994 \backslash
36995 reflectbox{contenu de la boîte} 
36996 \series default
36997 existe aussi et est équivalente à
36998 \series bold
36999  
37000 \backslash
37001 scalebox{-1}[1]{contenu de la boîte}.
37002
37003 \series default
37004  
37005 \begin_inset Newline newline
37006 \end_inset
37007
37008
37009 \end_layout
37010
37011 \begin_layout Standard
37012 \begin_inset VSpace bigskip
37013 \end_inset
37014
37015 La commande 
37016 \series bold
37017
37018 \backslash
37019 resizebox
37020 \series default
37021  est utilisée pour redimensionner une boîte à une largeur et une hauteur
37022  données.
37023  La syntaxe de la commande est :
37024 \end_layout
37025
37026 \begin_layout Standard
37027
37028 \series bold
37029
37030 \backslash
37031 resizebox{largeur}{hauteur}{contenu de la boîte}
37032 \end_layout
37033
37034 \begin_layout Standard
37035 Si un des deux paramètres est remplacé par un point d'exclamation 
37036 \series bold
37037 !
37038 \series default
37039 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
37040 \end_layout
37041
37042 \begin_layout Standard
37043 La commande 
37044 \series bold
37045
37046 \backslash
37047 resizebox{2cm}{1cm}{Bonjour}
37048 \series default
37049  produit : 
37050 \begin_inset ERT
37051 status collapsed
37052
37053 \begin_layout Plain Layout
37054
37055
37056 \backslash
37057 resizebox{2cm}{1cm}{
37058 \end_layout
37059
37060 \end_inset
37061
37062 Bonjour
37063 \begin_inset ERT
37064 status collapsed
37065
37066 \begin_layout Plain Layout
37067
37068 }
37069 \end_layout
37070
37071 \end_inset
37072
37073
37074 \begin_inset Newline newline
37075 \end_inset
37076
37077 La commande 
37078 \series bold
37079
37080 \backslash
37081 resizebox{2cm}{!}{Bonjour}
37082 \series default
37083  produit : 
37084 \begin_inset ERT
37085 status collapsed
37086
37087 \begin_layout Plain Layout
37088
37089
37090 \backslash
37091 resizebox{2cm}{!}{
37092 \end_layout
37093
37094 \end_inset
37095
37096 Bonjour
37097 \begin_inset ERT
37098 status collapsed
37099
37100 \begin_layout Plain Layout
37101
37102 }
37103 \end_layout
37104
37105 \end_inset
37106
37107
37108 \end_layout
37109
37110 \begin_layout Standard
37111 \begin_inset VSpace bigskip
37112 \end_inset
37113
37114
37115 \end_layout
37116
37117 \begin_layout Standard
37118 \begin_inset Note Greyedout
37119 status open
37120
37121 \begin_layout Plain Layout
37122
37123 \series bold
37124 Note:
37125 \series default
37126  Quand les paramètres des commandes 
37127 \series bold
37128
37129 \backslash
37130 scalebox
37131 \series default
37132  ou 
37133 \series bold
37134
37135 \backslash
37136 resizebox
37137 \series default
37138  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
37139  document, mais le document exporté peut ne pas s'afficher ou s'afficher
37140  partiellement.
37141 \end_layout
37142
37143 \end_inset
37144
37145
37146 \end_layout
37147
37148 \begin_layout Standard
37149 \begin_inset VSpace bigskip
37150 \end_inset
37151
37152
37153 \end_layout
37154
37155 \begin_layout Standard
37156 Les boîtes peuvent être combinée dans n'importe quel ordre.
37157  Par exemple, la commande 
37158 \begin_inset Newline newline
37159 \end_inset
37160
37161
37162 \series bold
37163
37164 \backslash
37165 rotatebox[origin=c]{-45}{
37166 \backslash
37167 resizebox{2cm}{!}{
37168 \backslash
37169 reflectbox{Bonjour}}}
37170 \begin_inset Newline newline
37171 \end_inset
37172
37173
37174 \series default
37175 produit :
37176 \end_layout
37177
37178 \begin_layout Standard
37179 \align center
37180 \begin_inset ERT
37181 status collapsed
37182
37183 \begin_layout Plain Layout
37184
37185
37186 \backslash
37187 rotatebox[origin=c]{-45}{
37188 \backslash
37189 resizebox{2cm}{!}{
37190 \backslash
37191 reflectbox{
37192 \end_layout
37193
37194 \end_inset
37195
37196 Bonjour
37197 \begin_inset ERT
37198 status collapsed
37199
37200 \begin_layout Plain Layout
37201
37202 }}}
37203 \end_layout
37204
37205 \end_inset
37206
37207
37208 \end_layout
37209
37210 \begin_layout Standard
37211 \noindent
37212 Les images, les tableaux et les formules sont autorisées comme contenu de
37213  boîte :
37214 \end_layout
37215
37216 \begin_layout Standard
37217 \align center
37218 \begin_inset ERT
37219 status collapsed
37220
37221 \begin_layout Plain Layout
37222
37223
37224 \backslash
37225 rotatebox[origin=c]{-30}{
37226 \backslash
37227 resizebox{2cm}{!}{
37228 \backslash
37229 reflectbox{
37230 \end_layout
37231
37232 \end_inset
37233
37234
37235 \begin_inset Graphics
37236         filename ../clipart/platypus.eps
37237         lyxscale 50
37238         width 25col%
37239
37240 \end_inset
37241
37242
37243 \begin_inset ERT
37244 status collapsed
37245
37246 \begin_layout Plain Layout
37247
37248 }}}
37249 \end_layout
37250
37251 \end_inset
37252
37253
37254 \begin_inset ERT
37255 status collapsed
37256
37257 \begin_layout Plain Layout
37258
37259
37260 \backslash
37261 rotatebox[origin=c]{-45}{
37262 \backslash
37263 resizebox{2cm}{!}{
37264 \backslash
37265 reflectbox{
37266 \end_layout
37267
37268 \end_inset
37269
37270
37271 \begin_inset Tabular
37272 <lyxtabular version="3" rows="2" columns="2">
37273 <features rotate="0" tabularvalignment="middle">
37274 <column alignment="center" valignment="top" width="0">
37275 <column alignment="center" valignment="top" width="0">
37276 <row>
37277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281 q
37282 \end_layout
37283
37284 \end_inset
37285 </cell>
37286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37287 \begin_inset Text
37288
37289 \begin_layout Plain Layout
37290 w
37291 \end_layout
37292
37293 \end_inset
37294 </cell>
37295 </row>
37296 <row>
37297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 e
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310 r
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 </row>
37316 </lyxtabular>
37317
37318 \end_inset
37319
37320
37321 \begin_inset ERT
37322 status collapsed
37323
37324 \begin_layout Plain Layout
37325
37326 }}}
37327 \end_layout
37328
37329 \end_inset
37330
37331
37332 \begin_inset ERT
37333 status collapsed
37334
37335 \begin_layout Plain Layout
37336
37337
37338 \backslash
37339 rotatebox[origin=c]{-45}{
37340 \backslash
37341 resizebox{2cm}{!}{
37342 \backslash
37343 reflectbox{
37344 \end_layout
37345
37346 \end_inset
37347
37348
37349 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37350 \end_inset
37351
37352
37353 \begin_inset ERT
37354 status collapsed
37355
37356 \begin_layout Plain Layout
37357
37358 }}}
37359 \end_layout
37360
37361 \end_inset
37362
37363
37364 \begin_inset Index idx
37365 status collapsed
37366
37367 \begin_layout Plain Layout
37368 Figures ! Redimensionnées
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \begin_inset Index idx
37375 status collapsed
37376
37377 \begin_layout Plain Layout
37378 Tableau ! Redimensionner
37379 \end_layout
37380
37381 \end_inset
37382
37383
37384 \end_layout
37385
37386 \begin_layout Standard
37387 Quand on utilise le style global de formule 
37388 \series bold
37389 fleqn
37390 \series default
37391  dans le document
37392 \begin_inset Foot
37393 status collapsed
37394
37395 \begin_layout Plain Layout
37396 Quand 
37397 \begin_inset Quotes eld
37398 \end_inset
37399
37400 fleqn
37401 \begin_inset Quotes erd
37402 \end_inset
37403
37404  est ajouté aux options de la classe de document.
37405 \end_layout
37406
37407 \end_inset
37408
37409 , les formules hors texte peuvent aussi être redimensionnées.
37410 \end_layout
37411
37412 \begin_layout Chapter
37413 Objets entourés par du texte
37414 \begin_inset Index idx
37415 status collapsed
37416
37417 \begin_layout Plain Layout
37418 Entourés par du texte
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \end_layout
37425
37426 \begin_layout Section
37427 Flottant d'enrobage
37428 \begin_inset CommandInset label
37429 LatexCommand label
37430 name "sec:Flottant-d'enrobage"
37431
37432 \end_inset
37433
37434
37435 \begin_inset Index idx
37436 status collapsed
37437
37438 \begin_layout Plain Layout
37439 Flottants ! Flottants d'enrobage
37440 \end_layout
37441
37442 \end_inset
37443
37444
37445 \begin_inset Index idx
37446 status collapsed
37447
37448 \begin_layout Plain Layout
37449 Entourés par du texte ! Flottants d'enrobage
37450 \end_layout
37451
37452 \end_inset
37453
37454
37455 \end_layout
37456
37457 \begin_layout Standard
37458 \begin_inset Wrap figure
37459 lines 0
37460 placement l
37461 overhang 1cm
37462 width "40col%"
37463 status open
37464
37465 \begin_layout Plain Layout
37466 \begin_inset Graphics
37467         filename ../clipart/mobius.eps
37468         width 40col%
37469         scaleBeforeRotation
37470         rotateOrigin center
37471
37472 \end_inset
37473
37474
37475 \end_layout
37476
37477 \begin_layout Plain Layout
37478 \begin_inset Caption Standard
37479
37480 \begin_layout Plain Layout
37481 \begin_inset CommandInset label
37482 LatexCommand label
37483 name "fig:Figure-enrobée"
37484
37485 \end_inset
37486
37487 Ceci est une figure habillée.
37488 \end_layout
37489
37490 \end_inset
37491
37492
37493 \end_layout
37494
37495 \end_inset
37496
37497  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37498  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37499  Vous pouvez en insérer un en utilisant le menu 
37500 \family sans
37501 Insertion\SpecialChar \menuseparator
37502 Flottant\SpecialChar \menuseparator
37503 Flottant
37504 \begin_inset space ~
37505 \end_inset
37506
37507 d'enrobage
37508 \family default
37509  à la condition que le paquetage LaTeX 
37510 \series bold
37511 wrapfig
37512 \series default
37513
37514 \begin_inset Index idx
37515 status collapsed
37516
37517 \begin_layout Plain Layout
37518 Paquetages LaTeX ! wrapfig
37519 \end_layout
37520
37521 \end_inset
37522
37523  soit installé.
37524 \begin_inset Foot
37525 status collapsed
37526
37527 \begin_layout Plain Layout
37528 Voyez dans la manuel 
37529 \emph on
37530 Configuration
37531 \begin_inset space ~
37532 \end_inset
37533
37534 LaTeX 
37535 \emph default
37536 comment installer des paquetages LaTeX.
37537 \end_layout
37538
37539 \end_inset
37540
37541  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37542  sur la boîte du flottant.
37543  Les paramètres obligatoires sont l'
37544 \family sans
37545 Emplacement
37546 \family default
37547  et la 
37548 \family sans
37549 Largeur
37550 \family default
37551 .
37552  Les paramètres facultatifs sont le 
37553 \family sans
37554 Débordement
37555 \family default
37556  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37557  de la page et la 
37558 \family sans
37559 Porté de la ligne
37560 \family default
37561  qui précise le nombre approximatif de lignes dont le flottant va avoir
37562  besoin.
37563  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37564  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37565  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
37566  à l'intérieur du paragraphe ou vers les autres paragraphes.
37567  La figure
37568 \begin_inset space ~
37569 \end_inset
37570
37571
37572 \begin_inset CommandInset ref
37573 LatexCommand ref
37574 reference "fig:Figure-enrobée"
37575
37576 \end_inset
37577
37578  est un exemple de flottant d'enrobage avec une largeur de 40
37579 \begin_inset space \thinspace{}
37580 \end_inset
37581
37582 col%, un débordement de 1
37583 \begin_inset space \thinspace{}
37584 \end_inset
37585
37586 cm et placé à gauche.
37587 \end_layout
37588
37589 \begin_layout Standard
37590 \begin_inset Note Greyedout
37591 status open
37592
37593 \begin_layout Plain Layout
37594
37595 \series bold
37596 Note:
37597 \series default
37598  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37599  figure trop près du bas de page peut tout chambouler et faire que le flottant
37600  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37601  de texte.
37602 \end_layout
37603
37604 \end_inset
37605
37606
37607 \end_layout
37608
37609 \begin_layout Standard
37610 En général:
37611 \end_layout
37612
37613 \begin_layout Itemize
37614 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37615  qui risquent de passer à la page suivante.
37616  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37617  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37618  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37619  de page.
37620 \end_layout
37621
37622 \begin_layout Itemize
37623 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37624  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37625 e.
37626 \end_layout
37627
37628 \begin_layout Itemize
37629 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37630  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37631  texte entre les deux, comme séparateur.
37632 \end_layout
37633
37634 \begin_layout Itemize
37635 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37636  ou les tableaux.
37637 \end_layout
37638
37639 \begin_layout Itemize
37640 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37641  chapitre
37642 \begin_inset space ~
37643 \end_inset
37644
37645
37646 \begin_inset CommandInset ref
37647 LatexCommand ref
37648 reference "chap:Flottants"
37649
37650 \end_inset
37651
37652 .
37653 \end_layout
37654
37655 \begin_layout Section
37656 Objets fixes entourés par du texte
37657 \begin_inset Index idx
37658 status collapsed
37659
37660 \begin_layout Plain Layout
37661 Entouré par du texte ! Objets fixes
37662 \end_layout
37663
37664 \end_inset
37665
37666
37667 \end_layout
37668
37669 \begin_layout Standard
37670 Les flottants d'enrobage décrits dans la section
37671 \begin_inset space \thinspace{}
37672 \end_inset
37673
37674
37675 \begin_inset CommandInset ref
37676 LatexCommand ref
37677 reference "sec:Flottant-d'enrobage"
37678
37679 \end_inset
37680
37681  prennent les positions suivantes dans le paragraphe :
37682 \end_layout
37683
37684 \begin_layout Standard
37685 \noindent
37686 \align center
37687 \begin_inset Tabular
37688 <lyxtabular version="3" rows="2" columns="2">
37689 <features rotate="0" tabularvalignment="middle">
37690 <column alignment="center" valignment="top" width="0">
37691 <column alignment="center" valignment="top" width="0">
37692 <row>
37693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37694 \begin_inset Text
37695
37696 \begin_layout Plain Layout
37697 \begin_inset Graphics
37698         filename ../../images/dialog-show-new-inset_graphics.png
37699         scale 70
37700         scaleBeforeRotation
37701
37702 \end_inset
37703
37704
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713 texte
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 </row>
37719 <row>
37720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724 texte
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733 texte
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 </row>
37739 </lyxtabular>
37740
37741 \end_inset
37742
37743  ou 
37744 \begin_inset Tabular
37745 <lyxtabular version="3" rows="2" columns="2">
37746 <features rotate="0" tabularvalignment="middle">
37747 <column alignment="center" valignment="top" width="0">
37748 <column alignment="center" valignment="top" width="0">
37749 <row>
37750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754 texte
37755 \end_layout
37756
37757 \end_inset
37758 </cell>
37759 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763 \begin_inset Graphics
37764         filename ../../images/dialog-show-new-inset_graphics.png
37765         scale 70
37766         scaleBeforeRotation
37767
37768 \end_inset
37769
37770
37771 \end_layout
37772
37773 \end_inset
37774 </cell>
37775 </row>
37776 <row>
37777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37778 \begin_inset Text
37779
37780 \begin_layout Plain Layout
37781 texte
37782 \end_layout
37783
37784 \end_inset
37785 </cell>
37786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37787 \begin_inset Text
37788
37789 \begin_layout Plain Layout
37790 texte
37791 \end_layout
37792
37793 \end_inset
37794 </cell>
37795 </row>
37796 </lyxtabular>
37797
37798 \end_inset
37799
37800
37801 \end_layout
37802
37803 \begin_layout Standard
37804 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37805  par exemple pour avoir une de ces positions :
37806 \begin_inset VSpace defskip
37807 \end_inset
37808
37809
37810 \end_layout
37811
37812 \begin_layout Standard
37813 \noindent
37814 \align center
37815 \begin_inset Tabular
37816 <lyxtabular version="3" rows="2" columns="2">
37817 <features rotate="0" tabularvalignment="middle">
37818 <column alignment="center" valignment="top" width="0">
37819 <column alignment="center" valignment="top" width="0">
37820 <row>
37821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37822 \begin_inset Text
37823
37824 \begin_layout Plain Layout
37825 texte
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834 texte
37835 \end_layout
37836
37837 \end_inset
37838 </cell>
37839 </row>
37840 <row>
37841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37842 \begin_inset Text
37843
37844 \begin_layout Plain Layout
37845 \begin_inset Graphics
37846         filename ../../images/dialog-show-new-inset_graphics.png
37847         scale 70
37848         scaleBeforeRotation
37849
37850 \end_inset
37851
37852
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861 texte
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 </row>
37867 </lyxtabular>
37868
37869 \end_inset
37870
37871  
37872 \begin_inset Tabular
37873 <lyxtabular version="3" rows="2" columns="2">
37874 <features rotate="0" tabularvalignment="middle">
37875 <column alignment="center" valignment="top" width="0">
37876 <column alignment="center" valignment="top" width="0">
37877 <row>
37878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37879 \begin_inset Text
37880
37881 \begin_layout Plain Layout
37882 texte
37883 \end_layout
37884
37885 \end_inset
37886 </cell>
37887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37888 \begin_inset Text
37889
37890 \begin_layout Plain Layout
37891 texte
37892 \end_layout
37893
37894 \end_inset
37895 </cell>
37896 </row>
37897 <row>
37898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902 texte
37903 \end_layout
37904
37905 \end_inset
37906 </cell>
37907 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37908 \begin_inset Text
37909
37910 \begin_layout Plain Layout
37911 \begin_inset Graphics
37912         filename ../../images/dialog-show-new-inset_graphics.png
37913         scale 70
37914         scaleBeforeRotation
37915
37916 \end_inset
37917
37918
37919 \end_layout
37920
37921 \end_inset
37922 </cell>
37923 </row>
37924 </lyxtabular>
37925
37926 \end_inset
37927
37928  
37929 \begin_inset Tabular
37930 <lyxtabular version="3" rows="2" columns="3">
37931 <features rotate="0" tabularvalignment="middle">
37932 <column alignment="center" valignment="top" width="0">
37933 <column alignment="center" valignment="top" width="0">
37934 <column alignment="center" valignment="top" width="0">
37935 <row>
37936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37937 \begin_inset Text
37938
37939 \begin_layout Plain Layout
37940 texte
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 <cell alignment="center" valignment="top" topline="true" usebox="none">
37946 \begin_inset Text
37947
37948 \begin_layout Plain Layout
37949 \begin_inset Graphics
37950         filename ../../images/dialog-show-new-inset_graphics.png
37951         scale 70
37952         scaleBeforeRotation
37953
37954 \end_inset
37955
37956
37957 \end_layout
37958
37959 \end_inset
37960 </cell>
37961 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965 texte
37966 \end_layout
37967
37968 \end_inset
37969 </cell>
37970 </row>
37971 <row>
37972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976 texte
37977 \end_layout
37978
37979 \end_inset
37980 </cell>
37981 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37982 \begin_inset Text
37983
37984 \begin_layout Plain Layout
37985 texte
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37991 \begin_inset Text
37992
37993 \begin_layout Plain Layout
37994 texte
37995 \end_layout
37996
37997 \end_inset
37998 </cell>
37999 </row>
38000 </lyxtabular>
38001
38002 \end_inset
38003
38004  
38005 \begin_inset Tabular
38006 <lyxtabular version="3" rows="2" columns="3">
38007 <features rotate="0" tabularvalignment="middle">
38008 <column alignment="center" valignment="top" width="0">
38009 <column alignment="center" valignment="top" width="0">
38010 <column alignment="center" valignment="top" width="0">
38011 <row>
38012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38013 \begin_inset Text
38014
38015 \begin_layout Plain Layout
38016 texte
38017 \end_layout
38018
38019 \end_inset
38020 </cell>
38021 <cell alignment="center" valignment="top" topline="true" usebox="none">
38022 \begin_inset Text
38023
38024 \begin_layout Plain Layout
38025 texte
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38031 \begin_inset Text
38032
38033 \begin_layout Plain Layout
38034 texte
38035 \end_layout
38036
38037 \end_inset
38038 </cell>
38039 </row>
38040 <row>
38041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38042 \begin_inset Text
38043
38044 \begin_layout Plain Layout
38045 texte
38046 \end_layout
38047
38048 \end_inset
38049 </cell>
38050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38051 \begin_inset Text
38052
38053 \begin_layout Plain Layout
38054 \begin_inset Graphics
38055         filename ../../images/dialog-show-new-inset_graphics.png
38056         scale 70
38057         scaleBeforeRotation
38058
38059 \end_inset
38060
38061
38062 \end_layout
38063
38064 \end_inset
38065 </cell>
38066 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38067 \begin_inset Text
38068
38069 \begin_layout Plain Layout
38070 texte
38071 \end_layout
38072
38073 \end_inset
38074 </cell>
38075 </row>
38076 </lyxtabular>
38077
38078 \end_inset
38079
38080
38081 \end_layout
38082
38083 \begin_layout Standard
38084 \noindent
38085 \align center
38086 \begin_inset Tabular
38087 <lyxtabular version="3" rows="3" columns="2">
38088 <features rotate="0" tabularvalignment="middle">
38089 <column alignment="center" valignment="top" width="0">
38090 <column alignment="center" valignment="top" width="0">
38091 <row>
38092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38093 \begin_inset Text
38094
38095 \begin_layout Plain Layout
38096 texte
38097 \end_layout
38098
38099 \end_inset
38100 </cell>
38101 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38102 \begin_inset Text
38103
38104 \begin_layout Plain Layout
38105 texte
38106 \end_layout
38107
38108 \end_inset
38109 </cell>
38110 </row>
38111 <row>
38112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38113 \begin_inset Text
38114
38115 \begin_layout Plain Layout
38116 \begin_inset Graphics
38117         filename ../../images/dialog-show-new-inset_graphics.png
38118         scale 70
38119         scaleBeforeRotation
38120
38121 \end_inset
38122
38123
38124 \end_layout
38125
38126 \end_inset
38127 </cell>
38128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38129 \begin_inset Text
38130
38131 \begin_layout Plain Layout
38132 texte
38133 \end_layout
38134
38135 \end_inset
38136 </cell>
38137 </row>
38138 <row>
38139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38140 \begin_inset Text
38141
38142 \begin_layout Plain Layout
38143 texte
38144 \end_layout
38145
38146 \end_inset
38147 </cell>
38148 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152 texte
38153 \end_layout
38154
38155 \end_inset
38156 </cell>
38157 </row>
38158 </lyxtabular>
38159
38160 \end_inset
38161
38162  
38163 \begin_inset Tabular
38164 <lyxtabular version="3" rows="3" columns="3">
38165 <features rotate="0" tabularvalignment="middle">
38166 <column alignment="center" valignment="top" width="0">
38167 <column alignment="center" valignment="top" width="0">
38168 <column alignment="center" valignment="top" width="0">
38169 <row>
38170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38171 \begin_inset Text
38172
38173 \begin_layout Plain Layout
38174 texte
38175 \end_layout
38176
38177 \end_inset
38178 </cell>
38179 <cell alignment="center" valignment="top" topline="true" usebox="none">
38180 \begin_inset Text
38181
38182 \begin_layout Plain Layout
38183 texte
38184 \end_layout
38185
38186 \end_inset
38187 </cell>
38188 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38189 \begin_inset Text
38190
38191 \begin_layout Plain Layout
38192 texte
38193 \end_layout
38194
38195 \end_inset
38196 </cell>
38197 </row>
38198 <row>
38199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38200 \begin_inset Text
38201
38202 \begin_layout Plain Layout
38203 texte
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 <cell alignment="center" valignment="top" usebox="none">
38209 \begin_inset Text
38210
38211 \begin_layout Plain Layout
38212 \begin_inset Graphics
38213         filename ../../images/dialog-show-new-inset_graphics.png
38214         scale 70
38215         scaleBeforeRotation
38216
38217 \end_inset
38218
38219
38220 \end_layout
38221
38222 \end_inset
38223 </cell>
38224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38225 \begin_inset Text
38226
38227 \begin_layout Plain Layout
38228 texte
38229 \end_layout
38230
38231 \end_inset
38232 </cell>
38233 </row>
38234 <row>
38235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38236 \begin_inset Text
38237
38238 \begin_layout Plain Layout
38239 texte
38240 \end_layout
38241
38242 \end_inset
38243 </cell>
38244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38245 \begin_inset Text
38246
38247 \begin_layout Plain Layout
38248 texte
38249 \end_layout
38250
38251 \end_inset
38252 </cell>
38253 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38254 \begin_inset Text
38255
38256 \begin_layout Plain Layout
38257 texte
38258 \end_layout
38259
38260 \end_inset
38261 </cell>
38262 </row>
38263 </lyxtabular>
38264
38265 \end_inset
38266
38267  
38268 \begin_inset Tabular
38269 <lyxtabular version="3" rows="3" columns="2">
38270 <features rotate="0" tabularvalignment="middle">
38271 <column alignment="center" valignment="top" width="0">
38272 <column alignment="center" valignment="top" width="0">
38273 <row>
38274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38275 \begin_inset Text
38276
38277 \begin_layout Plain Layout
38278 texte
38279 \end_layout
38280
38281 \end_inset
38282 </cell>
38283 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38284 \begin_inset Text
38285
38286 \begin_layout Plain Layout
38287 texte
38288 \end_layout
38289
38290 \end_inset
38291 </cell>
38292 </row>
38293 <row>
38294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38295 \begin_inset Text
38296
38297 \begin_layout Plain Layout
38298 texte
38299 \end_layout
38300
38301 \end_inset
38302 </cell>
38303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38304 \begin_inset Text
38305
38306 \begin_layout Plain Layout
38307 \begin_inset Graphics
38308         filename ../../images/dialog-show-new-inset_graphics.png
38309         scale 70
38310         scaleBeforeRotation
38311
38312 \end_inset
38313
38314
38315 \end_layout
38316
38317 \end_inset
38318 </cell>
38319 </row>
38320 <row>
38321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38322 \begin_inset Text
38323
38324 \begin_layout Plain Layout
38325 texte
38326 \end_layout
38327
38328 \end_inset
38329 </cell>
38330 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38331 \begin_inset Text
38332
38333 \begin_layout Plain Layout
38334 texte
38335 \end_layout
38336
38337 \end_inset
38338 </cell>
38339 </row>
38340 </lyxtabular>
38341
38342 \end_inset
38343
38344
38345 \end_layout
38346
38347 \begin_layout Standard
38348 vous pouvez utiliser la paquetage LaTeX 
38349 \end_layout
38350
38351 \begin_layout Standard
38352 \noindent
38353
38354 \series bold
38355 picinpar
38356 \series default
38357
38358 \begin_inset Index idx
38359 status collapsed
38360
38361 \begin_layout Plain Layout
38362 Paquetages LaTeX ! picinpar
38363 \end_layout
38364
38365 \end_inset
38366
38367 .
38368  Voici un exemple :
38369 \end_layout
38370
38371 \begin_layout Standard
38372 \begin_inset ERT
38373 status collapsed
38374
38375 \begin_layout Plain Layout
38376
38377
38378 \backslash
38379 ifpicinpar
38380 \end_layout
38381
38382 \end_inset
38383
38384
38385 \begin_inset Note Note
38386 status open
38387
38388 \begin_layout Plain Layout
38389 La section suivante ne sera affichée que si le paquetage LaTeX 
38390 \series bold
38391 picinpar
38392 \series default
38393  a été installé.
38394 \end_layout
38395
38396 \end_inset
38397
38398
38399 \end_layout
38400
38401 \begin_layout Standard
38402 \begin_inset ERT
38403 status collapsed
38404
38405 \begin_layout Plain Layout
38406
38407
38408 \backslash
38409 begin{window}[2,c,{
38410 \end_layout
38411
38412 \end_inset
38413
38414
38415 \begin_inset Graphics
38416         filename ../clipart/mobius.eps
38417         lyxscale 60
38418         width 40col%
38419         scaleBeforeRotation
38420         rotateOrigin center
38421
38422 \end_inset
38423
38424
38425 \begin_inset ERT
38426 status collapsed
38427
38428 \begin_layout Plain Layout
38429
38430 },]
38431 \end_layout
38432
38433 \begin_layout Plain Layout
38434
38435 {}
38436 \end_layout
38437
38438 \end_inset
38439
38440
38441 \size small
38442 \lang english
38443 It was in the spring of the year 1894 that all London was interested, and
38444  the fashionable world dismayed, by the murder of the Honourable Ronald
38445  Adair under most unusual and inexplicable circumstances.
38446  The public has already learned those particulars of the crime which
38447 \size default
38448
38449 \begin_inset ERT
38450 status collapsed
38451
38452 \begin_layout Plain Layout
38453
38454
38455 \backslash
38456 footnotemark{}
38457 \end_layout
38458
38459 \end_inset
38460
38461
38462 \size small
38463  came out in the police investigation, but a good deal was suppressed upon
38464  that occasion, since the case for the prosecution was so overwhelmingly
38465  strong that it was not necessary to bring forward all the facts.
38466  Only now, at the end of nearly ten years, am I allowed to supply those
38467  missing links which make up the whole of that remarkable chain
38468 \lang french
38469 .
38470 \size default
38471
38472 \begin_inset ERT
38473 status collapsed
38474
38475 \begin_layout Plain Layout
38476
38477
38478 \backslash
38479 end{window}
38480 \end_layout
38481
38482 \end_inset
38483
38484
38485 \end_layout
38486
38487 \begin_layout Standard
38488 \begin_inset ERT
38489 status collapsed
38490
38491 \begin_layout Plain Layout
38492
38493
38494 \backslash
38495 footnotetext{
38496 \end_layout
38497
38498 \end_inset
38499
38500 Note de pied de page du paragraphe avec objet fixe.
38501 \begin_inset ERT
38502 status collapsed
38503
38504 \begin_layout Plain Layout
38505
38506 }
38507 \end_layout
38508
38509 \end_inset
38510
38511
38512 \end_layout
38513
38514 \begin_layout Standard
38515 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38516  d'eux et leur position est déterminée par le nombre de lignes de texte
38517  situées audessus d'eux.
38518  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38519  numérotée.
38520 \end_layout
38521
38522 \begin_layout Standard
38523 Un objet fixe enrobé est inséré en ajoutant la commande
38524 \end_layout
38525
38526 \begin_layout Standard
38527
38528 \series bold
38529
38530 \backslash
38531 begin{window}[2,c,{
38532 \end_layout
38533
38534 \begin_layout Standard
38535 en code TeX au debut du paragraphe.
38536  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38537  dessus de l'objet, le second, ici 'c', la position de l'objet.
38538  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38539  ) sont possibles.
38540  Après la commande, vous insérez votre objet.
38541  Dans cet exemple, c'est une image avec une largeur de 40
38542 \begin_inset space \thinspace{}
38543 \end_inset
38544
38545 % de la colonne de texte qui a été insérée.
38546  L'objet peut aussi être un tableau, une boîte ou une équation.
38547  Après l'objet, on insère la commande
38548 \end_layout
38549
38550 \begin_layout Standard
38551
38552 \series bold
38553 },texte de description ]
38554 \begin_inset Newline newline
38555 \end_inset
38556
38557 {}
38558 \end_layout
38559
38560 \begin_layout Standard
38561 Notez que le 
38562 \begin_inset Quotes fld
38563 \end_inset
38564
38565
38566 \series bold
38567 {}
38568 \series default
38569
38570 \begin_inset Quotes frd
38571 \end_inset
38572
38573  est sur la deuxième ligne.
38574  Le texte de description est facultatif.
38575  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38576  il doit donc commence juste après le 
38577 \series bold
38578 {}
38579 \series default
38580 .
38581  A la fin du paragraphe on insère la commande :
38582 \end_layout
38583
38584 \begin_layout Standard
38585
38586 \series bold
38587
38588 \backslash
38589 end{window}
38590 \end_layout
38591
38592 \begin_layout Standard
38593 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38594  ajouter des notes de pied de page de la façon habituelle.
38595  Vous devez utiliser la commande 
38596 \series bold
38597
38598 \backslash
38599 footnotemark
38600 \series default
38601  à l'intérieur du paragraphe et la commande 
38602 \series bold
38603
38604 \backslash
38605 footnotetext
38606 \series default
38607  à l'extérieur, comme décrit dans la section
38608 \begin_inset space \thinspace{}
38609 \end_inset
38610
38611
38612 \begin_inset CommandInset ref
38613 LatexCommand ref
38614 reference "sec:Notes-bas-de-page"
38615
38616 \end_inset
38617
38618 .
38619 \end_layout
38620
38621 \begin_layout Standard
38622 \begin_inset ERT
38623 status collapsed
38624
38625 \begin_layout Plain Layout
38626
38627
38628 \backslash
38629 else
38630 \end_layout
38631
38632 \end_inset
38633
38634
38635 \begin_inset Note Note
38636 status open
38637
38638 \begin_layout Plain Layout
38639 Ce qui suit sera affiché si le paquetage LaTeX 
38640 \series bold
38641 picinpar
38642 \series default
38643  n'est pas installé :
38644 \end_layout
38645
38646 \end_inset
38647
38648
38649 \end_layout
38650
38651 \begin_layout Standard
38652 Vous devez installer le paquetage LaTeX 
38653 \series bold
38654 picinpar
38655 \series default
38656  pour voir la suite de cette section dans la sortie imprimée.
38657 \end_layout
38658
38659 \begin_layout Standard
38660 \begin_inset ERT
38661 status collapsed
38662
38663 \begin_layout Plain Layout
38664
38665
38666 \backslash
38667 fi
38668 \end_layout
38669
38670 \end_inset
38671
38672
38673 \end_layout
38674
38675 \begin_layout Section
38676 Lettrines
38677 \begin_inset Index idx
38678 status collapsed
38679
38680 \begin_layout Plain Layout
38681 Lettrines
38682 \end_layout
38683
38684 \end_inset
38685
38686
38687 \begin_inset Index idx
38688 status collapsed
38689
38690 \begin_layout Plain Layout
38691 Entouré par du texte ! Lettrines
38692 \end_layout
38693
38694 \end_inset
38695
38696
38697 \end_layout
38698
38699 \begin_layout Standard
38700 Pour utiliser des lettrines, le paquetage LaTeX 
38701 \series bold
38702 lettrine
38703 \series default
38704
38705 \begin_inset Index idx
38706 status collapsed
38707
38708 \begin_layout Plain Layout
38709 Paquetages LaTeX ! lettrine
38710 \end_layout
38711
38712 \end_inset
38713
38714  doit être installé et vous devez utiliser le module Initiales (
38715 \begin_inset space ~
38716 \end_inset
38717
38718 menu 
38719 \family sans
38720 Document\SpecialChar \menuseparator
38721 Paramètres\SpecialChar \menuseparator
38722 Modules
38723 \family default
38724
38725 \begin_inset space ~
38726 \end_inset
38727
38728 ).
38729  Pour insérer une lettrine, utilisez le style 
38730 \family sans
38731 Initial
38732 \family default
38733 .
38734  Les paramètres sont insérés avec le menu 
38735 \family sans
38736 Insertion
38737 \family default
38738 .
38739  Le paramètre obligatoire 
38740 \family sans
38741 \lang english
38742 Initial
38743 \family default
38744 \lang french
38745  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38746 \family sans
38747 \lang english
38748 Rest
38749 \begin_inset space ~
38750 \end_inset
38751
38752 of
38753 \begin_inset space ~
38754 \end_inset
38755
38756 Initial
38757 \family default
38758  
38759 \lang french
38760 contient
38761 \lang english
38762  the rest of the word or text of the initial letter(s)
38763 \lang french
38764 .
38765  Le paramètre 
38766 \family sans
38767 \lang english
38768 Options
38769 \family default
38770 \lang french
38771  contient paramètres pour modifier la lettrine.
38772  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38773  du paquetage 
38774 \series bold
38775 lettrine
38776 \series default
38777
38778 \begin_inset CommandInset citation
38779 LatexCommand cite
38780 key "lettrine"
38781
38782 \end_inset
38783
38784 .
38785  Le style lui-même contient le texte qui doit entourer la lettrine.
38786  Le style habituel est par conséquent que le mot dont la première lettre
38787  est l'initiale soit en 
38788 \shape smallcaps
38789 petites capitales
38790 \shape default
38791 .
38792 \end_layout
38793
38794 \begin_layout Standard
38795 \begin_inset Newpage pagebreak
38796 \end_inset
38797
38798
38799 \end_layout
38800
38801 \begin_layout Standard
38802 Voici quelques exemples
38803 \begin_inset space ~
38804 \end_inset
38805
38806 :
38807 \end_layout
38808
38809 \begin_layout Standard
38810 \begin_inset ERT
38811 status collapsed
38812
38813 \begin_layout Plain Layout
38814
38815
38816 \backslash
38817 iflettrine
38818 \end_layout
38819
38820 \end_inset
38821
38822
38823 \begin_inset Note Note
38824 status open
38825
38826 \begin_layout Plain Layout
38827 La section suivante ne sera affichée que si le paquetage LaTeX 
38828 \series bold
38829 lettrine
38830 \series default
38831  a été installé.
38832 \end_layout
38833
38834 \end_inset
38835
38836
38837 \end_layout
38838
38839 \begin_layout Enumerate
38840 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38841  mathématique 
38842 \begin_inset Formula $\mathfrak{Fraktur}$
38843 \end_inset
38844
38845 :
38846 \end_layout
38847
38848 \begin_deeper
38849 \begin_layout Initial
38850 \begin_inset Argument 2
38851 status open
38852
38853 \begin_layout Plain Layout
38854 \begin_inset Formula $\mathfrak{I}$
38855 \end_inset
38856
38857
38858 \end_layout
38859
38860 \end_inset
38861
38862
38863 \begin_inset Argument 3
38864 status open
38865
38866 \begin_layout Plain Layout
38867 t
38868 \end_layout
38869
38870 \end_inset
38871
38872  
38873 \lang english
38874 was in the spring of the year 1894 that all London was interested, and the
38875  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38876  under most unusual and inexplicable circumstances.
38877  The public has already learned those particulars of the crime which came
38878  out in the police investigation, but a good deal was suppressed upon that
38879  occasion, since the case for the prosecution was so overwhelmingly strong
38880  that it was not necessary to bring forward all the facts.
38881 \end_layout
38882
38883 \end_deeper
38884 \begin_layout Enumerate
38885 L'initiale est entourée par une seule ligne et est formée de deux lettres
38886  dans la police standard ; aucun texte n'est écrit en petites capitales
38887 \begin_inset space ~
38888 \end_inset
38889
38890 :
38891 \end_layout
38892
38893 \begin_deeper
38894 \begin_layout Initial
38895 \begin_inset Argument 1
38896 status open
38897
38898 \begin_layout Plain Layout
38899 lines=1
38900 \end_layout
38901
38902 \end_inset
38903
38904
38905 \begin_inset Argument 2
38906 status open
38907
38908 \begin_layout Plain Layout
38909 It
38910 \end_layout
38911
38912 \end_inset
38913
38914  
38915 \lang english
38916 was in the spring of the year 1894 that all London was interested, and the
38917  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38918  under most unusual and inexplicable circumstances.
38919  The public has already learned those particulars of the crime which came
38920  out in the police investigation, but a good deal was suppressed upon that
38921  occasion, since the case for the prosecution was so overwhelmingly strong
38922  that it was not necessary to bring forward all the facts.
38923 \end_layout
38924
38925 \end_deeper
38926 \begin_layout Enumerate
38927 Initiale descendante sur 3
38928 \begin_inset space ~
38929 \end_inset
38930
38931 lignes en magenta en police mathématique
38932 \begin_inset Newline newline
38933 \end_inset
38934
38935
38936 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38937 \end_inset
38938
38939 , le texte 
38940 \begin_inset Quotes fld
38941 \end_inset
38942
38943
38944 \lang english
38945 t was in the spring
38946 \lang french
38947
38948 \begin_inset Quotes frd
38949 \end_inset
38950
38951  est en 
38952 \shape smallcaps
38953 petites capitales
38954 \shape default
38955  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38956  avant l'initiale
38957 \begin_inset space ~
38958 \end_inset
38959
38960 :
38961 \begin_inset Newline newline
38962 \end_inset
38963
38964
38965 \series bold
38966
38967 \backslash
38968 renewcommand{
38969 \backslash
38970 LettrineFontHook}{
38971 \backslash
38972 color{couleur}}
38973 \series default
38974
38975 \begin_inset Newline newline
38976 \end_inset
38977
38978 où la 
38979 \emph on
38980 couleur
38981 \emph default
38982  peut être 
38983 \begin_inset Quotes fld
38984 \end_inset
38985
38986 red
38987 \begin_inset Quotes frd
38988 \end_inset
38989
38990
38991 \begin_inset Quotes fld
38992 \end_inset
38993
38994 blue
38995 \begin_inset Quotes frd
38996 \end_inset
38997
38998
38999 \begin_inset Quotes fld
39000 \end_inset
39001
39002 green
39003 \begin_inset Quotes frd
39004 \end_inset
39005
39006
39007 \begin_inset Quotes fld
39008 \end_inset
39009
39010 yellow
39011 \begin_inset Quotes frd
39012 \end_inset
39013
39014
39015 \begin_inset Quotes fld
39016 \end_inset
39017
39018 cyan
39019 \begin_inset Quotes frd
39020 \end_inset
39021
39022
39023 \begin_inset Quotes fld
39024 \end_inset
39025
39026 magenta
39027 \begin_inset Quotes frd
39028 \end_inset
39029
39030
39031 \begin_inset Quotes fld
39032 \end_inset
39033
39034 black
39035 \begin_inset Quotes frd
39036 \end_inset
39037
39038  ou 
39039 \begin_inset Quotes fld
39040 \end_inset
39041
39042 white
39043 \begin_inset Quotes frd
39044 \end_inset
39045
39046 .
39047  On doit aussi ajouter la commande suivante au préambule du document
39048 \begin_inset space ~
39049 \end_inset
39050
39051 :
39052 \begin_inset Newline newline
39053 \end_inset
39054
39055
39056 \series bold
39057
39058 \backslash
39059 @ifundefined{textcolor}
39060 \begin_inset Newline newline
39061 \end_inset
39062
39063
39064 \begin_inset space ~
39065 \end_inset
39066
39067 {
39068 \backslash
39069 usepackage{color}}{}
39070 \end_layout
39071
39072 \begin_deeper
39073 \begin_layout Standard
39074 \begin_inset ERT
39075 status collapsed
39076
39077 \begin_layout Plain Layout
39078
39079
39080 \backslash
39081 renewcommand{
39082 \backslash
39083 LettrineFontHook}{
39084 \backslash
39085 color{magenta}}
39086 \end_layout
39087
39088 \end_inset
39089
39090
39091 \begin_inset Note Note
39092 status collapsed
39093
39094 \begin_layout Plain Layout
39095 colore la lettrine en magenta
39096 \end_layout
39097
39098 \end_inset
39099
39100
39101 \end_layout
39102
39103 \begin_layout Initial
39104 \begin_inset Argument 1
39105 status open
39106
39107 \begin_layout Plain Layout
39108 lines=3, lhang=0.33, loversize=0.25
39109 \end_layout
39110
39111 \end_inset
39112
39113
39114 \begin_inset Argument 2
39115 status open
39116
39117 \begin_layout Plain Layout
39118 \begin_inset Formula $\mathcal{I}$
39119 \end_inset
39120
39121
39122 \end_layout
39123
39124 \end_inset
39125
39126
39127 \begin_inset Argument 3
39128 status open
39129
39130 \begin_layout Plain Layout
39131
39132 \lang english
39133 t was in the spring
39134 \end_layout
39135
39136 \end_inset
39137
39138
39139 \lang english
39140  of the year 1894 that all London was interested, and the fashionable world
39141  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39142  and inexplicable circumstances.
39143  The public has already learned those particulars of the crime which came
39144  out in the police investigation, but a good deal was suppressed upon that
39145  occasion, since the case for the prosecution was so overwhelmingly strong
39146  that it was not necessary to bring forward all the facts.
39147 \end_layout
39148
39149 \end_deeper
39150 \begin_layout Standard
39151 \begin_inset ERT
39152 status collapsed
39153
39154 \begin_layout Plain Layout
39155
39156
39157 \backslash
39158 else
39159 \end_layout
39160
39161 \end_inset
39162
39163
39164 \begin_inset Note Note
39165 status open
39166
39167 \begin_layout Plain Layout
39168 Ce qui suit sera affiché si le paquetage LaTeX 
39169 \series bold
39170 lettrine
39171 \series default
39172  n'est pas installé :
39173 \end_layout
39174
39175 \end_inset
39176
39177
39178 \end_layout
39179
39180 \begin_layout Standard
39181 Vous devez installer le paquetage LaTeX 
39182 \series bold
39183 lettrine
39184 \series default
39185  pour voir la suite de cette section dans la sortie imprimée.
39186 \end_layout
39187
39188 \begin_layout Standard
39189 \begin_inset ERT
39190 status collapsed
39191
39192 \begin_layout Plain Layout
39193
39194
39195 \backslash
39196 fi
39197 \end_layout
39198
39199 \end_inset
39200
39201
39202 \end_layout
39203
39204 \begin_layout Chapter
39205 Trucs externes
39206 \begin_inset Index idx
39207 status collapsed
39208
39209 \begin_layout Plain Layout
39210 Trucs externes
39211 \end_layout
39212
39213 \end_inset
39214
39215
39216 \end_layout
39217
39218 \begin_layout Standard
39219 Avec le menu 
39220 \family sans
39221 Insertion\SpecialChar \menuseparator
39222 Fichier
39223 \family default
39224  vous pouvez insérer un contenu externe à votre document.
39225  Ce contenu peut être :
39226 \end_layout
39227
39228 \begin_layout Description
39229 Document
39230 \begin_inset space ~
39231 \end_inset
39232
39233 LyX Un autre document LyX ; son contenu est directement inséré dans votre
39234  document.
39235 \end_layout
39236
39237 \begin_layout Description
39238 Texte
39239 \begin_inset space ~
39240 \end_inset
39241
39242 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
39243 e.
39244 \end_layout
39245
39246 \begin_layout Description
39247 Texte
39248 \begin_inset space ~
39249 \end_inset
39250
39251 Brut
39252 \begin_inset space ~
39253 \end_inset
39254
39255 par
39256 \begin_inset space ~
39257 \end_inset
39258
39259 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
39260  Les lignes vides créent un nouveau paragraphe dans votre document.
39261 \end_layout
39262
39263 \begin_layout Description
39264 Objet
39265 \begin_inset space ~
39266 \end_inset
39267
39268 Externe Fichiers de formats variés.
39269 \end_layout
39270
39271 \begin_layout Description
39272 Sous-document Documents LyX ou LaTeX.
39273 \end_layout
39274
39275 \begin_layout Section
39276 Objets externes 
39277 \begin_inset Index idx
39278 status collapsed
39279
39280 \begin_layout Plain Layout
39281 Trucs externes ! Objets Externes
39282 \end_layout
39283
39284 \end_inset
39285
39286
39287 \end_layout
39288
39289 \begin_layout Standard
39290 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
39291  de fichiers dans votre document sans avoir à convertir ces derniers en
39292  un format qui soit compatible avec le format de sortie, puisque c'est LyX
39293  qui va s'occuper des conversions.
39294  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
39295  LyX des images dans des formats divers.
39296  Quand vous avez activé 
39297 \family sans
39298 Aperçu
39299 \begin_inset space ~
39300 \end_inset
39301
39302 sur
39303 \begin_inset space ~
39304 \end_inset
39305
39306 le
39307 \begin_inset space ~
39308 \end_inset
39309
39310 vif
39311 \family default
39312  dans le menu des préférences de LyX, dans la rubrique 
39313 \family sans
39314 Apparence\SpecialChar \menuseparator
39315 Graphiques
39316 \family default
39317 , les objets externes de type Dia et Xfig sont affichés directement dans
39318  LyX.
39319 \end_layout
39320
39321 \begin_layout Standard
39322 On insère des objets externes en utilisant la fenêtre de dialogue 
39323 \family sans
39324 Objet
39325 \begin_inset space ~
39326 \end_inset
39327
39328 Externe
39329 \family default
39330  qui est accessible via le menu 
39331 \family sans
39332 Insertion\SpecialChar \menuseparator
39333 Fichiers\SpecialChar \menuseparator
39334 Objet
39335 \begin_inset space ~
39336 \end_inset
39337
39338 Externe
39339 \family default
39340 .
39341  Actuellement les types de fichiers (
39342 \family sans
39343 Modèles
39344 \family default
39345 ) suivants sont autorisés :
39346 \end_layout
39347
39348 \begin_layout Description
39349 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
39350  par le programme 
39351 \series bold
39352
39353 \begin_inset CommandInset href
39354 LatexCommand href
39355 name "XBoard"
39356 target "http://fr.wikipedia.org/wiki/XBoard"
39357
39358 \end_inset
39359
39360
39361 \series default
39362 .
39363 \end_layout
39364
39365 \begin_layout Description
39366 Date Ce modèle insère la date sous la forme 
39367 \emph on
39368 Jour-Mois-Année
39369 \emph default
39370 .
39371  Voici un exemple de date insérée comme objet externe :: 
39372 \begin_inset External
39373         template Date
39374         filename .
39375
39376 \end_inset
39377
39378
39379 \begin_inset space ~
39380 \end_inset
39381
39382
39383 \begin_inset Note Note
39384 status collapsed
39385
39386 \begin_layout Plain Layout
39387 Retirer l'espace protégé quand le bug 4398 sera résolu !
39388 \end_layout
39389
39390 \end_inset
39391
39392
39393 \begin_inset Newline newline
39394 \end_inset
39395
39396 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
39397  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39398 \family sans
39399 Insertion\SpecialChar \menuseparator
39400 Date
39401 \family default
39402  et avec la commande LaTeX 
39403 \series bold
39404
39405 \backslash
39406 today
39407 \series default
39408  entrée comme code TeX.
39409  Ces différentes méthodes sont comparée dans le tableau
39410 \begin_inset space ~
39411 \end_inset
39412
39413
39414 \begin_inset CommandInset ref
39415 LatexCommand ref
39416 reference "tab:Comparaison-des-dates"
39417
39418 \end_inset
39419
39420 .
39421 \end_layout
39422
39423 \begin_layout Description
39424 Dia Ce modèle accepte les diagrammes créés avec le programme 
39425 \series bold
39426
39427 \begin_inset CommandInset href
39428 LatexCommand href
39429 name "Dia"
39430 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39431
39432 \end_inset
39433
39434
39435 \series default
39436 .
39437 \end_layout
39438
39439 \begin_layout Description
39440 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39441  ou des tableaux dans le format de 
39442 \series bold
39443
39444 \begin_inset CommandInset href
39445 LatexCommand href
39446 name "Gnumeric"
39447 target "http://fr.wikipedia.org/wiki/Gnumeric"
39448
39449 \end_inset
39450
39451
39452 \series default
39453
39454 \begin_inset CommandInset href
39455 LatexCommand href
39456 name "OpenDocument"
39457 target "http://fr.wikipedia.org/wiki/OpenDocument"
39458
39459 \end_inset
39460
39461
39462 \begin_inset CommandInset href
39463 LatexCommand href
39464 name "Microsoft Office XML"
39465 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39466
39467 \end_inset
39468
39469  et 
39470 \begin_inset CommandInset href
39471 LatexCommand href
39472 name "Office Open XML"
39473 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39474
39475 \end_inset
39476
39477 .
39478  Pour cette fonction, LyX doit pouvoir trouver le programme 
39479 \family typewriter
39480 ssconvert
39481 \family default
39482  au cours de sa configuration.
39483  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39484  même si vous n'avez pas de tableaux au format gnumeric.
39485  Pour des exemples et les limitations possibles, jetez un œil au fichier
39486  LyX d'exemple, 
39487 \emph on
39488 spreadsheet.lyx
39489 \emph default
39490 .
39491 \end_layout
39492
39493 \begin_layout Description
39494 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39495  par le programme 
39496 \series bold
39497
39498 \begin_inset CommandInset href
39499 LatexCommand href
39500 name "LilyPond"
39501 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39502
39503 \end_inset
39504
39505
39506 \series default
39507 .
39508  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39509  au fichier LyX d'exemple 
39510 \emph on
39511 lilypond.lyx
39512 \emph default
39513 .
39514 \end_layout
39515
39516 \begin_layout Description
39517 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39518  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39519  
39520 \emph on
39521 pages
39522 \emph default
39523  dans le champ 
39524 \family sans
39525 Option
39526 \family default
39527  dans l'onglet 
39528 \family sans
39529 Options LaTeX et LyX
39530 \family default
39531 .
39532  L'argument de cette option est une liste d'éléments séparés par des virgules,
39533  contenant des numéros de pages (
39534 \begin_inset space ~
39535 \end_inset
39536
39537 insérez comme option 
39538 \series bold
39539 pages={3,5,6,8}
39540 \series default
39541
39542 \begin_inset space ~
39543 \end_inset
39544
39545 ), des plages de numéros de pages (
39546 \series bold
39547
39548 \begin_inset space ~
39549 \end_inset
39550
39551 pages={4-9}
39552 \series default
39553
39554 \begin_inset space ~
39555 \end_inset
39556
39557 ) ou n'importe quelle combinaison des deux.
39558  Pour insérer des pages vides, utilisez 
39559 \series bold
39560 {}
39561 \series default
39562 .
39563  Par exemple 
39564 \begin_inset space ~
39565 \end_inset
39566
39567
39568 \series bold
39569 pages={3,{},8-11,15}
39570 \series default
39571  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39572  15.
39573  Les plages de pages sont décrites avec la syntaxe 
39574 \emph on
39575 début-fin
39576 \emph default
39577  qui sélectionne toutes les pages de 
39578 \emph on
39579 début
39580 \emph default
39581  jusqu'à 
39582 \emph on
39583 fin
39584 \emph default
39585 .
39586  Si on omet 
39587 \emph on
39588 début
39589 \emph default
39590 , on commence implicitement à la première page ; de même, omettre 
39591 \emph on
39592 fin
39593 \emph default
39594  termine implicitement à la dernière page du document.
39595  La dernière page du document peut aussi être désignée par le mot-clé 
39596 \series bold
39597 last
39598 \series default
39599  (
39600 \begin_inset space ~
39601 \end_inset
39602
39603 ce dernier n'est accepté que pour une plage de pages
39604 \begin_inset space ~
39605 \end_inset
39606
39607 ).
39608  Donc 
39609 \series bold
39610 pages=-
39611 \series default
39612  va insérer toutes les pages du document et 
39613 \series bold
39614 pages=last-1
39615 \series default
39616  va insérer toutes les pages dans l'ordre inverse.
39617  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39618 \begin_inset Newline newline
39619 \end_inset
39620
39621 L'option 
39622 \series bold
39623 noautoscale
39624 \series default
39625  insère les pages avec leur taille d'origine, si cette option n'est pas
39626  donnée, les pages seront redimensionnées
39627 \begin_inset space \space{}
39628 \end_inset
39629
39630 pour tenir dans la largeur de page de votre document.
39631  Dans l'onglet 
39632 \family sans
39633 Taille
39634 \begin_inset space ~
39635 \end_inset
39636
39637 et
39638 \begin_inset space ~
39639 \end_inset
39640
39641 rotation
39642 \family default
39643  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39644  qu'une éventuelle rotation.
39645  Si vous utilisez une autre largeur que 100
39646 \begin_inset space \thinspace{}
39647 \end_inset
39648
39649 Échelle%, l'option 
39650 \series bold
39651 noautoscale
39652 \series default
39653  sera neutralisée.
39654  Pour plus d'information sur les options possibles, jetez un œil sur la
39655  documentation du paquetage LaTeX 
39656 \series bold
39657 pdfpages
39658 \series default
39659  
39660 \begin_inset CommandInset citation
39661 LatexCommand cite
39662 key "pdfpages"
39663
39664 \end_inset
39665
39666 .
39667 \begin_inset Index idx
39668 status collapsed
39669
39670 \begin_layout Plain Layout
39671 Paquetages LaTeX ! pdfpages
39672 \end_layout
39673
39674 \end_inset
39675
39676
39677 \begin_inset Newline newline
39678 \end_inset
39679
39680 Pour utiliser ce modèle dans une présentation 
39681 \family sans
39682 Beamer
39683 \family default
39684  vous devez d'abord insérer un environnement 
39685 \family sans
39686 FinCadre
39687 \family default
39688  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
39689  commande 
39690 \series bold
39691
39692 \backslash
39693 setbeamertemplate{background canvas}{}
39694 \series default
39695 .
39696  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39697  que vous voulez.
39698  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39699  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39700  section.
39701  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39702  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39703  le modèle.
39704 \begin_inset Newline newline
39705 \end_inset
39706
39707 Voici un PDF incorporé basculé de -5°
39708 \begin_inset space ~
39709 \end_inset
39710
39711 °: 
39712 \begin_inset External
39713         template PDFPages
39714         filename ../clipart/Abstract.pdf
39715         extra LaTeX "noautoscale, pages=-"
39716         rotateAngle -5
39717         rotateOrigin bottomleft
39718
39719 \end_inset
39720
39721
39722 \end_layout
39723
39724 \begin_layout Description
39725 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39726  Les images peuvent être traitées dans la fenêtre de dialogue 
39727 \family sans
39728 Objet
39729 \begin_inset space ~
39730 \end_inset
39731
39732 Externe
39733 \family default
39734  comme les images qui sont habituellement incorporées en utilisant le menu
39735  
39736 \family sans
39737 Insertion\SpecialChar \menuseparator
39738 Graphique
39739 \family default
39740 , comme c'est décrit dans la section
39741 \begin_inset space ~
39742 \end_inset
39743
39744
39745 \begin_inset CommandInset ref
39746 LatexCommand ref
39747 reference "sec:Graphics-Dialog"
39748
39749 \end_inset
39750
39751 .
39752  La différence avec l'insertion normale d'image est que seules les images
39753  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39754  ne sont pas acceptées.
39755  Voici un exemple d'insertion d'image matricielle
39756 \begin_inset space ~
39757 \end_inset
39758
39759
39760 \begin_inset External
39761         template RasterImage
39762         filename ../clipart/ToolbarEnvBox.png
39763
39764 \end_inset
39765
39766
39767 \end_layout
39768
39769 \begin_layout Description
39770 XFig Ce modèle accepte les images créées avec le programme 
39771 \series bold
39772
39773 \begin_inset CommandInset href
39774 LatexCommand href
39775 name "Xfig"
39776 target "http://fr.wikipedia.org/wiki/Xfig"
39777
39778 \end_inset
39779
39780
39781 \series default
39782 .
39783 \end_layout
39784
39785 \begin_layout Standard
39786 \begin_inset Float table
39787 placement !h
39788 wide false
39789 sideways false
39790 status open
39791
39792 \begin_layout Plain Layout
39793 \begin_inset Caption Standard
39794
39795 \begin_layout Plain Layout
39796 \begin_inset CommandInset label
39797 LatexCommand label
39798 name "tab:Comparaison-des-dates"
39799
39800 \end_inset
39801
39802 Comparaison des méthodes d'insertion de la date.
39803 \end_layout
39804
39805 \end_inset
39806
39807
39808 \end_layout
39809
39810 \begin_layout Plain Layout
39811 \align center
39812 \begin_inset Tabular
39813 <lyxtabular version="3" rows="4" columns="4">
39814 <features rotate="0" tabularvalignment="middle">
39815 <column alignment="center" valignment="top" width="0">
39816 <column alignment="center" valignment="top" width="0">
39817 <column alignment="center" valignment="top" width="0">
39818 <column alignment="center" valignment="top" width="0">
39819 <row>
39820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39821 \begin_inset Text
39822
39823 \begin_layout Plain Layout
39824 Format du document
39825 \end_layout
39826
39827 \end_inset
39828 </cell>
39829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39830 \begin_inset Text
39831
39832 \begin_layout Plain Layout
39833
39834 \family sans
39835 Objet
39836 \begin_inset space ~
39837 \end_inset
39838
39839 Externe\SpecialChar \menuseparator
39840 Date
39841 \end_layout
39842
39843 \end_inset
39844 </cell>
39845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39846 \begin_inset Text
39847
39848 \begin_layout Plain Layout
39849
39850 \family sans
39851 Insertion\SpecialChar \menuseparator
39852 Date
39853 \end_layout
39854
39855 \end_inset
39856 </cell>
39857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39858 \begin_inset Text
39859
39860 \begin_layout Plain Layout
39861 commande 
39862 \series bold
39863
39864 \backslash
39865 today
39866 \end_layout
39867
39868 \end_inset
39869 </cell>
39870 </row>
39871 <row>
39872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39873 \begin_inset Text
39874
39875 \begin_layout Plain Layout
39876 LyX
39877 \end_layout
39878
39879 \end_inset
39880 </cell>
39881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39882 \begin_inset Text
39883
39884 \begin_layout Plain Layout
39885 comme boîte d'insert
39886 \end_layout
39887
39888 \end_inset
39889 </cell>
39890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39891 \begin_inset Text
39892
39893 \begin_layout Plain Layout
39894 comme date
39895 \end_layout
39896
39897 \end_inset
39898 </cell>
39899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39900 \begin_inset Text
39901
39902 \begin_layout Plain Layout
39903 comme boîte de code TeX
39904 \end_layout
39905
39906 \end_inset
39907 </cell>
39908 </row>
39909 <row>
39910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39911 \begin_inset Text
39912
39913 \begin_layout Plain Layout
39914 LaTeX
39915 \end_layout
39916
39917 \end_inset
39918 </cell>
39919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39920 \begin_inset Text
39921
39922 \begin_layout Plain Layout
39923 comme date
39924 \end_layout
39925
39926 \end_inset
39927 </cell>
39928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39929 \begin_inset Text
39930
39931 \begin_layout Plain Layout
39932 comme date
39933 \end_layout
39934
39935 \end_inset
39936 </cell>
39937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39938 \begin_inset Text
39939
39940 \begin_layout Plain Layout
39941 comme commande
39942 \end_layout
39943
39944 \end_inset
39945 </cell>
39946 </row>
39947 <row>
39948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39949 \begin_inset Text
39950
39951 \begin_layout Plain Layout
39952 DVI, PDF, PS
39953 \end_layout
39954
39955 \end_inset
39956 </cell>
39957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39958 \begin_inset Text
39959
39960 \begin_layout Plain Layout
39961 comme date
39962 \end_layout
39963
39964 \end_inset
39965 </cell>
39966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39967 \begin_inset Text
39968
39969 \begin_layout Plain Layout
39970 comme date
39971 \end_layout
39972
39973 \end_inset
39974 </cell>
39975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39976 \begin_inset Text
39977
39978 \begin_layout Plain Layout
39979 comme date date
39980 \end_layout
39981
39982 \end_inset
39983 </cell>
39984 </row>
39985 </lyxtabular>
39986
39987 \end_inset
39988
39989
39990 \end_layout
39991
39992 \end_inset
39993
39994
39995 \end_layout
39996
39997 \begin_layout Standard
39998 Quand vous activez l'option 
39999 \family sans
40000 Brouillon
40001 \family default
40002  de l'onglet 
40003 \family sans
40004 Fichier
40005 \family default
40006  de la fenêtre de dialogue 
40007 \family sans
40008 Objet
40009 \begin_inset space ~
40010 \end_inset
40011
40012 Externe
40013 \family default
40014 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40015 \begin_inset Newline newline
40016 \end_inset
40017
40018 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
40019  : 
40020 \begin_inset Graphics
40021         filename ../clipart/ExternalMaterialQt4.png
40022         scale 85
40023         scaleBeforeRotation
40024
40025 \end_inset
40026
40027  soit comme une image, selon que vous avez ou non activé l'option 
40028 \family sans
40029 Afficher
40030 \begin_inset space ~
40031 \end_inset
40032
40033 dans
40034 \begin_inset space ~
40035 \end_inset
40036
40037 LyX
40038 \family default
40039  de l'onglet 
40040 \family sans
40041 Options LaTeX et LyX
40042 \family default
40043  de la fenêtre de dialogue.
40044 \end_layout
40045
40046 \begin_layout Standard
40047 Le manuel 
40048 \family sans
40049 \emph on
40050 Personnalisation
40051 \family default
40052 \emph default
40053  explique comment vous pouvez créer vos propres modèles.
40054 \end_layout
40055
40056 \begin_layout Section
40057 Sous-documents
40058 \begin_inset CommandInset label
40059 LatexCommand label
40060 name "sec:Sous-documents"
40061
40062 \end_inset
40063
40064
40065 \begin_inset Index idx
40066 status collapsed
40067
40068 \begin_layout Plain Layout
40069 Trucs externes ! Sous-documents
40070 \end_layout
40071
40072 \end_inset
40073
40074
40075 \begin_inset Index idx
40076 status collapsed
40077
40078 \begin_layout Plain Layout
40079 Fichiers ! Insertion
40080 \end_layout
40081
40082 \end_inset
40083
40084
40085 \end_layout
40086
40087 \begin_layout Standard
40088 Les sous-documents sont utilisés quand on a un document très long qui peut
40089  être décomposé en plusieurs parties ou sections plus petites.
40090  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40091  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40092  Les différents documents sont ce que l'on appelle les sous-documents et
40093  un document maître les relie pour imprimer le document complet ou seulement
40094  une partie de celui-ci.
40095  Un sous-document hérite du contenu de son maître, par exemple le préambule
40096  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
40097 \end_layout
40098
40099 \begin_layout Standard
40100 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40101  maître, précisez dans le sous-document le document maître dans le menu
40102  
40103 \family sans
40104 Document\SpecialChar \menuseparator
40105 Paramètres\SpecialChar \menuseparator
40106 Classe de document
40107 \family default
40108 .
40109  Ce document maître sera par la suite utilisé de façon cachée par LyX à
40110  chaque fois que vous modifierez le sous-document.
40111 \end_layout
40112
40113 \begin_layout Standard
40114 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
40115  comme celle-ci : 
40116 \begin_inset Graphics
40117         filename clipart/ChildDocumentQt4.png
40118         lyxscale 70
40119         scale 60
40120         scaleBeforeRotation
40121
40122 \end_inset
40123
40124  Pour inclure des sous-documents dans un document maître , on utilise le
40125  menu 
40126 \family sans
40127 Insertion\SpecialChar \menuseparator
40128 Fichier\SpecialChar \menuseparator
40129 Sous-document
40130 \family default
40131 .
40132  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
40133  des quatre méthodes d'inclusion :
40134 \end_layout
40135
40136 \begin_layout Description
40137 Inclus
40138 \begin_inset space ~
40139 \end_inset
40140
40141 (include) Vous pouvez inclure des documents LyX et LaTeX.
40142  Quand vous cliquez sur le bouton 
40143 \family sans
40144 Modifier
40145 \family default
40146  dans la fenêtre de dialogue 
40147 \family sans
40148 Sous-document
40149 \family default
40150 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
40151  vous puissiez le modifier.
40152 \begin_inset Newline newline
40153 \end_inset
40154
40155
40156 \end_layout
40157
40158 \begin_layout Standard
40159 Voici un sous-document inséré avec la méthode 
40160 \family sans
40161 Inclus
40162 \family default
40163  : 
40164 \begin_inset CommandInset include
40165 LatexCommand include
40166 filename "DocumentBidon1.lyx"
40167
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \begin_layout Standard
40174 La numérotation des sections va prendre en compte les sections des fichiers
40175  incorporés dans l'ordre où ils sont insérés dans le document maître.
40176  Le document qui est inclus comme exemple possède une sous-section qui sera
40177  numérotée comme sous-section de la section actuelle.
40178  Les étiquettes présentes dans le fichier inclus peuvent être référencées
40179  : la sous-section
40180 \begin_inset space ~
40181 \end_inset
40182
40183
40184 \begin_inset CommandInset ref
40185 LatexCommand ref
40186 reference "sub:Sous-section-externe-1"
40187
40188 \end_inset
40189
40190  est dans le fichier inclus.
40191 \end_layout
40192
40193 \begin_layout Standard
40194 Le préambule du sous-document est tout simplement ignoré, seul le préambule
40195  du document maître est utilisé.
40196  Les branches présentes dans le sous-document seront ignorées par le document
40197  maître si celui-ci ne possède pas une branche avec le même nom.
40198  Les documents inclus sont insérés en commençant une nouvelle page et sont
40199  suivis par un saut de page.
40200 \end_layout
40201
40202 \begin_layout Standard
40203 \begin_inset Note Greyedout
40204 status open
40205
40206 \begin_layout Plain Layout
40207
40208 \series bold
40209 Note:
40210 \series default
40211  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
40212  une classe de document différente de celle du document maître, vous recevez
40213  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
40214  que cela peut produire des résultats inattendus sur la sortie imprimée.
40215 \end_layout
40216
40217 \end_inset
40218
40219
40220 \end_layout
40221
40222 \begin_layout Description
40223 Incorporé
40224 \begin_inset space ~
40225 \end_inset
40226
40227 (input) Cette méthode est très semblable à la méthode Inclus, les différences
40228  sont :
40229 \end_layout
40230
40231 \begin_deeper
40232 \begin_layout Itemize
40233 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
40234  par un saut de page.
40235 \end_layout
40236
40237 \begin_layout Itemize
40238 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
40239  
40240 \family sans
40241 Aperçu
40242 \begin_inset space ~
40243 \end_inset
40244
40245 sur
40246 \begin_inset space ~
40247 \end_inset
40248
40249 le
40250 \begin_inset space ~
40251 \end_inset
40252
40253 vif
40254 \family default
40255  est activée dans les préférences dans la rubrique 
40256 \family sans
40257 Apparence\SpecialChar \menuseparator
40258 Graphique
40259 \family default
40260 .
40261 \end_layout
40262
40263 \begin_layout Itemize
40264 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
40265 \family sans
40266 Document\SpecialChar \menuseparator
40267 Paramètres\SpecialChar \menuseparator
40268 Sous-documents
40269 \family default
40270 .
40271 \end_layout
40272
40273 \end_deeper
40274 \begin_layout Standard
40275 Voici un sous document inséré en utilisant la méthode 
40276 \family sans
40277 Incorporé
40278 \family default
40279  : 
40280 \begin_inset CommandInset include
40281 LatexCommand input
40282 preview true
40283 filename "DocumentBidon2.lyx"
40284
40285 \end_inset
40286
40287
40288 \end_layout
40289
40290 \begin_layout Standard
40291 Voici un sous-document
40292 \emph on
40293 input
40294 \emph default
40295  comme LaTeX source:
40296 \end_layout
40297
40298 \begin_layout Quote
40299 \begin_inset CommandInset include
40300 LatexCommand input
40301 filename "DocumentTexteBidon.txt"
40302
40303 \end_inset
40304
40305
40306 \end_layout
40307
40308 \begin_layout Description
40309 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
40310  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
40311  sous forme de code source et aucune des commandes éventuellement présentes
40312  ne sera exécutée.
40313  Vous pouvez utiliser l'option 
40314 \family sans
40315 Marquer
40316 \begin_inset space ~
40317 \end_inset
40318
40319 les
40320 \begin_inset space ~
40321 \end_inset
40322
40323 espaces
40324 \family default
40325  qui matérialise chaque espace présente dans le code source par un caractère
40326  
40327 \begin_inset Quotes eld
40328 \end_inset
40329
40330
40331 \begin_inset ERT
40332 status collapsed
40333
40334 \begin_layout Plain Layout
40335
40336
40337 \backslash
40338 textvisiblespace 
40339 \end_layout
40340
40341 \end_inset
40342
40343
40344 \begin_inset Quotes erd
40345 \end_inset
40346
40347  .
40348  La différence avec la méthode qui consiste à utiliser le menu 
40349 \family sans
40350 Insertion\SpecialChar \menuseparator
40351 Fichier\SpecialChar \menuseparator
40352 Texte
40353 \begin_inset space ~
40354 \end_inset
40355
40356 brut
40357 \family default
40358  est que le contenu du document n'apparaît pas dans LyX.
40359 \end_layout
40360
40361 \begin_layout Standard
40362 Voici un sous-document inclus en utilisant la méthode 
40363 \family sans
40364 verbatim
40365 \family default
40366  : 
40367 \begin_inset CommandInset include
40368 LatexCommand verbatiminput
40369 filename "DocumentTexteBidon.txt"
40370
40371 \end_inset
40372
40373
40374 \begin_inset VSpace bigskip
40375 \end_inset
40376
40377 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40378  l'option 
40379 \family sans
40380 Marquer
40381 \begin_inset space ~
40382 \end_inset
40383
40384 les
40385 \begin_inset space ~
40386 \end_inset
40387
40388 espaces :
40389 \family default
40390  
40391 \begin_inset CommandInset include
40392 LatexCommand verbatiminput*
40393 filename "DocumentTexteBidon.txt"
40394
40395 \end_inset
40396
40397
40398 \end_layout
40399
40400 \begin_layout Standard
40401 \begin_inset VSpace bigskip
40402 \end_inset
40403
40404
40405 \end_layout
40406
40407 \begin_layout Standard
40408 \begin_inset Note Greyedout
40409 status open
40410
40411 \begin_layout Plain Layout
40412
40413 \series bold
40414 Note:
40415 \series default
40416  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40417  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40418 \end_layout
40419
40420 \end_inset
40421
40422
40423 \end_layout
40424
40425 \begin_layout Description
40426 Listings Ce type d'inclusion est décrit dans le chapitre
40427 \begin_inset space ~
40428 \end_inset
40429
40430
40431 \begin_inset CommandInset ref
40432 LatexCommand ref
40433 reference "cha:Program-Code-Listings"
40434
40435 \end_inset
40436
40437 .
40438 \end_layout
40439
40440 \begin_layout Standard
40441 \begin_inset Note Greyedout
40442 status open
40443
40444 \begin_layout Plain Layout
40445
40446 \series bold
40447 Note:
40448 \series default
40449  Inclure le même document deux fois dans un même document peut poser des
40450  problèmes avec LaTeX.
40451 \end_layout
40452
40453 \end_inset
40454
40455
40456 \end_layout
40457
40458 \begin_layout Standard
40459 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40460  de votre document maître, que ce soit pour diminuer les temps de compilation
40461  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40462  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40463  la sortie en utilisant le menu 
40464 \family sans
40465 Document\SpecialChar \menuseparator
40466 Paramètres\SpecialChar \menuseparator
40467 Sous-documents
40468 \family default
40469 .
40470  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40471  sur la ligne correspondant dans la colonne 
40472 \family sans
40473 Inclus dans le résultat
40474 \family default
40475  de la liste (
40476 \begin_inset space ~
40477 \end_inset
40478
40479 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40480  
40481 \begin_inset Quotes fld
40482 \end_inset
40483
40484 inclus
40485 \begin_inset Quotes frd
40486 \end_inset
40487
40488  et pas la méthode 
40489 \begin_inset Quotes fld
40490 \end_inset
40491
40492 incorporé
40493 \begin_inset Quotes frd
40494 \end_inset
40495
40496
40497 \begin_inset space ~
40498 \end_inset
40499
40500 ).
40501  Si on active l'option 
40502 \family sans
40503 Assurer la cohérence des compteurs et des références
40504 \family default
40505 , LyX va s'assurer que tous les numéros de pages, références etc...
40506  sont corrects comme si tous le document avait été traité.
40507  C'est utile si vous voulez que les sous-documents choisis aient exactement
40508  le même aspect que s'il étaient dans le document complet.
40509  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
40510  la totalité du document.
40511  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40512  les compteurs et autres références n'ont pas à être à tout prix valides,
40513  vous devez impérativement désactiver cette option.
40514  
40515 \end_layout
40516
40517 \begin_layout Standard
40518 Une autre solution consiste à inclure chaque fichier dans une branche
40519 \begin_inset Foot
40520 status collapsed
40521
40522 \begin_layout Plain Layout
40523 Les branches sont décrites dans la section 
40524 \emph on
40525 Branches
40526 \emph default
40527  du 
40528 \emph on
40529 Guide de l'utilisateur
40530 \emph default
40531  de LyX.
40532 \end_layout
40533
40534 \end_inset
40535
40536 .
40537  En activant ou désactivant une branche, vous pouvez décider les fichiers
40538  inclus qui doivent apparaître dans la sortie imprimée.
40539  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40540  
40541 \begin_inset Quotes fld
40542 \end_inset
40543
40544 incorporés
40545 \begin_inset Quotes frd
40546 \end_inset
40547
40548 .
40549  Le défaut est que les compteurs et autres références ne sont pas conservés
40550  avec cette approche.
40551 \end_layout
40552
40553 \begin_layout Chapter
40554 Listings de code source
40555 \begin_inset CommandInset label
40556 LatexCommand label
40557 name "cha:Program-Code-Listings"
40558
40559 \end_inset
40560
40561
40562 \begin_inset Index idx
40563 status collapsed
40564
40565 \begin_layout Plain Layout
40566 Listings
40567 \end_layout
40568
40569 \end_inset
40570
40571
40572 \begin_inset Index idx
40573 status collapsed
40574
40575 \begin_layout Plain Layout
40576 Code Source
40577 \end_layout
40578
40579 \end_inset
40580
40581
40582 \begin_inset Index idx
40583 status collapsed
40584
40585 \begin_layout Plain Layout
40586 Flottants ! Listings
40587 \end_layout
40588
40589 \end_inset
40590
40591
40592 \end_layout
40593
40594 \begin_layout Standard
40595 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40596  un insert 
40597 \family sans
40598 Listings
40599 \family default
40600  qui peut être créé grâce au menu 
40601 \family sans
40602 Insertion
40603 \family default
40604 \SpecialChar \menuseparator
40605
40606 \family sans
40607 Listing
40608 \begin_inset space ~
40609 \end_inset
40610
40611 de
40612 \begin_inset space ~
40613 \end_inset
40614
40615 Code
40616 \begin_inset space ~
40617 \end_inset
40618
40619 Source
40620 \family default
40621 .
40622  Le paquetage LaTeX 
40623 \series bold
40624 listings
40625 \series default
40626
40627 \begin_inset Index idx
40628 status collapsed
40629
40630 \begin_layout Plain Layout
40631 Paquetages LaTeX ! listings
40632 \end_layout
40633
40634 \end_inset
40635
40636  fournit un moyen puissant et flexible d'insérer des listings de code source
40637  dans votre document.
40638  
40639 \end_layout
40640
40641 \begin_layout Standard
40642 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40643  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40644 \end_layout
40645
40646 \begin_layout Standard
40647 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40648  imprimée.
40649  L'option d'emplacement 
40650 \family sans
40651 Listing
40652 \begin_inset space ~
40653 \end_inset
40654
40655 en
40656 \begin_inset space ~
40657 \end_inset
40658
40659 Ligne
40660 \family default
40661  imprime le listing dans la ligne comme ceci : 
40662 \begin_inset listings
40663 lstparams "language={C++}"
40664 inline true
40665 status open
40666
40667 \begin_layout Plain Layout
40668
40669 int a=5;
40670 \end_layout
40671
40672 \end_inset
40673
40674
40675 \begin_inset Newline newline
40676 \end_inset
40677
40678 L'option 
40679 \family sans
40680 Flottant
40681 \family default
40682  crée un flottant de listing pour lequel vous pouvez préciser les options
40683  classiques d'emplacement : 
40684 \begin_inset Quotes eld
40685 \end_inset
40686
40687
40688 \family sans
40689 h
40690 \family default
40691
40692 \begin_inset Quotes erd
40693 \end_inset
40694
40695
40696 \begin_inset Quotes eld
40697 \end_inset
40698
40699
40700 \family sans
40701 t
40702 \family default
40703
40704 \begin_inset Quotes erd
40705 \end_inset
40706
40707
40708 \begin_inset Quotes eld
40709 \end_inset
40710
40711
40712 \family sans
40713 b
40714 \family default
40715
40716 \begin_inset Quotes erd
40717 \end_inset
40718
40719 , et 
40720 \begin_inset Quotes eld
40721 \end_inset
40722
40723
40724 \family sans
40725 p
40726 \family default
40727
40728 \begin_inset Quotes erd
40729 \end_inset
40730
40731  correspondant aux emplacement décrits dans la section
40732 \begin_inset space ~
40733 \end_inset
40734
40735
40736 \begin_inset CommandInset ref
40737 LatexCommand ref
40738 reference "sec:Placement-flottants"
40739
40740 \end_inset
40741
40742 .
40743  Les options de positionnement peuvent être mélangées et doivent être saisies
40744  sans séparation, par exemple, on peut taper 
40745 \begin_inset Quotes eld
40746 \end_inset
40747
40748
40749 \family sans
40750 htbp
40751 \family default
40752
40753 \begin_inset Quotes erd
40754 \end_inset
40755
40756 .
40757  L' option 
40758 \begin_inset Quotes eld
40759 \end_inset
40760
40761 h
40762 \begin_inset Quotes erd
40763 \end_inset
40764
40765  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40766  
40767 \family sans
40768 Flottant
40769 \family default
40770  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40771  légende et être référencés.
40772 \end_layout
40773
40774 \begin_layout Standard
40775 Vous pouvez ajouter une légende à un listing avec le menu 
40776 \family sans
40777 Insertion\SpecialChar \menuseparator
40778 Légende
40779 \family default
40780 .
40781  On peut référencer les listings de la même façon que les flottants :Voir
40782  le listing
40783 \begin_inset space ~
40784 \end_inset
40785
40786
40787 \begin_inset CommandInset ref
40788 LatexCommand ref
40789 reference "lst:Listing-exemple"
40790
40791 \end_inset
40792
40793
40794 \end_layout
40795
40796 \begin_layout Standard
40797 \begin_inset listings
40798 lstparams "language=Python"
40799 inline false
40800 status open
40801
40802 \begin_layout Plain Layout
40803
40804 \begin_inset Caption Standard
40805
40806 \begin_layout Plain Layout
40807 \begin_inset CommandInset label
40808 LatexCommand label
40809 name "lst:Listing-exemple"
40810
40811 \end_inset
40812
40813 Exemple de listing flottant
40814 \end_layout
40815
40816 \end_inset
40817
40818 # Exemple de listing flottant
40819 \end_layout
40820
40821 \begin_layout Plain Layout
40822
40823 def func(param):
40824 \end_layout
40825
40826 \begin_layout Plain Layout
40827
40828     'ceci est une fonction python'
40829 \end_layout
40830
40831 \begin_layout Plain Layout
40832
40833     pass
40834 \end_layout
40835
40836 \end_inset
40837
40838
40839 \end_layout
40840
40841 \begin_layout Standard
40842 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40843  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40844  de manière particulière dans la sortie imprimée.
40845  Dans l'exemple de listing, le mot clé Python 
40846 \begin_inset Quotes eld
40847 \end_inset
40848
40849 def
40850 \begin_inset Quotes erd
40851 \end_inset
40852
40853  est reconnu et imprimé en caractères gras dans la sortie.
40854 \end_layout
40855
40856 \begin_layout Standard
40857 \begin_inset Note Greyedout
40858 status open
40859
40860 \begin_layout Plain Layout
40861
40862 \series bold
40863 Note:
40864 \series default
40865  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40866  une police de caractères à 
40867 \family typewriter
40868 chasse fixe
40869 \family default
40870 , c'est que votre police ne contient probablement pas de série grasse.
40871  Dans ce cas choisissez une police différente dans le menu 
40872 \family sans
40873 Document\SpecialChar \menuseparator
40874 Paramètres\SpecialChar \menuseparator
40875 Polices
40876 \family default
40877 .
40878  (Les polices 
40879 \emph on
40880 LuxiMono, BeraMono
40881 \emph default
40882  et 
40883 \emph on
40884 Courier
40885 \emph default
40886  contiennent une série grasse.)
40887 \end_layout
40888
40889 \end_inset
40890
40891
40892 \end_layout
40893
40894 \begin_layout Standard
40895 Dans la rubrique 
40896 \family sans
40897 Numérotation
40898 \begin_inset space ~
40899 \end_inset
40900
40901 des
40902 \begin_inset space ~
40903 \end_inset
40904
40905 Lignes
40906 \family default
40907  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40908 n des lignes.
40909  Vous pouvez mettre un nombre dans le champ 
40910 \family sans
40911 Pas
40912 \family default
40913  pour désigner les lignes qui seront numérotées.
40914  Par exemple, si vous mettez 
40915 \begin_inset Quotes eld
40916 \end_inset
40917
40918 3
40919 \begin_inset Quotes erd
40920 \end_inset
40921
40922 , seule une ligne sur trois sera numérotée.
40923 \end_layout
40924
40925 \begin_layout Standard
40926 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40927  apparaîtront dans la sortie.
40928  Vous devez utiliser l'option 
40929 \family sans
40930 Table
40931 \begin_inset space ~
40932 \end_inset
40933
40934 de
40935 \begin_inset space ~
40936 \end_inset
40937
40938 Caractères
40939 \begin_inset space ~
40940 \end_inset
40941
40942 Étendue
40943 \family default
40944  quand vous employez des caractères spécifiques à une langue donnée comme
40945  les umlauts Allemands dans votre listing.
40946 \begin_inset Newline newline
40947 \end_inset
40948
40949 Voici un exemple de listing avec la numérotation des lignes à gauche par
40950  pas de 3, en langage Python, avec les options 
40951 \begin_inset Quotes eld
40952 \end_inset
40953
40954 Table
40955 \begin_inset space ~
40956 \end_inset
40957
40958 de
40959 \begin_inset space ~
40960 \end_inset
40961
40962 caractères
40963 \begin_inset space ~
40964 \end_inset
40965
40966 étendue
40967 \begin_inset Quotes erd
40968 \end_inset
40969
40970  et 
40971 \begin_inset Quotes eld
40972 \end_inset
40973
40974 Espace
40975 \begin_inset space ~
40976 \end_inset
40977
40978 représenté
40979 \begin_inset space ~
40980 \end_inset
40981
40982 par
40983 \begin_inset space ~
40984 \end_inset
40985
40986 un
40987 \begin_inset space ~
40988 \end_inset
40989
40990 symbole
40991 \begin_inset Quotes erd
40992 \end_inset
40993
40994 , l'intervalle de ligne étant 3
40995 \begin_inset space \thinspace{}
40996 \end_inset
40997
40998 -
40999 \begin_inset space \thinspace{}
41000 \end_inset
41001
41002 8:
41003 \end_layout
41004
41005 \begin_layout Standard
41006 \begin_inset listings
41007 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41008 inline false
41009 status open
41010
41011 \begin_layout Plain Layout
41012
41013 def func(param):
41014 \end_layout
41015
41016 \begin_layout Plain Layout
41017
41018     'ceci est une fonction Python'
41019 \end_layout
41020
41021 \begin_layout Plain Layout
41022
41023     pass
41024 \end_layout
41025
41026 \begin_layout Plain Layout
41027
41028 def func(param):
41029 \end_layout
41030
41031 \begin_layout Plain Layout
41032
41033 'Ça, c'est un mot Allemand : Tschüß'
41034 \end_layout
41035
41036 \begin_layout Plain Layout
41037
41038 pass
41039 \end_layout
41040
41041 \begin_layout Plain Layout
41042
41043 def func(param):
41044 \end_layout
41045
41046 \begin_layout Plain Layout
41047
41048 'ceci est une fonction Python'
41049 \end_layout
41050
41051 \begin_layout Plain Layout
41052
41053 pass
41054 \end_layout
41055
41056 \end_inset
41057
41058
41059 \end_layout
41060
41061 \begin_layout Standard
41062 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
41063  nombre de caractères que doit représenter une tabulation dans le champ
41064  
41065 \family sans
41066 Taille du tabulateur
41067 \family default
41068 .
41069 \end_layout
41070
41071 \begin_layout Standard
41072 \begin_inset Note Greyedout
41073 status open
41074
41075 \begin_layout Plain Layout
41076
41077 \series bold
41078 Note:
41079 \series default
41080  À cause d'un bug dans le paquetage 
41081 \series bold
41082 listings
41083 \series default
41084  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
41085  listing.
41086  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
41087  les lignes 3 et 6.
41088 \end_layout
41089
41090 \end_inset
41091
41092
41093 \end_layout
41094
41095 \begin_layout Standard
41096 \begin_inset VSpace bigskip
41097 \end_inset
41098
41099
41100 \end_layout
41101
41102 \begin_layout Standard
41103 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
41104  listing.
41105  Pour le faire, il suffit d'utiliser le menu 
41106 \family sans
41107 Insertion\SpecialChar \menuseparator
41108 Fichier\SpecialChar \menuseparator
41109 Sous-document
41110 \family default
41111  et de choisir le type 
41112 \family sans
41113 Listing
41114 \family default
41115
41116 \begin_inset space ~
41117 \end_inset
41118
41119
41120 \family sans
41121 de
41122 \begin_inset space ~
41123 \end_inset
41124
41125 Code
41126 \begin_inset space ~
41127 \end_inset
41128
41129 source
41130 \family default
41131 .
41132 \begin_inset Foot
41133 status collapsed
41134
41135 \begin_layout Plain Layout
41136 Les autres types de sous-documents sont décrits dans la section
41137 \begin_inset space ~
41138 \end_inset
41139
41140
41141 \begin_inset CommandInset ref
41142 LatexCommand ref
41143 reference "sec:Sous-documents"
41144
41145 \end_inset
41146
41147 .
41148 \end_layout
41149
41150 \end_inset
41151
41152  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
41153  à utiliser pour le listing dans une zone de texte.
41154  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
41155  
41156 \begin_inset Quotes eld
41157 \end_inset
41158
41159 ?
41160 \begin_inset Quotes erd
41161 \end_inset
41162
41163  dans la zone de texte.
41164 \end_layout
41165
41166 \begin_layout Standard
41167 Pour faire référence à un sous-document de type listing, tapez une étiquette
41168  dans le champ correspondant de la fenêtre de dialogue.
41169  On peut alors faire référence à cette étiquette en utilisant le menu 
41170 \family sans
41171 Insertion\SpecialChar \menuseparator
41172 Référence
41173 \begin_inset space ~
41174 \end_inset
41175
41176 Croisée
41177 \family default
41178 .
41179 \end_layout
41180
41181 \begin_layout Standard
41182 Le listing
41183 \begin_inset space ~
41184 \end_inset
41185
41186
41187 \begin_inset CommandInset ref
41188 LatexCommand ref
41189 reference "lst:listing-fichier"
41190
41191 \end_inset
41192
41193  est une exemple de listing issu d'un fichier ; ici les lignes 10
41194 \begin_inset space \thinspace{}
41195 \end_inset
41196
41197 -
41198 \begin_inset space \thinspace{}
41199 \end_inset
41200
41201 15 de ce fichier LyX sont listées.
41202 \end_layout
41203
41204 \begin_layout Standard
41205 \begin_inset CommandInset include
41206 LatexCommand lstinputlisting
41207 filename "EmbeddedObjects.lyx"
41208 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
41209
41210 \end_inset
41211
41212
41213 \end_layout
41214
41215 \begin_layout Standard
41216 \begin_inset VSpace bigskip
41217 \end_inset
41218
41219
41220 \end_layout
41221
41222 \begin_layout Standard
41223 L'insertion d'une formule dans un listing peut se faire de la façon suivante
41224 \begin_inset space ~
41225 \end_inset
41226
41227 :
41228 \end_layout
41229
41230 \begin_layout Enumerate
41231 Ouvrez la fenêtre de dialogue listings et ajoutez
41232 \begin_inset Newline newline
41233 \end_inset
41234
41235
41236 \family sans
41237 mathescape=true
41238 \family default
41239
41240 \begin_inset Newline newline
41241 \end_inset
41242
41243 dans le champ de l'onglet 
41244 \family sans
41245 Avancé
41246 \family default
41247 .
41248 \end_layout
41249
41250 \begin_layout Enumerate
41251 Créez la formule en dehors du listing.
41252 \end_layout
41253
41254 \begin_layout Enumerate
41255 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
41256  (raccourci 
41257 \begin_inset Info
41258 type  "shortcut"
41259 arg   "copy"
41260 \end_inset
41261
41262 )
41263 \end_layout
41264
41265 \begin_layout Enumerate
41266 Dans le listing écrivez 
41267 \begin_inset Quotes eld
41268 \end_inset
41269
41270
41271 \family sans
41272 $$
41273 \family default
41274
41275 \begin_inset Quotes erd
41276 \end_inset
41277
41278  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41279  
41280 \begin_inset Info
41281 type  "shortcut"
41282 arg   "paste"
41283 \end_inset
41284
41285 )
41286 \end_layout
41287
41288 \begin_layout Standard
41289 \begin_inset listings
41290 lstparams "language=Python,mathescape=true"
41291 inline false
41292 status open
41293
41294 \begin_layout Plain Layout
41295
41296 \begin_inset Caption Standard
41297
41298 \begin_layout Plain Layout
41299 Exemple de listing flottant contenant une formule
41300 \end_layout
41301
41302 \end_inset
41303
41304 # Exemple de listing flottant
41305 \end_layout
41306
41307 \begin_layout Plain Layout
41308
41309 def func(param):
41310 \end_layout
41311
41312 \begin_layout Plain Layout
41313
41314     # $
41315 \backslash
41316 prod_{n=1}^{
41317 \backslash
41318 infty}
41319 \backslash
41320 ,
41321 \backslash
41322 frac{1}{x^{2}}$
41323 \end_layout
41324
41325 \begin_layout Plain Layout
41326
41327     pass
41328 \end_layout
41329
41330 \end_inset
41331
41332
41333 \end_layout
41334
41335 \begin_layout Standard
41336 \begin_inset VSpace bigskip
41337 \end_inset
41338
41339
41340 \end_layout
41341
41342 \begin_layout Standard
41343 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41344  de dialogue 
41345 \family sans
41346 Document\SpecialChar \menuseparator
41347 Paramètres\SpecialChar \menuseparator
41348 Listings
41349 \family default
41350 .
41351  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41352  
41353 \begin_inset Quotes eld
41354 \end_inset
41355
41356 ?
41357 \begin_inset Quotes erd
41358 \end_inset
41359
41360  dans le champ.
41361 \end_layout
41362
41363 \begin_layout Standard
41364 Pour plus d'information sur le paquetage 
41365 \series bold
41366 listings
41367 \series default
41368 , nous vous renvoyons à sa documentation 
41369 \begin_inset CommandInset citation
41370 LatexCommand cite
41371 key "listings"
41372
41373 \end_inset
41374
41375 .
41376 \end_layout
41377
41378 \begin_layout Standard
41379 \begin_inset Newpage newpage
41380 \end_inset
41381
41382
41383 \end_layout
41384
41385 \begin_layout Chapter
41386 \start_of_appendix
41387 Unités de longueur utilisables avec LyX
41388 \begin_inset Argument 1
41389 status collapsed
41390
41391 \begin_layout Plain Layout
41392 Unités de longueur
41393 \end_layout
41394
41395 \end_inset
41396
41397
41398 \begin_inset Index idx
41399 status collapsed
41400
41401 \begin_layout Plain Layout
41402 Unités
41403 \end_layout
41404
41405 \end_inset
41406
41407
41408 \begin_inset CommandInset label
41409 LatexCommand label
41410 name "cha:Unités-de-longueur"
41411
41412 \end_inset
41413
41414
41415 \end_layout
41416
41417 \begin_layout Standard
41418 Pour comprendre les unités de longueur utilisées dans cette documentation,
41419  le tableau
41420 \begin_inset space ~
41421 \end_inset
41422
41423
41424 \begin_inset CommandInset ref
41425 LatexCommand ref
41426 reference "tab:Unités"
41427
41428 \end_inset
41429
41430 décrit les unités utilisées par LyX.
41431 \begin_inset Float table
41432 placement h
41433 wide false
41434 sideways false
41435 status open
41436
41437 \begin_layout Plain Layout
41438 \begin_inset Caption Standard
41439
41440 \begin_layout Plain Layout
41441 \begin_inset CommandInset label
41442 LatexCommand label
41443 name "tab:Unités"
41444
41445 \end_inset
41446
41447 Unités de longueur
41448 \end_layout
41449
41450 \end_inset
41451
41452
41453 \end_layout
41454
41455 \begin_layout Plain Layout
41456 \begin_inset VSpace medskip
41457 \end_inset
41458
41459
41460 \end_layout
41461
41462 \begin_layout Plain Layout
41463 \align center
41464 \begin_inset Tabular
41465 <lyxtabular version="3" rows="20" columns="2">
41466 <features rotate="0" tabularvalignment="middle">
41467 <column alignment="center" valignment="top" width="0">
41468 <column alignment="center" valignment="top" width="0">
41469 <row>
41470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41471 \begin_inset Text
41472
41473 \begin_layout Plain Layout
41474 unité
41475 \end_layout
41476
41477 \end_inset
41478 </cell>
41479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41480 \begin_inset Text
41481
41482 \begin_layout Plain Layout
41483 nom/description
41484 \end_layout
41485
41486 \end_inset
41487 </cell>
41488 </row>
41489 <row>
41490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41491 \begin_inset Text
41492
41493 \begin_layout Plain Layout
41494 mm
41495 \end_layout
41496
41497 \end_inset
41498 </cell>
41499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41500 \begin_inset Text
41501
41502 \begin_layout Plain Layout
41503 millimètre
41504 \end_layout
41505
41506 \end_inset
41507 </cell>
41508 </row>
41509 <row>
41510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41511 \begin_inset Text
41512
41513 \begin_layout Plain Layout
41514 cm
41515 \end_layout
41516
41517 \end_inset
41518 </cell>
41519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41520 \begin_inset Text
41521
41522 \begin_layout Plain Layout
41523 centimètre
41524 \end_layout
41525
41526 \end_inset
41527 </cell>
41528 </row>
41529 <row>
41530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41531 \begin_inset Text
41532
41533 \begin_layout Plain Layout
41534 in
41535 \end_layout
41536
41537 \end_inset
41538 </cell>
41539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41540 \begin_inset Text
41541
41542 \begin_layout Plain Layout
41543 pouce (inch)
41544 \end_layout
41545
41546 \end_inset
41547 </cell>
41548 </row>
41549 <row>
41550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41551 \begin_inset Text
41552
41553 \begin_layout Plain Layout
41554 pt
41555 \end_layout
41556
41557 \end_inset
41558 </cell>
41559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41560 \begin_inset Text
41561
41562 \begin_layout Plain Layout
41563 point (72.27
41564 \begin_inset space \thinspace{}
41565 \end_inset
41566
41567 pt = 1
41568 \begin_inset space \thinspace{}
41569 \end_inset
41570
41571 in)
41572 \end_layout
41573
41574 \end_inset
41575 </cell>
41576 </row>
41577 <row>
41578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41579 \begin_inset Text
41580
41581 \begin_layout Plain Layout
41582 pc
41583 \end_layout
41584
41585 \end_inset
41586 </cell>
41587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41588 \begin_inset Text
41589
41590 \begin_layout Plain Layout
41591 pica (1
41592 \begin_inset space \thinspace{}
41593 \end_inset
41594
41595 pc = 12
41596 \begin_inset space \thinspace{}
41597 \end_inset
41598
41599 pt)
41600 \end_layout
41601
41602 \end_inset
41603 </cell>
41604 </row>
41605 <row>
41606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41607 \begin_inset Text
41608
41609 \begin_layout Plain Layout
41610 sp
41611 \end_layout
41612
41613 \end_inset
41614 </cell>
41615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41616 \begin_inset Text
41617
41618 \begin_layout Plain Layout
41619 scaled point (65536
41620 \begin_inset space \thinspace{}
41621 \end_inset
41622
41623 sp = 1
41624 \begin_inset space \thinspace{}
41625 \end_inset
41626
41627 pt)
41628 \end_layout
41629
41630 \end_inset
41631 </cell>
41632 </row>
41633 <row>
41634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41635 \begin_inset Text
41636
41637 \begin_layout Plain Layout
41638 bp
41639 \end_layout
41640
41641 \end_inset
41642 </cell>
41643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41644 \begin_inset Text
41645
41646 \begin_layout Plain Layout
41647 gros point (72
41648 \begin_inset space \thinspace{}
41649 \end_inset
41650
41651 bp = 1
41652 \begin_inset space \thinspace{}
41653 \end_inset
41654
41655 in)
41656 \end_layout
41657
41658 \end_inset
41659 </cell>
41660 </row>
41661 <row>
41662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41663 \begin_inset Text
41664
41665 \begin_layout Plain Layout
41666 dd
41667 \end_layout
41668
41669 \end_inset
41670 </cell>
41671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41672 \begin_inset Text
41673
41674 \begin_layout Plain Layout
41675 didot (72
41676 \begin_inset space \thinspace{}
41677 \end_inset
41678
41679 dd 
41680 \begin_inset Formula $\approx$
41681 \end_inset
41682
41683  37.6
41684 \begin_inset space \thinspace{}
41685 \end_inset
41686
41687 mm)
41688 \end_layout
41689
41690 \end_inset
41691 </cell>
41692 </row>
41693 <row>
41694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41695 \begin_inset Text
41696
41697 \begin_layout Plain Layout
41698 cc
41699 \end_layout
41700
41701 \end_inset
41702 </cell>
41703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41704 \begin_inset Text
41705
41706 \begin_layout Plain Layout
41707 cicero (1
41708 \begin_inset space \thinspace{}
41709 \end_inset
41710
41711 cc = 12
41712 \begin_inset space \thinspace{}
41713 \end_inset
41714
41715 dd)
41716 \end_layout
41717
41718 \end_inset
41719 </cell>
41720 </row>
41721 <row>
41722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41723 \begin_inset Text
41724
41725 \begin_layout Plain Layout
41726 Scale%
41727 \end_layout
41728
41729 \end_inset
41730 </cell>
41731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 % de la largeur originale de l'image
41736 \end_layout
41737
41738 \end_inset
41739 </cell>
41740 </row>
41741 <row>
41742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41743 \begin_inset Text
41744
41745 \begin_layout Plain Layout
41746 text%
41747 \end_layout
41748
41749 \end_inset
41750 </cell>
41751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41752 \begin_inset Text
41753
41754 \begin_layout Plain Layout
41755 % de la largeur du texte
41756 \end_layout
41757
41758 \end_inset
41759 </cell>
41760 </row>
41761 <row>
41762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41763 \begin_inset Text
41764
41765 \begin_layout Plain Layout
41766 col%
41767 \end_layout
41768
41769 \end_inset
41770 </cell>
41771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775 % de la largeur de la colonne
41776 \end_layout
41777
41778 \end_inset
41779 </cell>
41780 </row>
41781 <row>
41782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41783 \begin_inset Text
41784
41785 \begin_layout Plain Layout
41786 page%
41787 \end_layout
41788
41789 \end_inset
41790 </cell>
41791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41792 \begin_inset Text
41793
41794 \begin_layout Plain Layout
41795 % de la largeur du papier
41796 \end_layout
41797
41798 \end_inset
41799 </cell>
41800 </row>
41801 <row>
41802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41803 \begin_inset Text
41804
41805 \begin_layout Plain Layout
41806 line%
41807 \end_layout
41808
41809 \end_inset
41810 </cell>
41811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41812 \begin_inset Text
41813
41814 \begin_layout Plain Layout
41815 % de la largeur de la ligne
41816 \end_layout
41817
41818 \end_inset
41819 </cell>
41820 </row>
41821 <row>
41822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41823 \begin_inset Text
41824
41825 \begin_layout Plain Layout
41826 theight%
41827 \end_layout
41828
41829 \end_inset
41830 </cell>
41831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41832 \begin_inset Text
41833
41834 \begin_layout Plain Layout
41835 % la hauteur du texte
41836 \end_layout
41837
41838 \end_inset
41839 </cell>
41840 </row>
41841 <row>
41842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41843 \begin_inset Text
41844
41845 \begin_layout Plain Layout
41846 pheight%
41847 \end_layout
41848
41849 \end_inset
41850 </cell>
41851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41852 \begin_inset Text
41853
41854 \begin_layout Plain Layout
41855 % hauteur du papier
41856 \end_layout
41857
41858 \end_inset
41859 </cell>
41860 </row>
41861 <row>
41862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41863 \begin_inset Text
41864
41865 \begin_layout Plain Layout
41866 ex
41867 \end_layout
41868
41869 \end_inset
41870 </cell>
41871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41872 \begin_inset Text
41873
41874 \begin_layout Plain Layout
41875 hauteur de la lettre 
41876 \emph on
41877 x
41878 \emph default
41879  dans la police courante
41880 \end_layout
41881
41882 \end_inset
41883 </cell>
41884 </row>
41885 <row>
41886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41887 \begin_inset Text
41888
41889 \begin_layout Plain Layout
41890 em
41891 \end_layout
41892
41893 \end_inset
41894 </cell>
41895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41896 \begin_inset Text
41897
41898 \begin_layout Plain Layout
41899 largeur de la lettre
41900 \emph on
41901  M
41902 \emph default
41903  dans la police courante
41904 \end_layout
41905
41906 \end_inset
41907 </cell>
41908 </row>
41909 <row>
41910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41911 \begin_inset Text
41912
41913 \begin_layout Plain Layout
41914 mu
41915 \end_layout
41916
41917 \end_inset
41918 </cell>
41919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41920 \begin_inset Text
41921
41922 \begin_layout Plain Layout
41923 unité mathématique (1
41924 \begin_inset space \thinspace{}
41925 \end_inset
41926
41927 mu = 1/18
41928 \begin_inset space \thinspace{}
41929 \end_inset
41930
41931 em)
41932 \end_layout
41933
41934 \end_inset
41935 </cell>
41936 </row>
41937 </lyxtabular>
41938
41939 \end_inset
41940
41941
41942 \end_layout
41943
41944 \end_inset
41945
41946
41947 \end_layout
41948
41949 \begin_layout Chapter
41950 Formats des fichiers de sortie graphiques
41951 \begin_inset CommandInset label
41952 LatexCommand label
41953 name "cha:Formats-fichiers-graphiques"
41954
41955 \end_inset
41956
41957
41958 \end_layout
41959
41960 \begin_layout Section
41961 DVI
41962 \begin_inset Index idx
41963 status collapsed
41964
41965 \begin_layout Plain Layout
41966 Formats de Fichiers! DVI
41967 \end_layout
41968
41969 \end_inset
41970
41971
41972 \begin_inset Index idx
41973 status collapsed
41974
41975 \begin_layout Plain Layout
41976 DVI|see
41977 \begin_inset ERT
41978 status collapsed
41979
41980 \begin_layout Plain Layout
41981
41982 {
41983 \end_layout
41984
41985 \end_inset
41986
41987 Formats de Fichiers
41988 \begin_inset ERT
41989 status collapsed
41990
41991 \begin_layout Plain Layout
41992
41993 }
41994 \end_layout
41995
41996 \end_inset
41997
41998
41999 \end_layout
42000
42001 \end_inset
42002
42003
42004 \end_layout
42005
42006 \begin_layout Standard
42007 Ce type de fichiers a l'extension 
42008 \begin_inset Quotes fld
42009 \end_inset
42010
42011
42012 \family typewriter
42013 .dvi
42014 \family default
42015
42016 \begin_inset Quotes frd
42017 \end_inset
42018
42019 .
42020  Il est appelé 
42021 \emph on
42022 indépendant de l'appareil
42023 \emph default
42024  ou 
42025 \begin_inset Quotes fld
42026 \end_inset
42027
42028 device independent (DVI)
42029 \begin_inset Quotes frd
42030 \end_inset
42031
42032 , car il est complètement portable ; vous pouvez les recopier d'une machine
42033  à l'autre sans avoir à faire de conversion.
42034  À l'époque où ce format a été développé, c'était loin d'être évident.
42035  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
42036  étape préliminaire avant la conversion vers un autre format comme le PostScript.
42037 \end_layout
42038
42039 \begin_layout Standard
42040 \begin_inset Note Greyedout
42041 status open
42042
42043 \begin_layout Plain Layout
42044
42045 \series bold
42046 Note:
42047 \series default
42048  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
42049  au fichier.
42050  
42051 \end_layout
42052
42053 \end_inset
42054
42055  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
42056  
42057 \family typewriter
42058 .dvi
42059 \family default
42060 .
42061  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
42062 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
42063  pour les rendre visibles quand vous faites défiler votre document.
42064  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
42065  avec de nombreuses images.
42066 \end_layout
42067
42068 \begin_layout Standard
42069 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
42070  menu 
42071 \family sans
42072 Fichier\SpecialChar \menuseparator
42073 Exporter\SpecialChar \menuseparator
42074 DVI.
42075
42076 \family default
42077  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
42078 \family sans
42079 Visualiser
42080 \family default
42081 .
42082 \end_layout
42083
42084 \begin_layout Section
42085 PostScript
42086 \begin_inset CommandInset label
42087 LatexCommand label
42088 name "sec:PostScript"
42089
42090 \end_inset
42091
42092
42093 \begin_inset Index idx
42094 status collapsed
42095
42096 \begin_layout Plain Layout
42097 Formats de Fichiers ! PostScript
42098 \end_layout
42099
42100 \end_inset
42101
42102
42103 \begin_inset Index idx
42104 status collapsed
42105
42106 \begin_layout Plain Layout
42107 PostScript|see
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113 {
42114 \end_layout
42115
42116 \end_inset
42117
42118 Formats de Fichiers
42119 \begin_inset ERT
42120 status collapsed
42121
42122 \begin_layout Plain Layout
42123
42124 }
42125 \end_layout
42126
42127 \end_inset
42128
42129
42130 \end_layout
42131
42132 \end_inset
42133
42134
42135 \end_layout
42136
42137 \begin_layout Standard
42138 Ce type de fichiers a l'extension 
42139 \begin_inset Quotes fld
42140 \end_inset
42141
42142
42143 \family typewriter
42144 .ps
42145 \family default
42146
42147 \begin_inset Quotes frd
42148 \end_inset
42149
42150 .
42151  PostScript a été développé par la société 
42152 \series bold
42153 Adobe
42154 \series default
42155  comme un langage pour les imprimantes.
42156  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42157  pour imprimer le document.
42158  PostScript peut être considéré comme un 
42159 \begin_inset Quotes fld
42160 \end_inset
42161
42162 langage de programmation
42163 \begin_inset Quotes frd
42164 \end_inset
42165
42166  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42167  images
42168 \begin_inset Foot
42169 status collapsed
42170
42171 \begin_layout Plain Layout
42172 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42173  LaTeX 
42174 \series bold
42175 pstricks
42176 \series default
42177
42178 \begin_inset CommandInset citation
42179 LatexCommand cite
42180 key "pstricks"
42181
42182 \end_inset
42183
42184 .
42185 \end_layout
42186
42187 \end_inset
42188
42189 .
42190  En partie à cause de toutes ces possibilités un fichier PostScript est
42191  souvent plus gros qu'un PDF.
42192 \end_layout
42193
42194 \begin_layout Standard
42195 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42196  plus gros qu'un PDF.
42197 \end_layout
42198
42199 \begin_layout Standard
42200 PostScript ne peut contenir que des images au format 
42201 \begin_inset Quotes fld
42202 \end_inset
42203
42204 PostScript Encapsulé
42205 \begin_inset Quotes frd
42206 \end_inset
42207
42208  (encapsulated PostScript ou EPS, d'extension 
42209 \family typewriter
42210 .eps
42211 \family default
42212 ).
42213  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
42214  il doit les convertir en interne en EPS.
42215  Si vous avez par exemple 50 images dans votre document, LyX doit faire
42216  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
42217  document.
42218  Cela risque de ralentir de façon importante votre rythme de travail.
42219  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42220  vos images directement en EPS pour éviter ce problème.
42221 \end_layout
42222
42223 \begin_layout Standard
42224 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42225  le menu 
42226 \family sans
42227 Fichier\SpecialChar \menuseparator
42228 Exporter\SpecialChar \menuseparator
42229 PostScript.
42230
42231 \family default
42232  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42233  
42234 \family sans
42235 Visualiser
42236 \family default
42237 .
42238 \end_layout
42239
42240 \begin_layout Section
42241 PDF
42242 \begin_inset Index idx
42243 status collapsed
42244
42245 \begin_layout Plain Layout
42246 Formats de Fichiers ! PDF
42247 \end_layout
42248
42249 \end_inset
42250
42251
42252 \begin_inset Index idx
42253 status collapsed
42254
42255 \begin_layout Plain Layout
42256 PDF
42257 \end_layout
42258
42259 \end_inset
42260
42261
42262 \end_layout
42263
42264 \begin_layout Standard
42265 Ce type de fichiers a l'extension 
42266 \begin_inset Quotes fld
42267 \end_inset
42268
42269
42270 \family typewriter
42271 .pdf
42272 \family default
42273
42274 \begin_inset Quotes frd
42275 \end_inset
42276
42277 .
42278  Ce 
42279 \begin_inset Quotes fld
42280 \end_inset
42281
42282 format de document portable
42283 \begin_inset Quotes frd
42284 \end_inset
42285
42286  (portable document format ou PDF) est développé par 
42287 \family typewriter
42288 Adobe
42289 \family default
42290  comme une évolution de PostScript.
42291  Il est plus comprimé et utilise moins de commandes que PostScript.
42292  Comme son nom l'indique, il est 
42293 \begin_inset Quotes fld
42294 \end_inset
42295
42296 portable
42297 \begin_inset Quotes frd
42298 \end_inset
42299
42300  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42301  aura exactement le même aspect.
42302 \end_layout
42303
42304 \begin_layout Standard
42305 PDF peut contenir des images dans son propre format PDF et dans les formats
42306  JPG (format du 
42307 \begin_inset Quotes fld
42308 \end_inset
42309
42310 Joint Photographic Expert Group
42311 \begin_inset Quotes frd
42312 \end_inset
42313
42314  avec comme extension 
42315 \family typewriter
42316 .jpg
42317 \family default
42318  ou 
42319 \family typewriter
42320 .jpeg
42321 \family default
42322 ) et PNG (
42323 \begin_inset Quotes fld
42324 \end_inset
42325
42326 Portable Network Graphics
42327 \begin_inset Quotes frd
42328 \end_inset
42329
42330  avec l'extension 
42331 \family typewriter
42332 .png
42333 \family default
42334 ).
42335  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
42336  dans un de ces formats.
42337  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42338  vont ralentir votre travail.
42339  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42340 \end_layout
42341
42342 \begin_layout Standard
42343 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42344  menu 
42345 \family sans
42346 Fichier\SpecialChar \menuseparator
42347 Exporter 
42348 \family default
42349 de trois façons différentes:
42350 \end_layout
42351
42352 \begin_layout Description
42353 PDF
42354 \begin_inset space ~
42355 \end_inset
42356
42357 (ps2pdf) Ceci utilise le programme 
42358 \family typewriter
42359 ps2pdf
42360 \family default
42361  qui créé un PDF à partir de la version PostScript de votre fichier.
42362  Cette dernière est produite par le programme 
42363 \family typewriter
42364 dvips
42365 \family default
42366  qui utilise une version DVI comme étape intermédiaire.
42367  Cette variante consiste donc en trois conversions.
42368 \end_layout
42369
42370 \begin_layout Description
42371 PDF
42372 \begin_inset space ~
42373 \end_inset
42374
42375 (dvipdfm) Ceci utilise le programme 
42376 \family typewriter
42377 dvipdfm
42378 \family default
42379  qui convertit votre fichier en DVI avant de le convertir en PDF.
42380 \end_layout
42381
42382 \begin_layout Description
42383 PDF
42384 \begin_inset space ~
42385 \end_inset
42386
42387 (pdflatex) Ceci utilise le programme 
42388 \family typewriter
42389 pdftex
42390 \family default
42391  qui convertit directement votre fichier en PDF.
42392 \end_layout
42393
42394 \begin_layout Standard
42395 Nous recommandons d'utiliser l'option 
42396 \family sans
42397 PDF
42398 \begin_inset space ~
42399 \end_inset
42400
42401 (pdflatex)
42402 \family default
42403  car 
42404 \family typewriter
42405 pdftex
42406 \family default
42407  accepte toutes les fonctionnalités des versions actuelles de PDF.
42408  Il est en plus rapide et stable.
42409  Le programme 
42410 \family typewriter
42411 dvipdfm
42412 \family default
42413  n'est plus développé est est donc un peu dépassé.
42414 \end_layout
42415
42416 \begin_layout Standard
42417 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42418 \family sans
42419 Visualiser
42420 \family default
42421  ou en utilisant un bouton de la barre d'outils.
42422 \end_layout
42423
42424 \begin_layout Chapter
42425 Liste de noms de couleur pour dvips
42426 \begin_inset CommandInset label
42427 LatexCommand label
42428 name "chap:Liste-de-noms-de-couleur-dvips"
42429
42430 \end_inset
42431
42432
42433 \end_layout
42434
42435 \begin_layout Standard
42436 \begin_inset Tabular
42437 <lyxtabular version="3" rows="17" columns="4">
42438 <features rotate="0" tabularvalignment="middle">
42439 <column alignment="left" valignment="top" width="0pt">
42440 <column alignment="left" valignment="top" width="0pt">
42441 <column alignment="left" valignment="top" width="0pt">
42442 <column alignment="left" valignment="top" width="0pt">
42443 <row>
42444 <cell alignment="left" valignment="top" usebox="none">
42445 \begin_inset Text
42446
42447 \begin_layout Plain Layout
42448 \begin_inset ERT
42449 status collapsed
42450
42451 \begin_layout Plain Layout
42452
42453
42454 \backslash
42455 fcolorbox{black}{
42456 \end_layout
42457
42458 \end_inset
42459
42460 white
42461 \begin_inset ERT
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465
42466 }{
42467 \end_layout
42468
42469 \end_inset
42470
42471 Couleur
42472 \begin_inset ERT
42473 status collapsed
42474
42475 \begin_layout Plain Layout
42476
42477 }
42478 \end_layout
42479
42480 \end_inset
42481
42482  Nom
42483 \end_layout
42484
42485 \end_inset
42486 </cell>
42487 <cell alignment="left" valignment="top" usebox="none">
42488 \begin_inset Text
42489
42490 \begin_layout Plain Layout
42491 \begin_inset ERT
42492 status collapsed
42493
42494 \begin_layout Plain Layout
42495
42496
42497 \backslash
42498 fcolorbox{black}{
42499 \end_layout
42500
42501 \end_inset
42502
42503 white
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }{
42510 \end_layout
42511
42512 \end_inset
42513
42514 Couleur
42515 \begin_inset ERT
42516 status collapsed
42517
42518 \begin_layout Plain Layout
42519
42520 }
42521 \end_layout
42522
42523 \end_inset
42524
42525  Nom
42526 \end_layout
42527
42528 \end_inset
42529 </cell>
42530 <cell alignment="left" valignment="top" usebox="none">
42531 \begin_inset Text
42532
42533 \begin_layout Plain Layout
42534 \begin_inset ERT
42535 status collapsed
42536
42537 \begin_layout Plain Layout
42538
42539
42540 \backslash
42541 fcolorbox{black}{
42542 \end_layout
42543
42544 \end_inset
42545
42546 white
42547 \begin_inset ERT
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551
42552 }{
42553 \end_layout
42554
42555 \end_inset
42556
42557 Couleur
42558 \begin_inset ERT
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562
42563 }
42564 \end_layout
42565
42566 \end_inset
42567
42568  Nom
42569 \end_layout
42570
42571 \end_inset
42572 </cell>
42573 <cell alignment="left" valignment="top" usebox="none">
42574 \begin_inset Text
42575
42576 \begin_layout Plain Layout
42577 \begin_inset ERT
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581
42582
42583 \backslash
42584 fcolorbox{black}{
42585 \end_layout
42586
42587 \end_inset
42588
42589 white
42590 \begin_inset ERT
42591 status collapsed
42592
42593 \begin_layout Plain Layout
42594
42595 }{
42596 \end_layout
42597
42598 \end_inset
42599
42600 Couleur
42601 \begin_inset ERT
42602 status collapsed
42603
42604 \begin_layout Plain Layout
42605
42606 }
42607 \end_layout
42608
42609 \end_inset
42610
42611  Nom
42612 \end_layout
42613
42614 \end_inset
42615 </cell>
42616 </row>
42617 <row>
42618 <cell alignment="center" valignment="top" usebox="none">
42619 \begin_inset Text
42620
42621 \begin_layout Plain Layout
42622 \begin_inset ERT
42623 status collapsed
42624
42625 \begin_layout Plain Layout
42626
42627
42628 \backslash
42629 fcolorbox{black}{
42630 \end_layout
42631
42632 \end_inset
42633
42634 Apricot
42635 \begin_inset ERT
42636 status collapsed
42637
42638 \begin_layout Plain Layout
42639
42640 }{
42641 \end_layout
42642
42643 \end_inset
42644
42645
42646 \begin_inset Phantom Phantom
42647 status open
42648
42649 \begin_layout Plain Layout
42650 W
42651 \end_layout
42652
42653 \end_inset
42654
42655
42656 \begin_inset ERT
42657 status collapsed
42658
42659 \begin_layout Plain Layout
42660
42661 }
42662 \end_layout
42663
42664 \end_inset
42665
42666  Apricot
42667 \end_layout
42668
42669 \end_inset
42670 </cell>
42671 <cell alignment="center" valignment="top" usebox="none">
42672 \begin_inset Text
42673
42674 \begin_layout Plain Layout
42675 \begin_inset ERT
42676 status collapsed
42677
42678 \begin_layout Plain Layout
42679
42680
42681 \backslash
42682 fcolorbox{black}{
42683 \end_layout
42684
42685 \end_inset
42686
42687 Aquamarine
42688 \begin_inset ERT
42689 status collapsed
42690
42691 \begin_layout Plain Layout
42692
42693 }{
42694 \end_layout
42695
42696 \end_inset
42697
42698
42699 \begin_inset Phantom Phantom
42700 status open
42701
42702 \begin_layout Plain Layout
42703 W
42704 \end_layout
42705
42706 \end_inset
42707
42708
42709 \begin_inset ERT
42710 status collapsed
42711
42712 \begin_layout Plain Layout
42713
42714 }
42715 \end_layout
42716
42717 \end_inset
42718
42719  Aquamarine
42720 \end_layout
42721
42722 \end_inset
42723 </cell>
42724 <cell alignment="center" valignment="top" usebox="none">
42725 \begin_inset Text
42726
42727 \begin_layout Plain Layout
42728 \begin_inset ERT
42729 status collapsed
42730
42731 \begin_layout Plain Layout
42732
42733
42734 \backslash
42735 fcolorbox{black}{
42736 \end_layout
42737
42738 \end_inset
42739
42740 Bittersweet
42741 \begin_inset ERT
42742 status collapsed
42743
42744 \begin_layout Plain Layout
42745
42746 }{
42747 \end_layout
42748
42749 \end_inset
42750
42751
42752 \begin_inset Phantom Phantom
42753 status open
42754
42755 \begin_layout Plain Layout
42756 W
42757 \end_layout
42758
42759 \end_inset
42760
42761
42762 \begin_inset ERT
42763 status collapsed
42764
42765 \begin_layout Plain Layout
42766
42767 }
42768 \end_layout
42769
42770 \end_inset
42771
42772  Bittersweet
42773 \end_layout
42774
42775 \end_inset
42776 </cell>
42777 <cell alignment="center" valignment="top" usebox="none">
42778 \begin_inset Text
42779
42780 \begin_layout Plain Layout
42781 \begin_inset ERT
42782 status collapsed
42783
42784 \begin_layout Plain Layout
42785
42786
42787 \backslash
42788 fcolorbox{black}{
42789 \end_layout
42790
42791 \end_inset
42792
42793 BlueGreen
42794 \begin_inset ERT
42795 status collapsed
42796
42797 \begin_layout Plain Layout
42798
42799 }{
42800 \end_layout
42801
42802 \end_inset
42803
42804
42805 \begin_inset Phantom Phantom
42806 status open
42807
42808 \begin_layout Plain Layout
42809 W
42810 \end_layout
42811
42812 \end_inset
42813
42814
42815 \begin_inset ERT
42816 status collapsed
42817
42818 \begin_layout Plain Layout
42819
42820 }
42821 \end_layout
42822
42823 \end_inset
42824
42825  BlueGreen
42826 \end_layout
42827
42828 \end_inset
42829 </cell>
42830 </row>
42831 <row>
42832 <cell alignment="left" valignment="top" usebox="none">
42833 \begin_inset Text
42834
42835 \begin_layout Plain Layout
42836 \begin_inset ERT
42837 status collapsed
42838
42839 \begin_layout Plain Layout
42840
42841
42842 \backslash
42843 fcolorbox{black}{
42844 \end_layout
42845
42846 \end_inset
42847
42848 BlueViolet
42849 \begin_inset ERT
42850 status collapsed
42851
42852 \begin_layout Plain Layout
42853
42854 }{
42855 \end_layout
42856
42857 \end_inset
42858
42859
42860 \begin_inset Phantom Phantom
42861 status open
42862
42863 \begin_layout Plain Layout
42864 W
42865 \end_layout
42866
42867 \end_inset
42868
42869
42870 \begin_inset ERT
42871 status collapsed
42872
42873 \begin_layout Plain Layout
42874
42875 }
42876 \end_layout
42877
42878 \end_inset
42879
42880  BlueViolet
42881 \end_layout
42882
42883 \end_inset
42884 </cell>
42885 <cell alignment="left" valignment="top" usebox="none">
42886 \begin_inset Text
42887
42888 \begin_layout Plain Layout
42889 \begin_inset ERT
42890 status collapsed
42891
42892 \begin_layout Plain Layout
42893
42894
42895 \backslash
42896 fcolorbox{black}{
42897 \end_layout
42898
42899 \end_inset
42900
42901 BrickRed
42902 \begin_inset ERT
42903 status collapsed
42904
42905 \begin_layout Plain Layout
42906
42907 }{
42908 \end_layout
42909
42910 \end_inset
42911
42912
42913 \begin_inset Phantom Phantom
42914 status open
42915
42916 \begin_layout Plain Layout
42917 W
42918 \end_layout
42919
42920 \end_inset
42921
42922
42923 \begin_inset ERT
42924 status collapsed
42925
42926 \begin_layout Plain Layout
42927
42928 }
42929 \end_layout
42930
42931 \end_inset
42932
42933  BrickRed
42934 \end_layout
42935
42936 \end_inset
42937 </cell>
42938 <cell alignment="left" valignment="top" usebox="none">
42939 \begin_inset Text
42940
42941 \begin_layout Plain Layout
42942 \begin_inset ERT
42943 status collapsed
42944
42945 \begin_layout Plain Layout
42946
42947
42948 \backslash
42949 fcolorbox{black}{
42950 \end_layout
42951
42952 \end_inset
42953
42954 Brown
42955 \begin_inset ERT
42956 status collapsed
42957
42958 \begin_layout Plain Layout
42959
42960 }{
42961 \end_layout
42962
42963 \end_inset
42964
42965
42966 \begin_inset Phantom Phantom
42967 status open
42968
42969 \begin_layout Plain Layout
42970 W
42971 \end_layout
42972
42973 \end_inset
42974
42975
42976 \begin_inset ERT
42977 status collapsed
42978
42979 \begin_layout Plain Layout
42980
42981 }
42982 \end_layout
42983
42984 \end_inset
42985
42986  Brown
42987 \end_layout
42988
42989 \end_inset
42990 </cell>
42991 <cell alignment="left" valignment="top" usebox="none">
42992 \begin_inset Text
42993
42994 \begin_layout Plain Layout
42995 \begin_inset ERT
42996 status collapsed
42997
42998 \begin_layout Plain Layout
42999
43000
43001 \backslash
43002 fcolorbox{black}{
43003 \end_layout
43004
43005 \end_inset
43006
43007 BurntOrange
43008 \begin_inset ERT
43009 status collapsed
43010
43011 \begin_layout Plain Layout
43012
43013 }{
43014 \end_layout
43015
43016 \end_inset
43017
43018
43019 \begin_inset Phantom Phantom
43020 status open
43021
43022 \begin_layout Plain Layout
43023 W
43024 \end_layout
43025
43026 \end_inset
43027
43028
43029 \begin_inset ERT
43030 status collapsed
43031
43032 \begin_layout Plain Layout
43033
43034 }
43035 \end_layout
43036
43037 \end_inset
43038
43039  BurntOrange
43040 \end_layout
43041
43042 \end_inset
43043 </cell>
43044 </row>
43045 <row>
43046 <cell alignment="left" valignment="top" usebox="none">
43047 \begin_inset Text
43048
43049 \begin_layout Plain Layout
43050 \begin_inset ERT
43051 status collapsed
43052
43053 \begin_layout Plain Layout
43054
43055
43056 \backslash
43057 fcolorbox{black}{
43058 \end_layout
43059
43060 \end_inset
43061
43062 CadetBlue
43063 \begin_inset ERT
43064 status collapsed
43065
43066 \begin_layout Plain Layout
43067
43068 }{
43069 \end_layout
43070
43071 \end_inset
43072
43073
43074 \begin_inset Phantom Phantom
43075 status open
43076
43077 \begin_layout Plain Layout
43078 W
43079 \end_layout
43080
43081 \end_inset
43082
43083
43084 \begin_inset ERT
43085 status collapsed
43086
43087 \begin_layout Plain Layout
43088
43089 }
43090 \end_layout
43091
43092 \end_inset
43093
43094  CadetBlue
43095 \end_layout
43096
43097 \end_inset
43098 </cell>
43099 <cell alignment="left" valignment="top" usebox="none">
43100 \begin_inset Text
43101
43102 \begin_layout Plain Layout
43103 \begin_inset ERT
43104 status collapsed
43105
43106 \begin_layout Plain Layout
43107
43108
43109 \backslash
43110 fcolorbox{black}{
43111 \end_layout
43112
43113 \end_inset
43114
43115 CarnationPink
43116 \begin_inset ERT
43117 status collapsed
43118
43119 \begin_layout Plain Layout
43120
43121 }{
43122 \end_layout
43123
43124 \end_inset
43125
43126
43127 \begin_inset Phantom Phantom
43128 status open
43129
43130 \begin_layout Plain Layout
43131 W
43132 \end_layout
43133
43134 \end_inset
43135
43136
43137 \begin_inset ERT
43138 status collapsed
43139
43140 \begin_layout Plain Layout
43141
43142 }
43143 \end_layout
43144
43145 \end_inset
43146
43147  CarnationPink
43148 \end_layout
43149
43150 \end_inset
43151 </cell>
43152 <cell alignment="left" valignment="top" usebox="none">
43153 \begin_inset Text
43154
43155 \begin_layout Plain Layout
43156 \begin_inset ERT
43157 status collapsed
43158
43159 \begin_layout Plain Layout
43160
43161
43162 \backslash
43163 fcolorbox{black}{
43164 \end_layout
43165
43166 \end_inset
43167
43168 Cerulean
43169 \begin_inset ERT
43170 status collapsed
43171
43172 \begin_layout Plain Layout
43173
43174 }{
43175 \end_layout
43176
43177 \end_inset
43178
43179
43180 \begin_inset Phantom Phantom
43181 status open
43182
43183 \begin_layout Plain Layout
43184 W
43185 \end_layout
43186
43187 \end_inset
43188
43189
43190 \begin_inset ERT
43191 status collapsed
43192
43193 \begin_layout Plain Layout
43194
43195 }
43196 \end_layout
43197
43198 \end_inset
43199
43200  Cerulean
43201 \end_layout
43202
43203 \end_inset
43204 </cell>
43205 <cell alignment="left" valignment="top" usebox="none">
43206 \begin_inset Text
43207
43208 \begin_layout Plain Layout
43209 \begin_inset ERT
43210 status collapsed
43211
43212 \begin_layout Plain Layout
43213
43214
43215 \backslash
43216 fcolorbox{black}{
43217 \end_layout
43218
43219 \end_inset
43220
43221 CornflowerBlue
43222 \begin_inset ERT
43223 status collapsed
43224
43225 \begin_layout Plain Layout
43226
43227 }{
43228 \end_layout
43229
43230 \end_inset
43231
43232
43233 \begin_inset Phantom Phantom
43234 status open
43235
43236 \begin_layout Plain Layout
43237 W
43238 \end_layout
43239
43240 \end_inset
43241
43242
43243 \begin_inset ERT
43244 status collapsed
43245
43246 \begin_layout Plain Layout
43247
43248 }
43249 \end_layout
43250
43251 \end_inset
43252
43253  CornflowerBlue
43254 \end_layout
43255
43256 \end_inset
43257 </cell>
43258 </row>
43259 <row>
43260 <cell alignment="left" valignment="top" usebox="none">
43261 \begin_inset Text
43262
43263 \begin_layout Plain Layout
43264 \begin_inset ERT
43265 status collapsed
43266
43267 \begin_layout Plain Layout
43268
43269
43270 \backslash
43271 fcolorbox{black}{
43272 \end_layout
43273
43274 \end_inset
43275
43276 Dandelion
43277 \begin_inset ERT
43278 status collapsed
43279
43280 \begin_layout Plain Layout
43281
43282 }{
43283 \end_layout
43284
43285 \end_inset
43286
43287
43288 \begin_inset Phantom Phantom
43289 status open
43290
43291 \begin_layout Plain Layout
43292 W
43293 \end_layout
43294
43295 \end_inset
43296
43297
43298 \begin_inset ERT
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302
43303 }
43304 \end_layout
43305
43306 \end_inset
43307
43308  Dandelion
43309 \end_layout
43310
43311 \end_inset
43312 </cell>
43313 <cell alignment="left" valignment="top" usebox="none">
43314 \begin_inset Text
43315
43316 \begin_layout Plain Layout
43317 \begin_inset ERT
43318 status collapsed
43319
43320 \begin_layout Plain Layout
43321
43322
43323 \backslash
43324 fcolorbox{black}{
43325 \end_layout
43326
43327 \end_inset
43328
43329 DarkOrchid
43330 \begin_inset ERT
43331 status collapsed
43332
43333 \begin_layout Plain Layout
43334
43335 }{
43336 \end_layout
43337
43338 \end_inset
43339
43340
43341 \begin_inset Phantom Phantom
43342 status open
43343
43344 \begin_layout Plain Layout
43345 W
43346 \end_layout
43347
43348 \end_inset
43349
43350
43351 \begin_inset ERT
43352 status collapsed
43353
43354 \begin_layout Plain Layout
43355
43356 }
43357 \end_layout
43358
43359 \end_inset
43360
43361  DarkOrchid
43362 \end_layout
43363
43364 \end_inset
43365 </cell>
43366 <cell alignment="left" valignment="top" usebox="none">
43367 \begin_inset Text
43368
43369 \begin_layout Plain Layout
43370 \begin_inset ERT
43371 status collapsed
43372
43373 \begin_layout Plain Layout
43374
43375
43376 \backslash
43377 fcolorbox{black}{
43378 \end_layout
43379
43380 \end_inset
43381
43382 Emerald
43383 \begin_inset ERT
43384 status collapsed
43385
43386 \begin_layout Plain Layout
43387
43388 }{
43389 \end_layout
43390
43391 \end_inset
43392
43393
43394 \begin_inset Phantom Phantom
43395 status open
43396
43397 \begin_layout Plain Layout
43398 W
43399 \end_layout
43400
43401 \end_inset
43402
43403
43404 \begin_inset ERT
43405 status collapsed
43406
43407 \begin_layout Plain Layout
43408
43409 }
43410 \end_layout
43411
43412 \end_inset
43413
43414  Emerald
43415 \end_layout
43416
43417 \end_inset
43418 </cell>
43419 <cell alignment="left" valignment="top" usebox="none">
43420 \begin_inset Text
43421
43422 \begin_layout Plain Layout
43423 \begin_inset ERT
43424 status collapsed
43425
43426 \begin_layout Plain Layout
43427
43428
43429 \backslash
43430 fcolorbox{black}{
43431 \end_layout
43432
43433 \end_inset
43434
43435 ForestGreen
43436 \begin_inset ERT
43437 status collapsed
43438
43439 \begin_layout Plain Layout
43440
43441 }{
43442 \end_layout
43443
43444 \end_inset
43445
43446
43447 \begin_inset Phantom Phantom
43448 status open
43449
43450 \begin_layout Plain Layout
43451 W
43452 \end_layout
43453
43454 \end_inset
43455
43456
43457 \begin_inset ERT
43458 status collapsed
43459
43460 \begin_layout Plain Layout
43461
43462 }
43463 \end_layout
43464
43465 \end_inset
43466
43467  ForestGreen
43468 \end_layout
43469
43470 \end_inset
43471 </cell>
43472 </row>
43473 <row>
43474 <cell alignment="left" valignment="top" usebox="none">
43475 \begin_inset Text
43476
43477 \begin_layout Plain Layout
43478 \begin_inset ERT
43479 status collapsed
43480
43481 \begin_layout Plain Layout
43482
43483
43484 \backslash
43485 fcolorbox{black}{
43486 \end_layout
43487
43488 \end_inset
43489
43490 Fuchsia
43491 \begin_inset ERT
43492 status collapsed
43493
43494 \begin_layout Plain Layout
43495
43496 }{
43497 \end_layout
43498
43499 \end_inset
43500
43501
43502 \begin_inset Phantom Phantom
43503 status open
43504
43505 \begin_layout Plain Layout
43506 W
43507 \end_layout
43508
43509 \end_inset
43510
43511
43512 \begin_inset ERT
43513 status collapsed
43514
43515 \begin_layout Plain Layout
43516
43517 }
43518 \end_layout
43519
43520 \end_inset
43521
43522  Fuchsia
43523 \end_layout
43524
43525 \end_inset
43526 </cell>
43527 <cell alignment="left" valignment="top" usebox="none">
43528 \begin_inset Text
43529
43530 \begin_layout Plain Layout
43531 \begin_inset ERT
43532 status collapsed
43533
43534 \begin_layout Plain Layout
43535
43536
43537 \backslash
43538 fcolorbox{black}{
43539 \end_layout
43540
43541 \end_inset
43542
43543 Goldenrod
43544 \begin_inset ERT
43545 status collapsed
43546
43547 \begin_layout Plain Layout
43548
43549 }{
43550 \end_layout
43551
43552 \end_inset
43553
43554
43555 \begin_inset Phantom Phantom
43556 status open
43557
43558 \begin_layout Plain Layout
43559 W
43560 \end_layout
43561
43562 \end_inset
43563
43564
43565 \begin_inset ERT
43566 status collapsed
43567
43568 \begin_layout Plain Layout
43569
43570 }
43571 \end_layout
43572
43573 \end_inset
43574
43575  Goldenrod
43576 \end_layout
43577
43578 \end_inset
43579 </cell>
43580 <cell alignment="left" valignment="top" usebox="none">
43581 \begin_inset Text
43582
43583 \begin_layout Plain Layout
43584 \begin_inset ERT
43585 status collapsed
43586
43587 \begin_layout Plain Layout
43588
43589
43590 \backslash
43591 fcolorbox{black}{
43592 \end_layout
43593
43594 \end_inset
43595
43596 Gray
43597 \begin_inset ERT
43598 status collapsed
43599
43600 \begin_layout Plain Layout
43601
43602 }{
43603 \end_layout
43604
43605 \end_inset
43606
43607
43608 \begin_inset Phantom Phantom
43609 status open
43610
43611 \begin_layout Plain Layout
43612 W
43613 \end_layout
43614
43615 \end_inset
43616
43617
43618 \begin_inset ERT
43619 status collapsed
43620
43621 \begin_layout Plain Layout
43622
43623 }
43624 \end_layout
43625
43626 \end_inset
43627
43628  Gray
43629 \end_layout
43630
43631 \end_inset
43632 </cell>
43633 <cell alignment="left" valignment="top" usebox="none">
43634 \begin_inset Text
43635
43636 \begin_layout Plain Layout
43637 \begin_inset ERT
43638 status collapsed
43639
43640 \begin_layout Plain Layout
43641
43642
43643 \backslash
43644 fcolorbox{black}{
43645 \end_layout
43646
43647 \end_inset
43648
43649 GreenYellow
43650 \begin_inset ERT
43651 status collapsed
43652
43653 \begin_layout Plain Layout
43654
43655 }{
43656 \end_layout
43657
43658 \end_inset
43659
43660
43661 \begin_inset Phantom Phantom
43662 status open
43663
43664 \begin_layout Plain Layout
43665 W
43666 \end_layout
43667
43668 \end_inset
43669
43670
43671 \begin_inset ERT
43672 status collapsed
43673
43674 \begin_layout Plain Layout
43675
43676 }
43677 \end_layout
43678
43679 \end_inset
43680
43681  GreenYellow
43682 \end_layout
43683
43684 \end_inset
43685 </cell>
43686 </row>
43687 <row>
43688 <cell alignment="center" valignment="top" usebox="none">
43689 \begin_inset Text
43690
43691 \begin_layout Plain Layout
43692 \begin_inset ERT
43693 status collapsed
43694
43695 \begin_layout Plain Layout
43696
43697
43698 \backslash
43699 fcolorbox{black}{
43700 \end_layout
43701
43702 \end_inset
43703
43704 JungleGreen
43705 \begin_inset ERT
43706 status collapsed
43707
43708 \begin_layout Plain Layout
43709
43710 }{
43711 \end_layout
43712
43713 \end_inset
43714
43715
43716 \begin_inset Phantom Phantom
43717 status open
43718
43719 \begin_layout Plain Layout
43720 W
43721 \end_layout
43722
43723 \end_inset
43724
43725
43726 \begin_inset ERT
43727 status collapsed
43728
43729 \begin_layout Plain Layout
43730
43731 }
43732 \end_layout
43733
43734 \end_inset
43735
43736  JungleGreen
43737 \end_layout
43738
43739 \end_inset
43740 </cell>
43741 <cell alignment="center" valignment="top" usebox="none">
43742 \begin_inset Text
43743
43744 \begin_layout Plain Layout
43745 \begin_inset ERT
43746 status collapsed
43747
43748 \begin_layout Plain Layout
43749
43750
43751 \backslash
43752 fcolorbox{black}{
43753 \end_layout
43754
43755 \end_inset
43756
43757 Lavender
43758 \begin_inset ERT
43759 status collapsed
43760
43761 \begin_layout Plain Layout
43762
43763 }{
43764 \end_layout
43765
43766 \end_inset
43767
43768
43769 \begin_inset Phantom Phantom
43770 status open
43771
43772 \begin_layout Plain Layout
43773 W
43774 \end_layout
43775
43776 \end_inset
43777
43778
43779 \begin_inset ERT
43780 status collapsed
43781
43782 \begin_layout Plain Layout
43783
43784 }
43785 \end_layout
43786
43787 \end_inset
43788
43789  Lavender
43790 \end_layout
43791
43792 \end_inset
43793 </cell>
43794 <cell alignment="center" valignment="top" usebox="none">
43795 \begin_inset Text
43796
43797 \begin_layout Plain Layout
43798 \begin_inset ERT
43799 status collapsed
43800
43801 \begin_layout Plain Layout
43802
43803
43804 \backslash
43805 fcolorbox{black}{
43806 \end_layout
43807
43808 \end_inset
43809
43810 LimeGreen
43811 \begin_inset ERT
43812 status collapsed
43813
43814 \begin_layout Plain Layout
43815
43816 }{
43817 \end_layout
43818
43819 \end_inset
43820
43821
43822 \begin_inset Phantom Phantom
43823 status open
43824
43825 \begin_layout Plain Layout
43826 W
43827 \end_layout
43828
43829 \end_inset
43830
43831
43832 \begin_inset ERT
43833 status collapsed
43834
43835 \begin_layout Plain Layout
43836
43837 }
43838 \end_layout
43839
43840 \end_inset
43841
43842  LimeGreen
43843 \end_layout
43844
43845 \end_inset
43846 </cell>
43847 <cell alignment="center" valignment="top" usebox="none">
43848 \begin_inset Text
43849
43850 \begin_layout Plain Layout
43851 \begin_inset ERT
43852 status collapsed
43853
43854 \begin_layout Plain Layout
43855
43856
43857 \backslash
43858 fcolorbox{black}{
43859 \end_layout
43860
43861 \end_inset
43862
43863 Mahogany
43864 \begin_inset ERT
43865 status collapsed
43866
43867 \begin_layout Plain Layout
43868
43869 }{
43870 \end_layout
43871
43872 \end_inset
43873
43874
43875 \begin_inset Phantom Phantom
43876 status open
43877
43878 \begin_layout Plain Layout
43879 W
43880 \end_layout
43881
43882 \end_inset
43883
43884
43885 \begin_inset ERT
43886 status collapsed
43887
43888 \begin_layout Plain Layout
43889
43890 }
43891 \end_layout
43892
43893 \end_inset
43894
43895  Mahogany
43896 \end_layout
43897
43898 \end_inset
43899 </cell>
43900 </row>
43901 <row>
43902 <cell alignment="left" valignment="top" usebox="none">
43903 \begin_inset Text
43904
43905 \begin_layout Plain Layout
43906 \begin_inset ERT
43907 status collapsed
43908
43909 \begin_layout Plain Layout
43910
43911
43912 \backslash
43913 fcolorbox{black}{
43914 \end_layout
43915
43916 \end_inset
43917
43918 Mahogany
43919 \begin_inset ERT
43920 status collapsed
43921
43922 \begin_layout Plain Layout
43923
43924 }{
43925 \end_layout
43926
43927 \end_inset
43928
43929
43930 \begin_inset Phantom Phantom
43931 status open
43932
43933 \begin_layout Plain Layout
43934 W
43935 \end_layout
43936
43937 \end_inset
43938
43939
43940 \begin_inset ERT
43941 status collapsed
43942
43943 \begin_layout Plain Layout
43944
43945 }
43946 \end_layout
43947
43948 \end_inset
43949
43950  Mahogany
43951 \end_layout
43952
43953 \end_inset
43954 </cell>
43955 <cell alignment="left" valignment="top" usebox="none">
43956 \begin_inset Text
43957
43958 \begin_layout Plain Layout
43959 \begin_inset ERT
43960 status collapsed
43961
43962 \begin_layout Plain Layout
43963
43964
43965 \backslash
43966 fcolorbox{black}{
43967 \end_layout
43968
43969 \end_inset
43970
43971 Maroon
43972 \begin_inset ERT
43973 status collapsed
43974
43975 \begin_layout Plain Layout
43976
43977 }{
43978 \end_layout
43979
43980 \end_inset
43981
43982
43983 \begin_inset Phantom Phantom
43984 status open
43985
43986 \begin_layout Plain Layout
43987 W
43988 \end_layout
43989
43990 \end_inset
43991
43992
43993 \begin_inset ERT
43994 status collapsed
43995
43996 \begin_layout Plain Layout
43997
43998 }
43999 \end_layout
44000
44001 \end_inset
44002
44003  Maroon
44004 \end_layout
44005
44006 \end_inset
44007 </cell>
44008 <cell alignment="left" valignment="top" usebox="none">
44009 \begin_inset Text
44010
44011 \begin_layout Plain Layout
44012 \begin_inset ERT
44013 status collapsed
44014
44015 \begin_layout Plain Layout
44016
44017
44018 \backslash
44019 fcolorbox{black}{
44020 \end_layout
44021
44022 \end_inset
44023
44024 Melon
44025 \begin_inset ERT
44026 status collapsed
44027
44028 \begin_layout Plain Layout
44029
44030 }{
44031 \end_layout
44032
44033 \end_inset
44034
44035
44036 \begin_inset Phantom Phantom
44037 status open
44038
44039 \begin_layout Plain Layout
44040 W
44041 \end_layout
44042
44043 \end_inset
44044
44045
44046 \begin_inset ERT
44047 status collapsed
44048
44049 \begin_layout Plain Layout
44050
44051 }
44052 \end_layout
44053
44054 \end_inset
44055
44056  Melon
44057 \end_layout
44058
44059 \end_inset
44060 </cell>
44061 <cell alignment="left" valignment="top" usebox="none">
44062 \begin_inset Text
44063
44064 \begin_layout Plain Layout
44065 \begin_inset ERT
44066 status collapsed
44067
44068 \begin_layout Plain Layout
44069
44070
44071 \backslash
44072 fcolorbox{black}{
44073 \end_layout
44074
44075 \end_inset
44076
44077 MidnightBlue
44078 \begin_inset ERT
44079 status collapsed
44080
44081 \begin_layout Plain Layout
44082
44083 }{
44084 \end_layout
44085
44086 \end_inset
44087
44088
44089 \begin_inset Phantom Phantom
44090 status open
44091
44092 \begin_layout Plain Layout
44093 W
44094 \end_layout
44095
44096 \end_inset
44097
44098
44099 \begin_inset ERT
44100 status collapsed
44101
44102 \begin_layout Plain Layout
44103
44104 }
44105 \end_layout
44106
44107 \end_inset
44108
44109  MidnightBlue
44110 \end_layout
44111
44112 \end_inset
44113 </cell>
44114 </row>
44115 <row>
44116 <cell alignment="left" valignment="top" usebox="none">
44117 \begin_inset Text
44118
44119 \begin_layout Plain Layout
44120 \begin_inset ERT
44121 status collapsed
44122
44123 \begin_layout Plain Layout
44124
44125
44126 \backslash
44127 fcolorbox{black}{
44128 \end_layout
44129
44130 \end_inset
44131
44132 Mulberry
44133 \begin_inset ERT
44134 status collapsed
44135
44136 \begin_layout Plain Layout
44137
44138 }{
44139 \end_layout
44140
44141 \end_inset
44142
44143
44144 \begin_inset Phantom Phantom
44145 status open
44146
44147 \begin_layout Plain Layout
44148 W
44149 \end_layout
44150
44151 \end_inset
44152
44153
44154 \begin_inset ERT
44155 status collapsed
44156
44157 \begin_layout Plain Layout
44158
44159 }
44160 \end_layout
44161
44162 \end_inset
44163
44164  Mulberry
44165 \end_layout
44166
44167 \end_inset
44168 </cell>
44169 <cell alignment="left" valignment="top" usebox="none">
44170 \begin_inset Text
44171
44172 \begin_layout Plain Layout
44173 \begin_inset ERT
44174 status collapsed
44175
44176 \begin_layout Plain Layout
44177
44178
44179 \backslash
44180 fcolorbox{black}{
44181 \end_layout
44182
44183 \end_inset
44184
44185 NavyBlue
44186 \begin_inset ERT
44187 status collapsed
44188
44189 \begin_layout Plain Layout
44190
44191 }{
44192 \end_layout
44193
44194 \end_inset
44195
44196
44197 \begin_inset Phantom Phantom
44198 status open
44199
44200 \begin_layout Plain Layout
44201 W
44202 \end_layout
44203
44204 \end_inset
44205
44206
44207 \begin_inset ERT
44208 status collapsed
44209
44210 \begin_layout Plain Layout
44211
44212 }
44213 \end_layout
44214
44215 \end_inset
44216
44217  NavyBlue
44218 \end_layout
44219
44220 \end_inset
44221 </cell>
44222 <cell alignment="left" valignment="top" usebox="none">
44223 \begin_inset Text
44224
44225 \begin_layout Plain Layout
44226 \begin_inset ERT
44227 status collapsed
44228
44229 \begin_layout Plain Layout
44230
44231
44232 \backslash
44233 fcolorbox{black}{
44234 \end_layout
44235
44236 \end_inset
44237
44238 OliveGreen
44239 \begin_inset ERT
44240 status collapsed
44241
44242 \begin_layout Plain Layout
44243
44244 }{
44245 \end_layout
44246
44247 \end_inset
44248
44249
44250 \begin_inset Phantom Phantom
44251 status open
44252
44253 \begin_layout Plain Layout
44254 W
44255 \end_layout
44256
44257 \end_inset
44258
44259
44260 \begin_inset ERT
44261 status collapsed
44262
44263 \begin_layout Plain Layout
44264
44265 }
44266 \end_layout
44267
44268 \end_inset
44269
44270  OliveGreen
44271 \end_layout
44272
44273 \end_inset
44274 </cell>
44275 <cell alignment="left" valignment="top" usebox="none">
44276 \begin_inset Text
44277
44278 \begin_layout Plain Layout
44279 \begin_inset ERT
44280 status collapsed
44281
44282 \begin_layout Plain Layout
44283
44284
44285 \backslash
44286 fcolorbox{black}{
44287 \end_layout
44288
44289 \end_inset
44290
44291 Orange
44292 \begin_inset ERT
44293 status collapsed
44294
44295 \begin_layout Plain Layout
44296
44297 }{
44298 \end_layout
44299
44300 \end_inset
44301
44302
44303 \begin_inset Phantom Phantom
44304 status open
44305
44306 \begin_layout Plain Layout
44307 W
44308 \end_layout
44309
44310 \end_inset
44311
44312
44313 \begin_inset ERT
44314 status collapsed
44315
44316 \begin_layout Plain Layout
44317
44318 }
44319 \end_layout
44320
44321 \end_inset
44322
44323  Orange
44324 \end_layout
44325
44326 \end_inset
44327 </cell>
44328 </row>
44329 <row>
44330 <cell alignment="left" valignment="top" usebox="none">
44331 \begin_inset Text
44332
44333 \begin_layout Plain Layout
44334 \begin_inset ERT
44335 status collapsed
44336
44337 \begin_layout Plain Layout
44338
44339
44340 \backslash
44341 fcolorbox{black}{
44342 \end_layout
44343
44344 \end_inset
44345
44346 OrangeRed
44347 \begin_inset ERT
44348 status collapsed
44349
44350 \begin_layout Plain Layout
44351
44352 }{
44353 \end_layout
44354
44355 \end_inset
44356
44357
44358 \begin_inset Phantom Phantom
44359 status open
44360
44361 \begin_layout Plain Layout
44362 W
44363 \end_layout
44364
44365 \end_inset
44366
44367
44368 \begin_inset ERT
44369 status collapsed
44370
44371 \begin_layout Plain Layout
44372
44373 }
44374 \end_layout
44375
44376 \end_inset
44377
44378  OrangeRed
44379 \end_layout
44380
44381 \end_inset
44382 </cell>
44383 <cell alignment="left" valignment="top" usebox="none">
44384 \begin_inset Text
44385
44386 \begin_layout Plain Layout
44387 \begin_inset ERT
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391
44392
44393 \backslash
44394 fcolorbox{black}{
44395 \end_layout
44396
44397 \end_inset
44398
44399 Orchid
44400 \begin_inset ERT
44401 status collapsed
44402
44403 \begin_layout Plain Layout
44404
44405 }{
44406 \end_layout
44407
44408 \end_inset
44409
44410
44411 \begin_inset Phantom Phantom
44412 status open
44413
44414 \begin_layout Plain Layout
44415 W
44416 \end_layout
44417
44418 \end_inset
44419
44420
44421 \begin_inset ERT
44422 status collapsed
44423
44424 \begin_layout Plain Layout
44425
44426 }
44427 \end_layout
44428
44429 \end_inset
44430
44431  Orchid
44432 \end_layout
44433
44434 \end_inset
44435 </cell>
44436 <cell alignment="left" valignment="top" usebox="none">
44437 \begin_inset Text
44438
44439 \begin_layout Plain Layout
44440 \begin_inset ERT
44441 status collapsed
44442
44443 \begin_layout Plain Layout
44444
44445
44446 \backslash
44447 fcolorbox{black}{
44448 \end_layout
44449
44450 \end_inset
44451
44452 Peach
44453 \begin_inset ERT
44454 status collapsed
44455
44456 \begin_layout Plain Layout
44457
44458 }{
44459 \end_layout
44460
44461 \end_inset
44462
44463
44464 \begin_inset Phantom Phantom
44465 status open
44466
44467 \begin_layout Plain Layout
44468 W
44469 \end_layout
44470
44471 \end_inset
44472
44473
44474 \begin_inset ERT
44475 status collapsed
44476
44477 \begin_layout Plain Layout
44478
44479 }
44480 \end_layout
44481
44482 \end_inset
44483
44484  Peach
44485 \end_layout
44486
44487 \end_inset
44488 </cell>
44489 <cell alignment="left" valignment="top" usebox="none">
44490 \begin_inset Text
44491
44492 \begin_layout Plain Layout
44493 \begin_inset ERT
44494 status collapsed
44495
44496 \begin_layout Plain Layout
44497
44498
44499 \backslash
44500 fcolorbox{black}{
44501 \end_layout
44502
44503 \end_inset
44504
44505 Periwinkle
44506 \begin_inset ERT
44507 status collapsed
44508
44509 \begin_layout Plain Layout
44510
44511 }{
44512 \end_layout
44513
44514 \end_inset
44515
44516
44517 \begin_inset Phantom Phantom
44518 status open
44519
44520 \begin_layout Plain Layout
44521 W
44522 \end_layout
44523
44524 \end_inset
44525
44526
44527 \begin_inset ERT
44528 status collapsed
44529
44530 \begin_layout Plain Layout
44531
44532 }
44533 \end_layout
44534
44535 \end_inset
44536
44537  Periwinkle
44538 \end_layout
44539
44540 \end_inset
44541 </cell>
44542 </row>
44543 <row>
44544 <cell alignment="left" valignment="top" usebox="none">
44545 \begin_inset Text
44546
44547 \begin_layout Plain Layout
44548 \begin_inset ERT
44549 status collapsed
44550
44551 \begin_layout Plain Layout
44552
44553
44554 \backslash
44555 fcolorbox{black}{
44556 \end_layout
44557
44558 \end_inset
44559
44560 PineGreen
44561 \begin_inset ERT
44562 status collapsed
44563
44564 \begin_layout Plain Layout
44565
44566 }{
44567 \end_layout
44568
44569 \end_inset
44570
44571
44572 \begin_inset Phantom Phantom
44573 status open
44574
44575 \begin_layout Plain Layout
44576 W
44577 \end_layout
44578
44579 \end_inset
44580
44581
44582 \begin_inset ERT
44583 status collapsed
44584
44585 \begin_layout Plain Layout
44586
44587 }
44588 \end_layout
44589
44590 \end_inset
44591
44592  PineGreen
44593 \end_layout
44594
44595 \end_inset
44596 </cell>
44597 <cell alignment="left" valignment="top" usebox="none">
44598 \begin_inset Text
44599
44600 \begin_layout Plain Layout
44601 \begin_inset ERT
44602 status collapsed
44603
44604 \begin_layout Plain Layout
44605
44606
44607 \backslash
44608 fcolorbox{black}{
44609 \end_layout
44610
44611 \end_inset
44612
44613 Plum
44614 \begin_inset ERT
44615 status collapsed
44616
44617 \begin_layout Plain Layout
44618
44619 }{
44620 \end_layout
44621
44622 \end_inset
44623
44624
44625 \begin_inset Phantom Phantom
44626 status open
44627
44628 \begin_layout Plain Layout
44629 W
44630 \end_layout
44631
44632 \end_inset
44633
44634
44635 \begin_inset ERT
44636 status collapsed
44637
44638 \begin_layout Plain Layout
44639
44640 }
44641 \end_layout
44642
44643 \end_inset
44644
44645  Plum
44646 \end_layout
44647
44648 \end_inset
44649 </cell>
44650 <cell alignment="left" valignment="top" usebox="none">
44651 \begin_inset Text
44652
44653 \begin_layout Plain Layout
44654 \begin_inset ERT
44655 status collapsed
44656
44657 \begin_layout Plain Layout
44658
44659
44660 \backslash
44661 fcolorbox{black}{
44662 \end_layout
44663
44664 \end_inset
44665
44666 ProcessBlue
44667 \begin_inset ERT
44668 status collapsed
44669
44670 \begin_layout Plain Layout
44671
44672 }{
44673 \end_layout
44674
44675 \end_inset
44676
44677
44678 \begin_inset Phantom Phantom
44679 status open
44680
44681 \begin_layout Plain Layout
44682 W
44683 \end_layout
44684
44685 \end_inset
44686
44687
44688 \begin_inset ERT
44689 status collapsed
44690
44691 \begin_layout Plain Layout
44692
44693 }
44694 \end_layout
44695
44696 \end_inset
44697
44698  ProcessBlue
44699 \end_layout
44700
44701 \end_inset
44702 </cell>
44703 <cell alignment="left" valignment="top" usebox="none">
44704 \begin_inset Text
44705
44706 \begin_layout Plain Layout
44707 \begin_inset ERT
44708 status collapsed
44709
44710 \begin_layout Plain Layout
44711
44712
44713 \backslash
44714 fcolorbox{black}{
44715 \end_layout
44716
44717 \end_inset
44718
44719 Purple
44720 \begin_inset ERT
44721 status collapsed
44722
44723 \begin_layout Plain Layout
44724
44725 }{
44726 \end_layout
44727
44728 \end_inset
44729
44730
44731 \begin_inset Phantom Phantom
44732 status open
44733
44734 \begin_layout Plain Layout
44735 W
44736 \end_layout
44737
44738 \end_inset
44739
44740
44741 \begin_inset ERT
44742 status collapsed
44743
44744 \begin_layout Plain Layout
44745
44746 }
44747 \end_layout
44748
44749 \end_inset
44750
44751  Purple
44752 \end_layout
44753
44754 \end_inset
44755 </cell>
44756 </row>
44757 <row>
44758 <cell alignment="left" valignment="top" usebox="none">
44759 \begin_inset Text
44760
44761 \begin_layout Plain Layout
44762 \begin_inset ERT
44763 status collapsed
44764
44765 \begin_layout Plain Layout
44766
44767
44768 \backslash
44769 fcolorbox{black}{
44770 \end_layout
44771
44772 \end_inset
44773
44774 RawSienna
44775 \begin_inset ERT
44776 status collapsed
44777
44778 \begin_layout Plain Layout
44779
44780 }{
44781 \end_layout
44782
44783 \end_inset
44784
44785
44786 \begin_inset Phantom Phantom
44787 status open
44788
44789 \begin_layout Plain Layout
44790 W
44791 \end_layout
44792
44793 \end_inset
44794
44795
44796 \begin_inset ERT
44797 status collapsed
44798
44799 \begin_layout Plain Layout
44800
44801 }
44802 \end_layout
44803
44804 \end_inset
44805
44806  RawSienna
44807 \end_layout
44808
44809 \end_inset
44810 </cell>
44811 <cell alignment="left" valignment="top" usebox="none">
44812 \begin_inset Text
44813
44814 \begin_layout Plain Layout
44815 \begin_inset ERT
44816 status collapsed
44817
44818 \begin_layout Plain Layout
44819
44820
44821 \backslash
44822 fcolorbox{black}{
44823 \end_layout
44824
44825 \end_inset
44826
44827 RedOrange
44828 \begin_inset ERT
44829 status collapsed
44830
44831 \begin_layout Plain Layout
44832
44833 }{
44834 \end_layout
44835
44836 \end_inset
44837
44838
44839 \begin_inset Phantom Phantom
44840 status open
44841
44842 \begin_layout Plain Layout
44843 W
44844 \end_layout
44845
44846 \end_inset
44847
44848
44849 \begin_inset ERT
44850 status collapsed
44851
44852 \begin_layout Plain Layout
44853
44854 }
44855 \end_layout
44856
44857 \end_inset
44858
44859  RedOrange
44860 \end_layout
44861
44862 \end_inset
44863 </cell>
44864 <cell alignment="left" valignment="top" usebox="none">
44865 \begin_inset Text
44866
44867 \begin_layout Plain Layout
44868 \begin_inset ERT
44869 status collapsed
44870
44871 \begin_layout Plain Layout
44872
44873
44874 \backslash
44875 fcolorbox{black}{
44876 \end_layout
44877
44878 \end_inset
44879
44880 RedViolet
44881 \begin_inset ERT
44882 status collapsed
44883
44884 \begin_layout Plain Layout
44885
44886 }{
44887 \end_layout
44888
44889 \end_inset
44890
44891
44892 \begin_inset Phantom Phantom
44893 status open
44894
44895 \begin_layout Plain Layout
44896 W
44897 \end_layout
44898
44899 \end_inset
44900
44901
44902 \begin_inset ERT
44903 status collapsed
44904
44905 \begin_layout Plain Layout
44906
44907 }
44908 \end_layout
44909
44910 \end_inset
44911
44912  RedViolet
44913 \end_layout
44914
44915 \end_inset
44916 </cell>
44917 <cell alignment="left" valignment="top" usebox="none">
44918 \begin_inset Text
44919
44920 \begin_layout Plain Layout
44921 \begin_inset ERT
44922 status collapsed
44923
44924 \begin_layout Plain Layout
44925
44926
44927 \backslash
44928 fcolorbox{black}{
44929 \end_layout
44930
44931 \end_inset
44932
44933 Rhodamine
44934 \begin_inset ERT
44935 status collapsed
44936
44937 \begin_layout Plain Layout
44938
44939 }{
44940 \end_layout
44941
44942 \end_inset
44943
44944
44945 \begin_inset Phantom Phantom
44946 status open
44947
44948 \begin_layout Plain Layout
44949 W
44950 \end_layout
44951
44952 \end_inset
44953
44954
44955 \begin_inset ERT
44956 status collapsed
44957
44958 \begin_layout Plain Layout
44959
44960 }
44961 \end_layout
44962
44963 \end_inset
44964
44965  Rhodamine
44966 \end_layout
44967
44968 \end_inset
44969 </cell>
44970 </row>
44971 <row>
44972 <cell alignment="left" valignment="top" usebox="none">
44973 \begin_inset Text
44974
44975 \begin_layout Plain Layout
44976 \begin_inset ERT
44977 status collapsed
44978
44979 \begin_layout Plain Layout
44980
44981
44982 \backslash
44983 fcolorbox{black}{
44984 \end_layout
44985
44986 \end_inset
44987
44988 RoyalBlue
44989 \begin_inset ERT
44990 status collapsed
44991
44992 \begin_layout Plain Layout
44993
44994 }{
44995 \end_layout
44996
44997 \end_inset
44998
44999
45000 \begin_inset Phantom Phantom
45001 status open
45002
45003 \begin_layout Plain Layout
45004 W
45005 \end_layout
45006
45007 \end_inset
45008
45009
45010 \begin_inset ERT
45011 status collapsed
45012
45013 \begin_layout Plain Layout
45014
45015 }
45016 \end_layout
45017
45018 \end_inset
45019
45020  RoyalBlue
45021 \end_layout
45022
45023 \end_inset
45024 </cell>
45025 <cell alignment="left" valignment="top" usebox="none">
45026 \begin_inset Text
45027
45028 \begin_layout Plain Layout
45029 \begin_inset ERT
45030 status collapsed
45031
45032 \begin_layout Plain Layout
45033
45034
45035 \backslash
45036 fcolorbox{black}{
45037 \end_layout
45038
45039 \end_inset
45040
45041 RoyalPurple
45042 \begin_inset ERT
45043 status collapsed
45044
45045 \begin_layout Plain Layout
45046
45047 }{
45048 \end_layout
45049
45050 \end_inset
45051
45052
45053 \begin_inset Phantom Phantom
45054 status open
45055
45056 \begin_layout Plain Layout
45057 W
45058 \end_layout
45059
45060 \end_inset
45061
45062
45063 \begin_inset ERT
45064 status collapsed
45065
45066 \begin_layout Plain Layout
45067
45068 }
45069 \end_layout
45070
45071 \end_inset
45072
45073  RoyalPurple
45074 \end_layout
45075
45076 \end_inset
45077 </cell>
45078 <cell alignment="left" valignment="top" usebox="none">
45079 \begin_inset Text
45080
45081 \begin_layout Plain Layout
45082 \begin_inset ERT
45083 status collapsed
45084
45085 \begin_layout Plain Layout
45086
45087
45088 \backslash
45089 fcolorbox{black}{
45090 \end_layout
45091
45092 \end_inset
45093
45094 RubineRed
45095 \begin_inset ERT
45096 status collapsed
45097
45098 \begin_layout Plain Layout
45099
45100 }{
45101 \end_layout
45102
45103 \end_inset
45104
45105
45106 \begin_inset Phantom Phantom
45107 status open
45108
45109 \begin_layout Plain Layout
45110 W
45111 \end_layout
45112
45113 \end_inset
45114
45115
45116 \begin_inset ERT
45117 status collapsed
45118
45119 \begin_layout Plain Layout
45120
45121 }
45122 \end_layout
45123
45124 \end_inset
45125
45126  RubineRed
45127 \end_layout
45128
45129 \end_inset
45130 </cell>
45131 <cell alignment="left" valignment="top" usebox="none">
45132 \begin_inset Text
45133
45134 \begin_layout Plain Layout
45135 \begin_inset ERT
45136 status collapsed
45137
45138 \begin_layout Plain Layout
45139
45140
45141 \backslash
45142 fcolorbox{black}{
45143 \end_layout
45144
45145 \end_inset
45146
45147 Salmon
45148 \begin_inset ERT
45149 status collapsed
45150
45151 \begin_layout Plain Layout
45152
45153 }{
45154 \end_layout
45155
45156 \end_inset
45157
45158
45159 \begin_inset Phantom Phantom
45160 status open
45161
45162 \begin_layout Plain Layout
45163 W
45164 \end_layout
45165
45166 \end_inset
45167
45168
45169 \begin_inset ERT
45170 status collapsed
45171
45172 \begin_layout Plain Layout
45173
45174 }
45175 \end_layout
45176
45177 \end_inset
45178
45179  Salmon
45180 \end_layout
45181
45182 \end_inset
45183 </cell>
45184 </row>
45185 <row>
45186 <cell alignment="left" valignment="top" usebox="none">
45187 \begin_inset Text
45188
45189 \begin_layout Plain Layout
45190 \begin_inset ERT
45191 status collapsed
45192
45193 \begin_layout Plain Layout
45194
45195
45196 \backslash
45197 fcolorbox{black}{
45198 \end_layout
45199
45200 \end_inset
45201
45202 SeaGreen
45203 \begin_inset ERT
45204 status collapsed
45205
45206 \begin_layout Plain Layout
45207
45208 }{
45209 \end_layout
45210
45211 \end_inset
45212
45213
45214 \begin_inset Phantom Phantom
45215 status open
45216
45217 \begin_layout Plain Layout
45218 W
45219 \end_layout
45220
45221 \end_inset
45222
45223
45224 \begin_inset ERT
45225 status collapsed
45226
45227 \begin_layout Plain Layout
45228
45229 }
45230 \end_layout
45231
45232 \end_inset
45233
45234  SeaGreen
45235 \end_layout
45236
45237 \end_inset
45238 </cell>
45239 <cell alignment="left" valignment="top" usebox="none">
45240 \begin_inset Text
45241
45242 \begin_layout Plain Layout
45243 \begin_inset ERT
45244 status collapsed
45245
45246 \begin_layout Plain Layout
45247
45248
45249 \backslash
45250 fcolorbox{black}{
45251 \end_layout
45252
45253 \end_inset
45254
45255 Sepia
45256 \begin_inset ERT
45257 status collapsed
45258
45259 \begin_layout Plain Layout
45260
45261 }{
45262 \end_layout
45263
45264 \end_inset
45265
45266
45267 \begin_inset Phantom Phantom
45268 status open
45269
45270 \begin_layout Plain Layout
45271 W
45272 \end_layout
45273
45274 \end_inset
45275
45276
45277 \begin_inset ERT
45278 status collapsed
45279
45280 \begin_layout Plain Layout
45281
45282 }
45283 \end_layout
45284
45285 \end_inset
45286
45287  Sepia
45288 \end_layout
45289
45290 \end_inset
45291 </cell>
45292 <cell alignment="left" valignment="top" usebox="none">
45293 \begin_inset Text
45294
45295 \begin_layout Plain Layout
45296 \begin_inset ERT
45297 status collapsed
45298
45299 \begin_layout Plain Layout
45300
45301
45302 \backslash
45303 fcolorbox{black}{
45304 \end_layout
45305
45306 \end_inset
45307
45308 SkyBlue
45309 \begin_inset ERT
45310 status collapsed
45311
45312 \begin_layout Plain Layout
45313
45314 }{
45315 \end_layout
45316
45317 \end_inset
45318
45319
45320 \begin_inset Phantom Phantom
45321 status open
45322
45323 \begin_layout Plain Layout
45324 W
45325 \end_layout
45326
45327 \end_inset
45328
45329
45330 \begin_inset ERT
45331 status collapsed
45332
45333 \begin_layout Plain Layout
45334
45335 }
45336 \end_layout
45337
45338 \end_inset
45339
45340  SkyBlue
45341 \end_layout
45342
45343 \end_inset
45344 </cell>
45345 <cell alignment="left" valignment="top" usebox="none">
45346 \begin_inset Text
45347
45348 \begin_layout Plain Layout
45349 \begin_inset ERT
45350 status collapsed
45351
45352 \begin_layout Plain Layout
45353
45354
45355 \backslash
45356 fcolorbox{black}{
45357 \end_layout
45358
45359 \end_inset
45360
45361 SpringGreen
45362 \begin_inset ERT
45363 status collapsed
45364
45365 \begin_layout Plain Layout
45366
45367 }{
45368 \end_layout
45369
45370 \end_inset
45371
45372
45373 \begin_inset Phantom Phantom
45374 status open
45375
45376 \begin_layout Plain Layout
45377 W
45378 \end_layout
45379
45380 \end_inset
45381
45382
45383 \begin_inset ERT
45384 status collapsed
45385
45386 \begin_layout Plain Layout
45387
45388 }
45389 \end_layout
45390
45391 \end_inset
45392
45393  SpringGreen
45394 \end_layout
45395
45396 \end_inset
45397 </cell>
45398 </row>
45399 <row>
45400 <cell alignment="left" valignment="top" usebox="none">
45401 \begin_inset Text
45402
45403 \begin_layout Plain Layout
45404 \begin_inset ERT
45405 status collapsed
45406
45407 \begin_layout Plain Layout
45408
45409
45410 \backslash
45411 fcolorbox{black}{
45412 \end_layout
45413
45414 \end_inset
45415
45416 Tan
45417 \begin_inset ERT
45418 status collapsed
45419
45420 \begin_layout Plain Layout
45421
45422 }{
45423 \end_layout
45424
45425 \end_inset
45426
45427
45428 \begin_inset Phantom Phantom
45429 status open
45430
45431 \begin_layout Plain Layout
45432 W
45433 \end_layout
45434
45435 \end_inset
45436
45437
45438 \begin_inset ERT
45439 status collapsed
45440
45441 \begin_layout Plain Layout
45442
45443 }
45444 \end_layout
45445
45446 \end_inset
45447
45448  Tan
45449 \end_layout
45450
45451 \end_inset
45452 </cell>
45453 <cell alignment="left" valignment="top" usebox="none">
45454 \begin_inset Text
45455
45456 \begin_layout Plain Layout
45457 \begin_inset ERT
45458 status collapsed
45459
45460 \begin_layout Plain Layout
45461
45462
45463 \backslash
45464 fcolorbox{black}{
45465 \end_layout
45466
45467 \end_inset
45468
45469 TealBlue
45470 \begin_inset ERT
45471 status collapsed
45472
45473 \begin_layout Plain Layout
45474
45475 }{
45476 \end_layout
45477
45478 \end_inset
45479
45480
45481 \begin_inset Phantom Phantom
45482 status open
45483
45484 \begin_layout Plain Layout
45485 W
45486 \end_layout
45487
45488 \end_inset
45489
45490
45491 \begin_inset ERT
45492 status collapsed
45493
45494 \begin_layout Plain Layout
45495
45496 }
45497 \end_layout
45498
45499 \end_inset
45500
45501  TealBlue
45502 \end_layout
45503
45504 \end_inset
45505 </cell>
45506 <cell alignment="left" valignment="top" usebox="none">
45507 \begin_inset Text
45508
45509 \begin_layout Plain Layout
45510 \begin_inset ERT
45511 status collapsed
45512
45513 \begin_layout Plain Layout
45514
45515
45516 \backslash
45517 fcolorbox{black}{
45518 \end_layout
45519
45520 \end_inset
45521
45522 Thistle
45523 \begin_inset ERT
45524 status collapsed
45525
45526 \begin_layout Plain Layout
45527
45528 }{
45529 \end_layout
45530
45531 \end_inset
45532
45533
45534 \begin_inset Phantom Phantom
45535 status open
45536
45537 \begin_layout Plain Layout
45538 W
45539 \end_layout
45540
45541 \end_inset
45542
45543
45544 \begin_inset ERT
45545 status collapsed
45546
45547 \begin_layout Plain Layout
45548
45549 }
45550 \end_layout
45551
45552 \end_inset
45553
45554  Thistle
45555 \end_layout
45556
45557 \end_inset
45558 </cell>
45559 <cell alignment="left" valignment="top" usebox="none">
45560 \begin_inset Text
45561
45562 \begin_layout Plain Layout
45563 \begin_inset ERT
45564 status collapsed
45565
45566 \begin_layout Plain Layout
45567
45568
45569 \backslash
45570 fcolorbox{black}{
45571 \end_layout
45572
45573 \end_inset
45574
45575 Turquoise
45576 \begin_inset ERT
45577 status collapsed
45578
45579 \begin_layout Plain Layout
45580
45581 }{
45582 \end_layout
45583
45584 \end_inset
45585
45586
45587 \begin_inset Phantom Phantom
45588 status open
45589
45590 \begin_layout Plain Layout
45591 W
45592 \end_layout
45593
45594 \end_inset
45595
45596
45597 \begin_inset ERT
45598 status collapsed
45599
45600 \begin_layout Plain Layout
45601
45602 }
45603 \end_layout
45604
45605 \end_inset
45606
45607  Turquoise
45608 \end_layout
45609
45610 \end_inset
45611 </cell>
45612 </row>
45613 <row>
45614 <cell alignment="left" valignment="top" usebox="none">
45615 \begin_inset Text
45616
45617 \begin_layout Plain Layout
45618 \begin_inset ERT
45619 status collapsed
45620
45621 \begin_layout Plain Layout
45622
45623
45624 \backslash
45625 fcolorbox{black}{
45626 \end_layout
45627
45628 \end_inset
45629
45630 Violet
45631 \begin_inset ERT
45632 status collapsed
45633
45634 \begin_layout Plain Layout
45635
45636 }{
45637 \end_layout
45638
45639 \end_inset
45640
45641
45642 \begin_inset Phantom Phantom
45643 status open
45644
45645 \begin_layout Plain Layout
45646 W
45647 \end_layout
45648
45649 \end_inset
45650
45651
45652 \begin_inset ERT
45653 status collapsed
45654
45655 \begin_layout Plain Layout
45656
45657 }
45658 \end_layout
45659
45660 \end_inset
45661
45662  Violet
45663 \end_layout
45664
45665 \end_inset
45666 </cell>
45667 <cell alignment="left" valignment="top" usebox="none">
45668 \begin_inset Text
45669
45670 \begin_layout Plain Layout
45671 \begin_inset ERT
45672 status collapsed
45673
45674 \begin_layout Plain Layout
45675
45676
45677 \backslash
45678 fcolorbox{black}{
45679 \end_layout
45680
45681 \end_inset
45682
45683 VioletRed
45684 \begin_inset ERT
45685 status collapsed
45686
45687 \begin_layout Plain Layout
45688
45689 }{
45690 \end_layout
45691
45692 \end_inset
45693
45694
45695 \begin_inset Phantom Phantom
45696 status open
45697
45698 \begin_layout Plain Layout
45699 W
45700 \end_layout
45701
45702 \end_inset
45703
45704
45705 \begin_inset ERT
45706 status collapsed
45707
45708 \begin_layout Plain Layout
45709
45710 }
45711 \end_layout
45712
45713 \end_inset
45714
45715  VioletRed
45716 \end_layout
45717
45718 \end_inset
45719 </cell>
45720 <cell alignment="left" valignment="top" usebox="none">
45721 \begin_inset Text
45722
45723 \begin_layout Plain Layout
45724 \begin_inset ERT
45725 status collapsed
45726
45727 \begin_layout Plain Layout
45728
45729
45730 \backslash
45731 fcolorbox{black}{
45732 \end_layout
45733
45734 \end_inset
45735
45736 WildStrawberry
45737 \begin_inset ERT
45738 status collapsed
45739
45740 \begin_layout Plain Layout
45741
45742 }{
45743 \end_layout
45744
45745 \end_inset
45746
45747
45748 \begin_inset Phantom Phantom
45749 status open
45750
45751 \begin_layout Plain Layout
45752 W
45753 \end_layout
45754
45755 \end_inset
45756
45757
45758 \begin_inset ERT
45759 status collapsed
45760
45761 \begin_layout Plain Layout
45762
45763 }
45764 \end_layout
45765
45766 \end_inset
45767
45768  WildStrawberry
45769 \end_layout
45770
45771 \end_inset
45772 </cell>
45773 <cell alignment="left" valignment="top" usebox="none">
45774 \begin_inset Text
45775
45776 \begin_layout Plain Layout
45777 \begin_inset ERT
45778 status collapsed
45779
45780 \begin_layout Plain Layout
45781
45782
45783 \backslash
45784 fcolorbox{black}{
45785 \end_layout
45786
45787 \end_inset
45788
45789 YellowGreen
45790 \begin_inset ERT
45791 status collapsed
45792
45793 \begin_layout Plain Layout
45794
45795 }{
45796 \end_layout
45797
45798 \end_inset
45799
45800
45801 \begin_inset Phantom Phantom
45802 status open
45803
45804 \begin_layout Plain Layout
45805 W
45806 \end_layout
45807
45808 \end_inset
45809
45810
45811 \begin_inset ERT
45812 status collapsed
45813
45814 \begin_layout Plain Layout
45815
45816 }
45817 \end_layout
45818
45819 \end_inset
45820
45821  YellowGreen
45822 \end_layout
45823
45824 \end_inset
45825 </cell>
45826 </row>
45827 <row>
45828 <cell alignment="left" valignment="top" usebox="none">
45829 \begin_inset Text
45830
45831 \begin_layout Plain Layout
45832 \begin_inset ERT
45833 status collapsed
45834
45835 \begin_layout Plain Layout
45836
45837
45838 \backslash
45839 fcolorbox{black}{
45840 \end_layout
45841
45842 \end_inset
45843
45844 YellowOrange
45845 \begin_inset ERT
45846 status collapsed
45847
45848 \begin_layout Plain Layout
45849
45850 }{
45851 \end_layout
45852
45853 \end_inset
45854
45855
45856 \begin_inset Phantom Phantom
45857 status open
45858
45859 \begin_layout Plain Layout
45860 W
45861 \end_layout
45862
45863 \end_inset
45864
45865
45866 \begin_inset ERT
45867 status collapsed
45868
45869 \begin_layout Plain Layout
45870
45871 }
45872 \end_layout
45873
45874 \end_inset
45875
45876  YellowOrange
45877 \end_layout
45878
45879 \end_inset
45880 </cell>
45881 <cell alignment="left" valignment="top" usebox="none">
45882 \begin_inset Text
45883
45884 \begin_layout Plain Layout
45885
45886 \end_layout
45887
45888 \end_inset
45889 </cell>
45890 <cell alignment="left" valignment="top" usebox="none">
45891 \begin_inset Text
45892
45893 \begin_layout Plain Layout
45894
45895 \end_layout
45896
45897 \end_inset
45898 </cell>
45899 <cell alignment="left" valignment="top" usebox="none">
45900 \begin_inset Text
45901
45902 \begin_layout Plain Layout
45903
45904 \end_layout
45905
45906 \end_inset
45907 </cell>
45908 </row>
45909 </lyxtabular>
45910
45911 \end_inset
45912
45913
45914 \end_layout
45915
45916 \begin_layout Chapter
45917 Explication de l' équation
45918 \begin_inset space ~
45919 \end_inset
45920
45921 (
45922 \begin_inset CommandInset ref
45923 LatexCommand ref
45924 reference "eq:Wgn"
45925
45926 \end_inset
45927
45928 )
45929 \begin_inset CommandInset label
45930 LatexCommand label
45931 name "cha:Explication-de-l'Equation"
45932
45933 \end_inset
45934
45935
45936 \end_layout
45937
45938 \begin_layout Standard
45939 La largeur totale de 
45940 \emph on
45941 n
45942 \emph default
45943  cellules de tableau 
45944 \begin_inset Formula $W_{\mathrm{tot\, n}}$
45945 \end_inset
45946
45947  peut être calculée avec
45948 \begin_inset Formula 
45949 \begin{equation}
45950 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45951 \end{equation}
45952
45953 \end_inset
45954
45955
45956 \end_layout
45957
45958 \begin_layout Standard
45959 Où 
45960 \begin_inset Formula $W_{g\, n}$
45961 \end_inset
45962
45963  est la largeur fixe de toutes les cellules.
45964  
45965 \series bold
45966
45967 \backslash
45968 tabcolsep
45969 \series default
45970  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
45971  sa valeur implicite est 6
45972 \begin_inset space \thinspace{}
45973 \end_inset
45974
45975 pt.
45976  
45977 \series bold
45978
45979 \backslash
45980 arrayrulewidth
45981 \series default
45982  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45983 \begin_inset space \thinspace{}
45984 \end_inset
45985
45986 pt.
45987 \end_layout
45988
45989 \begin_layout Standard
45990 D'après l'équation
45991 \begin_inset space ~
45992 \end_inset
45993
45994
45995 \begin_inset CommandInset ref
45996 LatexCommand eqref
45997 reference "eq:Wtot_n"
45998
45999 \end_inset
46000
46001 , la largeur totale d'une multicolonne, 
46002 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
46003 \end_inset
46004
46005  est
46006 \begin_inset Formula 
46007 \begin{equation}
46008 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46009 \end{equation}
46010
46011 \end_inset
46012
46013
46014 \end_layout
46015
46016 \begin_layout Standard
46017 En posant que les équations 
46018 \begin_inset space ~
46019 \end_inset
46020
46021
46022 \begin_inset CommandInset ref
46023 LatexCommand eqref
46024 reference "eq:Wtot_n"
46025
46026 \end_inset
46027
46028  et 
46029 \begin_inset CommandInset ref
46030 LatexCommand eqref
46031 reference "eq:Wtot_mult"
46032
46033 \end_inset
46034
46035  sont égales, on peut calculer la largeur nécessaire 
46036 \begin_inset Formula $W_{g\, n}$
46037 \end_inset
46038
46039  quand 
46040 \emph on
46041 n
46042 \emph default
46043  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
46044  de 
46045 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
46046 \end_inset
46047
46048 :
46049 \begin_inset Formula 
46050 \begin{equation}
46051 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46052 \end{equation}
46053
46054 \end_inset
46055
46056
46057 \end_layout
46058
46059 \begin_layout Bibliography
46060 \begin_inset CommandInset bibitem
46061 LatexCommand bibitem
46062 key "latexcompanion"
46063
46064 \end_inset
46065
46066 Frank Mittelbach and Michel Goossens: 
46067 \emph on
46068 The LaTeX Companion Second Edition.
46069
46070 \emph default
46071  Addison-Wesley, 2004
46072 \end_layout
46073
46074 \begin_layout Bibliography
46075 \begin_inset CommandInset bibitem
46076 LatexCommand bibitem
46077 key "latexguide"
46078
46079 \end_inset
46080
46081 Helmut Kopka and Patrick W.
46082  Daly: 
46083 \emph on
46084 A Guide to LaTeX Fourth Edition.
46085
46086 \emph default
46087  Addison-Wesley, 2003
46088 \end_layout
46089
46090 \begin_layout Bibliography
46091 \begin_inset CommandInset bibitem
46092 LatexCommand bibitem
46093 key "latexbook"
46094
46095 \end_inset
46096
46097 Leslie Lamport: 
46098 \emph on
46099 LaTeX: A Document Preparation System.
46100
46101 \emph default
46102  Addison-Wesley, second edition, 1994
46103 \end_layout
46104
46105 \begin_layout Bibliography
46106 \begin_inset CommandInset bibitem
46107 LatexCommand bibitem
46108 key "arydshln"
46109
46110 \end_inset
46111
46112 Documentation du paquetage LaTeX
46113 \series bold
46114  
46115 \begin_inset CommandInset href
46116 LatexCommand href
46117 name "arydshln"
46118 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46119
46120 \end_inset
46121
46122
46123 \series default
46124
46125 \begin_inset Index idx
46126 status collapsed
46127
46128 \begin_layout Plain Layout
46129 Paquetages LaTeX ! arydshln
46130 \end_layout
46131
46132 \end_inset
46133
46134
46135 \end_layout
46136
46137 \begin_layout Bibliography
46138 \begin_inset CommandInset bibitem
46139 LatexCommand bibitem
46140 key "booktabs"
46141
46142 \end_inset
46143
46144 Documentation du paquetage LaTeX 
46145 \series bold
46146
46147 \begin_inset CommandInset href
46148 LatexCommand href
46149 name "booktabs"
46150 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46151
46152 \end_inset
46153
46154
46155 \series default
46156
46157 \begin_inset Index idx
46158 status collapsed
46159
46160 \begin_layout Plain Layout
46161 Paquetages LaTeX ! booktabs
46162 \end_layout
46163
46164 \end_inset
46165
46166
46167 \end_layout
46168
46169 \begin_layout Bibliography
46170 \begin_inset CommandInset bibitem
46171 LatexCommand bibitem
46172 key "caption"
46173
46174 \end_inset
46175
46176 Documentation du paquetage LaTeX 
46177 \series bold
46178
46179 \begin_inset CommandInset href
46180 LatexCommand href
46181 name "caption"
46182 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46183
46184 \end_inset
46185
46186
46187 \series default
46188
46189 \begin_inset Index idx
46190 status collapsed
46191
46192 \begin_layout Plain Layout
46193 Paquetages LaTeX ! caption
46194 \end_layout
46195
46196 \end_inset
46197
46198
46199 \end_layout
46200
46201 \begin_layout Bibliography
46202 \begin_inset CommandInset bibitem
46203 LatexCommand bibitem
46204 key "diagbox"
46205
46206 \end_inset
46207
46208 Documentation du paquetage LaTeX 
46209 \series bold
46210
46211 \begin_inset CommandInset href
46212 LatexCommand href
46213 name "diagbox"
46214 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46215
46216 \end_inset
46217
46218
46219 \series default
46220
46221 \begin_inset Index idx
46222 status collapsed
46223
46224 \begin_layout Plain Layout
46225 Paquetages LaTeX ! diagbox
46226 \end_layout
46227
46228 \end_inset
46229
46230
46231 \end_layout
46232
46233 \begin_layout Bibliography
46234 \begin_inset CommandInset bibitem
46235 LatexCommand bibitem
46236 key "endfloat"
46237
46238 \end_inset
46239
46240 Documentation du paquetage LaTeX 
46241 \series bold
46242
46243 \begin_inset CommandInset href
46244 LatexCommand href
46245 name "endfloat"
46246 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46247
46248 \end_inset
46249
46250
46251 \series default
46252
46253 \begin_inset Index idx
46254 status collapsed
46255
46256 \begin_layout Plain Layout
46257 Paquetages LaTeX ! endfloat
46258 \end_layout
46259
46260 \end_inset
46261
46262
46263 \end_layout
46264
46265 \begin_layout Bibliography
46266 \begin_inset CommandInset bibitem
46267 LatexCommand bibitem
46268 key "footmisc"
46269
46270 \end_inset
46271
46272 Documentation du paquetage LaTeX 
46273 \series bold
46274
46275 \begin_inset CommandInset href
46276 LatexCommand href
46277 name "footmisc"
46278 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46279
46280 \end_inset
46281
46282
46283 \series default
46284
46285 \begin_inset Index idx
46286 status collapsed
46287
46288 \begin_layout Plain Layout
46289 Paquetages LaTeX ! footmisc
46290 \end_layout
46291
46292 \end_inset
46293
46294
46295 \end_layout
46296
46297 \begin_layout Bibliography
46298 \begin_inset CommandInset bibitem
46299 LatexCommand bibitem
46300 key "hypcap"
46301
46302 \end_inset
46303
46304 Documentation du paquetage LaTeX 
46305 \series bold
46306
46307 \begin_inset CommandInset href
46308 LatexCommand href
46309 name "hypcap"
46310 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46311
46312 \end_inset
46313
46314
46315 \series default
46316
46317 \begin_inset Index idx
46318 status collapsed
46319
46320 \begin_layout Plain Layout
46321 Paquetages LaTeX ! hyperref
46322 \end_layout
46323
46324 \end_inset
46325
46326
46327 \end_layout
46328
46329 \begin_layout Bibliography
46330 \begin_inset CommandInset bibitem
46331 LatexCommand bibitem
46332 key "hyperref"
46333
46334 \end_inset
46335
46336 Documentation du paquetage LaTeX 
46337 \series bold
46338
46339 \begin_inset CommandInset href
46340 LatexCommand href
46341 name "hyperref"
46342 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46343
46344 \end_inset
46345
46346
46347 \series default
46348
46349 \begin_inset Index idx
46350 status collapsed
46351
46352 \begin_layout Plain Layout
46353 Paquetages LaTeX ! hyperref
46354 \end_layout
46355
46356 \end_inset
46357
46358
46359 \end_layout
46360
46361 \begin_layout Bibliography
46362 \begin_inset CommandInset bibitem
46363 LatexCommand bibitem
46364 key "KOMA-Script"
46365
46366 \end_inset
46367
46368 Documentation du paquetage LaTeX 
46369 \series bold
46370
46371 \begin_inset CommandInset href
46372 LatexCommand href
46373 name "KOMA-Script"
46374 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
46375
46376 \end_inset
46377
46378
46379 \series default
46380
46381 \begin_inset Index idx
46382 status collapsed
46383
46384 \begin_layout Plain Layout
46385 Paquetages LaTeX ! KOMA-Script
46386 \end_layout
46387
46388 \end_inset
46389
46390
46391 \end_layout
46392
46393 \begin_layout Bibliography
46394 \begin_inset CommandInset bibitem
46395 LatexCommand bibitem
46396 key "lettrine"
46397
46398 \end_inset
46399
46400 Documentation du paquetage LaTeX 
46401 \series bold
46402
46403 \begin_inset CommandInset href
46404 LatexCommand href
46405 name "lettrine"
46406 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46407
46408 \end_inset
46409
46410
46411 \series default
46412  et un 
46413 \begin_inset CommandInset href
46414 LatexCommand href
46415 name "exemple"
46416 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46417
46418 \end_inset
46419
46420
46421 \begin_inset Index idx
46422 status collapsed
46423
46424 \begin_layout Plain Layout
46425 Paquetages LaTeX ! lettrine
46426 \end_layout
46427
46428 \end_inset
46429
46430
46431 \end_layout
46432
46433 \begin_layout Bibliography
46434 \begin_inset CommandInset bibitem
46435 LatexCommand bibitem
46436 key "listings"
46437
46438 \end_inset
46439
46440 Documentation du paquetage LaTeX 
46441 \series bold
46442
46443 \begin_inset CommandInset href
46444 LatexCommand href
46445 name "listings"
46446 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46447
46448 \end_inset
46449
46450
46451 \series default
46452
46453 \begin_inset Index idx
46454 status collapsed
46455
46456 \begin_layout Plain Layout
46457 Paquetages LaTeX ! listings
46458 \end_layout
46459
46460 \end_inset
46461
46462
46463 \end_layout
46464
46465 \begin_layout Bibliography
46466 \begin_inset CommandInset bibitem
46467 LatexCommand bibitem
46468 key "marginnote"
46469
46470 \end_inset
46471
46472 Documentation du paquetage LaTeX 
46473 \series bold
46474
46475 \begin_inset CommandInset href
46476 LatexCommand href
46477 name "marginnote"
46478 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46479
46480 \end_inset
46481
46482
46483 \series default
46484
46485 \begin_inset Index idx
46486 status collapsed
46487
46488 \begin_layout Plain Layout
46489 Paquetages LaTeX ! marginnote
46490 \end_layout
46491
46492 \end_inset
46493
46494
46495 \end_layout
46496
46497 \begin_layout Bibliography
46498 \begin_inset CommandInset bibitem
46499 LatexCommand bibitem
46500 key "pdfpages"
46501
46502 \end_inset
46503
46504 Documentation du paquetage LaTeX 
46505 \series bold
46506
46507 \begin_inset CommandInset href
46508 LatexCommand href
46509 name "pdfpages"
46510 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46511
46512 \end_inset
46513
46514
46515 \series default
46516
46517 \begin_inset Index idx
46518 status collapsed
46519
46520 \begin_layout Plain Layout
46521 Paquetages LaTeX ! pdfpages
46522 \end_layout
46523
46524 \end_inset
46525
46526
46527 \end_layout
46528
46529 \begin_layout Bibliography
46530 \begin_inset CommandInset bibitem
46531 LatexCommand bibitem
46532 key "prettyref"
46533
46534 \end_inset
46535
46536 Documentation du paquetage LaTeX
46537 \series bold
46538  
46539 \begin_inset CommandInset href
46540 LatexCommand href
46541 name "prettyref"
46542 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46543
46544 \end_inset
46545
46546
46547 \series default
46548
46549 \begin_inset Index idx
46550 status collapsed
46551
46552 \begin_layout Plain Layout
46553 Paquetages LaTeX ! prettyref
46554 \end_layout
46555
46556 \end_inset
46557
46558
46559 \end_layout
46560
46561 \begin_layout Bibliography
46562 \begin_inset CommandInset bibitem
46563 LatexCommand bibitem
46564 key "pstricks"
46565
46566 \end_inset
46567
46568 Page Web du paquetage LaTeX 
46569 \series bold
46570
46571 \begin_inset CommandInset href
46572 LatexCommand href
46573 name "PSTricks"
46574 target "http://tug.org/PSTricks/"
46575
46576 \end_inset
46577
46578
46579 \series default
46580
46581 \begin_inset Index idx
46582 status collapsed
46583
46584 \begin_layout Plain Layout
46585 Paquetages LaTeX ! PSTricks
46586 \end_layout
46587
46588 \end_inset
46589
46590
46591 \end_layout
46592
46593 \begin_layout Bibliography
46594 \begin_inset CommandInset bibitem
46595 LatexCommand bibitem
46596 key "refstyle"
46597
46598 \end_inset
46599
46600 Documentation du paquetage LaTeX
46601 \series bold
46602  
46603 \begin_inset CommandInset href
46604 LatexCommand href
46605 name "refstyle"
46606 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46607
46608 \end_inset
46609
46610
46611 \series default
46612
46613 \begin_inset Index idx
46614 status collapsed
46615
46616 \begin_layout Plain Layout
46617 Paquetages LaTeX ! refstyle
46618 \end_layout
46619
46620 \end_inset
46621
46622
46623 \end_layout
46624
46625 \begin_layout Bibliography
46626 \begin_inset CommandInset bibitem
46627 LatexCommand bibitem
46628 key "sidecap"
46629
46630 \end_inset
46631
46632 Documentation du paquetage LaTeX 
46633 \series bold
46634
46635 \begin_inset CommandInset href
46636 LatexCommand href
46637 name "sidecap"
46638 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46639
46640 \end_inset
46641
46642
46643 \series default
46644
46645 \begin_inset Index idx
46646 status collapsed
46647
46648 \begin_layout Plain Layout
46649 Paquetages LaTeX ! sidecap
46650 \end_layout
46651
46652 \end_inset
46653
46654
46655 \end_layout
46656
46657 \begin_layout Bibliography
46658 \begin_inset CommandInset bibitem
46659 LatexCommand bibitem
46660 key "NewInLyX20"
46661
46662 \end_inset
46663
46664
46665 \begin_inset CommandInset href
46666 LatexCommand href
46667 name "Page Wiki"
46668 target "http://wiki.lyx.org/LyX/NewInLyX20"
46669
46670 \end_inset
46671
46672  au sujet des nouveautés de 
46673 \family sans
46674 LyX 2.0
46675 \family default
46676 .
46677 \end_layout
46678
46679 \begin_layout Standard
46680 \begin_inset CommandInset index_print
46681 LatexCommand printindex
46682 type "idx"
46683
46684 \end_inset
46685
46686
46687 \end_layout
46688
46689 \end_body
46690 \end_document