]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
aff5d8da481f96bf5be1eedb3f169da4d139b698
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 \end_preamble
171 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language french
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_math auto
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
213 \papersize default
214 \use_geometry false
215 \use_package amsmath 2
216 \use_package amssymb 2
217 \use_package cancel 0
218 \use_package esint 0
219 \use_package mathdots 1
220 \use_package mathtools 0
221 \use_package mhchem 1
222 \use_package stackrel 0
223 \use_package stmaryrd 0
224 \use_package undertilde 0
225 \cite_engine basic
226 \cite_engine_type default
227 \biblio_style plain
228 \use_bibtopic false
229 \use_indices false
230 \paperorientation portrait
231 \suppress_date false
232 \justification true
233 \use_refstyle 0
234 \notefontcolor #0000ff
235 \index Index
236 \shortcut idx
237 \color #008000
238 \end_index
239 \secnumdepth 3
240 \tocdepth 3
241 \paragraph_separation skip
242 \defskip medskip
243 \quotes_language french
244 \papercolumns 1
245 \papersides 2
246 \paperpagestyle default
247 \tracking_changes false
248 \output_changes false
249 \html_math_output 0
250 \html_css_as_file 0
251 \html_be_strict false
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
258  les boîtes et les objets externes de LyX
259 \end_layout
260
261 \begin_layout Author
262 par l'Équipe LyX
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
269  de la documentation de LyX: 
270 \begin_inset CommandInset href
271 LatexCommand href
272 name "lyx-docs@lists.lyx.org"
273 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
274 type "mailto:"
275
276 \end_inset
277
278
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 auteur original : Uwe Stöhr
289 \end_layout
290
291 \begin_layout Plain Layout
292 Traduction française : Siegfried Meunier-Guttin-Cluzel
293 \end_layout
294
295 \begin_layout Plain Layout
296 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
297 n/Navigation, 31/10/2012, JPChrétien
298 \end_layout
299
300 \begin_layout Plain Layout
301 version 2.0.x novembre 2011
302 \end_layout
303
304 \end_inset
305
306
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \family sans
316 Version 2.0.x
317 \end_layout
318
319 \begin_layout Standard
320 \begin_inset CommandInset toc
321 LatexCommand tableofcontents
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset Note Note
330 status open
331
332 \begin_layout Plain Layout
333 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
334  
335 \series bold
336 arydshln
337 \series default
338
339 \series bold
340 colortbl
341 \series default
342
343 \series bold
344 diagbox, lettrine, marginnote, picinpar
345 \series default
346 , et 
347 \series bold
348 sidecap
349 \series default
350  doivent être installés.
351  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
352  les sections qui nécessitent les paquetages en question n'apparaîtront
353  pas sur la sortie.
354 \end_layout
355
356 \begin_layout Plain Layout
357 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
358 \begin_inset Newline newline
359 \end_inset
360
361
362 \series bold
363 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
364 \end_layout
365
366 \end_inset
367
368
369 \end_layout
370
371 \begin_layout Chapter
372 Figures
373 \begin_inset Index idx
374 status collapsed
375
376 \begin_layout Plain Layout
377 Figures
378 \end_layout
379
380 \end_inset
381
382
383 \begin_inset Index idx
384 status collapsed
385
386 \begin_layout Plain Layout
387 Graphiques|see
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393 {
394 \end_layout
395
396 \end_inset
397
398 Figures
399 \begin_inset ERT
400 status collapsed
401
402 \begin_layout Plain Layout
403
404 }
405 \end_layout
406
407 \end_inset
408
409
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Section
418 La fenêtre de dialogue graphique
419 \begin_inset Index idx
420 status collapsed
421
422 \begin_layout Plain Layout
423 Figures ! Fenêtre de dialogue Graphique
424 \end_layout
425
426 \end_inset
427
428
429 \begin_inset CommandInset label
430 LatexCommand label
431 name "sec:Graphics-Dialog"
432
433 \end_inset
434
435
436 \end_layout
437
438 \begin_layout Standard
439 Pour placer une figure dans votre document, cliquez sur le bouton 
440 \begin_inset Info
441 type  "icon"
442 arg   "dialog-show-new-inset graphics"
443 \end_inset
444
445  dans la barre d'outils, ou faites 
446 \family sans
447 Insertion\SpecialChar \menuseparator
448 Graphique
449 \family default
450 .
451  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
452  à charger.
453  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
454  dans le texte.
455 \end_layout
456
457 \begin_layout Standard
458 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
459  sur une image
460 \begin_inset Note Note
461 status collapsed
462
463 \begin_layout Plain Layout
464 Ça marche aussi avec le bouton gauche ! (NdT)
465 \end_layout
466
467 \end_inset
468
469 .
470  Cette fenêtre de dialogue possède trois onglets:
471 \end_layout
472
473 \begin_layout Description
474 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
475  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
476  Les unités de longueurs utilisées sont décrites dans l'appendice
477 \begin_inset space ~
478 \end_inset
479
480
481 \begin_inset CommandInset ref
482 LatexCommand ref
483 reference "cha:Unités-de-longueur"
484
485 \end_inset
486
487 .
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Figures ! Pivotées
497 \end_layout
498
499 \end_inset
500
501 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
502  d'une montre, en donnant l'angle de rotation et la position du pivot.
503  L'image apparaîtra pivotée dans LyX.
504 \begin_inset Newline newline
505 \end_inset
506
507
508 \begin_inset Index idx
509 status collapsed
510
511 \begin_layout Plain Layout
512 Figures ! Redimensionnées
513 \end_layout
514
515 \end_inset
516
517 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
518  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
519  sa largeur.
520  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
521  déterminée automatiquement.
522  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
523  éventuellement une distorsion.
524  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
525  
526 \family sans
527 Conserver
528 \begin_inset space ~
529 \end_inset
530
531 les
532 \begin_inset space ~
533 \end_inset
534
535 proportions
536 \family default
537 .
538  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
539  pas les valeurs fixées.
540  
541 \begin_inset Newline newline
542 \end_inset
543
544 Les images peuvent être modifiée en utilisant le programme de votre choix
545  en faisant un clic droit dessus et en choisissant 
546 \family sans
547 Éditer le fichier ailleurs
548 \family default
549  dans le menu contextuel qui apparaît.
550  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
551  
552 \family sans
553 Formats
554 \begin_inset space ~
555 \end_inset
556
557 de
558 \begin_inset space ~
559 \end_inset
560
561 fichiers
562 \family default
563  dans la fenêtre de dialogue de 
564 \family sans
565 Préférences
566 \family default
567  de LyX.
568 \end_layout
569
570 \begin_layout Description
571 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
572  la sortie finale est de modifier les coordonnées de la zone de l'image
573  qui est affichée.
574  Cette zone peut être calculée automatiquement à partir des données présentes
575  dans le fichier en appuyant sur le bouton 
576 \family sans
577 Valeurs
578 \begin_inset space ~
579 \end_inset
580
581 du
582 \begin_inset space ~
583 \end_inset
584
585 Fichier
586 \family default
587 .
588  Avec l'option 
589 \family sans
590 Couper
591 \begin_inset space ~
592 \end_inset
593
594 à
595 \begin_inset space ~
596 \end_inset
597
598 la
599 \begin_inset space ~
600 \end_inset
601
602 boîte
603 \begin_inset space ~
604 \end_inset
605
606 de
607 \begin_inset space ~
608 \end_inset
609
610 délimitation, 
611 \family default
612 seule la portion de l'image qui est dans la zone définie sera imprimée.
613  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
614  donc vous pouvez ignorer l'onglet 
615 \family sans
616 Rogner
617 \family default
618 .
619 \end_layout
620
621 \begin_layout Description
622
623 \family sans
624 Options
625 \begin_inset space ~
626 \end_inset
627
628 LaTeX
629 \begin_inset space ~
630 \end_inset
631
632 et
633 \begin_inset space ~
634 \end_inset
635
636 LyX
637 \family default
638  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
639  les experts ès-LaTeX pourront fournir des options supplémentaires pour
640  LaTeX
641 \begin_inset Newline newline
642 \end_inset
643
644 L'option 
645 \family sans
646 Mode brouillon
647 \family default
648  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
649  avec la taille de l'image.
650 \begin_inset Newline newline
651 \end_inset
652
653 L'option 
654 \family sans
655 Ne
656 \begin_inset space ~
657 \end_inset
658
659 pas
660 \begin_inset space ~
661 \end_inset
662
663 décompresser
664 \begin_inset space ~
665 \end_inset
666
667 à
668 \begin_inset space ~
669 \end_inset
670
671 l'exportation
672 \family default
673  n'affectera que les graphiques EPS zippés, par exemple 
674 \family typewriter
675 x.eps.gz
676 \family default
677 .
678  Quand cette option est activée, les images ne sont pas décompressées à
679  l'exportation, vu que LaTeX peut les traiter telles-quelles
680 \begin_inset Newline newline
681 \end_inset
682
683 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
684  disques quand on utilise PostScript comme format de sortie, voir l'appendice
685 \begin_inset space ~
686 \end_inset
687
688
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "sec:PostScript"
692
693 \end_inset
694
695 .
696  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
697  terminal UNIX ou une console Windows:
698 \begin_inset Newline newline
699 \end_inset
700
701
702 \series bold
703 gzip x.eps
704 \series default
705
706 \begin_inset Newline newline
707 \end_inset
708
709
710 \series bold
711 zgrep %%Bounding x.eps.gz > x.eps.bb
712 \series default
713
714 \begin_inset Newline newline
715 \end_inset
716
717 La seconde commande va créer le fichier contenant la description de la boîte
718  de délimitation 
719 \begin_inset Quotes eld
720 \end_inset
721
722
723 \family typewriter
724 x.eps.bb
725 \family default
726
727 \begin_inset Quotes erd
728 \end_inset
729
730  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
731 \begin_inset Newline newline
732 \end_inset
733
734 Dans la section 
735 \family sans
736 Groupe
737 \begin_inset space ~
738 \end_inset
739
740 de
741 \begin_inset space ~
742 \end_inset
743
744 graphiques
745 \family default
746  vous pouvez définir ou de choisir un groupe de paramètres d'image
747 \begin_inset Index idx
748 status collapsed
749
750 \begin_layout Plain Layout
751 Figures ! Groupes de paramétrisation
752 \end_layout
753
754 \end_inset
755
756 .
757  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
758  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
759  les autres soient automatiquement modifiées de la même manière.
760  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
761  avoir à modifier leur taille manuellement une par une.
762  On peut rattacher une image à un groupe existant en utilisant le menu contextue
763 l de l'image et en cochant le nom du groupe dans la liste
764 \begin_inset Foot
765 status collapsed
766
767 \begin_layout Plain Layout
768 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
769 \end_layout
770
771 \end_inset
772
773 .
774 \end_layout
775
776 \begin_layout Standard
777 \begin_inset VSpace bigskip
778 \end_inset
779
780
781 \end_layout
782
783 \begin_layout Standard
784 Voici un exemple d'image au format EPS
785 \begin_inset Foot
786 status collapsed
787
788 \begin_layout Plain Layout
789 Les format d'images sont décrits dans la section
790 \begin_inset space ~
791 \end_inset
792
793
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sec:Image-Formats"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \end_inset
804
805  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
806 nt:
807 \end_layout
808
809 \begin_layout Standard
810 \align center
811 \begin_inset Graphics
812         filename ../clipart/mobius.eps
813         scale 70
814         scaleBeforeRotation
815         rotateOrigin center
816
817 \end_inset
818
819
820 \end_layout
821
822 \begin_layout Standard
823 Et voici la même image mais en mode brouillon:
824 \end_layout
825
826 \begin_layout Standard
827 \align center
828 \begin_inset Graphics
829         filename ../clipart/mobius.eps
830         scale 70
831         draft
832         scaleBeforeRotation
833         rotateOrigin center
834
835 \end_inset
836
837
838 \end_layout
839
840 \begin_layout Section
841 Figures flottantes
842 \begin_inset CommandInset label
843 LatexCommand label
844 name "sec:Figure-Floats"
845
846 \end_inset
847
848
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 Flottants ! Figures
854 \end_layout
855
856 \end_inset
857
858
859 \begin_inset Index idx
860 status collapsed
861
862 \begin_layout Plain Layout
863 Figures ! Flottants
864 \end_layout
865
866 \end_inset
867
868
869 \end_layout
870
871 \begin_layout Standard
872 Pour des explications d'ordre général concernant les flottants, jetez un
873  coup d'œil à la section
874 \begin_inset space ~
875 \end_inset
876
877
878 \begin_inset CommandInset ref
879 LatexCommand ref
880 reference "sec:Flottants-Introduction"
881
882 \end_inset
883
884 .
885 \end_layout
886
887 \begin_layout Standard
888 Le bouton 
889 \begin_inset Info
890 type  "icon"
891 arg   "float-insert figure"
892 \end_inset
893
894  de la barre d'outils et le menu 
895 \family sans
896 Insertion\SpecialChar \menuseparator
897 Flottant\SpecialChar \menuseparator
898 Figure
899 \family default
900  insèrent un flottant avec l'étiquette 
901 \begin_inset Quotes eld
902 \end_inset
903
904
905 \series bold
906 Figure
907 \begin_inset space ~
908 \end_inset
909
910 #:
911 \series default
912
913 \begin_inset Quotes erd
914 \end_inset
915
916  (# est le numéro réel de l'image).
917  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
918 \begin_inset space ~
919 \end_inset
920
921
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "fig:kill-plat"
925
926 \end_inset
927
928  ou en dessous de la légende comme pour la Figure
929 \begin_inset space ~
930 \end_inset
931
932
933 \begin_inset CommandInset ref
934 LatexCommand ref
935 reference "fig:escher"
936
937 \end_inset
938
939 .
940  Vous trouverez plus d'information sur le positionnement des légendes dans
941  la section
942 \begin_inset space ~
943 \end_inset
944
945
946 \begin_inset CommandInset ref
947 LatexCommand ref
948 reference "sec:Placement-légende"
949
950 \end_inset
951
952 .
953 \end_layout
954
955 \begin_layout Standard
956 \begin_inset Float figure
957 wide false
958 sideways false
959 status open
960
961 \begin_layout Plain Layout
962 \align center
963 \begin_inset Graphics
964         filename ../clipart/platypus.eps
965         width 50col%
966         scaleBeforeRotation
967         rotateOrigin center
968
969 \end_inset
970
971
972 \end_layout
973
974 \begin_layout Plain Layout
975 \begin_inset Caption Standard
976
977 \begin_layout Plain Layout
978 \begin_inset CommandInset label
979 LatexCommand label
980 name "fig:kill-plat"
981
982 \end_inset
983
984 Un ornithorynque sévèrement déformé dans un flottant de figure.
985 \end_layout
986
987 \end_inset
988
989
990 \end_layout
991
992 \end_inset
993
994
995 \end_layout
996
997 \begin_layout Standard
998 \begin_inset Float figure
999 wide false
1000 sideways false
1001 status open
1002
1003 \begin_layout Plain Layout
1004 \begin_inset Caption Standard
1005
1006 \begin_layout Plain Layout
1007 \begin_inset CommandInset label
1008 LatexCommand label
1009 name "fig:escher"
1010
1011 \end_inset
1012
1013 M.C.
1014  Escher sous LSD.
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Graphics
1025         filename ../clipart/escher-lsd.eps
1026         scale 80
1027         scaleBeforeRotation
1028         rotateOrigin center
1029
1030 \end_inset
1031
1032
1033 \end_layout
1034
1035 \end_inset
1036
1037
1038 \end_layout
1039
1040 \begin_layout Standard
1041 \begin_inset Index idx
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 References@Références ! à des Figures
1046 \end_layout
1047
1048 \end_inset
1049
1050 Les figure
1051 \begin_inset space ~
1052 \end_inset
1053
1054
1055 \begin_inset CommandInset ref
1056 LatexCommand ref
1057 reference "fig:kill-plat"
1058
1059 \end_inset
1060
1061  et 
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "fig:escher"
1065
1066 \end_inset
1067
1068  sont des exemples de figures référencées.
1069  Dans le texte, on fait référence à une figure en faisant référence à sa
1070  légende.
1071  On insère donc une étiquette dans la légende en utilisant le menu 
1072 \family sans
1073 Insertion
1074 \family default
1075 \SpecialChar \menuseparator
1076
1077 \family sans
1078 Étiquette
1079 \family default
1080  ou le bouton 
1081 \begin_inset Info
1082 type  "icon"
1083 arg   "label-insert"
1084 \end_inset
1085
1086  de la barre d'outils.
1087  On peut alors faire référence à cette étiquette en utilisant le menu 
1088 \family sans
1089 Insertion\SpecialChar \menuseparator
1090 Référence
1091 \begin_inset space ~
1092 \end_inset
1093
1094 croisée
1095 \family default
1096  ou le bouton 
1097 \begin_inset Info
1098 type  "icon"
1099 arg   "dialog-show-new-inset ref"
1100 \end_inset
1101
1102  de la barre d'outils.
1103  Il est important d'utiliser des références pour les flottants de figures
1104  plutôt que des locutions vagues du genre 
1105 \begin_inset Quotes eld
1106 \end_inset
1107
1108 la figure ci-dessous
1109 \begin_inset Quotes erd
1110 \end_inset
1111
1112 , puisque LaTeX va repositionner la figure dans le document final.
1113  Votre figure risque de ne plus être ci-dessous du tout !
1114 \begin_inset Newline newline
1115 \end_inset
1116
1117 Le référencement est expliqué plus en détail dans la section
1118 \begin_inset space ~
1119 \end_inset
1120
1121
1122 \begin_inset CommandInset ref
1123 LatexCommand ref
1124 reference "sec:Referencer-les-Flottants"
1125
1126 \end_inset
1127
1128 .
1129 \end_layout
1130
1131 \begin_layout Standard
1132 En principe on met une seule figure dans un flottant, mais parfois vous
1133  pouvez vouloir deux figures avec chacune sa sous-légende.
1134  C'est possible en insérant des flottants d'image dans des flottants d'image
1135  existants.
1136  Notez que seule la légende principale des flottants est reprise dans la
1137  liste des figures.
1138  La figure
1139 \begin_inset space ~
1140 \end_inset
1141
1142
1143 \begin_inset CommandInset ref
1144 LatexCommand ref
1145 reference "fig:Deux-images-déformées"
1146
1147 \end_inset
1148
1149  est un exemple de flottant de figure avec deux images mises l'une à côté
1150  de l'autre.
1151  Vous pouvez aussi mettre les images les unes sous les autres.
1152  Les figures
1153 \begin_inset space ~
1154 \end_inset
1155
1156
1157 \begin_inset CommandInset ref
1158 LatexCommand ref
1159 reference "fig:Structure-indéfinissable"
1160
1161 \end_inset
1162
1163  et 
1164 \begin_inset CommandInset ref
1165 LatexCommand ref
1166 reference "fig:Un-ornithorynque"
1167
1168 \end_inset
1169
1170  sont des sous-figures.
1171 \end_layout
1172
1173 \begin_layout Standard
1174 \begin_inset Float figure
1175 wide false
1176 sideways false
1177 status open
1178
1179 \begin_layout Plain Layout
1180 \begin_inset space \hfill{}
1181 \end_inset
1182
1183
1184 \begin_inset Float figure
1185 wide false
1186 sideways false
1187 status open
1188
1189 \begin_layout Plain Layout
1190 \begin_inset Caption Standard
1191
1192 \begin_layout Plain Layout
1193 \begin_inset CommandInset label
1194 LatexCommand label
1195 name "fig:Structure-indéfinissable"
1196
1197 \end_inset
1198
1199 Structure indéfinissable
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Plain Layout
1208 \begin_inset Graphics
1209         filename ../clipart/escher-lsd.eps
1210         width 45col%
1211         scaleBeforeRotation
1212         groupId Déformés
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \end_inset
1220
1221
1222 \begin_inset space \hfill{}
1223 \end_inset
1224
1225
1226 \begin_inset Float figure
1227 wide false
1228 sideways false
1229 status open
1230
1231 \begin_layout Plain Layout
1232 \begin_inset Caption Standard
1233
1234 \begin_layout Plain Layout
1235 \begin_inset CommandInset label
1236 LatexCommand label
1237 name "fig:Un-ornithorynque"
1238
1239 \end_inset
1240
1241 Un ornithorynque
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \begin_layout Plain Layout
1250 \begin_inset Graphics
1251         filename ../clipart/platypus.eps
1252         width 45col%
1253         scaleBeforeRotation
1254         groupId Déformés
1255
1256 \end_inset
1257
1258
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset space \hfill{}
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \begin_layout Plain Layout
1271 \begin_inset Caption Standard
1272
1273 \begin_layout Plain Layout
1274 \begin_inset CommandInset label
1275 LatexCommand label
1276 name "fig:Deux-images-déformées"
1277
1278 \end_inset
1279
1280 Deux images déformées.
1281  Les deux images font partie du groupe de paramétrisation 
1282 \begin_inset Quotes eld
1283 \end_inset
1284
1285 déformés
1286 \begin_inset Quotes erd
1287 \end_inset
1288
1289 .
1290 \end_layout
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \end_inset
1298
1299
1300 \end_layout
1301
1302 \begin_layout Section
1303 Les formats d'images
1304 \begin_inset CommandInset label
1305 LatexCommand label
1306 name "sec:Image-Formats"
1307
1308 \end_inset
1309
1310
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 Formats d' images
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \begin_inset Index idx
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325 Figures ! Formats d'images
1326 \end_layout
1327
1328 \end_inset
1329
1330
1331 \end_layout
1332
1333 \begin_layout Standard
1334 Vous pouvez insérer des images dans n'importe quel format connu.
1335  Mais, comme nous l'avons expliqué dans l'appendice
1336 \begin_inset space ~
1337 \end_inset
1338
1339
1340 \begin_inset CommandInset ref
1341 LatexCommand ref
1342 reference "cha:Formats-fichiers-graphiques"
1343
1344 \end_inset
1345
1346 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1347  de formats d'images.
1348  Pour s'en sortir LyX utilise le programme 
1349 \family typewriter
1350 ImageMagick
1351 \family default
1352  en arrière plan pour convertir les formats que vous utilisez dans un des
1353  formats acceptés par le format de sortie.
1354  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1355 ons en n'utilisant que les formats listés dans les sous sections de l'appendice
1356 \begin_inset space ~
1357 \end_inset
1358
1359
1360 \begin_inset CommandInset ref
1361 LatexCommand ref
1362 reference "cha:Formats-fichiers-graphiques"
1363
1364 \end_inset
1365
1366 .
1367 \end_layout
1368
1369 \begin_layout Standard
1370 Comme pour les polices de caractères, il y a deux grands types de formats
1371  d'images:
1372 \end_layout
1373
1374 \begin_layout Description
1375 Les
1376 \begin_inset space ~
1377 \end_inset
1378
1379 images
1380 \begin_inset space ~
1381 \end_inset
1382
1383 Matricielles
1384 \begin_inset space ~
1385 \end_inset
1386
1387 (ou
1388 \begin_inset space ~
1389 \end_inset
1390
1391 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1392  enregistrés sous un format compressé.
1393  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1394  petits carrés quand on utilise des agrandissements trop importants (aspect
1395  
1396 \begin_inset Quotes eld
1397 \end_inset
1398
1399 pixellisé
1400 \begin_inset Quotes erd
1401 \end_inset
1402
1403 ).
1404  Les formats matriciels les plus connus sont le GIF (
1405 \begin_inset Quotes eld
1406 \end_inset
1407
1408 Graphics Interchange Format
1409 \begin_inset Quotes erd
1410 \end_inset
1411
1412 , avec comme extension de fichier 
1413 \begin_inset Quotes eld
1414 \end_inset
1415
1416
1417 \family typewriter
1418 .gif
1419 \family default
1420
1421 \begin_inset Quotes erd
1422 \end_inset
1423
1424 )
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 GIF|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Format d'image
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456 , le PNG (
1457 \begin_inset Quotes eld
1458 \end_inset
1459
1460 Portable Network Graphics, extension 
1461 \begin_inset Quotes eld
1462 \end_inset
1463
1464
1465 \family typewriter
1466 .png
1467 \family default
1468
1469 \begin_inset Quotes erd
1470 \end_inset
1471
1472 )
1473 \begin_inset Index idx
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 PNG|see
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 {
1484 \end_layout
1485
1486 \end_inset
1487
1488 Formats d'image
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 }
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \end_inset
1503
1504  et le JPG (
1505 \begin_inset Quotes eld
1506 \end_inset
1507
1508 Joint Photographic Expert Group, extension 
1509 \begin_inset Quotes eld
1510 \end_inset
1511
1512
1513 \family typewriter
1514 .jpg
1515 \family default
1516
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520  ou 
1521 \begin_inset Quotes eld
1522 \end_inset
1523
1524
1525 \family typewriter
1526 .jpeg
1527 \family default
1528
1529 \begin_inset Quotes erd
1530 \end_inset
1531
1532 )
1533 \begin_inset Index idx
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537 JPG|see
1538 \begin_inset ERT
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 {
1544 \end_layout
1545
1546 \end_inset
1547
1548 Formats d'image
1549 \begin_inset ERT
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 }
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563
1564 .
1565 \end_layout
1566
1567 \begin_layout Description
1568 Les
1569 \begin_inset space ~
1570 \end_inset
1571
1572 images
1573 \begin_inset space ~
1574 \end_inset
1575
1576 Vectorielles
1577 \begin_inset space ~
1578 \end_inset
1579
1580 (ou
1581 \begin_inset space ~
1582 \end_inset
1583
1584 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1585  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1586 nnée comme on le veut sans perte de précision.
1587  La possibilité de redimensionner les images est très utilisé pour les présentat
1588 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1589 nnement.
1590  Le redimensionnement permet aussi de présenter des documents en ligne où
1591  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1592  étudier les détails.
1593 \begin_inset Newline newline
1594 \end_inset
1595
1596 Les principaux formats vectoriels sont le SVG (
1597 \begin_inset Quotes eld
1598 \end_inset
1599
1600 Scalable Vector Graphics
1601 \begin_inset Quotes erd
1602 \end_inset
1603
1604 , extension
1605 \begin_inset Quotes eld
1606 \end_inset
1607
1608
1609 \family typewriter
1610 .svg
1611 \family default
1612
1613 \begin_inset Quotes erd
1614 \end_inset
1615
1616 )
1617 \begin_inset Index idx
1618 status collapsed
1619
1620 \begin_layout Plain Layout
1621 SVG|see
1622 \begin_inset ERT
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626
1627 {
1628 \end_layout
1629
1630 \end_inset
1631
1632 Format d'image
1633 \begin_inset ERT
1634 status collapsed
1635
1636 \begin_layout Plain Layout
1637
1638 }
1639 \end_layout
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \end_inset
1647
1648 , l'EPS ( 
1649 \begin_inset Quotes eld
1650 \end_inset
1651
1652 encapsulated PostScript
1653 \begin_inset Quotes erd
1654 \end_inset
1655
1656 , extension
1657 \begin_inset Quotes eld
1658 \end_inset
1659
1660
1661 \family typewriter
1662 .eps
1663 \family default
1664
1665 \begin_inset Quotes erd
1666 \end_inset
1667
1668 )
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 EPS|see
1674 \begin_inset ERT
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678
1679 {
1680 \end_layout
1681
1682 \end_inset
1683
1684 Format d'image
1685 \begin_inset ERT
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689
1690 }
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \end_inset
1699
1700 , le PDF (
1701 \begin_inset Quotes eld
1702 \end_inset
1703
1704 Portable Document Format
1705 \begin_inset Quotes erd
1706 \end_inset
1707
1708 , extension
1709 \begin_inset Quotes eld
1710 \end_inset
1711
1712
1713 \family typewriter
1714 .pdf
1715 \family default
1716
1717 \begin_inset Quotes erd
1718 \end_inset
1719
1720 )
1721 \begin_inset Index idx
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 PDF|see
1726 \begin_inset ERT
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730
1731 {
1732 \end_layout
1733
1734 \end_inset
1735
1736 Format d'image
1737 \begin_inset ERT
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741
1742 }
1743 \end_layout
1744
1745 \end_inset
1746
1747
1748 \end_layout
1749
1750 \end_inset
1751
1752  et le WMF (
1753 \begin_inset Quotes eld
1754 \end_inset
1755
1756 Windows Metafile
1757 \begin_inset Quotes erd
1758 \end_inset
1759
1760 , extension 
1761 \begin_inset Quotes eld
1762 \end_inset
1763
1764
1765 \family typewriter
1766 .wfm
1767 \family default
1768
1769 \begin_inset Quotes erd
1770 \end_inset
1771
1772  ou 
1773 \begin_inset Quotes eld
1774 \end_inset
1775
1776
1777 \family typewriter
1778 .emf
1779 \family default
1780
1781 \begin_inset Quotes erd
1782 \end_inset
1783
1784 )
1785 \begin_inset Index idx
1786 status collapsed
1787
1788 \begin_layout Plain Layout
1789 WMF|see
1790 \begin_inset ERT
1791 status collapsed
1792
1793 \begin_layout Plain Layout
1794
1795 {
1796 \end_layout
1797
1798 \end_inset
1799
1800 Formats d'images
1801 \begin_inset ERT
1802 status collapsed
1803
1804 \begin_layout Plain Layout
1805
1806 }
1807 \end_layout
1808
1809 \end_inset
1810
1811
1812 \end_layout
1813
1814 \end_inset
1815
1816 .
1817  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1818  en EPS, mais le résultat ne sera pas redimensionnable.
1819  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1820 \begin_inset Foot
1821 status collapsed
1822
1823 \begin_layout Plain Layout
1824 Dans le cas du PDF l'image initiale est aussi compressée.
1825 \end_layout
1826
1827 \end_inset
1828
1829
1830 \end_layout
1831
1832 \begin_layout Standard
1833 Les fichiers PDF générés par 
1834 \family typewriter
1835 Adobe Photoshop
1836 \family default
1837 , par exemple, sont des images matricielles.
1838 \end_layout
1839
1840 \begin_layout Standard
1841 En principe il est quasiment impossible de convertir une image matricielle
1842  en graphique vectoriel, seul le contraire est possible.
1843  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1844  dans respectivement un fichier de sortie PDF ou PostScript.
1845  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1846  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1847  WMF/SVG
1848 \begin_inset Formula $\to$
1849 \end_inset
1850
1851 PDF/EPS convenables.
1852 \end_layout
1853
1854 \begin_layout Chapter
1855 Tableaux
1856 \begin_inset Index idx
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860 Tableau
1861 \end_layout
1862
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \begin_layout Section
1869 Introduction
1870 \begin_inset Index idx
1871 status collapsed
1872
1873 \begin_layout Plain Layout
1874 Tableau ! Introduction
1875 \end_layout
1876
1877 \end_inset
1878
1879
1880 \end_layout
1881
1882 \begin_layout Standard
1883 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1884  
1885 \begin_inset Info
1886 type  "icon"
1887 arg   "tabular-insert"
1888 \end_inset
1889
1890  soit 
1891 \family sans
1892 Insertion\SpecialChar \menuseparator
1893 Tableau
1894 \family default
1895 .
1896  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1897  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1898  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1899  sur un bouton de la souris pour valider votre choix.
1900  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1901  vous demandant le nombre de lignes et de colonnes.
1902 \begin_inset Newline newline
1903 \end_inset
1904
1905 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1906  une à droite de la colonne la plus à droite et une en bas de la rangée
1907  du bas, qui forment une boîte autour du tableau.
1908  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1909  apparaît séparée du reste du tableau.
1910  Voici un exemple :
1911 \end_layout
1912
1913 \begin_layout Standard
1914 \align center
1915 \begin_inset Tabular
1916 <lyxtabular version="3" rows="4" columns="4">
1917 <features rotate="0" tabularvalignment="middle">
1918 <column alignment="center" valignment="top">
1919 <column alignment="center" valignment="top">
1920 <column alignment="center" valignment="top">
1921 <column alignment="center" valignment="top">
1922 <row>
1923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936 1
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945 2
1946 \end_layout
1947
1948 \end_inset
1949 </cell>
1950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1951 \begin_inset Text
1952
1953 \begin_layout Plain Layout
1954 3
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 </row>
1960 <row>
1961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965 A
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Plain Layout
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 </row>
1998 <row>
1999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2000 \begin_inset Text
2001
2002 \begin_layout Plain Layout
2003 B
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2009 \begin_inset Text
2010
2011 \begin_layout Plain Layout
2012
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Plain Layout
2021
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Plain Layout
2030
2031 \end_layout
2032
2033 \end_inset
2034 </cell>
2035 </row>
2036 <row>
2037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2038 \begin_inset Text
2039
2040 \begin_layout Plain Layout
2041 C
2042 \end_layout
2043
2044 \end_inset
2045 </cell>
2046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2047 \begin_inset Text
2048
2049 \begin_layout Plain Layout
2050
2051 \end_layout
2052
2053 \end_inset
2054 </cell>
2055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2056 \begin_inset Text
2057
2058 \begin_layout Plain Layout
2059
2060 \end_layout
2061
2062 \end_inset
2063 </cell>
2064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2065 \begin_inset Text
2066
2067 \begin_layout Plain Layout
2068
2069 \end_layout
2070
2071 \end_inset
2072 </cell>
2073 </row>
2074 </lyxtabular>
2075
2076 \end_inset
2077
2078
2079 \end_layout
2080
2081 \begin_layout Section
2082 La fenêtre 
2083 \family sans
2084 tableau
2085 \family default
2086
2087 \begin_inset Index idx
2088 status collapsed
2089
2090 \begin_layout Plain Layout
2091 Tableau ! Fenêtre de dialogue
2092 \end_layout
2093
2094 \end_inset
2095
2096
2097 \end_layout
2098
2099 \begin_layout Standard
2100 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2101  de la souris, ce qui fait apparaître une fenêtre avec des options.
2102  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2103  la colonne et la ligne dans laquelle le curseur se trouve.
2104  La plupart des options peuvent s'appliquer à des sélections.
2105  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2106  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2107  votre sélection.
2108  Notez qu'il y a une différence entre sélectionner le 
2109 \emph on
2110 contenu 
2111 \emph default
2112 d'une cellule et sélectionner la cellule elle-même.
2113 \begin_inset Newline newline
2114 \end_inset
2115
2116 En cochant l'option 
2117 \family sans
2118 Application
2119 \begin_inset space ~
2120 \end_inset
2121
2122 immédiate
2123 \family default
2124  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2125  est appliquée directement.
2126  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2127  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2128  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2129  de dialogue, vous devez appuyer sur 
2130 \family sans
2131 Entrée
2132 \family default
2133  pour que la modification soit appliquée.
2134 \begin_inset Newline newline
2135 \end_inset
2136
2137 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2138  :
2139 \end_layout
2140
2141 \begin_layout Description
2142 Paramètres
2143 \begin_inset space ~
2144 \end_inset
2145
2146 du
2147 \begin_inset space ~
2148 \end_inset
2149
2150 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2151  la largeur de la colonne courante.
2152  L'alignement horizontal 
2153 \family sans
2154 Au
2155 \begin_inset space ~
2156 \end_inset
2157
2158 séparateur
2159 \begin_inset space ~
2160 \end_inset
2161
2162 décimal
2163 \family default
2164  est décrit dans la section
2165 \begin_inset space ~
2166 \end_inset
2167
2168
2169 \begin_inset CommandInset ref
2170 LatexCommand ref
2171 reference "sub:Alignements-de-cellules"
2172
2173 \end_inset
2174
2175 .
2176  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2177  vertical de la ligne courante.
2178  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2179  et donc, plusieurs paragraphes de texte, voir la section
2180 \begin_inset space ~
2181 \end_inset
2182
2183
2184 \begin_inset CommandInset ref
2185 LatexCommand ref
2186 reference "sub:Lignes-multiple-dans-cellule"
2187
2188 \end_inset
2189
2190 .
2191  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2192  pour accommoder le contenu de cellule le plus large.
2193 \begin_inset Newline newline
2194 \end_inset
2195
2196 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2197  un multicolonne, voir la section
2198 \begin_inset space ~
2199 \end_inset
2200
2201
2202 \begin_inset CommandInset ref
2203 LatexCommand ref
2204 reference "sub:Multicolonnes"
2205
2206 \end_inset
2207
2208  ou une cellule d'une colonne comme cellule multiligne, voir la section
2209 \begin_inset space ~
2210 \end_inset
2211
2212
2213 \begin_inset CommandInset ref
2214 LatexCommand ref
2215 reference "sub:Multi-lignes"
2216
2217 \end_inset
2218
2219 .
2220 \begin_inset Newline newline
2221 \end_inset
2222
2223 L'option 
2224 \family sans
2225 Tourner
2226 \begin_inset space ~
2227 \end_inset
2228
2229 la
2230 \begin_inset space ~
2231 \end_inset
2232
2233 case
2234 \begin_inset space ~
2235 \end_inset
2236
2237 de
2238 \begin_inset space ~
2239 \end_inset
2240
2241 90°
2242 \family default
2243  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2244  L'option 
2245 \family sans
2246 Tourner
2247 \begin_inset space ~
2248 \end_inset
2249
2250 le
2251 \begin_inset space ~
2252 \end_inset
2253
2254 tableau
2255 \begin_inset space ~
2256 \end_inset
2257
2258 de
2259 \begin_inset space ~
2260 \end_inset
2261
2262 90°
2263 \family default
2264  fait pivoter tout le tableau.
2265  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2266  la sortie finale.
2267  Pour plus d'information voir la section
2268 \begin_inset space ~
2269 \end_inset
2270
2271
2272 \begin_inset CommandInset ref
2273 LatexCommand ref
2274 reference "sec:Rotated-Table-Cells"
2275
2276 \end_inset
2277
2278 .
2279 \begin_inset Newline newline
2280 \end_inset
2281
2282
2283 \begin_inset Note Greyedout
2284 status open
2285
2286 \begin_layout Plain Layout
2287
2288 \series bold
2289 Note:
2290 \series default
2291  La plupart des visualiseurs DVI ne sont 
2292 \emph on
2293 pas
2294 \emph default
2295  capables d'afficher ces rotations.
2296 \end_layout
2297
2298 \end_inset
2299
2300
2301 \begin_inset Newline newline
2302 \end_inset
2303
2304 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2305  qui sont incorporés dans une ligne de texte :
2306 \begin_inset Newline newline
2307 \end_inset
2308
2309 Une ligne avec des tableaux alignés de différentes manières: 
2310 \begin_inset Tabular
2311 <lyxtabular version="3" rows="2" columns="2">
2312 <features rotate="0" tabularvalignment="top">
2313 <column alignment="center" valignment="top" width="0pt">
2314 <column alignment="center" valignment="top">
2315 <row>
2316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329 1
2330 \end_layout
2331
2332 \end_inset
2333 </cell>
2334 </row>
2335 <row>
2336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2337 \begin_inset Text
2338
2339 \begin_layout Plain Layout
2340 A
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 </row>
2355 </lyxtabular>
2356
2357 \end_inset
2358
2359  
2360 \begin_inset Tabular
2361 <lyxtabular version="3" rows="2" columns="2">
2362 <features rotate="0" tabularvalignment="middle">
2363 <column alignment="center" valignment="top">
2364 <column alignment="center" valignment="top">
2365 <row>
2366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 1
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 </row>
2385 <row>
2386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390 A
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Plain Layout
2399
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 </row>
2405 </lyxtabular>
2406
2407 \end_inset
2408
2409  
2410 \begin_inset Tabular
2411 <lyxtabular version="3" rows="2" columns="2">
2412 <features rotate="0" tabularvalignment="bottom">
2413 <column alignment="center" valignment="top" width="0pt">
2414 <column alignment="center" valignment="top">
2415 <row>
2416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2417 \begin_inset Text
2418
2419 \begin_layout Plain Layout
2420
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2426 \begin_inset Text
2427
2428 \begin_layout Plain Layout
2429 1
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 </row>
2435 <row>
2436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2437 \begin_inset Text
2438
2439 \begin_layout Plain Layout
2440 A
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \end_layout
2451
2452 \end_inset
2453 </cell>
2454 </row>
2455 </lyxtabular>
2456
2457 \end_inset
2458
2459
2460 \begin_inset Newline newline
2461 \end_inset
2462
2463 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2464  spéciales pour le tableau, voir les sections
2465 \begin_inset space ~
2466 \end_inset
2467
2468
2469 \begin_inset CommandInset ref
2470 LatexCommand ref
2471 reference "sub:Calculs-multicolonnes"
2472
2473 \end_inset
2474
2475  et 
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "sec:Tableaux-Colorés"
2479
2480 \end_inset
2481
2482 .
2483 \end_layout
2484
2485 \begin_layout Description
2486
2487 \family sans
2488 Bordures
2489 \family default
2490  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2491  ou la colonne courante.
2492  
2493 \begin_inset Newline newline
2494 \end_inset
2495
2496 En utilisant le style 
2497 \family sans
2498 Formel
2499 \family default
2500  à la place du style par 
2501 \family sans
2502 Défaut
2503 \family default
2504 , on va convertir le tableau en tableau formel comme on le décrit dans la
2505  section
2506 \begin_inset space ~
2507 \end_inset
2508
2509
2510 \begin_inset CommandInset ref
2511 LatexCommand ref
2512 reference "sec:Tableaux-Formels"
2513
2514 \end_inset
2515
2516 .
2517 \begin_inset Newline newline
2518 \end_inset
2519
2520 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2521  dans les lignes du tableau comme c'est décrit dans la section
2522 \begin_inset space ~
2523 \end_inset
2524
2525
2526 \begin_inset CommandInset ref
2527 LatexCommand ref
2528 reference "sub:Espacement-lignes"
2529
2530 \end_inset
2531
2532 .
2533 \end_layout
2534
2535 \begin_layout Description
2536 Tableau
2537 \begin_inset space ~
2538 \end_inset
2539
2540 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2541  un 
2542 \begin_inset Quotes eld
2543 \end_inset
2544
2545
2546 \emph on
2547 tableau long
2548 \emph default
2549
2550 \begin_inset Quotes erd
2551 \end_inset
2552
2553  qui peut continuer sur plusieurs pages.
2554  Les sections
2555 \begin_inset space ~
2556 \end_inset
2557
2558
2559 \begin_inset CommandInset ref
2560 LatexCommand ref
2561 reference "sec:Tableaux-longs"
2562
2563 \end_inset
2564
2565  et 
2566 \begin_inset CommandInset ref
2567 LatexCommand ref
2568 reference "sec:Questions-sur-tableaux-longs"
2569
2570 \end_inset
2571
2572  décrivent ces tableaux longs plus en détail.
2573 \end_layout
2574
2575 \begin_layout Section
2576 La barre d'outils tableau
2577 \begin_inset Index idx
2578 status collapsed
2579
2580 \begin_layout Plain Layout
2581 Tableau ! Barre d'outils
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \end_layout
2588
2589 \begin_layout Standard
2590 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2591  permet de modifier plus rapidement les tableaux.
2592  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2593  le curseur se trouve à l'intérieur d'un tableau.
2594  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2595  au menu 
2596 \family sans
2597 Visualiser\SpecialChar \menuseparator
2598 Barres
2599 \begin_inset space ~
2600 \end_inset
2601
2602 d'outils\SpecialChar \menuseparator
2603 Tableau
2604 \family default
2605 .
2606 \end_layout
2607
2608 \begin_layout Standard
2609 La barre d'outils contient les icônes suivantes :
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "inset-modify tabular append-row"
2617 \end_inset
2618
2619  ajoute une ligne sous la cellule ou la sélection courante
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "inset-modify tabular append-column"
2627 \end_inset
2628
2629  ajoute une colonne à la droite de la cellule ou de la sélection courante
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular delete-row"
2637 \end_inset
2638
2639  supprime la ligne ou la sélection courante
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "inset-modify tabular delete-column"
2647 \end_inset
2648
2649  supprime la colonne ou la sélection courante
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "inset-modify tabular toggle-line-top"
2657 \end_inset
2658
2659  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2660  courante
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Info
2666 type  "icon"
2667 arg   "inset-modify tabular toggle-line-bottom"
2668 \end_inset
2669
2670  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675 \begin_inset Info
2676 type  "icon"
2677 arg   "inset-modify tabular toggle-line-left"
2678 \end_inset
2679
2680  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2681 \begin_inset Note Note
2682 status collapsed
2683
2684 \begin_layout Plain Layout
2685 ou colonne ?
2686 \end_layout
2687
2688 \end_inset
2689
2690  ou de la sélection courante
2691 \end_layout
2692
2693 \begin_layout Labeling
2694 \labelwidthstring 00.00.0000
2695 \begin_inset Info
2696 type  "icon"
2697 arg   "inset-modify tabular toggle-line-right"
2698 \end_inset
2699
2700  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2701 \begin_inset Note Note
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705 ou colonne ?
2706 \end_layout
2707
2708 \end_inset
2709
2710  ou de la sélection courante
2711 \end_layout
2712
2713 \begin_layout Labeling
2714 \labelwidthstring 00.00.0000
2715 \begin_inset Info
2716 type  "icon"
2717 arg   "inset-modify tabular set-all-lines"
2718 \end_inset
2719
2720  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2721  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2722  colonne et la ligne courante
2723 \end_layout
2724
2725 \begin_layout Labeling
2726 \labelwidthstring 00.00.0000
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular unset-all-lines"
2730 \end_inset
2731
2732  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2733  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2734  aussi la colonne et la ligne courante
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "inset-modify tabular m-align-left"
2742 \end_inset
2743
2744  aligne à gauche le contenu de la cellule ou de la colonne courante
2745 \end_layout
2746
2747 \begin_layout Labeling
2748 \labelwidthstring 00.00.0000
2749 \begin_inset Info
2750 type  "icon"
2751 arg   "inset-modify tabular m-align-center"
2752 \end_inset
2753
2754  centre horizontalement le contenu de la cellule ou de la colonne courante
2755 \end_layout
2756
2757 \begin_layout Labeling
2758 \labelwidthstring 00.00.0000
2759 \begin_inset Info
2760 type  "icon"
2761 arg   "inset-modify tabular m-align-right"
2762 \end_inset
2763
2764  aligne à droite le contenu de la cellule ou de la colonne courante
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "inset-modify tabular align-decimal"
2772 \end_inset
2773
2774  aligne le contenu de la colonne courante sur un caractère
2775 \end_layout
2776
2777 \begin_layout Labeling
2778 \labelwidthstring 00.00.0000
2779 \begin_inset Info
2780 type  "icon"
2781 arg   "inset-modify tabular m-valign-top"
2782 \end_inset
2783
2784  aligne le contenu de la cellule courante verticalement vers le haut
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "inset-modify tabular m-valign-middle"
2792 \end_inset
2793
2794  centre verticalement le contenu de la cellule courante
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "inset-modify tabular m-valign-bottom"
2802 \end_inset
2803
2804  aligne le contenu de la cellule courante verticalement vers le bas
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "inset-modify tabular set-rotate-cell"
2812 \end_inset
2813
2814  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2815 re
2816 \end_layout
2817
2818 \begin_layout Labeling
2819 \labelwidthstring 00.00.0000
2820 \begin_inset Info
2821 type  "icon"
2822 arg   "inset-modify tabular set-rotate-tabular"
2823 \end_inset
2824
2825  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2826 \end_layout
2827
2828 \begin_layout Labeling
2829 \labelwidthstring 00.00.0000
2830 \begin_inset Info
2831 type  "icon"
2832 arg   "inset-modify tabular multicolumn"
2833 \end_inset
2834
2835  transforme en multi-colonne la cellule ou la sélection courante
2836 \end_layout
2837
2838 \begin_layout Labeling
2839 \labelwidthstring 00.00.0000
2840 \begin_inset Info
2841 type  "icon"
2842 arg   "inset-modify tabular multirow"
2843 \end_inset
2844
2845  transforme en multi-ligne la cellule ou la sélection courante
2846 \end_layout
2847
2848 \begin_layout Standard
2849 \begin_inset Note Greyedout
2850 status open
2851
2852 \begin_layout Plain Layout
2853
2854 \series bold
2855 Note :
2856 \series default
2857  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2858  est utilisé pour toutes les autres cellules de la ligne.
2859 \end_layout
2860
2861 \end_inset
2862
2863
2864 \end_layout
2865
2866 \begin_layout Section
2867 Le menu Édition tableau
2868 \begin_inset Index idx
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872 Tableau ! Menu Édition
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \begin_layout Standard
2881 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2882  
2883 \family sans
2884 Édition\SpecialChar \menuseparator
2885 Tableau
2886 \family default
2887  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2888  ou de la ligne courante et aussi de transformer la sélection courante en
2889  multi-colonne.
2890  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2891 \end_layout
2892
2893 \begin_layout Section
2894 Flottant de tableau
2895 \begin_inset CommandInset label
2896 LatexCommand label
2897 name "sec:Table-Floats"
2898
2899 \end_inset
2900
2901
2902 \begin_inset Index idx
2903 status collapsed
2904
2905 \begin_layout Plain Layout
2906 Flottants ! Tableaux
2907 \end_layout
2908
2909 \end_inset
2910
2911
2912 \begin_inset Index idx
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916 Tableau ! Flottants
2917 \end_layout
2918
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \begin_layout Standard
2925 Pour des explications générales sur les flottants, jetez un œil à la section
2926 \begin_inset space ~
2927 \end_inset
2928
2929
2930 \begin_inset CommandInset ref
2931 LatexCommand ref
2932 reference "sec:Flottants-Introduction"
2933
2934 \end_inset
2935
2936 .
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \begin_inset Float table
2941 placement h
2942 wide false
2943 sideways false
2944 status open
2945
2946 \begin_layout Plain Layout
2947 \begin_inset Caption Standard
2948
2949 \begin_layout Plain Layout
2950 \begin_inset CommandInset label
2951 LatexCommand label
2952 name "tab:Flottant-de-tableau"
2953
2954 \end_inset
2955
2956 Un flottant de tableau.
2957 \end_layout
2958
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \begin_layout Plain Layout
2965 \align center
2966 \begin_inset Tabular
2967 <lyxtabular version="3" rows="3" columns="3">
2968 <features rotate="0" tabularvalignment="middle">
2969 <column alignment="center" valignment="top" width="0pt">
2970 <column alignment="center" valignment="top" width="0pt">
2971 <column alignment="center" valignment="top" width="0pt">
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 1
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986 2
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995 3
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 </row>
3001 <row>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 Jules
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015 Marie
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 Jean
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Formula $\int x^{2}dx$
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047 \begin_inset Formula $\left[\begin{array}{cc}
3048 a & b\\
3049 c & d
3050 \end{array}\right]$
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062 \begin_inset Formula $1+1=2$
3063 \end_inset
3064
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 </lyxtabular>
3072
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Standard
3084 Les flottants de tableau sont insérés en utilisant le menu 
3085 \family sans
3086 Insertion\SpecialChar \menuseparator
3087 Flottant\SpecialChar \menuseparator
3088 Tableau
3089 \family default
3090  ou le bouton 
3091 \begin_inset Info
3092 type  "icon"
3093 arg   "float-insert table"
3094 \end_inset
3095
3096  de la barre d'outils.
3097 \end_layout
3098
3099 \begin_layout Standard
3100 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3101  qui a comme étiquette 
3102 \begin_inset Quotes eld
3103 \end_inset
3104
3105 Tableau
3106 \begin_inset space ~
3107 \end_inset
3108
3109 #:
3110 \begin_inset Quotes erd
3111 \end_inset
3112
3113  (où # est le numéro du tableau).
3114  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3115 \end_layout
3116
3117 \begin_layout Standard
3118 Le tableau
3119 \begin_inset space ~
3120 \end_inset
3121
3122
3123 \begin_inset CommandInset ref
3124 LatexCommand ref
3125 reference "tab:Flottant-de-tableau"
3126
3127 \end_inset
3128
3129  est un exemple de tableau dans un flottant de tableau.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 On met habituellement la légende au dessus des tableaux, mais cette règle
3134  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3135  Cela signifie que si vous utilisez un document appartenant aux classes
3136  
3137 \family sans
3138 article
3139 \family default
3140
3141 \family sans
3142 book
3143 \family default
3144
3145 \family sans
3146 letter
3147 \family default
3148 , ou
3149 \family sans
3150  report
3151 \family default
3152  il n'y aura pas d'espace entre la légende et le tableau.
3153  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3154  la commande de chargement du paquetage LaTeX 
3155 \series bold
3156 caption
3157 \series default
3158
3159 \begin_inset Index idx
3160 status collapsed
3161
3162 \begin_layout Plain Layout
3163 Paquetages LaTeX ! caption
3164 \end_layout
3165
3166 \end_inset
3167
3168  dans le préambule de votre document.
3169 \begin_inset Foot
3170 status collapsed
3171
3172 \begin_layout Plain Layout
3173 Pour plus d'information voyez la section
3174 \begin_inset space ~
3175 \end_inset
3176
3177
3178 \begin_inset CommandInset ref
3179 LatexCommand ref
3180 reference "sec:Placement-légende"
3181
3182 \end_inset
3183
3184 .
3185 \end_layout
3186
3187 \end_inset
3188
3189 :
3190 \end_layout
3191
3192 \begin_layout Standard
3193
3194 \series bold
3195 tableposition=top
3196 \end_layout
3197
3198 \begin_layout Standard
3199 Le paquetage 
3200 \series bold
3201 caption
3202 \series default
3203 , qui est décrit dans la section
3204 \begin_inset space ~
3205 \end_inset
3206
3207
3208 \begin_inset CommandInset ref
3209 LatexCommand ref
3210 reference "sec:Formatage-légende"
3211
3212 \end_inset
3213
3214 , est utilisé pour ajuster le format des légendes.
3215 \end_layout
3216
3217 \begin_layout Standard
3218 Dans le texte, on fait référence à un tableau
3219 \begin_inset Index idx
3220 status collapsed
3221
3222 \begin_layout Plain Layout
3223 References@Références ! à des Tableaux
3224 \end_layout
3225
3226 \end_inset
3227
3228  en faisant référence à sa légende.
3229  On insère donc une étiquette dans la légende en utilisant le menu 
3230 \family sans
3231 Insertion
3232 \family default
3233 \SpecialChar \menuseparator
3234
3235 \family sans
3236 Étiquette
3237 \family default
3238  ou le bouton 
3239 \begin_inset Info
3240 type  "icon"
3241 arg   "label-insert"
3242 \end_inset
3243
3244  de la barre d'outils.
3245  On peut alors faire référence à cette étiquette en utilisant le menu 
3246 \family sans
3247 Insertion\SpecialChar \menuseparator
3248 Référence
3249 \begin_inset space ~
3250 \end_inset
3251
3252 croisée
3253 \family default
3254  ou le bouton 
3255 \begin_inset Info
3256 type  "icon"
3257 arg   "dialog-show-new-inset ref"
3258 \end_inset
3259
3260  de la barre d'outils.
3261 \begin_inset Newline newline
3262 \end_inset
3263
3264 Les références croisées sont expliquées en détail dans la section
3265 \begin_inset space ~
3266 \end_inset
3267
3268
3269 \begin_inset CommandInset ref
3270 LatexCommand ref
3271 reference "sec:Referencer-les-Flottants"
3272
3273 \end_inset
3274
3275 .
3276 \end_layout
3277
3278 \begin_layout Section
3279 Tableaux Longs
3280 \begin_inset CommandInset label
3281 LatexCommand label
3282 name "sec:Tableaux-longs"
3283
3284 \end_inset
3285
3286
3287 \begin_inset Index idx
3288 status collapsed
3289
3290 \begin_layout Plain Layout
3291 Tableaux longs
3292 \end_layout
3293
3294 \end_inset
3295
3296
3297 \begin_inset Index idx
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 Tableau ! Tableaux longs
3302 \end_layout
3303
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \begin_layout Standard
3310 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3311  l'option 
3312 \family sans
3313 Utiliser
3314 \begin_inset space ~
3315 \end_inset
3316
3317 les
3318 \begin_inset space ~
3319 \end_inset
3320
3321 tableaux
3322 \begin_inset space ~
3323 \end_inset
3324
3325 longs
3326 \family default
3327  de l'onglet 
3328 \family sans
3329 Tableau
3330 \begin_inset space ~
3331 \end_inset
3332
3333 long
3334 \family default
3335  de la fenêtre 
3336 \family sans
3337 Paramètres
3338 \begin_inset space ~
3339 \end_inset
3340
3341 du
3342 \begin_inset space ~
3343 \end_inset
3344
3345 tableau
3346 \family default
3347  pour le répartir automatiquement sur plusieurs pages.
3348  En cochant cette option, vous activez les options suivantes:
3349 \end_layout
3350
3351 \begin_layout Description
3352 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3353  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3354  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3355  première page, si 
3356 \family sans
3357 Premier
3358 \begin_inset space ~
3359 \end_inset
3360
3361 en-tête
3362 \family default
3363  est défini.
3364  Ces lignes forment l'en-tête principal.
3365 \end_layout
3366
3367 \begin_layout Description
3368 Premier
3369 \begin_inset space ~
3370 \end_inset
3371
3372 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3373  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3374  d'en-tête utilisées pour la première page du tableau long.
3375 \end_layout
3376
3377 \begin_layout Description
3378 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3379  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3380  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3381  page si 
3382 \family sans
3383 Dernier
3384 \begin_inset space ~
3385 \end_inset
3386
3387 pied
3388 \family default
3389  est défini.
3390 \end_layout
3391
3392 \begin_layout Description
3393 Dernier
3394 \begin_inset space ~
3395 \end_inset
3396
3397 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3398  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3399  constituant le pied de la dernière page du tableau long.
3400 \end_layout
3401
3402 \begin_layout Description
3403 Légende La ligne courante contient la légende du tableau.
3404  La première ligne est transformée en une colonne unique et une légende
3405  est insérée.
3406  Vous trouverez d'autres explications sur les légendes pour les tableaux
3407  longs dans la section
3408 \begin_inset space ~
3409 \end_inset
3410
3411
3412 \begin_inset CommandInset ref
3413 LatexCommand ref
3414 reference "sub:Tableaux-longs-légende"
3415
3416 \end_inset
3417
3418 .
3419 \end_layout
3420
3421 \begin_layout Standard
3422 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3423  Voyez le tableau long qui suit pour voir comment ça marche :
3424 \end_layout
3425
3426 \begin_layout Standard
3427 \align center
3428 \begin_inset Tabular
3429 <lyxtabular version="3" rows="69" columns="3">
3430 <features rotate="0" islongtable="true" longtabularalignment="center">
3431 <column alignment="left" valignment="top" width="0cm">
3432 <column alignment="left" valignment="top" width="0pt">
3433 <column alignment="center" valignment="top" width="0pt">
3434 <row endfirsthead="true">
3435 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 Exemple d'annuaire téléphonique (ignorez les noms)
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row endfirsthead="true">
3466 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 NOM
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490
3491 \series bold
3492 TEL.
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 </row>
3498 <row endhead="true">
3499 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \series bold
3505 Exemple d'annuaire téléphonique
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 </row>
3529 <row endhead="true">
3530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536 NOM
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 TEL.
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row endfoot="true">
3563 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567  continue page suivante
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598 Annovi
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 Silvia
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 111
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 <row>
3623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627
3628 \series bold
3629 Bertoli
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 Stefano
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 111
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row>
3654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658
3659 \series bold
3660 Bozzi
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Walter
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 111
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689
3690 \series bold
3691 Cachia
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 Maria
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 111
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \series bold
3722 Cachia
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 Maurizio
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 111
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 </row>
3746 <row>
3747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751
3752 \series bold
3753 Cinquemani
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Giusi
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 111
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 </row>
3777 <row>
3778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782
3783 \series bold
3784 Colin
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 Bernard
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 111
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813
3814 \series bold
3815 Concli
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 Gianfranco
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 111
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row>
3840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \series bold
3846 Dal Bosco
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 Carolina
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 111
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 </row>
3870 <row>
3871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875
3876 \series bold
3877 Dalpiaz
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 Annamaria
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 111
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 </row>
3901 <row>
3902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906
3907 \series bold
3908 Feliciello
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 Domenico
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 111
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 <row>
3933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937
3938 \series bold
3939 Focarelli
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 Paola
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 111
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 </row>
3963 <row>
3964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968
3969 \series bold
3970 Galletti
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 Oreste
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 111
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 </row>
3994 <row>
3995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999
4000 \series bold
4001 Gasparini
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 Franca
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 111
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 </row>
4025 <row>
4026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030
4031 \series bold
4032 Rizzardi
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 Paola
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 111
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 </row>
4056 <row>
4057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \series bold
4063 Lassini
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 Giancarlo
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 111
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 </row>
4087 <row>
4088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094 Malfatti
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 Luciano
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 111
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 </row>
4118 <row>
4119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123
4124 \series bold
4125 Malfatti
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 Valeriano
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 111
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 </row>
4149 <row>
4150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154
4155 \series bold
4156 Meneguzzo
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 Roberto
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 111
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185
4186 \series bold
4187 Mezzadra
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 Roberto
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 111
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 </row>
4211 <row>
4212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216
4217 \series bold
4218 Pirpamer
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 Erich
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 111
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 </row>
4242 <row>
4243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247
4248 \series bold
4249 Pochiesa
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 Paolo
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 111, 222
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \series bold
4280 Radina
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 Claudio
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 111
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 </row>
4304 <row>
4305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309
4310 \series bold
4311 Stuffer
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 Oskar
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 111
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 <row>
4336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340
4341 \series bold
4342 Tacchelli
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 Ugo
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 111
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 <row>
4367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371
4372 \series bold
4373 Tezzele
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 Margit
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 111
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 </row>
4397 <row>
4398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402
4403 \series bold
4404 Unterkalmsteiner
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 Frieda
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 111
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Vieider
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Hilde
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 111
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Vigna
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Jürgen
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 111
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Weber
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Maurizio
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 111
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Winkler
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Franz
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 111
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557  
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Annovi
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Silvia
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 555
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Bertoli
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Stefano
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 555
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648
4649 \series bold
4650 Bozzi
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 Walter
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 555
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 </row>
4674 <row>
4675 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679
4680 \series bold
4681 Cachia
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 Maria
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 555
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710
4711 \series bold
4712 Cachia
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 Maurizio
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 555
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 </row>
4736 <row>
4737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741
4742 \series bold
4743 Cinquemani
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 Giusi
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 555
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772
4773 \series bold
4774 Colin
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 Bernard
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 555
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 </row>
4798 <row>
4799 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803
4804 \series bold
4805 Concli
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 Gianfranco
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 555
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \series bold
4836 Dal Bosco
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 Carolina
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 555
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 </row>
4860 <row>
4861 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865
4866 \series bold
4867 Dalpiaz
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 Annamaria
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 555
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896
4897 \series bold
4898 Feliciello
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 Domenico
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 555
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 <row>
4923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927
4928 \series bold
4929 Focarelli
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 Paola
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 555
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 </row>
4953 <row>
4954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958
4959 \series bold
4960 Galletti
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 Oreste
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 555
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 </row>
4984 <row>
4985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989
4990 \series bold
4991 Gasparini
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 Franca
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 555
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \series bold
5022 Rizzardi
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 Paola
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 555
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 </row>
5046 <row>
5047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \series bold
5053 Lassini
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 Giancarlo
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 555
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 </row>
5077 <row>
5078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \series bold
5084 Malfatti
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 Luciano
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 555
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 </row>
5108 <row>
5109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113
5114 \series bold
5115 Malfatti
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 Valeriano
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 555
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 </row>
5139 <row>
5140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144
5145 \series bold
5146 Meneguzzo
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 Roberto
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 555
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 </row>
5170 <row>
5171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175
5176 \series bold
5177 Mezzadra
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Roberto
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 555
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 </row>
5201 <row>
5202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206
5207 \series bold
5208 Pirpamer
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 Erich
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 555
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 <row>
5233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237
5238 \series bold
5239 Pochiesa
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 Paolo
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 555, 222
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 </row>
5263 <row>
5264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268
5269 \series bold
5270 Radina
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 Claudio
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 555
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 </row>
5294 <row>
5295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299
5300 \series bold
5301 Stuffer
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 Oskar
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 555
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 </row>
5325 <row>
5326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330
5331 \series bold
5332 Tacchelli
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 Ugo
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 555
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 </row>
5356 <row>
5357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361
5362 \series bold
5363 Tezzele
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 Margit
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 555
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 </row>
5387 <row>
5388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392
5393 \series bold
5394 Unterkalmsteiner
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 Frieda
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 555
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \series bold
5425 Vieider
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Hilde
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 555
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 <row>
5450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454
5455 \series bold
5456 Vigna
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 Jürgen
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 999
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485
5486 \series bold
5487 Weber
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 Maurizio
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 555
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516
5517 \series bold
5518 Winkler
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 Franz
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 555
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 <row endlastfoot="true">
5543 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 Fin
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 </lyxtabular>
5572
5573 \end_inset
5574
5575
5576 \begin_inset ERT
5577 status collapsed
5578
5579 \begin_layout Plain Layout
5580
5581
5582 \backslash
5583 addtocounter{table}{-1}
5584 \end_layout
5585
5586 \end_inset
5587
5588
5589 \begin_inset Note Note
5590 status collapsed
5591
5592 \begin_layout Plain Layout
5593 Voyez la première note grisée de la section
5594 \begin_inset space ~
5595 \end_inset
5596
5597
5598 \begin_inset CommandInset ref
5599 LatexCommand ref
5600 reference "sub:Tableaux-longs-légende"
5601
5602 \end_inset
5603
5604  pour une explication de cette commande.
5605 \end_layout
5606
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \begin_layout Subsection
5613 Notes de bas de page dans les tableaux longs
5614 \begin_inset CommandInset label
5615 LatexCommand label
5616 name "sub:Notes-dans-tableau-long"
5617
5618 \end_inset
5619
5620
5621 \begin_inset Index idx
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625 Tableaux longs ! Notes de bas de page
5626 \end_layout
5627
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5635  long.
5636  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5637  contenant la note.
5638  Par exemple le tableau
5639 \begin_inset space ~
5640 \end_inset
5641
5642
5643 \begin_inset CommandInset ref
5644 LatexCommand ref
5645 reference "tab:Légendes-tableau-différentes"
5646
5647 \end_inset
5648
5649  a une note de bas de page.
5650 \end_layout
5651
5652 \begin_layout Subsection
5653 Alignement des tableaux longs
5654 \begin_inset Index idx
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658 Tableaux longs ! Alignement
5659 \end_layout
5660
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \begin_layout Standard
5667 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5668  de dialogue des paramètres de tableau.
5669  Pour les alignements à droite et à gauche, le tableau sera directement
5670  au bord de la page.
5671  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5672  l'alignement centré et modifier les valeurs des longueurs 
5673 \series bold
5674
5675 \backslash
5676 LTleft 
5677 \series default
5678 et 
5679 \series bold
5680
5681 \backslash
5682 LTright
5683 \series default
5684  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5685  concerné :
5686 \end_layout
5687
5688 \begin_layout Standard
5689
5690 \series bold
5691
5692 \backslash
5693 setlength{
5694 \backslash
5695 LTleft}{valeur}
5696 \end_layout
5697
5698 \begin_layout Standard
5699 Où 
5700 \series bold
5701 valeur
5702 \series default
5703  peut avoir n'importe laquelle des unités listées dans le tableau
5704 \begin_inset space ~
5705 \end_inset
5706
5707
5708 \begin_inset CommandInset ref
5709 LatexCommand ref
5710 reference "cha:Unités-de-longueur"
5711
5712 \end_inset
5713
5714 .
5715  
5716 \series bold
5717
5718 \backslash
5719 LTleft
5720 \series default
5721  contrôle la distance horizontale entre le bord gauche de la page et le
5722  tableau, et
5723 \series bold
5724  
5725 \backslash
5726 LTright
5727 \series default
5728  la distance au bord droit.
5729  La valeur implicite des ces deux distances est 
5730 \series bold
5731
5732 \backslash
5733 fill
5734 \series default
5735 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5736 \end_layout
5737
5738 \begin_layout Standard
5739 Le tableau long suivant a été centrée en mettant 
5740 \series bold
5741
5742 \backslash
5743 LTleft
5744 \series default
5745  à 
5746 \family sans
5747 0.1
5748 \backslash
5749 columnwidth
5750 \family default
5751 :
5752 \begin_inset ERT
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756
5757
5758 \backslash
5759 setlength{
5760 \backslash
5761 LTleft}{0.1
5762 \backslash
5763 columnwidth}
5764 \end_layout
5765
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \begin_layout Standard
5772 \begin_inset Tabular
5773 <lyxtabular version="3" rows="5" columns="5">
5774 <features rotate="0" islongtable="true" longtabularalignment="center">
5775 <column alignment="center" valignment="top">
5776 <column alignment="center" valignment="top">
5777 <column alignment="center" valignment="top">
5778 <column alignment="center" valignment="top">
5779 <column alignment="center" valignment="top">
5780 <row>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 1
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 2
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 3
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 4
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 5
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 asd
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 s
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 s
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 s
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 asd
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 s
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 s
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 s
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 asd
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 </row>
5921 <row>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 asd
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 s
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 asd
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 asd
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 asd
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 </lyxtabular>
6016
6017 \end_inset
6018
6019
6020 \begin_inset ERT
6021 status collapsed
6022
6023 \begin_layout Plain Layout
6024
6025
6026 \backslash
6027 setlength{
6028 \backslash
6029 LTleft}{
6030 \backslash
6031 fill}
6032 \end_layout
6033
6034 \end_inset
6035
6036
6037 \begin_inset ERT
6038 status collapsed
6039
6040 \begin_layout Plain Layout
6041
6042
6043 \backslash
6044 addtocounter{table}{-1}
6045 \end_layout
6046
6047 \end_inset
6048
6049
6050 \begin_inset Note Note
6051 status collapsed
6052
6053 \begin_layout Plain Layout
6054 Voyez la première note grisée de la section
6055 \begin_inset space ~
6056 \end_inset
6057
6058
6059 \begin_inset CommandInset ref
6060 LatexCommand ref
6061 reference "sub:Tableaux-longs-légende"
6062
6063 \end_inset
6064
6065  pour une explication de cette commande.
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \begin_layout Subsection
6074 Légendes et tableaux longs
6075 \begin_inset Index idx
6076 status collapsed
6077
6078 \begin_layout Plain Layout
6079 Tableaux longs ! Legendes@Légendes
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \begin_inset CommandInset label
6086 LatexCommand label
6087 name "sub:Tableaux-longs-légende"
6088
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \begin_layout Standard
6095 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6096  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6097  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6098  longs quand on utilise pour une ligne l'option de tableau long 
6099 \family sans
6100 Légende
6101 \family default
6102 , comme c'est expliqué dans la section
6103 \begin_inset space ~
6104 \end_inset
6105
6106
6107 \begin_inset CommandInset ref
6108 LatexCommand ref
6109 reference "sec:Tableaux-longs"
6110
6111 \end_inset
6112
6113 .
6114 \end_layout
6115
6116 \begin_layout Standard
6117 Voici un petit Tableau long pour voir comment ça marche :
6118 \end_layout
6119
6120 \begin_layout Standard
6121 \begin_inset Tabular
6122 <lyxtabular version="3" rows="6" columns="5">
6123 <features rotate="0" islongtable="true" longtabularalignment="center">
6124 <column alignment="center" valignment="top">
6125 <column alignment="center" valignment="top">
6126 <column alignment="center" valignment="top">
6127 <column alignment="center" valignment="top">
6128 <column alignment="center" valignment="top">
6129 <row endfirsthead="true" caption="true">
6130 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134 \begin_inset Caption Standard
6135
6136 \begin_layout Plain Layout
6137 Tableau long avec une légende
6138 \begin_inset Argument 1
6139 status open
6140
6141 \begin_layout Plain Layout
6142 Tableau long
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 <row>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 1
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 2
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 3
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 4
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 5
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 </row>
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 asd
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 s
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 s
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 s
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 asd
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 asd
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 s
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 s
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 s
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 asd
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 asd
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 s
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 asd
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 <row>
6383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 asd
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 asd
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 asd
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 asd
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 asd
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 </lyxtabular>
6430
6431 \end_inset
6432
6433
6434 \end_layout
6435
6436 \begin_layout Standard
6437 \begin_inset VSpace medskip
6438 \end_inset
6439
6440
6441 \begin_inset Note Greyedout
6442 status open
6443
6444 \begin_layout Plain Layout
6445
6446 \series bold
6447 Note
6448 \begin_inset space ~
6449 \end_inset
6450
6451 1:
6452 \series default
6453  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6454  n'avez pas prévu de légende.
6455  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6456 \begin_inset space ~
6457 \end_inset
6458
6459 2.4 suit le tableau
6460 \begin_inset space ~
6461 \end_inset
6462
6463 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6464  sans légende.
6465  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6466  après chaque tableau long sans légende :
6467 \end_layout
6468
6469 \begin_layout Plain Layout
6470
6471 \series bold
6472
6473 \backslash
6474 addtocounter{table}{-1}
6475 \end_layout
6476
6477 \begin_layout Plain Layout
6478 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6479  et que vous ajoutez le code suivant dans le préambule du document :
6480 \end_layout
6481
6482 \begin_layout Plain Layout
6483
6484 \series bold
6485
6486 \backslash
6487 let
6488 \backslash
6489 myEnd
6490 \backslash
6491 endlongtable
6492 \begin_inset Newline newline
6493 \end_inset
6494
6495
6496 \backslash
6497 renewcommand{
6498 \backslash
6499 endlongtable}{
6500 \backslash
6501 myEnd
6502 \backslash
6503 addtocounter{table}{-1}}
6504 \end_layout
6505
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512 \begin_inset Note Greyedout
6513 status open
6514
6515 \begin_layout Plain Layout
6516
6517 \series bold
6518 Note
6519 \begin_inset space ~
6520 \end_inset
6521
6522 2:
6523 \series default
6524  Si vous utilisez 
6525 \series bold
6526 hyperref
6527 \series default
6528
6529 \begin_inset Index idx
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533 Paquetages LaTeX ! hyperref
6534 \end_layout
6535
6536 \end_inset
6537
6538  dans les 
6539 \family sans
6540 Paramètres du document
6541 \family default
6542  rubrique 
6543 \family sans
6544 Propriétés
6545 \begin_inset space ~
6546 \end_inset
6547
6548 du
6549 \begin_inset space ~
6550 \end_inset
6551
6552 PDF
6553 \family default
6554 , pour transformer vos références croisées en liens cliquables, le lien
6555  vers un tableau long pointera toujours sur le début du document.
6556 \end_layout
6557
6558 \end_inset
6559
6560
6561 \end_layout
6562
6563 \begin_layout Subsubsection
6564 Références à des tableaux longs
6565 \begin_inset Index idx
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569 Tableaux longs ! Références
6570 \end_layout
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 \begin_inset Tabular
6579 <lyxtabular version="3" rows="6" columns="5">
6580 <features rotate="0" islongtable="true" longtabularalignment="center">
6581 <column alignment="center" valignment="top">
6582 <column alignment="center" valignment="top">
6583 <column alignment="center" valignment="top">
6584 <column alignment="center" valignment="top">
6585 <column alignment="center" valignment="top">
6586 <row endfirsthead="true" caption="true">
6587 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 \begin_inset Caption Standard
6592
6593 \begin_layout Plain Layout
6594 Tableau long référencé
6595 \begin_inset CommandInset label
6596 LatexCommand label
6597 name "tab:RefExemple"
6598
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 1
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 2
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 3
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 4
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 5
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 </row>
6695 <row>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 s
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 s
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 asd
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 s
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 s
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 s
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 </row>
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 sad
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 asd
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 </lyxtabular>
6884
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \begin_layout Standard
6891 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6892  dans sa légende.
6893 \end_layout
6894
6895 \begin_layout Standard
6896 Ceci est une référence au tableau
6897 \begin_inset space ~
6898 \end_inset
6899
6900
6901 \begin_inset CommandInset ref
6902 LatexCommand ref
6903 reference "tab:RefExemple"
6904
6905 \end_inset
6906
6907 .
6908 \end_layout
6909
6910 \begin_layout Standard
6911 La mise en forme de la légende peut être ajustée avec celle de toutes les
6912  autres légendes de votre document en utilisant le paquetage LaTeX 
6913 \series bold
6914 caption
6915 \series default
6916
6917 \begin_inset Index idx
6918 status collapsed
6919
6920 \begin_layout Plain Layout
6921 Paquetages LaTeX ! caption
6922 \end_layout
6923
6924 \end_inset
6925
6926 , voir la section
6927 \begin_inset space ~
6928 \end_inset
6929
6930
6931 \begin_inset CommandInset ref
6932 LatexCommand ref
6933 reference "sec:Formatage-légende"
6934
6935 \end_inset
6936
6937 .
6938 \end_layout
6939
6940 \begin_layout Subsubsection
6941 Largeur de la légende
6942 \begin_inset Index idx
6943 status collapsed
6944
6945 \begin_layout Plain Layout
6946 Tableaux longs ! Largeur de la légende
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \end_layout
6953
6954 \begin_layout Standard
6955 La largeur maximale des lignes de légende est définie par la longueur 
6956 \series bold
6957
6958 \backslash
6959 LTcapwidth
6960 \series default
6961 .
6962  Sa valeur implicite est 4
6963 \begin_inset space \thinspace{}
6964 \end_inset
6965
6966 in.
6967  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6968  de votre document ou en tant que code TeX directement dans votre document
6969  avant le tableau qui doit être affectée.
6970 \end_layout
6971
6972 \begin_layout Standard
6973
6974 \series bold
6975
6976 \backslash
6977 setlength{
6978 \backslash
6979 LTcapwidth}{largeur}
6980 \end_layout
6981
6982 \begin_layout Standard
6983 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6984 ce
6985 \begin_inset space ~
6986 \end_inset
6987
6988
6989 \begin_inset CommandInset ref
6990 LatexCommand ref
6991 reference "cha:Unités-de-longueur"
6992
6993 \end_inset
6994
6995 .
6996 \end_layout
6997
6998 \begin_layout Standard
6999 Les tableaux suivants montrent la différence :
7000 \end_layout
7001
7002 \begin_layout Standard
7003 \begin_inset Tabular
7004 <lyxtabular version="3" rows="6" columns="5">
7005 <features rotate="0" islongtable="true" longtabularalignment="center">
7006 <column alignment="center" valignment="top">
7007 <column alignment="center" valignment="top">
7008 <column alignment="center" valignment="top">
7009 <column alignment="center" valignment="top">
7010 <column alignment="center" valignment="top">
7011 <row endfirsthead="true" caption="true">
7012 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 \begin_inset Caption Standard
7017
7018 \begin_layout Plain Layout
7019 long titre complet avec la largeur implicite long titre complet avec la
7020  largeur implicite long titre complet avec la largeur implicite
7021 \begin_inset Argument 1
7022 status open
7023
7024 \begin_layout Plain Layout
7025 Légende avec largeur implicite
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \end_inset
7034
7035
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 </row>
7077 <row>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 1
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 2
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 3
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 4
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 5
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 </row>
7124 <row>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 asd
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 s
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 s
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 asd
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 </row>
7171 <row>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 asd
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 s
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 s
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 asd
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 </row>
7218 <row>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 asd
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 s
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 s
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 </row>
7265 <row>
7266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 asd
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 sad
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 asd
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 asd
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 </row>
7312 </lyxtabular>
7313
7314 \end_inset
7315
7316
7317 \end_layout
7318
7319 \begin_layout Standard
7320 \begin_inset ERT
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324
7325
7326 \backslash
7327 setlength{
7328 \backslash
7329 LTcapwidth}{5cm}
7330 \end_layout
7331
7332 \end_inset
7333
7334
7335 \begin_inset Tabular
7336 <lyxtabular version="3" rows="6" columns="5">
7337 <features rotate="0" islongtable="true" longtabularalignment="center">
7338 <column alignment="center" valignment="top">
7339 <column alignment="center" valignment="top">
7340 <column alignment="center" valignment="top">
7341 <column alignment="center" valignment="top">
7342 <column alignment="center" valignment="top">
7343 <row endfirsthead="true" caption="true">
7344 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 \begin_inset Caption Standard
7349
7350 \begin_layout Plain Layout
7351 long titre complet avec la largeur réglée à 5
7352 \begin_inset space \thinspace{}
7353 \end_inset
7354
7355 cm long titre complet avec la largeur réglée à 5
7356 \begin_inset space \thinspace{}
7357 \end_inset
7358
7359 cm long titre complet avec la largeur réglée à 5
7360 \begin_inset space \thinspace{}
7361 \end_inset
7362
7363 cm
7364 \begin_inset Argument 1
7365 status open
7366
7367 \begin_layout Plain Layout
7368 Légende avec largeur à
7369 \begin_inset space \thinspace{}
7370 \end_inset
7371
7372 =
7373 \begin_inset space \thinspace{}
7374 \end_inset
7375
7376 5
7377 \begin_inset space \thinspace{}
7378 \end_inset
7379
7380 cm
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \end_inset
7389
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 </row>
7432 <row>
7433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437 1
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 2
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 3
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 4
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 5
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 </row>
7479 <row>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 asd
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 s
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 s
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 asd
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 </row>
7526 <row>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 asd
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 s
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 s
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 s
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 asd
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row>
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 asd
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 s
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 s
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 s
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 asd
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row>
7621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 asd
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 sad
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 asd
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 asd
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 asd
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 </lyxtabular>
7668
7669 \end_inset
7670
7671
7672 \end_layout
7673
7674 \begin_layout Standard
7675 \begin_inset ERT
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679
7680
7681 \backslash
7682 setlength{
7683 \backslash
7684 LTcapwidth}{4in}
7685 \end_layout
7686
7687 \end_inset
7688
7689
7690 \end_layout
7691
7692 \begin_layout Standard
7693 \begin_inset Note Greyedout
7694 status open
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Note:
7700 \series default
7701  Quand on utilise la paquetage LaTeX 
7702 \series bold
7703 caption
7704 \series default
7705
7706 \begin_inset Index idx
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710 Paquetages LaTeX ! caption
7711 \end_layout
7712
7713 \end_inset
7714
7715  , comme c'est les cas dans ce document, la légende prend toute la largeur
7716  de la page quand on utilise la largeur implicite de 4
7717 \begin_inset space \thinspace{}
7718 \end_inset
7719
7720 in pour 
7721 \series bold
7722
7723 \backslash
7724 LTcapwidth
7725 \series default
7726 .
7727  Pour avoir dans ce cas une légende qui fasse exactement 4
7728 \begin_inset space \thinspace{}
7729 \end_inset
7730
7731 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7732  comme par exemple 3.99
7733 \begin_inset space \thinspace{}
7734 \end_inset
7735
7736 in, soit utiliser la commande LaTeX 
7737 \series bold
7738
7739 \backslash
7740 captionsetup{width=valeur}
7741 \series default
7742  qui est disponible dans le paquetage 
7743 \series bold
7744 caption
7745 \series default
7746 .
7747 \end_layout
7748
7749 \end_inset
7750
7751
7752 \end_layout
7753
7754 \begin_layout Subsubsection
7755 Des légendes différentes sur chaque page d'un tableau
7756 \begin_inset Argument 1
7757 status collapsed
7758
7759 \begin_layout Plain Layout
7760 Légendes différentes
7761 \end_layout
7762
7763 \end_inset
7764
7765
7766 \begin_inset Index idx
7767 status collapsed
7768
7769 \begin_layout Plain Layout
7770 Tableaux longs ! Legendes@Légendes différentes par page
7771 \end_layout
7772
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \begin_layout Standard
7779 Quand la légende du tableau pour les pages suivantes doit être différente
7780  de celle de la première page, 
7781 \lang english
7782 mark a empty row as header which contains a caption.
7783  Then right-click on the caption and select in the context menu 
7784 \family sans
7785 Caption
7786 \begin_inset space ~
7787 \end_inset
7788
7789 (LongTableNoNumber)
7790 \family default
7791 \lang french
7792 .
7793  Le tableau
7794 \begin_inset space ~
7795 \end_inset
7796
7797
7798 \begin_inset CommandInset ref
7799 LatexCommand ref
7800 reference "tab:Légendes-tableau-différentes"
7801
7802 \end_inset
7803
7804  est un exemple de tableau long avec des légendes différentes et où la seconde
7805  légende ne contient pas le numéro du tableau.
7806 \end_layout
7807
7808 \begin_layout Standard
7809 \align center
7810 \begin_inset Tabular
7811 <lyxtabular version="3" rows="59" columns="3">
7812 <features rotate="0" islongtable="true" longtabularalignment="center">
7813 <column alignment="left" valignment="top" width="0pt">
7814 <column alignment="left" valignment="top" width="0pt">
7815 <column alignment="center" valignment="top" width="0pt">
7816 <row endfirsthead="true" caption="true">
7817 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 \begin_inset Caption Standard
7822
7823 \begin_layout Plain Layout
7824 Exemple d'annuaire téléphonique
7825 \begin_inset CommandInset label
7826 LatexCommand label
7827 name "tab:Légendes-tableau-différentes"
7828
7829 \end_inset
7830
7831
7832 \begin_inset Argument 1
7833 status collapsed
7834
7835 \begin_layout Plain Layout
7836 Exemple Annuaire 
7837 \end_layout
7838
7839 \end_inset
7840
7841
7842 \end_layout
7843
7844 \end_inset
7845
7846
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row endfirsthead="true">
7871 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \series bold
7877 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row endfirsthead="true">
7902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \series bold
7908 NOM
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 TÉL.
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row endhead="true" caption="true">
7935 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 \begin_inset Caption LongTableNoNumber
7940
7941 \begin_layout Plain Layout
7942 Suite de l'exemple d'annuaire téléphonique
7943 \end_layout
7944
7945 \end_inset
7946
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row endhead="true">
7972 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Exemple d'annuaire téléphonique
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row endhead="true">
8003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 NOM
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 TÉL.
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row endfoot="true">
8036 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 suite page suivante\SpecialChar \ldots{}
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Annovi
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 Silvia
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 111
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Bertoli
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Stefano
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 111
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Bozzi
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Walter
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 111
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Cachia
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Maria
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 111
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Cachia
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Maurizio
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 111
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Cinquemani
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Giusi
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 111
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Colin
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Bernard
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 111
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Concli
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 Gianfranco
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 111
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \series bold
8320 Dal Bosco
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Carolina
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 111
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \series bold
8351 Dalpiaz
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 Annamaria
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 111
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \series bold
8382 Feliciello
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 Domenico
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 111
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \series bold
8413 Focarelli
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Paola
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 111
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \series bold
8444 Galletti
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Oreste
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 111
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \series bold
8475 Gasparini
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Franca
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 111
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Rizzardi
8507 \series default
8508
8509 \begin_inset Foot
8510 status open
8511
8512 \begin_layout Plain Layout
8513 Exemple de note de bas de page
8514 \end_layout
8515
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 Paola
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 111
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \series bold
8549 Lassini
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 Giancarlo
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 111
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580 Malfatti
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Luciano
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 111
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \series bold
8611 Malfatti
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Valeriano
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 111
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640
8641 \series bold
8642 Meneguzzo
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 Roberto
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 111
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \series bold
8673 Mezzadra
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 Roberto
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 111
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \series bold
8704 Pirpamer
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Erich
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 111
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \series bold
8735 Pochiesa
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Paolo
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 111, 222
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764
8765 \series bold
8766 Radina
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Claudio
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 111
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \series bold
8797 Stuffer
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Oskar
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 111
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \series bold
8828 Tacchelli
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 Ugo
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 111
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 </row>
8852 <row>
8853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857
8858 \series bold
8859 Tezzele
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 Margit
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 111
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888
8889 \series bold
8890 Unterkalmsteiner
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Frieda
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 111
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919
8920 \series bold
8921 Vieider
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 Hilde
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 111
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 <row>
8946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \series bold
8952 Vigna
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Jürgen
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 111
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \series bold
8983 Weber
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 Maurizio
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 111
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \series bold
9014 Winkler
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 Franz
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 111
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043  
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Annovi
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Silvia
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Bertoli
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Stefano
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Bozzi
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Walter
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \series bold
9167 Cachia
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 Maria
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 555
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 <row>
9192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196
9197 \series bold
9198 Cachia
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Maurizio
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 555
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \series bold
9229 Cinquemani
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 Giusi
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 555
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \series bold
9260 Colin
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 Bernard
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 555
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \series bold
9291 Concli
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 Gianfranco
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 555
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \series bold
9322 Dal Bosco
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 Carolina
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 555
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \series bold
9353 Dalpiaz
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 Annamaria
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 555
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \series bold
9384 Feliciello
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 Domenico
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 555
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row>
9409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \series bold
9415 Focarelli
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 Paola
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 555
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 <row>
9440 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \series bold
9446 Galletti
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455 Oreste
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 555
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 <row>
9471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \series bold
9477 Gasparini
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 Franca
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 555
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 <row>
9502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \series bold
9508 Rizzardi
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517 Paola
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 555
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 </row>
9532 <row>
9533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537
9538 \series bold
9539 Lassini
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 Giancarlo
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 555
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 </row>
9563 <row>
9564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \series bold
9570 Malfatti
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 Luciano
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 555
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 </row>
9594 <row>
9595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599
9600 \series bold
9601 Malfatti
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 Valeriano
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 555
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 </row>
9625 <row>
9626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630
9631 \series bold
9632 Meneguzzo
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 Roberto
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 555
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \series bold
9663 Mezzadra
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 Roberto
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 555
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 </lyxtabular>
9688
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \begin_layout Section
9695 Questions particulières concernant les tableaux longs
9696 \begin_inset Argument 1
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700 Questions sur les tableaux longs
9701 \end_layout
9702
9703 \end_inset
9704
9705
9706 \begin_inset CommandInset label
9707 LatexCommand label
9708 name "sec:Questions-sur-tableaux-longs"
9709
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \begin_layout Subsection
9716 Calculs des pages des tableaux longs
9717 \begin_inset Index idx
9718 status collapsed
9719
9720 \begin_layout Plain Layout
9721 Tableaux longs ! Calculs
9722 \end_layout
9723
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \begin_layout Standard
9730 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9731  en utilisant des blocs (chunks).
9732  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9733  mémoire de LaTeX.
9734  La valeur implicite est fixée pour des raisons historiques à seulement
9735  20 lignes de tableau.
9736  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9737  peut ralentir la création de votre document.
9738  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9739  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9740  préambule de votre document :
9741 \end_layout
9742
9743 \begin_layout Standard
9744
9745 \series bold
9746
9747 \backslash
9748 setcounter{LTchunksize}{100}
9749 \end_layout
9750
9751 \begin_layout Subsection
9752 Les flottants et les tableaux longs
9753 \begin_inset Index idx
9754 status collapsed
9755
9756 \begin_layout Plain Layout
9757 Tableaux longs ! Flottants
9758 \end_layout
9759
9760 \end_inset
9761
9762
9763 \end_layout
9764
9765 \begin_layout Standard
9766 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9767  commence un tableau long.
9768  Pour éviter une telle situation, insérez un saut de page (menu 
9769 \family sans
9770 Insertion\SpecialChar \menuseparator
9771 Typographie
9772 \begin_inset space ~
9773 \end_inset
9774
9775 spéciale\SpecialChar \menuseparator
9776 Saut de page (vide le tampon)
9777 \family default
9778
9779 \begin_inset space \thinspace{}
9780 \end_inset
9781
9782 ) juste avant votre tableau long.
9783 \end_layout
9784
9785 \begin_layout Subsection
9786 Sauts de pages forcés
9787 \begin_inset Index idx
9788 status collapsed
9789
9790 \begin_layout Plain Layout
9791 Tableaux longs ! Sauts de pages forcés
9792 \end_layout
9793
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \begin_layout Standard
9800 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9801  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9802  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9803  de saut de ligne 
9804 \begin_inset Quotes eld
9805 \end_inset
9806
9807
9808 \backslash
9809
9810 \backslash
9811
9812 \begin_inset Quotes erd
9813 \end_inset
9814
9815  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9816  Avant la commande 
9817 \begin_inset Quotes eld
9818 \end_inset
9819
9820
9821 \backslash
9822
9823 \backslash
9824
9825 \begin_inset Quotes erd
9826 \end_inset
9827
9828 , vous devez insérer en code TeX, autant de caractères 
9829 \begin_inset Quotes eld
9830 \end_inset
9831
9832 &
9833 \begin_inset Quotes erd
9834 \end_inset
9835
9836  qu'il y a de colonnes après la cellule concernée.
9837  Le caractère 
9838 \begin_inset Quotes eld
9839 \end_inset
9840
9841 &
9842 \begin_inset Quotes erd
9843 \end_inset
9844
9845  sert à séparer les colonnes d'un tableau.
9846  Écrivez en code-TeX, après chaque 
9847 \begin_inset Quotes eld
9848 \end_inset
9849
9850 &
9851 \begin_inset Quotes erd
9852 \end_inset
9853
9854  le contenu des cellules correspondantes et en même temps supprimez le contenu
9855  de ces cellules dans le texte normal.
9856  
9857 \begin_inset Newline newline
9858 \end_inset
9859
9860 Après la commande 
9861 \backslash
9862
9863 \backslash
9864 , insérez autant de caractères 
9865 \begin_inset Quotes eld
9866 \end_inset
9867
9868 &
9869 \begin_inset Quotes erd
9870 \end_inset
9871
9872  qu'il y a de colonnes avant la colonne traitée.
9873  Dans le tableau
9874 \begin_inset space ~
9875 \end_inset
9876
9877
9878 \begin_inset CommandInset ref
9879 LatexCommand ref
9880 reference "tab:Tableau-saut-de-page"
9881
9882 \end_inset
9883
9884  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9885  suivie par une autre colonne.
9886  La commande suivante a donc été insérée en code TeX dans la cellule après
9887  le mot 
9888 \begin_inset Quotes eld
9889 \end_inset
9890
9891
9892 \emph on
9893 Castelchiodato,
9894 \emph default
9895
9896 \begin_inset Quotes erd
9897 \end_inset
9898
9899 :
9900 \end_layout
9901
9902 \begin_layout Standard
9903
9904 \series bold
9905 & 111
9906 \backslash
9907
9908 \backslash
9909  
9910 \backslash
9911 newpage
9912 \begin_inset Newline newline
9913 \end_inset
9914
9915 &
9916 \end_layout
9917
9918 \begin_layout Standard
9919 Le 
9920 \begin_inset Quotes eld
9921 \end_inset
9922
9923 111
9924 \begin_inset Quotes erd
9925 \end_inset
9926
9927  dans la troisième colonne de la ligne a été supprimé.
9928  
9929 \series bold
9930
9931 \backslash
9932 newpage
9933 \series default
9934  est nécessaire seulement quand un saut de page doit impérativement avoir
9935  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9936  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9937  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9938  est coupée, utilisez cette commande à la place de la précédente :
9939 \end_layout
9940
9941 \begin_layout Standard
9942
9943 \series bold
9944 & 111
9945 \backslash
9946
9947 \backslash
9948
9949 \begin_inset Newline newline
9950 \end_inset
9951
9952
9953 \backslash
9954 hline &
9955 \end_layout
9956
9957 \begin_layout Standard
9958 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9959  insérer la commande
9960 \end_layout
9961
9962 \begin_layout Standard
9963
9964 \series bold
9965
9966 \backslash
9967 setlength{
9968 \backslash
9969 parfillskip}{0pt}
9970 \end_layout
9971
9972 \begin_layout Standard
9973 au début de la cellule.
9974  Cela assure que la portion de la cellule qui va se trouver affichée sur
9975  la page suivante le sera avec toute la largeur de la cellule.
9976 \end_layout
9977
9978 \begin_layout Standard
9979 \align center
9980 \begin_inset Tabular
9981 <lyxtabular version="3" rows="38" columns="3">
9982 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9983 <column alignment="left" valignment="top" width="0cm">
9984 <column alignment="left" valignment="top" width="3cm">
9985 <column alignment="center" valignment="top" width="0pt">
9986 <row endfirsthead="true" caption="true">
9987 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 \begin_inset Caption Standard
9992
9993 \begin_layout Plain Layout
9994 Tableau avec un saut de page forcé dans une cellule
9995 \begin_inset CommandInset label
9996 LatexCommand label
9997 name "tab:Tableau-saut-de-page"
9998
9999 \end_inset
10000
10001
10002 \begin_inset Argument 1
10003 status collapsed
10004
10005 \begin_layout Plain Layout
10006 Tableau avec un saut de page forcé dans une cellule
10007 \end_layout
10008
10009 \end_inset
10010
10011
10012 \end_layout
10013
10014 \end_inset
10015
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row endfirsthead="true">
10041 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row endfirsthead="true">
10072 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \series bold
10078 NOM
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \series bold
10098 TÉL.
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row endhead="true">
10105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 \begin_inset ERT
10110 status collapsed
10111
10112 \begin_layout Plain Layout
10113
10114
10115 \backslash
10116 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10117 \backslash
10118
10119 \backslash
10120 %
10121 \end_layout
10122
10123 \end_inset
10124
10125
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row endhead="true">
10150 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154  
10155 \series bold
10156 Exemple d'annuaire téléphonique
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row endhead="true">
10181 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \series bold
10187 NOM
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 TÉL.
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 <row endfoot="true">
10214 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 suite page suivante\SpecialChar \ldots{}
10219
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row>
10244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248
10249 \series bold
10250 Annovi
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 Silvia
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 111
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Bertoli
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Stefano
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Bozzi
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 Walter
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Cachia
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Maria
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Cachia
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 Maurizio
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 111
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \series bold
10405 Cinquemani
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Giusi
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 111
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 <row>
10430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434
10435 \series bold
10436 Colin
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 Bernard
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 111
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \series bold
10467 Concli
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 Gianfranco
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 111
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 <row>
10492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496
10497 \series bold
10498 Dal Bosco
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 Carolina
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 111
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \series bold
10529 Dalpiaz
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Annamaria
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 111
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \series bold
10560 Feliciello
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 Domenico
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 111
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 </row>
10584 <row>
10585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591 Focarelli
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 Paola
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 111
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row>
10616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \series bold
10622 Galletti
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 Oreste
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 111
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row>
10647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \series bold
10653 Gasparini
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 Franca
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 111
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \series bold
10684 Lassini
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 Giancarlo
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Malfatti
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Luciano
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Malfatti
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 Valeriano
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777 Meneguzzo
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Roberto
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 111
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 Mezzadra
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 Roberto
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 111
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Pirpamer
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Erich
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Pochiesa
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Paolo
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111, 222
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Radina
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Claudio
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Rizzardi
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Giancarlo, 11.
10942  Fürst von Montecompatri, 11.
10943  Fürst von Sulmona und Vivaro, 10.
10944  Fürst von Rossano, 5.
10945  Herzog von Canemorte, 11.
10946  Herzog von Palombara, 5.
10947  Herzog von Castelchiodato,
10948 \begin_inset ERT
10949 status open
10950
10951 \begin_layout Plain Layout
10952
10953 & 111
10954 \backslash
10955
10956 \backslash
10957  
10958 \backslash
10959 newpage
10960 \end_layout
10961
10962 \begin_layout Plain Layout
10963
10964 &
10965 \end_layout
10966
10967 \end_inset
10968
10969  11.
10970  Herzog von Poggionativo, 11.
10971  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10972  Graf von Valinfreda, 11.
10973  Baron von Cropalati, 11.
10974  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 </row>
10989 <row>
10990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \series bold
10996 Stuffer
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 Oskar
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 111
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 <row>
11021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \series bold
11027 Tacchelli
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 Ugo
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 111
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \series bold
11058 Tezzele
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Margit
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 111
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 </row>
11082 <row>
11083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \series bold
11089 Unterkalmsteiner
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 Frieda
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 111
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 <row>
11114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \series bold
11120 Vieider
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 Hilde
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 111
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149
11150 \series bold
11151 Vigna
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 Jürgen
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 111
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 </row>
11175 <row>
11176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \series bold
11182 Weber
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Maurizio
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 111
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 <row>
11207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \series bold
11213 Winkler
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 Franz
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 111
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 </lyxtabular>
11238
11239 \end_inset
11240
11241
11242 \end_layout
11243
11244 \begin_layout Section
11245 Colonnes et lignes à lignes multiples
11246 \end_layout
11247
11248 \begin_layout Subsection
11249 Lignes multiples dans une cellule de tableau
11250 \begin_inset CommandInset label
11251 LatexCommand label
11252 name "sub:Lignes-multiple-dans-cellule"
11253
11254 \end_inset
11255
11256
11257 \begin_inset Index idx
11258 status collapsed
11259
11260 \begin_layout Plain Layout
11261 Plusieurs lignes dans une case de tableau
11262 \end_layout
11263
11264 \end_inset
11265
11266
11267 \begin_inset Index idx
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271 Tableau ! Saut de ligne
11272 \end_layout
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 \noindent
11281 \begin_inset Float table
11282 placement H
11283 wide false
11284 sideways false
11285 status open
11286
11287 \begin_layout Plain Layout
11288 \begin_inset Caption Standard
11289
11290 \begin_layout Plain Layout
11291 \begin_inset CommandInset label
11292 LatexCommand label
11293 name "tab:Tableau-avec-plusieurs-lignes"
11294
11295 \end_inset
11296
11297 Tableau avec des lignes multiples dans une cellule
11298 \end_layout
11299
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \begin_layout Plain Layout
11306 \align center
11307 \begin_inset Tabular
11308 <lyxtabular version="3" rows="3" columns="3">
11309 <features rotate="0" tabularvalignment="middle">
11310 <column alignment="center" valignment="middle" width="2.5cm">
11311 <column alignment="center" valignment="middle">
11312 <column alignment="center" valignment="middle">
11313 <row>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 Lignes
11319 \begin_inset Newline linebreak
11320 \end_inset
11321
11322 multiples
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 b
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 c
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 </row>
11346 <row>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 d
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 e
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 f
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 </row>
11375 <row>
11376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 g
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 h
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 i
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 </row>
11404 </lyxtabular>
11405
11406 \end_inset
11407
11408
11409 \end_layout
11410
11411 \end_inset
11412
11413
11414 \end_layout
11415
11416 \begin_layout Standard
11417 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11418  d'un paragraphe avec des sauts de lignes et des césures.
11419 \end_layout
11420
11421 \begin_layout Standard
11422 Pour obtenir le tableau
11423 \begin_inset space ~
11424 \end_inset
11425
11426
11427 \begin_inset CommandInset ref
11428 LatexCommand ref
11429 reference "tab:Tableau-avec-plusieurs-lignes"
11430
11431 \end_inset
11432
11433 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11434  droit dessus.
11435  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11436  2.5
11437 \begin_inset space \thinspace{}
11438 \end_inset
11439
11440 cm et choisissez les alignements vertical et horizontal centrés.
11441  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11442  Comme notre texte est plus petit que 2.5
11443 \begin_inset space \thinspace{}
11444 \end_inset
11445
11446 cm, une seule ligne va apparaître.
11447  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11448  
11449 \family sans
11450 Ctrl-Shift-Entrée
11451 \family default
11452 ).
11453  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11454 ement découpé en plusieurs lignes.
11455 \end_layout
11456
11457 \begin_layout Standard
11458 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11459  pas effectuer de césure si c'est le premier élément de la cellule.
11460  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11461  premier élément : Ajoutez un espace horizontal de 0
11462 \begin_inset space \thinspace{}
11463 \end_inset
11464
11465 pt juste avant votre mot.
11466  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11467  Le tableau
11468 \begin_inset space ~
11469 \end_inset
11470
11471
11472 \begin_inset CommandInset ref
11473 LatexCommand ref
11474 reference "tab:Tableau-césure"
11475
11476 \end_inset
11477
11478  montre l'effet de cette insertion.
11479 \end_layout
11480
11481 \begin_layout Standard
11482 \begin_inset Float table
11483 placement h
11484 wide false
11485 sideways false
11486 status open
11487
11488 \begin_layout Plain Layout
11489 \begin_inset Caption Standard
11490
11491 \begin_layout Plain Layout
11492 \begin_inset CommandInset label
11493 LatexCommand label
11494 name "tab:Tableau-césure"
11495
11496 \end_inset
11497
11498 Tableau avec et sans césure.
11499 \end_layout
11500
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \begin_layout Plain Layout
11507 \begin_inset space \hfill{}
11508 \end_inset
11509
11510
11511 \begin_inset Tabular
11512 <lyxtabular version="3" rows="3" columns="3">
11513 <features rotate="0" tabularvalignment="middle">
11514 <column alignment="center" valignment="middle" width="2.5cm">
11515 <column alignment="center" valignment="middle">
11516 <column alignment="center" valignment="middle">
11517 <row>
11518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 mottrèslongdansunecellule
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 b
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 c
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 <row>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 d
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 e
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 f
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 <row>
11576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 g
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 h
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 i
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 </row>
11604 </lyxtabular>
11605
11606 \end_inset
11607
11608
11609 \begin_inset space \hfill{}
11610 \end_inset
11611
11612
11613 \begin_inset Tabular
11614 <lyxtabular version="3" rows="3" columns="3">
11615 <features rotate="0" tabularvalignment="middle">
11616 <column alignment="center" valignment="middle" width="2.5cm">
11617 <column alignment="center" valignment="middle">
11618 <column alignment="center" valignment="middle">
11619 <row>
11620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 \begin_inset space \hspace{}
11625 \length 0pt
11626 \end_inset
11627
11628 mottrèslongdansunecellule
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 b
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 c
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 <row>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 d
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 e
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 f
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 </row>
11681 <row>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 g
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 h
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 i
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 </lyxtabular>
11711
11712 \end_inset
11713
11714
11715 \begin_inset space \hfill{}
11716 \end_inset
11717
11718
11719 \end_layout
11720
11721 \end_inset
11722
11723
11724 \end_layout
11725
11726 \begin_layout Subsection
11727 Multi-colonnes
11728 \begin_inset CommandInset label
11729 LatexCommand label
11730 name "sub:Multicolonnes"
11731
11732 \end_inset
11733
11734
11735 \begin_inset Index idx
11736 status collapsed
11737
11738 \begin_layout Plain Layout
11739 Multi-colonnes
11740 \end_layout
11741
11742 \end_inset
11743
11744
11745 \begin_inset Index idx
11746 status collapsed
11747
11748 \begin_layout Plain Layout
11749 Tableau ! Multi-colonnes
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Subsubsection
11758 Les bases des multi-colonnes
11759 \end_layout
11760
11761 \begin_layout Standard
11762 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11763  qu'elle doit couvrir et utilisez soit le bouton 
11764 \begin_inset Info
11765 type  "icon"
11766 arg   "inset-modify tabular multicolumn"
11767 \end_inset
11768
11769  de la barre d'outils tableau, ou le menu 
11770 \family sans
11771 Édition\SpecialChar \menuseparator
11772 Tableau\SpecialChar \menuseparator
11773 Multi-colonnes
11774 \family default
11775 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11776  
11777 \family sans
11778 Multi-colonnes
11779 \family default
11780 .
11781 \end_layout
11782
11783 \begin_layout Standard
11784 Les multi-colonnes ont leurs propres paramètres de cellule.
11785  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11786  de la cellule, cela n'affecte que la cellule multi-colonne.
11787  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11788  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11789 \end_layout
11790
11791 \begin_layout Standard
11792 \align center
11793 \begin_inset Tabular
11794 <lyxtabular version="3" rows="3" columns="4">
11795 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11796 <column alignment="center" valignment="top" width="0pt">
11797 <column alignment="center" valignment="middle">
11798 <column alignment="center" valignment="top" width="0in">
11799 <column alignment="center" valignment="top" width="0pt">
11800 <row>
11801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 abc
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 def ghi
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 jkl
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 </row>
11838 <row>
11839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 A
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 B
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 C
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 D
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 </row>
11876 <row>
11877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 1
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 2
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 3
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 4
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 </lyxtabular>
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \begin_layout Subsubsection
11922 Calculs avec les multi-colonnes
11923 \begin_inset CommandInset label
11924 LatexCommand label
11925 name "sub:Calculs-multicolonnes"
11926
11927 \end_inset
11928
11929
11930 \begin_inset Index idx
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934 Multi-colonnes ! Calculs
11935 \end_layout
11936
11937 \end_inset
11938
11939
11940 \end_layout
11941
11942 \begin_layout Standard
11943 LyX gère directement les multi-colonnes, mais nous devons faire attention
11944  à la largeur des cellules couvertes par la cellule multi-colonne.
11945 \end_layout
11946
11947 \begin_layout Standard
11948 \begin_inset Float table
11949 placement h
11950 wide false
11951 sideways false
11952 status open
11953
11954 \begin_layout Plain Layout
11955 \begin_inset Caption Standard
11956
11957 \begin_layout Plain Layout
11958 \begin_inset CommandInset label
11959 LatexCommand label
11960 name "tab:Tableau-multicolonne-parfaite"
11961
11962 \end_inset
11963
11964 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
11965  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11966 \begin_inset Argument 1
11967 status open
11968
11969 \begin_layout Plain Layout
11970 Tableau avec multicolonne parfaite
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \begin_layout Plain Layout
11984 \align center
11985 \begin_inset Tabular
11986 <lyxtabular version="3" rows="3" columns="3">
11987 <features rotate="0" tabularvalignment="middle">
11988 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11989 <column alignment="center" valignment="middle">
11990 <column alignment="center" valignment="top">
11991 <row>
11992 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 multi-colonne sur plusieurs lignes
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 c
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 </row>
12020 <row>
12021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 d
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 e
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 f
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 <row>
12050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 g
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Plain Layout
12063 h
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 i
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 </row>
12078 </lyxtabular>
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \begin_layout Standard
12091 Par exemple, pour créer le tableau
12092 \begin_inset space ~
12093 \end_inset
12094
12095
12096 \begin_inset CommandInset ref
12097 LatexCommand ref
12098 reference "tab:Tableau-multicolonne-parfaite"
12099
12100 \end_inset
12101
12102 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12103  3×3 et faites un clic droit dessus.
12104  Ensuite choisissez pour cette cellule
12105 \emph on
12106 ,
12107 \emph default
12108  dans la fenêtre de dialogue de tableau, 
12109 \emph on
12110 multi-colonne
12111 \emph default
12112
12113 \emph on
12114 alignement
12115 \begin_inset space ~
12116 \end_inset
12117
12118 horizontal
12119 \begin_inset space ~
12120 \end_inset
12121
12122 centré
12123 \emph default
12124  et une largeur de 2.5
12125 \begin_inset space \thinspace{}
12126 \end_inset
12127
12128 cm.
12129  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12130  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12131 \begin_inset space \thinspace{}
12132 \end_inset
12133
12134 cm pour la première colonne.
12135  La deuxième colonne aura alors automatiquement une largeur de 1.25
12136 \begin_inset space \thinspace{}
12137 \end_inset
12138
12139 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12140  C'est ce qui a été fait pour le tableau
12141 \begin_inset space ~
12142 \end_inset
12143
12144
12145 \begin_inset CommandInset ref
12146 LatexCommand ref
12147 reference "tab:Tableau-multicolonne-imparfait"
12148
12149 \end_inset
12150
12151 .
12152 \end_layout
12153
12154 \begin_layout Standard
12155 \begin_inset Float table
12156 wide false
12157 sideways false
12158 status open
12159
12160 \begin_layout Plain Layout
12161 \begin_inset Caption Standard
12162
12163 \begin_layout Plain Layout
12164 \begin_inset CommandInset label
12165 LatexCommand label
12166 name "tab:Tableau-multicolonne-imparfait"
12167
12168 \end_inset
12169
12170 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12171  de la largeur de la cellule multi-colonne.
12172 \begin_inset Argument 1
12173 status open
12174
12175 \begin_layout Plain Layout
12176 Tableau avec multi-colonne pas parfaite
12177 \end_layout
12178
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \end_layout
12188
12189 \begin_layout Plain Layout
12190 \align center
12191 \begin_inset Tabular
12192 <lyxtabular version="3" rows="3" columns="3">
12193 <features rotate="0" tabularvalignment="middle">
12194 <column alignment="center" valignment="top" width="1.25cm">
12195 <column alignment="center" valignment="top">
12196 <column alignment="center" valignment="top">
12197 <row>
12198 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12199 \begin_inset Text
12200
12201 \begin_layout Plain Layout
12202 multi-colonne sur plusieurs lignes
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211
12212 \end_layout
12213
12214 \end_inset
12215 </cell>
12216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 c
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 <row>
12227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231 d
12232 \end_layout
12233
12234 \end_inset
12235 </cell>
12236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240 e
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 f
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 <row>
12256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 g
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 h
12270 \end_layout
12271
12272 \end_inset
12273 </cell>
12274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 i
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 </row>
12284 </lyxtabular>
12285
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \begin_layout Standard
12297 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12298  de la cellule multi-colonne, elle est un peu plus large.
12299  La raison est que la taille que l'on donne à une cellule, 
12300 \begin_inset Formula $W_{g}$
12301 \end_inset
12302
12303  n'est pas sa taille totale, 
12304 \begin_inset Formula $W_{\mathrm{tot}}$
12305 \end_inset
12306
12307  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12308  lui donne.
12309  L'appendice
12310 \begin_inset space ~
12311 \end_inset
12312
12313
12314 \begin_inset CommandInset ref
12315 LatexCommand ref
12316 reference "cha:Explication-de-l'Equation"
12317
12318 \end_inset
12319
12320  explique pourquoi en détail.
12321 \end_layout
12322
12323 \begin_layout Standard
12324 La largeur nécessaire 
12325 \begin_inset Formula $W_{g\, n}$
12326 \end_inset
12327
12328  quand 
12329 \emph on
12330 n
12331 \emph default
12332  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12333  ait une largeur totale de 
12334 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12335 \end_inset
12336
12337 :
12338 \begin_inset Formula 
12339 \begin{equation}
12340 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12341 \end{equation}
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Dans notre cas nous avons 
12350 \begin_inset Formula $n=2$
12351 \end_inset
12352
12353
12354 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12355 \end_inset
12356
12357 cm et les valeurs implicites pour les autres longueurs, l'équation
12358 \begin_inset space ~
12359 \end_inset
12360
12361
12362 \begin_inset CommandInset ref
12363 LatexCommand ref
12364 reference "eq:Wgn"
12365
12366 \end_inset
12367
12368  devient
12369 \begin_inset Formula 
12370 \begin{equation}
12371 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12372 \end{equation}
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12381  
12382 \series bold
12383 calc
12384 \series default
12385  avec la ligne suivante dans le préambule du document
12386 \begin_inset Index idx
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390 Paquetages LaTeX ! calc
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Standard
12399
12400 \series bold
12401
12402 \backslash
12403 usepackage{calc}
12404 \end_layout
12405
12406 \begin_layout Standard
12407 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12408  de dialogue.
12409  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12410  la fenêtre de dialogue.
12411  Voici un aperçu de ces paramètres :
12412 \end_layout
12413
12414 \begin_layout Itemize
12415
12416 \series bold
12417 p{largeur}
12418 \series default
12419  crée une cellule de taille donnée, le texte est aligné verticalement en
12420  haut.
12421 \end_layout
12422
12423 \begin_layout Itemize
12424
12425 \series bold
12426 m{largeur}
12427 \series default
12428  crée une cellule de taille donnée, le texte est aligné verticalement au
12429  centre
12430 \end_layout
12431
12432 \begin_layout Itemize
12433
12434 \series bold
12435 b{largeur}
12436 \series default
12437  crée une cellule de taille donnée, le texte est aligné verticalement en
12438  bas
12439 \end_layout
12440
12441 \begin_layout Standard
12442 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12443  la fenêtre de dialogue sont ignorés.
12444 \end_layout
12445
12446 \begin_layout Standard
12447 \begin_inset Note Greyedout
12448 status open
12449
12450 \begin_layout Plain Layout
12451
12452 \series bold
12453 Note:
12454 \series default
12455  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12456  en compte.
12457 \end_layout
12458
12459 \end_inset
12460
12461
12462 \end_layout
12463
12464 \begin_layout Standard
12465 Comme le texte doit être centré horizontalement, on ajoute la commande 
12466 \series bold
12467
12468 \backslash
12469 centering
12470 \series default
12471 .
12472  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12473  des colonnes recouvertes :
12474 \end_layout
12475
12476 \begin_layout Standard
12477
12478 \series bold
12479 >{
12480 \backslash
12481 centering}m{1.25cm-6.2pt}
12482 \end_layout
12483
12484 \begin_layout Standard
12485 La commande 
12486 \series bold
12487 >{ }
12488 \series default
12489  signifie que les commandes qui se trouvent entre les accolades doivent
12490  être appliquées avant que la cellule ne soit créée.
12491 \end_layout
12492
12493 \begin_layout Standard
12494 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12495  multi-colonne, il est toujours aligné à gauche.
12496  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12497  isolées.
12498  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12499 \end_layout
12500
12501 \begin_layout Standard
12502
12503 \series bold
12504 >{
12505 \backslash
12506 centering}m{2.5cm}
12507 \end_layout
12508
12509 \begin_layout Subsection
12510 Multi-lignes
12511 \begin_inset CommandInset label
12512 LatexCommand label
12513 name "sub:Multi-lignes"
12514
12515 \end_inset
12516
12517
12518 \begin_inset Index idx
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522 Multi-lignes
12523 \end_layout
12524
12525 \end_inset
12526
12527
12528 \begin_inset Index idx
12529 status collapsed
12530
12531 \begin_layout Plain Layout
12532 Tableau ! Multi-ligne
12533 \end_layout
12534
12535 \end_inset
12536
12537
12538 \end_layout
12539
12540 \begin_layout Standard
12541 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12542  qu'elle doit couvrir et utilisez soit le bouton 
12543 \begin_inset Info
12544 type  "icon"
12545 arg   "inset-modify tabular multirow"
12546 \end_inset
12547
12548  de la barre d'outils tableau, ou le menu 
12549 \family sans
12550 Édition\SpecialChar \menuseparator
12551 Tableau\SpecialChar \menuseparator
12552 Multi-lignes
12553 \family default
12554 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12555  
12556 \family sans
12557 Multi-lignes
12558 \family default
12559 .
12560 \end_layout
12561
12562 \begin_layout Standard
12563 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12564 \end_layout
12565
12566 \begin_layout Standard
12567 \align center
12568 \begin_inset Tabular
12569 <lyxtabular version="3" rows="3" columns="3">
12570 <features rotate="0" tabularvalignment="middle">
12571 <column alignment="center" valignment="top" width="0pt">
12572 <column alignment="center" valignment="top">
12573 <column alignment="center" valignment="top">
12574 <row>
12575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 un contenu long
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 b
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 c
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 </row>
12603 <row>
12604 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 multi-ligne
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 e
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 f
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 </row>
12632 <row>
12633 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 h
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 i
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 </lyxtabular>
12662
12663 \end_inset
12664
12665
12666 \end_layout
12667
12668 \begin_layout Standard
12669 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12670  la colonne.
12671  L'
12672 \family sans
12673 Espacement
12674 \begin_inset space ~
12675 \end_inset
12676
12677 vertical
12678 \family default
12679  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12680  est positive ou négative.
12681 \end_layout
12682
12683 \begin_layout Standard
12684 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12685  explicitement, la cellule hérite de l'alignement de la colonne.
12686  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12687  implicite, vous devez redéfinir la commande 
12688 \series bold
12689
12690 \backslash
12691 multirowsetup
12692 \series default
12693  avec la commande
12694 \end_layout
12695
12696 \begin_layout Standard
12697
12698 \series bold
12699
12700 \backslash
12701 renewcommand{
12702 \backslash
12703 multirowsetup}{
12704 \backslash
12705 centering}
12706 \end_layout
12707
12708 \begin_layout Standard
12709 dans le préambule du document.
12710  Après ça, tous les contenus de cellules multi-lignes du document seront
12711  centrés.
12712  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12713  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12714  juste avant le tableau concerné, plutôt que dans le préambule.
12715  Si le texte doit être aligné à droite, remplacez 
12716 \series bold
12717
12718 \backslash
12719 centering
12720 \series default
12721  par 
12722 \series bold
12723
12724 \backslash
12725 raggedleft
12726 \series default
12727 .
12728  Pour revenir à l'alignement à gauche utilisez 
12729 \series bold
12730
12731 \backslash
12732 raggedright
12733 \series default
12734 .
12735 \end_layout
12736
12737 \begin_layout Standard
12738 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12739  avec un décalage vertical de -4
12740 \begin_inset space \thinspace{}
12741 \end_inset
12742
12743 mm dans une colonne de 3
12744 \begin_inset space \thinspace{}
12745 \end_inset
12746
12747 cm de large
12748 \begin_inset space ~
12749 \end_inset
12750
12751 :
12752 \end_layout
12753
12754 \begin_layout Standard
12755 \noindent
12756 \align center
12757 \begin_inset ERT
12758 status collapsed
12759
12760 \begin_layout Plain Layout
12761
12762
12763 \backslash
12764 renewcommand{
12765 \backslash
12766 multirowsetup}{
12767 \backslash
12768 raggedleft}
12769 \end_layout
12770
12771 \end_inset
12772
12773
12774 \begin_inset Tabular
12775 <lyxtabular version="3" rows="4" columns="3">
12776 <features rotate="0" tabularvalignment="middle">
12777 <column alignment="center" valignment="top" width="3cm">
12778 <column alignment="center" valignment="top">
12779 <column alignment="center" valignment="top">
12780 <row>
12781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 un contenu long
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 b
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 c
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 t
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 n
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 m
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 <row>
12839 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 multi-ligne
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 e
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 f
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 </row>
12867 <row>
12868 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 h
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 i
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 </lyxtabular>
12897
12898 \end_inset
12899
12900
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906
12907 \backslash
12908 renewcommand{
12909 \backslash
12910 multirowsetup}{
12911 \backslash
12912 raggedright}
12913 \end_layout
12914
12915 \end_inset
12916
12917
12918 \end_layout
12919
12920 \begin_layout Standard
12921 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
12922  utiliser un saut de ligne forcé (
12923 \begin_inset space ~
12924 \end_inset
12925
12926 raccourci 
12927 \family sans
12928 Ctrl+Entrée
12929 \family default
12930
12931 \begin_inset space ~
12932 \end_inset
12933
12934 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12935  on le voit dans ce tableau :
12936 \end_layout
12937
12938 \begin_layout Standard
12939 \noindent
12940 \align center
12941 \begin_inset Tabular
12942 <lyxtabular version="3" rows="3" columns="2">
12943 <features rotate="0" tabularvalignment="middle">
12944 <column alignment="left" valignment="middle" width="2cm">
12945 <column alignment="center" valignment="top">
12946 <row>
12947 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 aaa
12952 \begin_inset Newline newline
12953 \end_inset
12954
12955 aaa
12956 \begin_inset Newline newline
12957 \end_inset
12958
12959 mauvaise cellule
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 ccc
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 </row>
12974 <row>
12975 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 ddd
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 </row>
12994 <row>
12995 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Plain Layout
12999 bbb
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 eee
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 </row>
13014 </lyxtabular>
13015
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \begin_layout Standard
13022 Vous devez donc faire attention avec les saut de lignes forcés.
13023 \end_layout
13024
13025 \begin_layout Subsection
13026
13027 \lang english
13028 Cells with diagonal line(s)
13029 \end_layout
13030
13031 \begin_layout Standard
13032
13033 \lang english
13034 To tell the reader what is meant by column and row headings in a table,
13035  it is helpful to split the first cell of the table by one or two diagonal
13036  lines.
13037  This can be achieved by loading the LaTeX-package 
13038 \series bold
13039 diagbox
13040 \series default
13041 \lang french
13042
13043 \begin_inset Index idx
13044 status collapsed
13045
13046 \begin_layout Plain Layout
13047 Paquetages LaTeX ! diagbox
13048 \end_layout
13049
13050 \end_inset
13051
13052  
13053 \lang english
13054 in the document preamble.
13055  The package provides the command 
13056 \series bold
13057
13058 \backslash
13059 diagbox
13060 \series default
13061  that is inserted as TeX-Code and that can take 2 or 3
13062 \begin_inset space ~
13063 \end_inset
13064
13065 arguments:
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071 \lang english
13072
13073 \backslash
13074 diagbox[options]{lower left}{upper right}
13075 \end_layout
13076
13077 \begin_layout Standard
13078
13079 \series bold
13080 \lang english
13081
13082 \backslash
13083 diagbox[options]{lower left}{upper left}{upper right}
13084 \end_layout
13085
13086 \begin_layout Standard
13087
13088 \lang english
13089 The first scheme divides the cell by a single diagonal line and the arguments
13090  are placed below and above this line.
13091  The second scheme divides the cell by 2
13092 \begin_inset space ~
13093 \end_inset
13094
13095 lines.
13096 \end_layout
13097
13098 \begin_layout Standard
13099 \begin_inset ERT
13100 status collapsed
13101
13102 \begin_layout Plain Layout
13103
13104
13105 \backslash
13106 ifdiagbox
13107 \end_layout
13108
13109 \end_inset
13110
13111
13112 \begin_inset Note Note
13113 status open
13114
13115 \begin_layout Plain Layout
13116 La section suivante ne s'affichera que si vous avez installé le paquetage
13117  LaTeX 
13118 \series bold
13119 diagbox
13120 \series default
13121 .
13122 \end_layout
13123
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \begin_layout Standard
13130
13131 \lang english
13132 Here is an example table where 
13133 \series bold
13134
13135 \backslash
13136 diagbox 
13137 \series default
13138 is used in the 2-argument scheme in the first cell:
13139 \begin_inset VSpace medskip
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Standard
13146 \noindent
13147
13148 \lang english
13149 \begin_inset Tabular
13150 <lyxtabular version="3" rows="4" columns="4">
13151 <features rotate="0" tabularvalignment="middle">
13152 <column alignment="center" valignment="top">
13153 <column alignment="center" valignment="top">
13154 <column alignment="center" valignment="top">
13155 <column alignment="center" valignment="top">
13156 <row>
13157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161
13162 \lang english
13163 \begin_inset ERT
13164 status collapsed
13165
13166 \begin_layout Plain Layout
13167
13168
13169 \backslash
13170 diagbox{
13171 \end_layout
13172
13173 \end_inset
13174
13175 Name
13176 \begin_inset ERT
13177 status collapsed
13178
13179 \begin_layout Plain Layout
13180
13181 }{
13182 \end_layout
13183
13184 \end_inset
13185
13186 Parameter
13187 \begin_inset ERT
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191
13192 }
13193 \end_layout
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206
13207 \lang english
13208 Thickness in nm
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217
13218 \lang english
13219 Transparency in %
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228
13229 \lang english
13230 Hardness in MPa
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 </row>
13236 <row>
13237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241
13242 \lang english
13243 Perfect Green
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252
13253 \lang english
13254 45
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263
13264 \lang english
13265 80
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274
13275 \lang english
13276 504
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287
13288 \lang english
13289 Dark Multi-P
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298
13299 \lang english
13300 60
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309
13310 \lang english
13311 72
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320
13321 \lang english
13322 982
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 </row>
13328 <row>
13329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333
13334 \lang english
13335 Crystal Clear Pro
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344
13345 \lang english
13346 18
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355
13356 \lang english
13357 86
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366
13367 \lang english
13368 374
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 </row>
13374 </lyxtabular>
13375
13376 \end_inset
13377
13378
13379 \begin_inset VSpace medskip
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \begin_layout Standard
13386
13387 \lang english
13388 The 3-argument scheme is for example useful for cross-tables of sports leagues
13389  or distances:
13390 \end_layout
13391
13392 \begin_layout Standard
13393 \noindent
13394 \align center
13395
13396 \lang english
13397 \begin_inset Tabular
13398 <lyxtabular version="3" rows="4" columns="4">
13399 <features rotate="0" tabularvalignment="middle">
13400 <column alignment="center" valignment="top" width="0pt">
13401 <column alignment="center" valignment="top">
13402 <column alignment="center" valignment="top">
13403 <column alignment="center" valignment="top">
13404 <row>
13405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409
13410 \lang english
13411 \begin_inset ERT
13412 status collapsed
13413
13414 \begin_layout Plain Layout
13415
13416
13417 \backslash
13418 diagbox{
13419 \end_layout
13420
13421 \end_inset
13422
13423 Team home
13424 \begin_inset ERT
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428
13429 }{
13430 \end_layout
13431
13432 \end_inset
13433
13434 Result
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440 }{
13441 \end_layout
13442
13443 \end_inset
13444
13445 Team away
13446 \begin_inset ERT
13447 status collapsed
13448
13449 \begin_layout Plain Layout
13450
13451 }
13452 \end_layout
13453
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465
13466 \lang english
13467 Tigers
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476
13477 \lang english
13478 Panthers
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487
13488 \lang english
13489 Falcons
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 </row>
13495 <row>
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500
13501 \lang english
13502 Tigers
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511
13512 \lang english
13513 ---
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522
13523 \lang english
13524 1:3
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533
13534 \lang english
13535 0:1
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 </row>
13541 <row>
13542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \lang english
13548 Panthers
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557
13558 \lang english
13559 3:1
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568
13569 \lang english
13570 ---
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579
13580 \lang english
13581 0:0
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 </row>
13587 <row>
13588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592
13593 \lang english
13594 Falcons
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603
13604 \lang english
13605 1:0
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614
13615 \lang english
13616 0:0
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625
13626 \lang english
13627 ---
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 </row>
13633 </lyxtabular>
13634
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \begin_layout Standard
13641
13642 \lang english
13643 For larger cross-tables one might use split cells in 2 or every corner of
13644  the table like in this example:
13645 \end_layout
13646
13647 \begin_layout Standard
13648 \noindent
13649 \align center
13650
13651 \lang english
13652 \begin_inset Tabular
13653 <lyxtabular version="3" rows="5" columns="5">
13654 <features rotate="0" tabularvalignment="middle">
13655 <column alignment="center" valignment="top" width="0pt">
13656 <column alignment="center" valignment="top">
13657 <column alignment="center" valignment="top">
13658 <column alignment="center" valignment="top">
13659 <column alignment="center" valignment="top">
13660 <row>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665
13666 \lang english
13667 \begin_inset ERT
13668 status open
13669
13670 \begin_layout Plain Layout
13671
13672
13673 \backslash
13674 diagbox{
13675 \end_layout
13676
13677 \end_inset
13678
13679 Team home
13680 \begin_inset ERT
13681 status collapsed
13682
13683 \begin_layout Plain Layout
13684
13685 }{
13686 \end_layout
13687
13688 \end_inset
13689
13690 Result
13691 \begin_inset ERT
13692 status collapsed
13693
13694 \begin_layout Plain Layout
13695
13696 }{
13697 \end_layout
13698
13699 \end_inset
13700
13701 Team away
13702 \begin_inset ERT
13703 status collapsed
13704
13705 \begin_layout Plain Layout
13706
13707 }
13708 \end_layout
13709
13710 \end_inset
13711
13712
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721
13722 \lang english
13723 Tigers
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \lang english
13734 Panthers
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743
13744 \lang english
13745 Falcons
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \lang english
13756 \begin_inset ERT
13757 status open
13758
13759 \begin_layout Plain Layout
13760
13761
13762 \backslash
13763 diagbox[dir=NE]{
13764 \end_layout
13765
13766 \end_inset
13767
13768 Team home
13769 \begin_inset ERT
13770 status collapsed
13771
13772 \begin_layout Plain Layout
13773
13774 }{
13775 \end_layout
13776
13777 \end_inset
13778
13779 Result
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785 }{
13786 \end_layout
13787
13788 \end_inset
13789
13790 Team away
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796 }
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 <row>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812
13813 \lang english
13814 Tigers
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823
13824 \lang english
13825 ---
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834
13835 \lang english
13836 1:3
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845
13846 \lang english
13847 0:1
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856
13857 \lang english
13858 Tigers
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869
13870 \lang english
13871 Panthers
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880
13881 \lang english
13882 3:1
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891
13892 \lang english
13893 ---
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902
13903 \lang english
13904 0:0
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913
13914 \lang english
13915 Panthers
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926
13927 \lang english
13928 Falcons
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937
13938 \lang english
13939 1:0
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948
13949 \lang english
13950 0:0
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959
13960 \lang english
13961 ---
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970
13971 \lang english
13972 Falcons
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 </row>
13978 <row>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983
13984 \lang english
13985 \begin_inset ERT
13986 status open
13987
13988 \begin_layout Plain Layout
13989
13990
13991 \backslash
13992 diagbox[dir=SW]{
13993 \end_layout
13994
13995 \end_inset
13996
13997 Team home
13998 \begin_inset ERT
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002
14003 }{
14004 \end_layout
14005
14006 \end_inset
14007
14008 Result
14009 \begin_inset ERT
14010 status collapsed
14011
14012 \begin_layout Plain Layout
14013
14014 }{
14015 \end_layout
14016
14017 \end_inset
14018
14019 Team away
14020 \begin_inset ERT
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024
14025 }
14026 \end_layout
14027
14028 \end_inset
14029
14030
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039
14040 \lang english
14041 Tigers
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050
14051 \lang english
14052 Panthers
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061
14062 \lang english
14063 Falcons
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072
14073 \lang english
14074 \begin_inset ERT
14075 status open
14076
14077 \begin_layout Plain Layout
14078
14079
14080 \backslash
14081 diagbox[dir=SE]{
14082 \end_layout
14083
14084 \end_inset
14085
14086 Team home
14087 \begin_inset ERT
14088 status collapsed
14089
14090 \begin_layout Plain Layout
14091
14092 }{
14093 \end_layout
14094
14095 \end_inset
14096
14097 Result
14098 \begin_inset ERT
14099 status collapsed
14100
14101 \begin_layout Plain Layout
14102
14103 }{
14104 \end_layout
14105
14106 \end_inset
14107
14108 Team away
14109 \begin_inset ERT
14110 status collapsed
14111
14112 \begin_layout Plain Layout
14113
14114 }
14115 \end_layout
14116
14117 \end_inset
14118
14119
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 </lyxtabular>
14126
14127 \end_inset
14128
14129
14130 \end_layout
14131
14132 \begin_layout Standard
14133
14134 \lang english
14135 To rotate the diagonal lines, the command option 
14136 \series bold
14137 dir=direction
14138 \series default
14139  is used.
14140  
14141 \emph on
14142 direction
14143 \emph default
14144  is either 
14145 \series bold
14146 NE
14147 \series default
14148
14149 \series bold
14150 DE
14151 \series default
14152
14153 \series bold
14154 SW
14155 \series default
14156  or 
14157 \series bold
14158 NW
14159 \series default
14160  and represent a point of a compass.
14161  
14162 \series bold
14163 SW
14164 \series default
14165  is for example the south-west corner.
14166  Thus in the lower left cell of the above table the command
14167 \end_layout
14168
14169 \begin_layout Standard
14170
14171 \series bold
14172 \lang english
14173
14174 \backslash
14175 diagbox[dir=SW]{Team home}{Result}{Team away}
14176 \end_layout
14177
14178 \begin_layout Standard
14179
14180 \lang english
14181 is used.
14182  If no direction is given, it will be NW.
14183 \end_layout
14184
14185 \begin_layout Standard
14186
14187 \lang english
14188 The necessary width of split cells is automatically calculated.
14189  Thus if you set a fixed column width smaller than the calculated one, the
14190  cell's content will protrude the cell borders:
14191 \end_layout
14192
14193 \begin_layout Standard
14194 \noindent
14195 \align center
14196
14197 \lang english
14198 \begin_inset Tabular
14199 <lyxtabular version="3" rows="2" columns="2">
14200 <features rotate="0" tabularvalignment="middle">
14201 <column alignment="center" valignment="top" width="3cm">
14202 <column alignment="center" valignment="top">
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208
14209 \lang english
14210 \begin_inset ERT
14211 status collapsed
14212
14213 \begin_layout Plain Layout
14214
14215
14216 \backslash
14217 diagbox{
14218 \end_layout
14219
14220 \end_inset
14221
14222 Name
14223 \begin_inset ERT
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227
14228 }{
14229 \end_layout
14230
14231 \end_inset
14232
14233 Parameter
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239 }
14240 \end_layout
14241
14242 \end_inset
14243
14244
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253
14254 \lang english
14255 Thickness in nm
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 </row>
14261 <row>
14262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266
14267 \lang english
14268 Perfect Green
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277
14278 \lang english
14279 45
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 </row>
14285 </lyxtabular>
14286
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \lang english
14295 If you need a certain width for columns with a split cell, use the command
14296  option 
14297 \series bold
14298 width=3cm
14299 \series default
14300  (replace '3cm' by the width you need).
14301  In the following table the width of the first column is set to 4
14302 \begin_inset space \thinspace{}
14303 \end_inset
14304
14305 cm.
14306  For 
14307 \series bold
14308
14309 \backslash
14310 diagbox
14311 \series default
14312  a width of 4
14313 \begin_inset space \thinspace{}
14314 \end_inset
14315
14316 cm + 2
14317 \begin_inset space \thinspace{}
14318 \end_inset
14319
14320
14321 \backslash
14322 tabcolsep is necessary because the overall width is the width for the text
14323  (in this case the 4
14324 \begin_inset space \thinspace{}
14325 \end_inset
14326
14327 cm) plus two times the separation of the text and the cell border.
14328  The calculation of the width cannot be done in the command option of 
14329 \series bold
14330
14331 \backslash
14332 diagbox
14333 \series default
14334  so one needs to create a new length which can be used later.
14335  This is done with the TeX-Code commands
14336 \end_layout
14337
14338 \begin_layout Standard
14339
14340 \series bold
14341
14342 \backslash
14343 newlength{
14344 \backslash
14345 diagtest}
14346 \begin_inset Newline newline
14347 \end_inset
14348
14349
14350 \backslash
14351 setlength{
14352 \backslash
14353 diagtest}{4cm+2
14354 \backslash
14355 tabcolsep}
14356 \end_layout
14357
14358 \begin_layout Standard
14359 \begin_inset ERT
14360 status collapsed
14361
14362 \begin_layout Plain Layout
14363
14364
14365 \backslash
14366 newlength{
14367 \backslash
14368 diagtest}
14369 \end_layout
14370
14371 \begin_layout Plain Layout
14372
14373
14374 \backslash
14375 setlength{
14376 \backslash
14377 diagtest}{4cm+2
14378 \backslash
14379 tabcolsep}
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \begin_layout Standard
14388
14389 \lang english
14390 To enable calculations in LaTeX one needs to load the package 
14391 \series bold
14392 calc
14393 \series default
14394 \lang french
14395
14396 \begin_inset Index idx
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400 Paquetages LaTeX ! calc
14401 \end_layout
14402
14403 \end_inset
14404
14405  
14406 \lang english
14407 in the document preamble.
14408 \end_layout
14409
14410 \begin_layout Standard
14411
14412 \lang english
14413 In this table you can now use the command
14414 \end_layout
14415
14416 \begin_layout Standard
14417
14418 \series bold
14419
14420 \backslash
14421 diagbox[width=
14422 \backslash
14423 diagtest]{A}{B}
14424 \end_layout
14425
14426 \begin_layout Standard
14427
14428 \lang english
14429 in the first cell:
14430 \end_layout
14431
14432 \begin_layout Standard
14433 \noindent
14434 \align center
14435
14436 \lang english
14437 \begin_inset Tabular
14438 <lyxtabular version="3" rows="2" columns="2">
14439 <features rotate="0" tabularvalignment="middle">
14440 <column alignment="center" valignment="top" width="4cm">
14441 <column alignment="center" valignment="top">
14442 <row>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 \begin_inset ERT
14448 status open
14449
14450 \begin_layout Plain Layout
14451
14452
14453 \backslash
14454 diagbox[width=
14455 \backslash
14456 diagtest]{
14457 \end_layout
14458
14459 \end_inset
14460
14461 A
14462 \begin_inset ERT
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466
14467 }{
14468 \end_layout
14469
14470 \end_inset
14471
14472 B
14473 \begin_inset ERT
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477
14478 }
14479 \end_layout
14480
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14489 \begin_inset Text
14490
14491 \begin_layout Plain Layout
14492
14493 \lang english
14494 Thickness in nm
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 </row>
14500 <row>
14501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505
14506 \lang english
14507 Perfect Green
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516
14517 \lang english
14518 45
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 </row>
14524 </lyxtabular>
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \begin_layout Standard
14532
14533 \lang english
14534 Note that the split cell needs to be the widest one in the column.
14535  Otherwise the length of the diagonal line cannot be calculated correctly
14536  like in this table:
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \noindent
14541 \align center
14542
14543 \lang english
14544 \begin_inset Tabular
14545 <lyxtabular version="3" rows="2" columns="2">
14546 <features rotate="0" tabularvalignment="middle">
14547 <column alignment="center" valignment="top" width="0pt">
14548 <column alignment="center" valignment="top">
14549 <row>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 \begin_inset ERT
14555 status collapsed
14556
14557 \begin_layout Plain Layout
14558
14559
14560 \backslash
14561 diagbox{
14562 \end_layout
14563
14564 \end_inset
14565
14566 A
14567 \begin_inset ERT
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571
14572 }{
14573 \end_layout
14574
14575 \end_inset
14576
14577 B
14578 \begin_inset ERT
14579 status collapsed
14580
14581 \begin_layout Plain Layout
14582
14583 }
14584 \end_layout
14585
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597
14598 \lang english
14599 Thickness in nm
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610
14611 \lang english
14612 Perfect Green
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621
14622 \lang english
14623 45
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 </row>
14629 </lyxtabular>
14630
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \begin_layout Standard
14637
14638 \lang english
14639 In this case use the 
14640 \series bold
14641 width
14642 \series default
14643  option of the 
14644 \series bold
14645
14646 \backslash
14647 diagbox
14648 \series default
14649  command.
14650  It is then not necessary to add 2
14651 \backslash
14652 tabcolsep because the cell width is now the width of the column.
14653  In this table a width of 3
14654 \begin_inset space \thinspace{}
14655 \end_inset
14656
14657 cm is used:
14658 \end_layout
14659
14660 \begin_layout Standard
14661 \noindent
14662 \align center
14663
14664 \lang english
14665 \begin_inset Tabular
14666 <lyxtabular version="3" rows="2" columns="2">
14667 <features rotate="0" tabularvalignment="middle">
14668 <column alignment="center" valignment="top" width="0pt">
14669 <column alignment="center" valignment="top">
14670 <row>
14671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 \begin_inset ERT
14676 status open
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 diagbox[width=3cm]{
14683 \end_layout
14684
14685 \end_inset
14686
14687 A
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693 }{
14694 \end_layout
14695
14696 \end_inset
14697
14698 B
14699 \begin_inset ERT
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703
14704 }
14705 \end_layout
14706
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718
14719 \lang english
14720 Thickness in nm
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 </row>
14726 <row>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731
14732 \lang english
14733 Perfect Green
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742
14743 \lang english
14744 45
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 </row>
14750 </lyxtabular>
14751
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \begin_layout Standard
14758
14759 \lang english
14760 For multiple text lines in split cells one needs some extra height to fit
14761  the text to the cell.
14762  This can be achieved with the 
14763 \series bold
14764
14765 \backslash
14766 diagbox
14767 \series default
14768  option 
14769 \series bold
14770 height=3cm
14771 \series default
14772  (replace '3cm' by the height you need).
14773  In the following table the command
14774 \end_layout
14775
14776 \begin_layout Standard
14777
14778 \series bold
14779
14780 \backslash
14781 diagbox[width=3cm,height=1.4cm]{A
14782 \backslash
14783
14784 \backslash
14785 B}{C
14786 \backslash
14787
14788 \backslash
14789 D}
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \lang english
14795 is used in the first cell.
14796  The command 
14797 \series bold
14798
14799 \backslash
14800
14801 \backslash
14802
14803 \series default
14804  creates hereby the line break.
14805 \begin_inset Foot
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809
14810 \lang english
14811 Breaking lines with 
14812 \family sans
14813 Ctrl+Return
14814 \family default
14815  is only possible when the column has a fixed width.
14816 \end_layout
14817
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \begin_layout Standard
14824 \noindent
14825 \align center
14826
14827 \lang english
14828 \begin_inset Tabular
14829 <lyxtabular version="3" rows="2" columns="2">
14830 <features rotate="0" tabularvalignment="middle">
14831 <column alignment="center" valignment="top">
14832 <column alignment="center" valignment="top">
14833 <row>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 \begin_inset ERT
14839 status open
14840
14841 \begin_layout Plain Layout
14842
14843
14844 \backslash
14845 diagbox[width=3cm,height=1.4cm]{
14846 \end_layout
14847
14848 \end_inset
14849
14850 A
14851 \begin_inset ERT
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855
14856
14857 \backslash
14858
14859 \backslash
14860
14861 \end_layout
14862
14863 \end_inset
14864
14865 B
14866 \begin_inset ERT
14867 status collapsed
14868
14869 \begin_layout Plain Layout
14870
14871 }{
14872 \end_layout
14873
14874 \end_inset
14875
14876 C
14877 \begin_inset ERT
14878 status collapsed
14879
14880 \begin_layout Plain Layout
14881
14882
14883 \backslash
14884
14885 \backslash
14886
14887 \end_layout
14888
14889 \end_inset
14890
14891 D
14892 \begin_inset ERT
14893 status collapsed
14894
14895 \begin_layout Plain Layout
14896
14897 }
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14908 \begin_inset Text
14909
14910 \begin_layout Plain Layout
14911
14912 \lang english
14913 Thickness in nm
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 </row>
14919 <row>
14920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14921 \begin_inset Text
14922
14923 \begin_layout Plain Layout
14924
14925 \lang english
14926 Perfect Green
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935
14936 \lang english
14937 45
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 </row>
14943 </lyxtabular>
14944
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \begin_layout Standard
14951 \begin_inset ERT
14952 status collapsed
14953
14954 \begin_layout Plain Layout
14955
14956
14957 \backslash
14958 else
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \begin_inset Note Note
14965 status open
14966
14967 \begin_layout Plain Layout
14968 Ce qui suit sera affiché si le paquetage LaTeX 
14969 \series bold
14970 diagbox
14971 \series default
14972  n'est pas installé :
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 Vous devez installer le paquetage LaTeX 
14982 \series bold
14983 diagbox
14984 \series default
14985  pour voir le contenu des cette section dans la sortie imprimée.
14986 \end_layout
14987
14988 \begin_layout Standard
14989 \begin_inset ERT
14990 status collapsed
14991
14992 \begin_layout Plain Layout
14993
14994
14995 \backslash
14996 fi
14997 \end_layout
14998
14999 \end_inset
15000
15001
15002 \end_layout
15003
15004 \begin_layout Standard
15005
15006 \lang english
15007 For more info about the LaTeX-package 
15008 \series bold
15009 diagbox
15010 \series default
15011 , see its documentation
15012 \lang french
15013
15014 \begin_inset CommandInset citation
15015 LatexCommand cite
15016 key "diagbox"
15017
15018 \end_inset
15019
15020 .
15021 \end_layout
15022
15023 \begin_layout Section
15024 Les tableaux formels
15025 \begin_inset CommandInset label
15026 LatexCommand label
15027 name "sec:Tableaux-Formels"
15028
15029 \end_inset
15030
15031
15032 \begin_inset Index idx
15033 status collapsed
15034
15035 \begin_layout Plain Layout
15036 Tableau ! Formel
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \begin_layout Standard
15045 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15046  à celle du tableau
15047 \begin_inset space ~
15048 \end_inset
15049
15050
15051 \begin_inset CommandInset ref
15052 LatexCommand ref
15053 reference "tab:Exemple-tableau-booktabs"
15054
15055 \end_inset
15056
15057 .
15058  Ce genre de tableau est appelé 
15059 \begin_inset Quotes fld
15060 \end_inset
15061
15062
15063 \emph on
15064 formel
15065 \emph default
15066
15067 \begin_inset Quotes frd
15068 \end_inset
15069
15070 .
15071  Pour transformer un tableau en tableau formel, utilisez l'option 
15072 \family sans
15073 Formel
15074 \family default
15075  de l'onglet 
15076 \family sans
15077 Bordures
15078 \family default
15079  de la fenêtre de dialogue 
15080 \family sans
15081 Paramètres
15082 \begin_inset space ~
15083 \end_inset
15084
15085 du
15086 \begin_inset space ~
15087 \end_inset
15088
15089 tableau
15090 \family default
15091 .
15092 \end_layout
15093
15094 \begin_layout Standard
15095 \begin_inset Float table
15096 placement h
15097 wide false
15098 sideways false
15099 status open
15100
15101 \begin_layout Plain Layout
15102 \begin_inset Caption Standard
15103
15104 \begin_layout Plain Layout
15105 \begin_inset CommandInset label
15106 LatexCommand label
15107 name "tab:Exemple-tableau-booktabs"
15108
15109 \end_inset
15110
15111 Exemple de tableau formel
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \begin_layout Plain Layout
15120 \align center
15121 \begin_inset Tabular
15122 <lyxtabular version="3" rows="8" columns="4">
15123 <features rotate="0" booktabs="true" tabularvalignment="middle">
15124 <column alignment="center" valignment="top">
15125 <column alignment="center" valignment="top">
15126 <column alignment="center" valignment="top">
15127 <column alignment="center" valignment="top">
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 Système
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" topline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 Chip
15143 \begin_inset space \thinspace{}
15144 \end_inset
15145
15146 1
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 Chip
15156 \begin_inset space \thinspace{}
15157 \end_inset
15158
15159 2
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row>
15175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 \begin_inset ERT
15180 status collapsed
15181
15182 \begin_layout Plain Layout
15183
15184
15185 \backslash
15186 cmidrule(r){2-2}
15187 \end_layout
15188
15189 \end_inset
15190
15191
15192 \begin_inset ERT
15193 status collapsed
15194
15195 \begin_layout Plain Layout
15196
15197
15198 \backslash
15199 cmidrule(l){3-4}
15200 \end_layout
15201
15202 \end_inset
15203
15204 Épaisseur du capteur en µm
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 300
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 300
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 700
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 </row>
15237 <row>
15238 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 Angle du biseau en °
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 3.55
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 2.71
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269 7.99
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row topspace="default">
15276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 Résolution spatiale en µm
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 4.26
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 10.17
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 <cell alignment="center" valignment="top" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307 10.56
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 </row>
15313 <row topspace="default">
15314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 MTF à 
15319 \begin_inset Formula $f_{\mathrm{max}}$
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 <cell alignment="center" valignment="top" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 0.53
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 0.37
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 0.39
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 </row>
15355 <row topspace="default">
15356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 \begin_inset ERT
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364
15365
15366 \backslash
15367 cmidrule(l{10pt}){1-1}
15368 \end_layout
15369
15370 \end_inset
15371
15372 résolution spatiale LSF
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 </row>
15405 <row>
15406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15407 \begin_inset Text
15408
15409 \begin_layout Plain Layout
15410 en µm
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 129.7
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 <cell alignment="center" valignment="top" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428 52.75
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 50.78
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 en % de la taille des pixels
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457 76.3
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466 95.9
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 92.3
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 </lyxtabular>
15482
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \begin_layout Standard
15494 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15495  
15496 \family sans
15497 Bordures
15498 \family default
15499  de la fenêtre de dialogue 
15500 \family sans
15501 Paramètres
15502 \begin_inset space ~
15503 \end_inset
15504
15505 du
15506 \begin_inset space ~
15507 \end_inset
15508
15509 tableau
15510 \family default
15511  comme c'est décrit dans la section
15512 \begin_inset space ~
15513 \end_inset
15514
15515
15516 \begin_inset CommandInset ref
15517 LatexCommand ref
15518 reference "sub:Espacement-lignes"
15519
15520 \end_inset
15521
15522 .
15523 \end_layout
15524
15525 \begin_layout Standard
15526 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15527  verticales.
15528  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15529  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15530  sortie imprimée :
15531 \begin_inset Newline newline
15532 \end_inset
15533
15534 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15535 \begin_inset space \thinspace{}
15536 \end_inset
15537
15538 em alors que les autres lignes ont implicite une épaisseur de 0.05
15539 \begin_inset space \thinspace{}
15540 \end_inset
15541
15542 em.
15543 \end_layout
15544
15545 \begin_layout Standard
15546 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15547  les lignes de préambule suivantes :
15548 \end_layout
15549
15550 \begin_layout Standard
15551
15552 \series bold
15553
15554 \backslash
15555 let
15556 \backslash
15557 mytoprule
15558 \backslash
15559 toprule
15560 \begin_inset Newline newline
15561 \end_inset
15562
15563
15564 \backslash
15565 renewcommand{
15566 \backslash
15567 toprule}{
15568 \backslash
15569 mytoprule[width]}
15570 \end_layout
15571
15572 \begin_layout Standard
15573 Cet exemple concerne la première ligne, appelée 
15574 \series bold
15575 toprule
15576 \series default
15577 .
15578  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15579 \series bold
15580 toprule
15581 \series default
15582  par 
15583 \series bold
15584 bottomrule
15585 \series default
15586 .
15587  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15588  
15589 \series bold
15590 toprule
15591 \series default
15592  par 
15593 \series bold
15594 midrule
15595 \series default
15596 .
15597  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15598 \begin_inset space ~
15599 \end_inset
15600
15601
15602 \begin_inset CommandInset ref
15603 LatexCommand ref
15604 reference "cha:Unités-de-longueur"
15605
15606 \end_inset
15607
15608  pour préciser l'épaisseur voulue.
15609 \end_layout
15610
15611 \begin_layout Standard
15612 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15613  en mettant une ligne pour une cellule multi-colonne.
15614  LyX va utiliser en interne la commande 
15615 \series bold
15616
15617 \backslash
15618 cmidrule
15619 \series default
15620  pour créer cette ligne.
15621  Sa syntaxe complète est :
15622 \end_layout
15623
15624 \begin_layout Standard
15625
15626 \series bold
15627
15628 \backslash
15629 cmidrule[largeur](rognage){colDépart-colFin}
15630 \end_layout
15631
15632 \begin_layout Standard
15633 Les options de la commande 
15634 \series bold
15635
15636 \backslash
15637 cmidrule
15638 \series default
15639  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15640  TeX pour pouvoir les utiliser.
15641  On peut créer manuellement des lignes 
15642 \series bold
15643
15644 \backslash
15645 mitrales
15646 \series default
15647  en insérant la commande en code TeX comme le premier élément de la première
15648  cellule de la ligne.
15649  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15650  en question.
15651 \end_layout
15652
15653 \begin_layout Standard
15654 La valeur implicite pour l'épaisseur des lignes est de 0.03
15655 \begin_inset space \thinspace{}
15656 \end_inset
15657
15658 em.
15659  
15660 \series bold
15661 colDépart
15662 \series default
15663  est le numéro de la colonne dans laquelle la ligne commence et 
15664 \series bold
15665 colFin
15666 \series default
15667  est le numéro de la colonne dans laquelle elle se termine.
15668  La valeur de 
15669 \series bold
15670 colFin
15671 \series default
15672  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15673  Le paramètre optionnel 
15674 \series bold
15675 rognage
15676 \series default
15677  peut être soit 
15678 \emph on
15679 l{largeurRognage}
15680 \emph default
15681 , ou 
15682 \emph on
15683 r{largeurRognage}
15684 \emph default
15685  où les valeurs de
15686 \emph on
15687  largeurRognage
15688 \emph default
15689  sont aussi optionnelles.
15690  En utilisant par exemple la valeur 
15691 \emph on
15692 l{2pt}
15693 \emph default
15694  pour ce paramètre, la ligne va être rognée de 2
15695 \begin_inset space \thinspace{}
15696 \end_inset
15697
15698 pt à son extrémité gauche.
15699  Si vous ne spécifiez pas de valeur pour 
15700 \emph on
15701 largeurRognage
15702 \emph default
15703  les lignes sont implicitement rognées de 0.5
15704 \begin_inset space \thinspace{}
15705 \end_inset
15706
15707 em.
15708 \end_layout
15709
15710 \begin_layout Standard
15711 \begin_inset VSpace bigskip
15712 \end_inset
15713
15714 Le tableau
15715 \begin_inset space ~
15716 \end_inset
15717
15718
15719 \begin_inset CommandInset ref
15720 LatexCommand ref
15721 reference "tab:Exemple-tableau-booktabs"
15722
15723 \end_inset
15724
15725  a été créé en utilisant les commandes
15726 \end_layout
15727
15728 \begin_layout Standard
15729
15730 \series bold
15731
15732 \backslash
15733 cmidrule(r){2-2}
15734 \backslash
15735 cmidrule(l){3-4}
15736 \end_layout
15737
15738 \begin_layout Standard
15739 au début de la deuxième ligne et
15740 \end_layout
15741
15742 \begin_layout Standard
15743
15744 \series bold
15745
15746 \backslash
15747 cmidrule(l{10pt}){1-1}
15748 \end_layout
15749
15750 \begin_layout Standard
15751 au début de la sixième ligne.
15752 \end_layout
15753
15754 \begin_layout Standard
15755 \begin_inset VSpace bigskip
15756 \end_inset
15757
15758
15759 \end_layout
15760
15761 \begin_layout Standard
15762 Vous pouvez vouloir des commandes 
15763 \series bold
15764
15765 \backslash
15766 cmidrule
15767 \series default
15768 s qui se recouvrent comme pour le tableau
15769 \begin_inset space ~
15770 \end_inset
15771
15772
15773 \begin_inset CommandInset ref
15774 LatexCommand ref
15775 reference "tab:Tableau-booktabs-special"
15776
15777 \end_inset
15778
15779 .
15780  On obtient ce résultat en utilisant la commande suivante en code TeX
15781 \end_layout
15782
15783 \begin_layout Standard
15784
15785 \series bold
15786
15787 \backslash
15788 morecmidrules
15789 \end_layout
15790
15791 \begin_layout Standard
15792 La commande qui a été utilisée pour la deuxième ligne du tableau
15793 \begin_inset space ~
15794 \end_inset
15795
15796
15797 \begin_inset CommandInset ref
15798 LatexCommand ref
15799 reference "tab:Tableau-booktabs-special"
15800
15801 \end_inset
15802
15803  est
15804 \end_layout
15805
15806 \begin_layout Standard
15807
15808 \series bold
15809
15810 \backslash
15811 cmidrule(r){2-2}
15812 \backslash
15813 cmidrule(l){3-4}
15814 \backslash
15815 morecmidrules
15816 \backslash
15817 cmidrule{2-4}
15818 \end_layout
15819
15820 \begin_layout Standard
15821 La commande pour la sixième ligne est
15822 \end_layout
15823
15824 \begin_layout Standard
15825
15826 \series bold
15827
15828 \backslash
15829 midrule
15830 \backslash
15831 morecmidrules
15832 \backslash
15833 cmidrule{3-4}
15834 \end_layout
15835
15836 \begin_layout Standard
15837 \begin_inset VSpace bigskip
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15845 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15846  font toute la largeur du tableau :
15847 \end_layout
15848
15849 \begin_layout Standard
15850
15851 \series bold
15852
15853 \backslash
15854 specialrule{largeur}{espace au dessus}{espace en dessous}
15855 \end_layout
15856
15857 \begin_layout Standard
15858 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15859  du paquetage LaTeX 
15860 \series bold
15861 booktabs
15862 \series default
15863  
15864 \begin_inset CommandInset citation
15865 LatexCommand cite
15866 key "booktabs"
15867
15868 \end_inset
15869
15870 .
15871 \begin_inset Index idx
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875 Paquetages LaTeX ! booktabs
15876 \end_layout
15877
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \begin_layout Standard
15884 \begin_inset Float table
15885 placement h
15886 wide false
15887 sideways false
15888 status open
15889
15890 \begin_layout Plain Layout
15891 \begin_inset Caption Standard
15892
15893 \begin_layout Plain Layout
15894 \begin_inset CommandInset label
15895 LatexCommand label
15896 name "tab:Tableau-booktabs-special"
15897
15898 \end_inset
15899
15900 Tableau formel spécial
15901 \end_layout
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Plain Layout
15909 \align center
15910 \begin_inset Tabular
15911 <lyxtabular version="3" rows="8" columns="4">
15912 <features rotate="0" booktabs="true" tabularvalignment="middle">
15913 <column alignment="center" valignment="top">
15914 <column alignment="center" valignment="top">
15915 <column alignment="center" valignment="top">
15916 <column alignment="center" valignment="top">
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 Système
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 Chip
15932 \begin_inset space \thinspace{}
15933 \end_inset
15934
15935 1
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 Chip
15945 \begin_inset space \thinspace{}
15946 \end_inset
15947
15948 2
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 \begin_inset ERT
15969 status collapsed
15970
15971 \begin_layout Plain Layout
15972
15973
15974 \backslash
15975 cmidrule(r){2-2}
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \begin_inset ERT
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985
15986
15987 \backslash
15988 cmidrule(l){3-4}
15989 \end_layout
15990
15991 \end_inset
15992
15993
15994 \begin_inset ERT
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998
15999
16000 \backslash
16001 morecmidrules 
16002 \end_layout
16003
16004 \end_inset
16005
16006
16007 \begin_inset ERT
16008 status collapsed
16009
16010 \begin_layout Plain Layout
16011
16012
16013 \backslash
16014 cmidrule{2-4}
16015 \end_layout
16016
16017 \end_inset
16018
16019 Epaisseur du capteur en µm
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 300
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 300
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 700
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 </row>
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 Angle biseau en °
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 3.55
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 2.71
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" topline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 7.99
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 </row>
16090 <row topspace="default">
16091 <cell alignment="center" valignment="top" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 Résolution spatiale en µm
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 4.26
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 10.17
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 10.56
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 <row topspace="default">
16129 <cell alignment="center" valignment="top" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 MTF à 
16134 \begin_inset Formula $f_{\mathrm{max}}$
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 0.53
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 <cell alignment="center" valignment="top" usebox="none">
16152 \begin_inset Text
16153
16154 \begin_layout Plain Layout
16155 0.37
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 0.39
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 </row>
16170 <row>
16171 <cell alignment="center" valignment="top" topline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 \begin_inset ERT
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179
16180
16181 \backslash
16182 morecmidrules 
16183 \end_layout
16184
16185 \end_inset
16186
16187
16188 \begin_inset ERT
16189 status collapsed
16190
16191 \begin_layout Plain Layout
16192
16193
16194 \backslash
16195 cmidrule{3-4}
16196 \end_layout
16197
16198 \end_inset
16199
16200 résolution spatiale LSF
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row>
16234 <cell alignment="center" valignment="top" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 en µm
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247 129.7
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 52.75
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265 50.78
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row>
16272 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 en % de la taille des pixels
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285 76.3
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 95.9
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 92.3
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 </lyxtabular>
16310
16311 \end_inset
16312
16313
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \begin_layout Section
16322 Alignement vertical des tableaux
16323 \begin_inset Index idx
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327 Tableau ! Alignement
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Standard
16336 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16337  doit être à l'intérieur d'une boîte.
16338  La boîte peut alors être alignée comme c'est décrit dans la 
16339 \begin_inset space ~
16340 \end_inset
16341
16342
16343 \begin_inset CommandInset ref
16344 LatexCommand ref
16345 reference "sec:Boîte-Dialogue"
16346
16347 \end_inset
16348
16349 .
16350 \end_layout
16351
16352 \begin_layout Standard
16353 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16354  minipage
16355 \begin_inset Foot
16356 status open
16357
16358 \begin_layout Plain Layout
16359 Les minipages son décrites dans la section
16360 \begin_inset space ~
16361 \end_inset
16362
16363
16364 \begin_inset CommandInset ref
16365 LatexCommand ref
16366 reference "sec:Minipages"
16367
16368 \end_inset
16369
16370 .
16371 \end_layout
16372
16373 \end_inset
16374
16375  dont la largeur est de 15
16376 \begin_inset space \thinspace{}
16377 \end_inset
16378
16379 col% :
16380 \end_layout
16381
16382 \begin_layout Itemize
16383 test 
16384 \begin_inset Box Frameless
16385 position "t"
16386 hor_pos "c"
16387 has_inner_box 1
16388 inner_pos "c"
16389 use_parbox 0
16390 use_makebox 0
16391 width "15col%"
16392 special "none"
16393 height "1in"
16394 height_special "totalheight"
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398 \begin_inset Tabular
16399 <lyxtabular version="3" rows="3" columns="3">
16400 <features rotate="0" tabularvalignment="middle">
16401 <column alignment="center" valignment="top">
16402 <column alignment="center" valignment="top">
16403 <column alignment="center" valignment="top">
16404 <row>
16405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16406 \begin_inset Text
16407
16408 \begin_layout Plain Layout
16409 a
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 d
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 g
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 b
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 e
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 h
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row>
16463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 c
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 f
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 i
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 </lyxtabular>
16492
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \end_inset
16499
16500  test 
16501 \begin_inset ERT
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505
16506
16507 \backslash
16508 raisebox{0.85
16509 \backslash
16510 baselineskip}{
16511 \end_layout
16512
16513 \end_inset
16514
16515
16516 \begin_inset Box Frameless
16517 position "t"
16518 hor_pos "c"
16519 has_inner_box 1
16520 inner_pos "c"
16521 use_parbox 0
16522 use_makebox 0
16523 width "15col%"
16524 special "none"
16525 height "1in"
16526 height_special "totalheight"
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530 \begin_inset Tabular
16531 <lyxtabular version="3" rows="3" columns="3">
16532 <features rotate="0" tabularvalignment="middle">
16533 <column alignment="center" valignment="top">
16534 <column alignment="center" valignment="top">
16535 <column alignment="center" valignment="top">
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 a
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 d
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 g
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 b
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 e
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 h
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 </row>
16594 <row>
16595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 c
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 f
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 i
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 </lyxtabular>
16624
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631
16632
16633 \begin_inset ERT
16634 status collapsed
16635
16636 \begin_layout Plain Layout
16637
16638 }
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \begin_layout Itemize
16647 test 
16648 \begin_inset Box Frameless
16649 position "c"
16650 hor_pos "c"
16651 has_inner_box 1
16652 inner_pos "c"
16653 use_parbox 0
16654 use_makebox 0
16655 width "15col%"
16656 special "none"
16657 height "1in"
16658 height_special "totalheight"
16659 status collapsed
16660
16661 \begin_layout Plain Layout
16662 \begin_inset Tabular
16663 <lyxtabular version="3" rows="3" columns="3">
16664 <features rotate="0" tabularvalignment="middle">
16665 <column alignment="center" valignment="top">
16666 <column alignment="center" valignment="top">
16667 <column alignment="center" valignment="top">
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 a
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682 d
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 g
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 b
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 e
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 h
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 c
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 f
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 i
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 </lyxtabular>
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \begin_layout Itemize
16768 test 
16769 \begin_inset Box Frameless
16770 position "b"
16771 hor_pos "c"
16772 has_inner_box 1
16773 inner_pos "c"
16774 use_parbox 0
16775 use_makebox 0
16776 width "15col%"
16777 special "none"
16778 height "1in"
16779 height_special "totalheight"
16780 status collapsed
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Tabular
16784 <lyxtabular version="3" rows="3" columns="3">
16785 <features rotate="0" tabularvalignment="middle">
16786 <column alignment="center" valignment="top">
16787 <column alignment="center" valignment="top">
16788 <column alignment="center" valignment="top">
16789 <row>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 a
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 d
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 g
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 <row>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 b
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 e
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 h
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 </row>
16847 <row>
16848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 c
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 f
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 i
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 </lyxtabular>
16877
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884
16885  test 
16886 \begin_inset ERT
16887 status collapsed
16888
16889 \begin_layout Plain Layout
16890
16891
16892 \backslash
16893 raisebox{-0.32
16894 \backslash
16895 baselineskip}{
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \begin_inset Box Frameless
16902 position "b"
16903 hor_pos "c"
16904 has_inner_box 1
16905 inner_pos "c"
16906 use_parbox 0
16907 use_makebox 0
16908 width "15col%"
16909 special "none"
16910 height "1in"
16911 height_special "totalheight"
16912 status collapsed
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Tabular
16916 <lyxtabular version="3" rows="3" columns="3">
16917 <features rotate="0" tabularvalignment="middle">
16918 <column alignment="center" valignment="top">
16919 <column alignment="center" valignment="top">
16920 <column alignment="center" valignment="top">
16921 <row>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 a
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 d
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 g
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955 b
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 e
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 h
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 </row>
16979 <row>
16980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 c
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 f
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 i
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 </lyxtabular>
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016
17017
17018 \begin_inset ERT
17019 status collapsed
17020
17021 \begin_layout Plain Layout
17022
17023 }
17024 \end_layout
17025
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \begin_layout Standard
17032 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17033  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17034  la ligne dans laquelle le tableau est inséré.
17035  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17036  boîte élévatrice (raisebox)
17037 \begin_inset Foot
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17042 \begin_inset space ~
17043 \end_inset
17044
17045
17046 \begin_inset CommandInset ref
17047 LatexCommand ref
17048 reference "sub:Alignement-Vertical"
17049
17050 \end_inset
17051
17052 .
17053 \end_layout
17054
17055 \end_inset
17056
17057 .
17058  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17059  aligné en utilisant la commande en code TeX suivante 
17060 \end_layout
17061
17062 \begin_layout Standard
17063
17064 \series bold
17065
17066 \backslash
17067 raisebox{0.85
17068 \backslash
17069 baselineskip}{
17070 \end_layout
17071
17072 \begin_layout Standard
17073 placée juste avant la boîte minipage.
17074  Après la boîte on insère l'accolade fermante en code TeX.
17075  Pour le deuxième tableau de la dernière ligne, la commande 
17076 \end_layout
17077
17078 \begin_layout Standard
17079
17080 \series bold
17081
17082 \backslash
17083 raisebox{-0.32
17084 \backslash
17085 baselineskip}{
17086 \end_layout
17087
17088 \begin_layout Standard
17089 est utilisée.
17090 \end_layout
17091
17092 \begin_layout Standard
17093 \begin_inset Note Greyedout
17094 status open
17095
17096 \begin_layout Plain Layout
17097
17098 \series bold
17099 Note:
17100 \series default
17101  L'alignement entre le contenu de la ligne du tableau et le texte de la
17102  ligne qui l'entoure ne peut pas être parfait.
17103  Le facteur utilisé dans la commande 
17104 \series bold
17105
17106 \backslash
17107 raisebox
17108 \series default
17109  pour obtenir cet alignement dépend de la police de caractères du document,
17110  de la taille de la police et de l'épaisseur des lignes du tableau.
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Section
17119 Tableaux colorés
17120 \begin_inset CommandInset label
17121 LatexCommand label
17122 name "sec:Tableaux-Colorés"
17123
17124 \end_inset
17125
17126
17127 \begin_inset Index idx
17128 status collapsed
17129
17130 \begin_layout Plain Layout
17131 Tableau ! Coloré
17132 \end_layout
17133
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \begin_layout Subsection
17140 Cellules colorées
17141 \begin_inset Index idx
17142 status collapsed
17143
17144 \begin_layout Plain Layout
17145 Couleur des tableaux ! Pour les cellules
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \begin_inset Index idx
17152 status collapsed
17153
17154 \begin_layout Plain Layout
17155 Couleur ! Pour les cellules de tableau
17156 \end_layout
17157
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \begin_layout Standard
17164 \begin_inset Float table
17165 placement h
17166 wide false
17167 sideways false
17168 status open
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Caption Standard
17172
17173 \begin_layout Plain Layout
17174 \begin_inset CommandInset label
17175 LatexCommand label
17176 name "tab:Tableau-coloré-sans-colortbl"
17177
17178 \end_inset
17179
17180 Tableau coloré sans utiliser le paquetage  
17181 \series bold
17182 colortbl
17183 \series default
17184
17185 \begin_inset Argument 1
17186 status open
17187
17188 \begin_layout Plain Layout
17189 Tableau sans colortbl
17190 \end_layout
17191
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Plain Layout
17203 \align center
17204 \begin_inset Tabular
17205 <lyxtabular version="3" rows="3" columns="3">
17206 <features rotate="0" tabularvalignment="middle">
17207 <column alignment="center" valignment="top">
17208 <column alignment="center" valignment="top">
17209 <column alignment="center" valignment="top">
17210 <row>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215
17216 \color green
17217 a
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \color red
17228 b
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \color red
17239 c
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 <row>
17246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250
17251 \color green
17252 d
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \color blue
17263 e
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272
17273 \color blue
17274 f
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \color green
17287 g
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \color blue
17298 h
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307
17308 \color blue
17309 i
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 </lyxtabular>
17316
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \begin_layout Standard
17328 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17329  et choisissez une couleur dans le menu 
17330 \family sans
17331 Édition\SpecialChar \menuseparator
17332 Style
17333 \begin_inset space ~
17334 \end_inset
17335
17336 de
17337 \begin_inset space ~
17338 \end_inset
17339
17340 Texte
17341 \family default
17342 .
17343  C'est ce qui a été utilisé pour créer le tableau
17344 \begin_inset space ~
17345 \end_inset
17346
17347
17348 \begin_inset CommandInset ref
17349 LatexCommand ref
17350 reference "tab:Tableau-coloré-sans-colortbl"
17351
17352 \end_inset
17353
17354 .
17355  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17356 \series bold
17357 colortbl
17358 \series default
17359 .
17360 \begin_inset Index idx
17361 status collapsed
17362
17363 \begin_layout Plain Layout
17364 Paquetages LaTeX ! colortbl
17365 \end_layout
17366
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \begin_layout Standard
17373 \begin_inset ERT
17374 status collapsed
17375
17376 \begin_layout Plain Layout
17377
17378
17379 \backslash
17380 ifcolortbl
17381 \end_layout
17382
17383 \end_inset
17384
17385
17386 \begin_inset Note Note
17387 status open
17388
17389 \begin_layout Plain Layout
17390 La section qui suit ne sera affichée que si vous avez installé le paquetage
17391  LaTeX 
17392 \series bold
17393 colortbl
17394 \series default
17395 .
17396 \end_layout
17397
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \begin_layout Standard
17404 Pour créer des tableaux colorés, vous devez charger le paquetage
17405 \series bold
17406  colortbl
17407 \series default
17408  dans le préambule avec la ligne
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414
17415 \backslash
17416 usepackage{colortbl}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 On choisit la couleur d'une colonne avec la commande 
17421 \end_layout
17422
17423 \begin_layout Standard
17424
17425 \series bold
17426
17427 \backslash
17428 columncolor{nom de couleur}
17429 \end_layout
17430
17431 \begin_layout Standard
17432 à l'intérieur d'une commande 
17433 \series bold
17434 >{ }
17435 \series default
17436 .
17437  Vous trouverez plus d'information sur la commande 
17438 \series bold
17439 >{}
17440 \series default
17441  dans la section
17442 \begin_inset space ~
17443 \end_inset
17444
17445
17446 \begin_inset CommandInset ref
17447 LatexCommand ref
17448 reference "sub:Calculs-multicolonnes"
17449
17450 \end_inset
17451
17452 .
17453 \end_layout
17454
17455 \begin_layout Standard
17456 Les noms de couleurs suivants sont prédéfinis :
17457 \end_layout
17458
17459 \begin_layout Standard
17460
17461 \family sans
17462 red
17463 \family default
17464  (rouge), 
17465 \family sans
17466 green
17467 \family default
17468  (vert), 
17469 \family sans
17470 yellow
17471 \family default
17472  (jaune), 
17473 \family sans
17474 blue
17475 \family default
17476  (bleu), 
17477 \family sans
17478 cyan
17479 \family default
17480
17481 \family sans
17482 magenta
17483 \family default
17484
17485 \family sans
17486 black 
17487 \family default
17488 (noir) et 
17489 \family sans
17490 white 
17491 \family default
17492 (blanc)
17493 \end_layout
17494
17495 \begin_layout Standard
17496 \begin_inset VSpace medskip
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \begin_layout Standard
17503 Si vous ajoutez les options
17504 \end_layout
17505
17506 \begin_layout Standard
17507
17508 \series bold
17509 usenames,dvipsnames
17510 \end_layout
17511
17512 \begin_layout Standard
17513 aux options de la classe de document dans les paramètres du document, vous
17514  pouvez utiliser 61
17515 \begin_inset space ~
17516 \end_inset
17517
17518 couleurs supplémentaires.
17519  Ces couleurs sont listées dans l'appendice
17520 \begin_inset space ~
17521 \end_inset
17522
17523
17524 \begin_inset CommandInset ref
17525 LatexCommand ref
17526 reference "chap:Liste-de-noms-de-couleur-dvips"
17527
17528 \end_inset
17529
17530 .
17531  Une de ces couleurs, 
17532 \family sans
17533 Maroon
17534 \family default
17535 , est utilisée comme exemple dans le tableau
17536 \begin_inset space ~
17537 \end_inset
17538
17539
17540 \begin_inset CommandInset ref
17541 LatexCommand ref
17542 reference "tab:Tableau-coloré-avec-colortbl"
17543
17544 \end_inset
17545
17546 .
17547 \end_layout
17548
17549 \begin_layout Standard
17550 \begin_inset VSpace medskip
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \begin_layout Standard
17557 Vous pouvez aussi définir votre propre couleur avec la commande
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563
17564 \backslash
17565 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Le modèle de couleur peut être
17570 \end_layout
17571
17572 \begin_layout Labeling
17573 \labelwidthstring 00.00.0000
17574 cmyk
17575 \begin_inset space ~
17576 \end_inset
17577
17578 : cyan, magenta, jaune (yellow), noir (black)
17579 \end_layout
17580
17581 \begin_layout Labeling
17582 \labelwidthstring 00.00.0000
17583 rgb
17584 \begin_inset space ~
17585 \end_inset
17586
17587 : rouge (red), vert (green), bleu (blue)
17588 \end_layout
17589
17590 \begin_layout Labeling
17591 \labelwidthstring 00.00.0000
17592 gray
17593 \begin_inset space ~
17594 \end_inset
17595
17596 : dégradé de gris (gray)
17597 \end_layout
17598
17599 \begin_layout Standard
17600 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17601  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17602 \end_layout
17603
17604 \begin_layout Standard
17605 Vous pouvez par exemple définir la couleur 
17606 \begin_inset Quotes eld
17607 \end_inset
17608
17609
17610 \emph on
17611 vertfonce
17612 \begin_inset Quotes erd
17613 \end_inset
17614
17615  dans le préambule avec la ligne
17616 \end_layout
17617
17618 \begin_layout Standard
17619
17620 \series bold
17621
17622 \backslash
17623 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17624 \end_layout
17625
17626 \begin_layout Standard
17627 et la couleur "
17628 \emph on
17629 grisclair
17630 \emph default
17631 " avec
17632 \end_layout
17633
17634 \begin_layout Standard
17635
17636 \series bold
17637
17638 \backslash
17639 definecolor{grisclair}{gray}{0.8}
17640 \end_layout
17641
17642 \begin_layout Standard
17643 \begin_inset VSpace medskip
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \begin_layout Standard
17650 Les lignes sont colorées avec la commande
17651 \end_layout
17652
17653 \begin_layout Standard
17654
17655 \series bold
17656
17657 \backslash
17658 rowcolor{nom de la couleur}
17659 \end_layout
17660
17661 \begin_layout Standard
17662 et les cellules sont colorées avec la commande
17663 \end_layout
17664
17665 \begin_layout Standard
17666
17667 \series bold
17668
17669 \backslash
17670 cellcolor{nom de la couleur}
17671 \end_layout
17672
17673 \begin_layout Standard
17674 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17675 \end_layout
17676
17677 \begin_layout Standard
17678 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17679  choisissez une couleur dans le menu 
17680 \family sans
17681 Édition\SpecialChar \menuseparator
17682 Style
17683 \begin_inset space ~
17684 \end_inset
17685
17686 de
17687 \begin_inset space ~
17688 \end_inset
17689
17690 Texte
17691 \family default
17692 .
17693  Si une cellule contient du code TeX, faites bien attention à ne colorer
17694  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17695 \end_layout
17696
17697 \begin_layout Standard
17698 \begin_inset Note Greyedout
17699 status open
17700
17701 \begin_layout Plain Layout
17702
17703 \series bold
17704 Note:
17705 \series default
17706  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17707  définies par l'utilisateur.
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Standard
17716 \begin_inset VSpace bigskip
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \begin_layout Standard
17723 Pour créer le tableau
17724 \begin_inset space ~
17725 \end_inset
17726
17727
17728 \begin_inset CommandInset ref
17729 LatexCommand ref
17730 reference "tab:Tableau-coloré-avec-colortbl"
17731
17732 \end_inset
17733
17734  faites ce qui suit : La couleur de la première colonne doit être 
17735 \emph on
17736 vertfonce
17737 \emph default
17738 .
17739  On insère donc la commande
17740 \end_layout
17741
17742 \begin_layout Standard
17743
17744 \series bold
17745 >{
17746 \backslash
17747 columncolor{vertfonce}
17748 \backslash
17749 centering}c
17750 \end_layout
17751
17752 \begin_layout Standard
17753 en code TeX pour cette colonne.
17754  La première ligne doit être bleue clair, d'où la commande en code TeX
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760
17761 \backslash
17762 rowcolor{cyan}
17763 \end_layout
17764
17765 \begin_layout Standard
17766 qui est insérée dans la première cellule de cette ligne.
17767  Notez que cela annule la couleur de colonne pour la première cellule.
17768  La dernière cellule de la dernière ligne est colorée en marron
17769 \series bold
17770  
17771 \series default
17772 en insérant en code TeX la commande
17773 \end_layout
17774
17775 \begin_layout Standard
17776
17777 \series bold
17778
17779 \backslash
17780 cellcolor{Maroon}
17781 \end_layout
17782
17783 \begin_layout Standard
17784 Les caractères peuvent maintenant être colorés en utilisant le menu 
17785 \family sans
17786 Édition\SpecialChar \menuseparator
17787 Style
17788 \begin_inset space ~
17789 \end_inset
17790
17791 de
17792 \begin_inset space ~
17793 \end_inset
17794
17795 Texte
17796 \family default
17797 .
17798 \end_layout
17799
17800 \begin_layout Standard
17801 \begin_inset Float table
17802 placement h
17803 wide false
17804 sideways false
17805 status open
17806
17807 \begin_layout Plain Layout
17808 \begin_inset Caption Standard
17809
17810 \begin_layout Plain Layout
17811 \begin_inset CommandInset label
17812 LatexCommand label
17813 name "tab:Tableau-coloré-avec-colortbl"
17814
17815 \end_inset
17816
17817 Tableau coloré en utilisant le paquetage 
17818 \series bold
17819 colortbl
17820 \series default
17821
17822 \begin_inset Argument 1
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826 Tableau avec colortbl
17827 \end_layout
17828
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Plain Layout
17840 \align center
17841 \begin_inset Tabular
17842 <lyxtabular version="3" rows="3" columns="3">
17843 <features rotate="0" tabularvalignment="middle">
17844 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17845 <column alignment="center" valignment="top">
17846 <column alignment="center" valignment="top">
17847 <row>
17848 <cell alignment="center" valignment="top" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset ERT
17853 status collapsed
17854
17855 \begin_layout Plain Layout
17856
17857
17858 \backslash
17859 rowcolor{cyan}
17860 \end_layout
17861
17862 \end_inset
17863
17864
17865 \color magenta
17866 a
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875
17876 \color red
17877 b
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \color red
17888 c
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 <row>
17895 <cell alignment="center" valignment="top" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899
17900 \color yellow
17901 d
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell alignment="center" valignment="top" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910
17911 \color blue
17912 e
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \color blue
17923 f
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934
17935 \color yellow
17936 g
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \color blue
17947 h
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 \begin_inset ERT
17957 status collapsed
17958
17959 \begin_layout Plain Layout
17960
17961
17962 \backslash
17963 cellcolor{Maroon}
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \color green
17970 i
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 </row>
17976 </lyxtabular>
17977
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \end_inset
17984
17985
17986 \end_layout
17987
17988 \begin_layout Standard
17989 \begin_inset ERT
17990 status collapsed
17991
17992 \begin_layout Plain Layout
17993
17994
17995 \backslash
17996 else
17997 \end_layout
17998
17999 \end_inset
18000
18001
18002 \begin_inset Note Note
18003 status open
18004
18005 \begin_layout Plain Layout
18006 Ce qui suit sera affiché si le paquetage 
18007 \series bold
18008 colortbl
18009 \series default
18010  n'est pas installé :
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Standard
18019 Vous devez installer le paquetage 
18020 \series bold
18021 colortbl
18022 \series default
18023  pour voir le contenu des cette section dans la sortie imprimée.
18024 \end_layout
18025
18026 \begin_layout Standard
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 fi
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Subsection
18043
18044 \lang english
18045 Colored Rows
18046 \lang french
18047
18048 \begin_inset Index idx
18049 status collapsed
18050
18051 \begin_layout Plain Layout
18052 Tableau Coloré ! pour
18053 \lang english
18054  Rows
18055 \end_layout
18056
18057 \end_inset
18058
18059
18060 \begin_inset Index idx
18061 status collapsed
18062
18063 \begin_layout Plain Layout
18064 Couleur ! Pour les 
18065 \lang english
18066 Table Rows
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \begin_layout Standard
18075
18076 \lang english
18077 In case every second table row needs to be colored there is an alternative
18078  to the method described in the previous section: One loads the package
18079 \lang french
18080  
18081 \series bold
18082 xcolor
18083 \series default
18084
18085 \begin_inset Index idx
18086 status collapsed
18087
18088 \begin_layout Plain Layout
18089 Paquetages LaTeX ! xcolor
18090 \begin_inset ERT
18091 status collapsed
18092
18093 \begin_layout Plain Layout
18094
18095
18096 \backslash
18097 vspace{4mm}
18098 \end_layout
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \end_inset
18106
18107  
18108 \lang english
18109 in the document preamble with the command
18110 \end_layout
18111
18112 \begin_layout Standard
18113
18114 \series bold
18115
18116 \backslash
18117 usepackage[table]{xcolor}
18118 \end_layout
18119
18120 \begin_layout Standard
18121
18122 \series bold
18123 \lang english
18124 xcolor
18125 \series default
18126  automatically loads also the package
18127 \lang french
18128  
18129 \series bold
18130 colortbl
18131 \series default
18132
18133 \begin_inset Index idx
18134 status collapsed
18135
18136 \begin_layout Plain Layout
18137 Paquetages LaTeX ! colortbl
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \lang english
18144 , so 
18145 \series bold
18146 colortbl
18147 \series default
18148  must be installed in your LaTeX-distribution, otherwise you get LaTeX-errors.
18149 \end_layout
18150
18151 \begin_layout Standard
18152 \begin_inset ERT
18153 status collapsed
18154
18155 \begin_layout Plain Layout
18156
18157
18158 \backslash
18159 ifcolortbl
18160 \end_layout
18161
18162 \end_inset
18163
18164
18165 \begin_inset Note Note
18166 status open
18167
18168 \begin_layout Plain Layout
18169 La section qui suit ne sera affichée que si vous avez installé le paquetage
18170  LaTeX 
18171 \series bold
18172 colortbl
18173 \series default
18174 .
18175 \end_layout
18176
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \begin_layout Standard
18183
18184 \lang english
18185 The table rows are colored with the command
18186 \end_layout
18187
18188 \begin_layout Standard
18189
18190 \series bold
18191 \lang english
18192
18193 \backslash
18194 rowcolors[commands]{row number}{odd row color}{even row color}
18195 \end_layout
18196
18197 \begin_layout Standard
18198
18199 \lang english
18200 that is either inserted in the document preamble or as TeX-Code before the
18201  first table to be colored.
18202  row
18203 \begin_inset space ~
18204 \end_inset
18205
18206 number is the number of the first row which should be colored according
18207  to the odd row color.
18208  commands can be additional commands that are executed before every table
18209  row.
18210  So for example the command
18211 \end_layout
18212
18213 \begin_layout Standard
18214
18215 \series bold
18216
18217 \backslash
18218 rowcolors{1}{white}{lightgray}
18219 \end_layout
18220
18221 \begin_layout Standard
18222
18223 \lang english
18224 leads to the coloring scheme of Table
18225 \begin_inset space ~
18226 \end_inset
18227
18228
18229 \begin_inset CommandInset ref
18230 LatexCommand ref
18231 reference "tab:Table-rowcolors"
18232
18233 \end_inset
18234
18235 .
18236  The command
18237 \end_layout
18238
18239 \begin_layout Standard
18240
18241 \series bold
18242
18243 \backslash
18244 rowcolors[
18245 \backslash
18246 hline]{1}{lightgray}{cyan}
18247 \end_layout
18248
18249 \begin_layout Standard
18250
18251 \lang english
18252 leads to the coloring scheme of Table
18253 \begin_inset space ~
18254 \end_inset
18255
18256
18257 \begin_inset CommandInset ref
18258 LatexCommand ref
18259 reference "tab:Table-rowcolors-2"
18260
18261 \end_inset
18262
18263 .
18264  If odd
18265 \begin_inset space ~
18266 \end_inset
18267
18268 row
18269 \begin_inset space ~
18270 \end_inset
18271
18272 color and/or even
18273 \begin_inset space ~
18274 \end_inset
18275
18276 row
18277 \begin_inset space ~
18278 \end_inset
18279
18280 color are left empty, no color will be used so that the command
18281 \end_layout
18282
18283 \begin_layout Standard
18284
18285 \series bold
18286
18287 \backslash
18288 rowcolors{1}{}{}
18289 \end_layout
18290
18291 \begin_layout Standard
18292
18293 \lang english
18294 deletes all colors.
18295  
18296 \series bold
18297
18298 \backslash
18299 rowcolors
18300 \series default
18301  affects all tables following that command.
18302 \end_layout
18303
18304 \begin_layout Standard
18305 \begin_inset ERT
18306 status open
18307
18308 \begin_layout Plain Layout
18309
18310
18311 \backslash
18312 rowcolors{1}{white}{lightgray}
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset Float table
18322 placement h
18323 wide false
18324 sideways false
18325 status open
18326
18327 \begin_layout Plain Layout
18328 \begin_inset Caption Standard
18329
18330 \begin_layout Plain Layout
18331
18332 \lang english
18333 \begin_inset CommandInset label
18334 LatexCommand label
18335 name "tab:Table-rowcolors"
18336
18337 \end_inset
18338
18339 Table where every second row is colored light gray.
18340 \end_layout
18341
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \begin_layout Plain Layout
18348 \align center
18349 \begin_inset Tabular
18350 <lyxtabular version="3" rows="4" columns="3">
18351 <features rotate="0" tabularvalignment="middle">
18352 <column alignment="center" valignment="top">
18353 <column alignment="center" valignment="top" width="0pt">
18354 <column alignment="center" valignment="top" width="0pt">
18355 <row>
18356 <cell alignment="center" valignment="top" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 X
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 Y
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell alignment="center" valignment="top" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 Z
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 </row>
18384 <row>
18385 <cell alignment="center" valignment="top" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 1
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 2
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 3
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 </row>
18413 <row>
18414 <cell alignment="center" valignment="top" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 4
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 5
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 6
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 <row>
18443 <cell alignment="center" valignment="top" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 7
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 8
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 9
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 </row>
18471 </lyxtabular>
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Standard
18484 \begin_inset ERT
18485 status open
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491 rowcolors[
18492 \backslash
18493 hline]{1}{lightgray}{cyan}
18494 \end_layout
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502 \begin_inset Float table
18503 placement h
18504 wide false
18505 sideways false
18506 status open
18507
18508 \begin_layout Plain Layout
18509 \begin_inset Caption Standard
18510
18511 \begin_layout Plain Layout
18512
18513 \lang english
18514 \begin_inset CommandInset label
18515 LatexCommand label
18516 name "tab:Table-rowcolors-2"
18517
18518 \end_inset
18519
18520 Table where every second row is colored cyan and at which there is a line
18521  between each row.
18522 \end_layout
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Plain Layout
18530 \align center
18531 \begin_inset Tabular
18532 <lyxtabular version="3" rows="4" columns="3">
18533 <features rotate="0" tabularvalignment="middle">
18534 <column alignment="center" valignment="top">
18535 <column alignment="center" valignment="top">
18536 <column alignment="center" valignment="top" width="0pt">
18537 <row>
18538 <cell alignment="center" valignment="top" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 X
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 Y
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560 Z
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 </row>
18566 <row>
18567 <cell alignment="center" valignment="top" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 1
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 2
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 3
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="center" valignment="top" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 4
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 5
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 6
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 </row>
18624 <row>
18625 <cell alignment="center" valignment="top" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629 7
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638 8
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 9
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 </row>
18653 </lyxtabular>
18654
18655 \end_inset
18656
18657
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 \begin_inset ERT
18667 status collapsed
18668
18669 \begin_layout Plain Layout
18670
18671
18672 \backslash
18673 rowcolors{1}{}{}
18674 \end_layout
18675
18676 \end_inset
18677
18678
18679 \begin_inset Note Note
18680 status collapsed
18681
18682 \begin_layout Plain Layout
18683
18684 \lang english
18685 turns off the row coloring
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698
18699
18700 \backslash
18701 else
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \begin_inset Note Note
18708 status open
18709
18710 \begin_layout Plain Layout
18711 Ce qui suit sera affiché si le paquetage 
18712 \series bold
18713 colortbl
18714 \series default
18715  n'est pas installé :
18716 \end_layout
18717
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \begin_layout Standard
18724 Vous devez installer le paquetage 
18725 \series bold
18726 colortbl
18727 \series default
18728  pour voir le contenu des cette section dans la sortie imprimée.
18729 \end_layout
18730
18731 \begin_layout Standard
18732 \begin_inset ERT
18733 status collapsed
18734
18735 \begin_layout Plain Layout
18736
18737
18738 \backslash
18739 fi
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Subsection
18748 Les filets colorées
18749 \begin_inset Index idx
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753 Tableau Coloré ! Pour les filets
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \begin_inset Index idx
18760 status collapsed
18761
18762 \begin_layout Plain Layout
18763 Couleur ! Pour les filets des tableaux
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \begin_inset Note Note
18770 status collapsed
18771
18772 \begin_layout Plain Layout
18773 on parle de filets plutôt que de lignes pour les tableaux
18774 \end_layout
18775
18776 \end_inset
18777
18778
18779 \end_layout
18780
18781 \begin_layout Standard
18782 Comme c'est décrit dans la section
18783 \begin_inset space ~
18784 \end_inset
18785
18786
18787 \begin_inset CommandInset ref
18788 LatexCommand ref
18789 reference "sub:Epaisseur-filets"
18790
18791 \end_inset
18792
18793 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18794  variable 
18795 \series bold
18796
18797 \backslash
18798 arrayrulewidth
18799 \series default
18800 .
18801  Elle est mise à 1.5
18802 \begin_inset space \thinspace{}
18803 \end_inset
18804
18805 pt pour tous les tableaux de cette section.
18806 \begin_inset ERT
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810
18811
18812 \backslash
18813 setlength{
18814 \backslash
18815 arrayrulewidth}{1.5pt}
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 Pour colorer les filets verticaux, par exemple en vert, créez le format
18825  de colonne suivant dans le préambule du document, en suivant la description
18826  de la section
18827 \begin_inset space ~
18828 \end_inset
18829
18830
18831 \begin_inset CommandInset ref
18832 LatexCommand ref
18833 reference "sub:Formats-personnalisés"
18834
18835 \end_inset
18836
18837 :
18838 \end_layout
18839
18840 \begin_layout Standard
18841
18842 \series bold
18843
18844 \backslash
18845 newcolumntype{W}{!{
18846 \backslash
18847 color{green}
18848 \backslash
18849 vline}}
18850 \end_layout
18851
18852 \begin_layout Standard
18853 Pour le tableau
18854 \begin_inset space ~
18855 \end_inset
18856
18857
18858 \begin_inset CommandInset ref
18859 LatexCommand ref
18860 reference "tab:Tableau-filets-verticaux-colorés"
18861
18862 \end_inset
18863
18864  le paramètre LaTeX
18865 \series bold
18866  WcW
18867 \series default
18868  a été utilisé pour la dernière colonne et
18869 \series bold
18870  Wc
18871 \series default
18872  pour les autres colonnes.
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18877 \end_layout
18878
18879 \begin_layout Standard
18880 \begin_inset Float table
18881 placement h
18882 wide false
18883 sideways false
18884 status open
18885
18886 \begin_layout Plain Layout
18887 \begin_inset Caption Standard
18888
18889 \begin_layout Plain Layout
18890 \begin_inset CommandInset label
18891 LatexCommand label
18892 name "tab:Tableau-filets-verticaux-colorés"
18893
18894 \end_inset
18895
18896 Tableau avec filets verticaux colorés
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Plain Layout
18905 \align center
18906 \begin_inset Tabular
18907 <lyxtabular version="3" rows="3" columns="3">
18908 <features rotate="0" tabularvalignment="middle">
18909 <column alignment="center" valignment="top" special="Wc">
18910 <column alignment="center" valignment="top" special="Wc">
18911 <column alignment="center" valignment="top" special="WcW">
18912 <row>
18913 <cell alignment="center" valignment="top" topline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917 sd
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 <cell alignment="center" valignment="top" topline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" topline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 <cell alignment="center" valignment="top" topline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955 sd
18956 \end_layout
18957
18958 \end_inset
18959 </cell>
18960 <cell alignment="center" valignment="top" topline="true" usebox="none">
18961 \begin_inset Text
18962
18963 \begin_layout Plain Layout
18964
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 </row>
18970 <row>
18971 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 sd
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 </row>
18999 </lyxtabular>
19000
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Standard
19012 \begin_inset VSpace bigskip
19013 \end_inset
19014
19015 Pour colorer les filets horizontaux en rouge comme pour le tableau
19016 \begin_inset space ~
19017 \end_inset
19018
19019
19020 \begin_inset CommandInset ref
19021 LatexCommand ref
19022 reference "tab:Tableau-filet-horizontaux-colorés"
19023
19024 \end_inset
19025
19026 , insérez les commandes suivantes en code TeX juste avant le tableau ou
19027  le flottant de tableau :
19028 \end_layout
19029
19030 \begin_layout Standard
19031
19032 \series bold
19033
19034 \backslash
19035 let
19036 \backslash
19037 myHlineC
19038 \backslash
19039 hline
19040 \begin_inset Newline newline
19041 \end_inset
19042
19043
19044 \backslash
19045 renewcommand{
19046 \backslash
19047 hline}
19048 \begin_inset Newline newline
19049 \end_inset
19050
19051
19052 \begin_inset Phantom HPhantom
19053 status open
19054
19055 \begin_layout Plain Layout
19056
19057 \series bold
19058 \begin_inset space ~
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \end_inset
19065
19066 {
19067 \backslash
19068 arrayrulecolor{red}
19069 \backslash
19070 myHlineC
19071 \backslash
19072 arrayrulecolor{black}}
19073 \end_layout
19074
19075 \begin_layout Standard
19076 \begin_inset ERT
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080
19081
19082 \backslash
19083 let
19084 \backslash
19085 myHlineC
19086 \backslash
19087 hline
19088 \end_layout
19089
19090 \begin_layout Plain Layout
19091
19092
19093 \backslash
19094 renewcommand{
19095 \backslash
19096 hline}
19097 \end_layout
19098
19099 \begin_layout Plain Layout
19100
19101  {
19102 \backslash
19103 arrayrulecolor{red}
19104 \backslash
19105 myHlineC
19106 \backslash
19107 arrayrulecolor{black}}
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \begin_inset Float table
19114 placement h
19115 wide false
19116 sideways false
19117 status open
19118
19119 \begin_layout Plain Layout
19120 \begin_inset Caption Standard
19121
19122 \begin_layout Plain Layout
19123 \begin_inset CommandInset label
19124 LatexCommand label
19125 name "tab:Tableau-filet-horizontaux-colorés"
19126
19127 \end_inset
19128
19129 Tableau avec filets horizontaux colorés
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Plain Layout
19138 \align center
19139 \begin_inset Tabular
19140 <lyxtabular version="3" rows="3" columns="3">
19141 <features rotate="0" tabularvalignment="middle">
19142 <column alignment="center" valignment="top">
19143 <column alignment="center" valignment="top">
19144 <column alignment="center" valignment="top">
19145 <row>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 sd
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 </row>
19174 <row>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 sd
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 </row>
19203 <row>
19204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 sd
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 </row>
19232 </lyxtabular>
19233
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \end_layout
19243
19244 \begin_layout Standard
19245 Pour revenir à la couleur noire implicite, insérez la commande suivante
19246  en code TeX, juste après le tableau ou le flottant de tableau :
19247 \end_layout
19248
19249 \begin_layout Standard
19250
19251 \series bold
19252
19253 \backslash
19254 renewcommand{
19255 \backslash
19256 hline}{
19257 \backslash
19258 myHlineC}
19259 \end_layout
19260
19261 \begin_layout Standard
19262 Le tableau
19263 \begin_inset space ~
19264 \end_inset
19265
19266
19267 \begin_inset CommandInset ref
19268 LatexCommand ref
19269 reference "tab:Tableau-avec-filets-colorés"
19270
19271 \end_inset
19272
19273  est un exemple avec des filets horizontaux et verticaux colorés.
19274 \end_layout
19275
19276 \begin_layout Standard
19277 \begin_inset Float table
19278 placement h
19279 wide false
19280 sideways false
19281 status open
19282
19283 \begin_layout Plain Layout
19284 \begin_inset Caption Standard
19285
19286 \begin_layout Plain Layout
19287 \begin_inset CommandInset label
19288 LatexCommand label
19289 name "tab:Tableau-avec-filets-colorés"
19290
19291 \end_inset
19292
19293 Tableau avec filets horizontaux et verticaux colorés
19294 \end_layout
19295
19296 \end_inset
19297
19298
19299 \end_layout
19300
19301 \begin_layout Plain Layout
19302 \align center
19303 \begin_inset Tabular
19304 <lyxtabular version="3" rows="3" columns="3">
19305 <features rotate="0" tabularvalignment="middle">
19306 <column alignment="center" valignment="top" special="Wc">
19307 <column alignment="center" valignment="top" special="Wc">
19308 <column alignment="center" valignment="top" special="WcW">
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 sd
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323
19324 \end_layout
19325
19326 \end_inset
19327 </cell>
19328 <cell alignment="center" valignment="top" topline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" topline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 sd
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row topspace="default">
19368 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 sd
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 </row>
19396 </lyxtabular>
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Standard
19409 \begin_inset ERT
19410 status collapsed
19411
19412 \begin_layout Plain Layout
19413
19414
19415 \backslash
19416 renewcommand{
19417 \backslash
19418 hline}{
19419 \backslash
19420 myHlineC}
19421 \end_layout
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \begin_layout Standard
19429 \begin_inset ERT
19430 status collapsed
19431
19432 \begin_layout Plain Layout
19433
19434
19435 \backslash
19436 setlength{
19437 \backslash
19438 arrayrulewidth}{0.4pt}
19439 \end_layout
19440
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \begin_layout Section
19447
19448 \lang english
19449 Rotated Table Cells
19450 \lang french
19451
19452 \begin_inset CommandInset label
19453 LatexCommand label
19454 name "sec:Rotated-Table-Cells"
19455
19456 \end_inset
19457
19458
19459 \begin_inset Index idx
19460 status open
19461
19462 \begin_layout Plain Layout
19463 Tableau ! 
19464 \lang english
19465 Rotated Cells
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \begin_inset Index idx
19472 status collapsed
19473
19474 \begin_layout Plain Layout
19475 Pivoter des objets
19476 \end_layout
19477
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \begin_layout Standard
19484
19485 \lang english
19486 \begin_inset Note Greyedout
19487 status open
19488
19489 \begin_layout Plain Layout
19490
19491 \series bold
19492 \lang english
19493 Note:
19494 \series default
19495  Not all DVI-viewers are able to display rotations.
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504
19505 \lang english
19506 Currently LyX only offers to rotate table cells by 90
19507 \begin_inset space \thinspace{}
19508 \end_inset
19509
19510 ° counter-clockwise.
19511  To rotate cells by an angle of your choice, you have to add this to the
19512  document preamble:
19513 \end_layout
19514
19515 \begin_layout Standard
19516
19517 \series bold
19518
19519 \backslash
19520 @ifundefined{turnbox}{
19521 \backslash
19522 usepackage{rotating}}{}
19523 \end_layout
19524
19525 \begin_layout Standard
19526
19527 \lang english
19528 In the table cell that should be rotated, add at the beginning this command
19529  as TeX-code:
19530 \end_layout
19531
19532 \begin_layout Standard
19533
19534 \series bold
19535
19536 \backslash
19537 begin{turn}{angle}
19538 \end_layout
19539
19540 \begin_layout Standard
19541
19542 \lang english
19543 where angle is the rotation angle in °.
19544  At the end of the cell the command
19545 \end_layout
19546
19547 \begin_layout Standard
19548
19549 \series bold
19550
19551 \backslash
19552 end{turn}
19553 \end_layout
19554
19555 \begin_layout Standard
19556
19557 \lang english
19558 is inserted as TeX-code.
19559 \end_layout
19560
19561 \begin_layout Standard
19562
19563 \lang english
19564 Table
19565 \begin_inset space ~
19566 \end_inset
19567
19568
19569 \begin_inset CommandInset ref
19570 LatexCommand ref
19571 reference "tab:Table-with-rotated-multi"
19572
19573 \end_inset
19574
19575  is an example where 3
19576 \begin_inset space ~
19577 \end_inset
19578
19579 cells were rotated by 45
19580 \begin_inset space \thinspace{}
19581 \end_inset
19582
19583 °.
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \lang english
19589 \begin_inset Float table
19590 placement h
19591 wide false
19592 sideways false
19593 status open
19594
19595 \begin_layout Plain Layout
19596
19597 \lang english
19598 \begin_inset Caption Standard
19599
19600 \begin_layout Plain Layout
19601
19602 \lang english
19603 \begin_inset CommandInset label
19604 LatexCommand label
19605 name "tab:Table-with-rotated"
19606
19607 \end_inset
19608
19609 Table with rotated cells in the first row.
19610 \end_layout
19611
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \begin_layout Plain Layout
19618 \noindent
19619 \align center
19620
19621 \lang english
19622 \begin_inset Tabular
19623 <lyxtabular version="3" rows="2" columns="3">
19624 <features rotate="0" tabularvalignment="middle">
19625 <column alignment="center" valignment="top">
19626 <column alignment="center" valignment="top" width="0pt">
19627 <column alignment="center" valignment="top">
19628 <row>
19629 <cell alignment="center" valignment="top" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633
19634 \lang english
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Plain Layout
19639
19640
19641 \backslash
19642 begin{turn}{45}
19643 \end_layout
19644
19645 \end_inset
19646
19647 cups
19648 \begin_inset ERT
19649 status collapsed
19650
19651 \begin_layout Plain Layout
19652
19653
19654 \backslash
19655 end{turn}
19656 \end_layout
19657
19658 \end_inset
19659
19660
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669
19670 \lang english
19671 \begin_inset ERT
19672 status collapsed
19673
19674 \begin_layout Plain Layout
19675
19676
19677 \backslash
19678 begin{turn}{45}
19679 \end_layout
19680
19681 \end_inset
19682
19683 plates
19684 \begin_inset ERT
19685 status collapsed
19686
19687 \begin_layout Plain Layout
19688
19689
19690 \backslash
19691 end{turn}
19692 \end_layout
19693
19694 \end_inset
19695
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \lang english
19707 \begin_inset ERT
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711
19712
19713 \backslash
19714 begin{turn}{45}
19715 \end_layout
19716
19717 \end_inset
19718
19719 saucers
19720 \begin_inset ERT
19721 status collapsed
19722
19723 \begin_layout Plain Layout
19724
19725
19726 \backslash
19727 end{turn}
19728 \end_layout
19729
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 </row>
19738 <row>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \lang english
19745 45
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \lang english
19756 33
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765
19766 \lang english
19767 21
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 </lyxtabular>
19774
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \begin_layout Standard
19786
19787 \lang english
19788 \begin_inset Note Greyedout
19789 status open
19790
19791 \begin_layout Plain Layout
19792
19793 \series bold
19794 \lang english
19795 Note:
19796 \series default
19797  Line breaks (shortcut 
19798 \begin_inset Info
19799 type  "shortcut"
19800 arg   "newline-insert newline"
19801 \end_inset
19802
19803 ) are not allowed in rotated cells.
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812
19813 \lang english
19814 If you want to rotate table cells containing line breaks, you have to put
19815  the cell content into a minipage or a parbox.
19816 \begin_inset Foot
19817 status collapsed
19818
19819 \begin_layout Plain Layout
19820
19821 \lang english
19822 For more about these boxes
19823 \lang french
19824  voir la section
19825 \begin_inset space ~
19826 \end_inset
19827
19828
19829 \begin_inset CommandInset ref
19830 LatexCommand ref
19831 reference "sec:Minipages"
19832
19833 \end_inset
19834
19835  et 
19836 \begin_inset CommandInset ref
19837 LatexCommand ref
19838 reference "sec:Parboxes"
19839
19840 \end_inset
19841
19842 .
19843 \end_layout
19844
19845 \end_inset
19846
19847  If you rotate this cell by 90
19848 \begin_inset space \thinspace{}
19849 \end_inset
19850
19851 ° the width of the box is the height of the cell.
19852  Table
19853 \begin_inset space ~
19854 \end_inset
19855
19856
19857 \begin_inset CommandInset ref
19858 LatexCommand ref
19859 reference "tab:Table-with-rotated-multi"
19860
19861 \end_inset
19862
19863  is an example for a rotated multiline cell where the box width was set
19864  to 3
19865 \begin_inset space \thinspace{}
19866 \end_inset
19867
19868 cm.
19869 \end_layout
19870
19871 \begin_layout Standard
19872
19873 \lang english
19874 \begin_inset Float table
19875 placement h
19876 wide false
19877 sideways false
19878 status open
19879
19880 \begin_layout Plain Layout
19881
19882 \lang english
19883 \begin_inset Caption Standard
19884
19885 \begin_layout Plain Layout
19886
19887 \lang english
19888 \begin_inset CommandInset label
19889 LatexCommand label
19890 name "tab:Table-with-rotated-multi"
19891
19892 \end_inset
19893
19894 Table with rotated multiline cell.
19895 \end_layout
19896
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \begin_layout Plain Layout
19903 \noindent
19904 \align center
19905
19906 \lang english
19907 \begin_inset Tabular
19908 <lyxtabular version="3" rows="2" columns="3">
19909 <features rotate="0" tabularvalignment="middle">
19910 <column alignment="center" valignment="top">
19911 <column alignment="center" valignment="top" width="0pt">
19912 <column alignment="center" valignment="top">
19913 <row>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \lang english
19920 a
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929
19930 \lang english
19931 \begin_inset Box Frameless
19932 position "t"
19933 hor_pos "c"
19934 has_inner_box 1
19935 inner_pos "t"
19936 use_parbox 0
19937 use_makebox 0
19938 width "3cm"
19939 special "none"
19940 height "1in"
19941 height_special "totalheight"
19942 status open
19943
19944 \begin_layout Plain Layout
19945
19946 \lang english
19947 rotated cell
19948 \begin_inset Newline newline
19949 \end_inset
19950
19951 with line break
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965
19966 \lang english
19967 e
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \lang english
19980 b
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \lang english
19991 c
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000
20001 \lang english
20002 d
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 </lyxtabular>
20009
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \begin_layout Section
20021
20022 \lang english
20023 Table Width Calculation
20024 \begin_inset CommandInset label
20025 LatexCommand label
20026 name "sec:Table-Width-Calculation"
20027
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \begin_layout Standard
20034
20035 \lang english
20036 For wide tables it is sometimes difficult to assure that the table does
20037  not protrude over the page margin.
20038  Setting a fixed width for every column of the table is the solution, but
20039  what amount of space is needed for each column?
20040 \end_layout
20041
20042 \begin_layout Standard
20043
20044 \lang english
20045 The table width 
20046 \begin_inset Formula $W_{\mathrm{table}}$
20047 \end_inset
20048
20049  can be calculated: Every column has the width of the specified column width
20050  
20051 \begin_inset Formula $W_{\mathrm{column}}$
20052 \end_inset
20053
20054  (that the content of the column can consume) plus two times the separation
20055  between the column content and the column border (LaTeX length
20056 \series bold
20057  
20058 \backslash
20059 tabcolsep
20060 \series default
20061 , default 6
20062 \begin_inset space \thinspace{}
20063 \end_inset
20064
20065 pt) plus the width of a border line (LaTeX length 
20066 \series bold
20067
20068 \backslash
20069 arrayrulewidth
20070 \series default
20071 , default 0.4
20072 \begin_inset space \thinspace{}
20073 \end_inset
20074
20075 pt): So if all 
20076 \begin_inset Formula $n$
20077 \end_inset
20078
20079
20080 \begin_inset space ~
20081 \end_inset
20082
20083 columns have the same width, the table width is
20084 \lang french
20085
20086 \begin_inset Formula 
20087 \begin{equation}
20088 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20089 \end{equation}
20090
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \begin_layout Standard
20097
20098 \lang english
20099 The available width for a table is the space between the page margins or
20100  the width of a text column (for a two-column document) (LaTeX length 
20101 \series bold
20102
20103 \backslash
20104 columnwidth
20105 \series default
20106 ).
20107  If all table columns should have the same width and 
20108 \begin_inset Formula $W_{\mathrm{table}}$
20109 \end_inset
20110
20111  should be 1
20112 \begin_inset space \thinspace{}
20113 \end_inset
20114
20115
20116 \backslash
20117 columnwidth, 
20118 \begin_inset Formula $W_{\mathrm{column}}$
20119 \end_inset
20120
20121  can easily be calculated.
20122 \end_layout
20123
20124 \begin_layout Standard
20125
20126 \lang english
20127 To be able to perform calculations you need to load the LaTeX-package 
20128 \series bold
20129 calc
20130 \series default
20131 \lang french
20132
20133 \begin_inset Index idx
20134 status collapsed
20135
20136 \begin_layout Plain Layout
20137 Paquetages LaTeX ! calc
20138 \end_layout
20139
20140 \end_inset
20141
20142
20143 \lang english
20144  in the document preamble.
20145  To set the width in the table dialog you have to use the field 
20146 \family sans
20147 LaTeX argument
20148 \family default
20149 .
20150  The command scheme for this field is the same that is explained in section
20151 \begin_inset space ~
20152 \end_inset
20153
20154
20155 \lang french
20156
20157 \begin_inset CommandInset ref
20158 LatexCommand ref
20159 reference "sub:Calculs-multicolonnes"
20160
20161 \end_inset
20162
20163
20164 \lang english
20165 .
20166  For a table with 5
20167 \begin_inset space \thinspace{}
20168 \end_inset
20169
20170 columns with an uniform width and centered text, enter there for each column
20171  the command
20172 \end_layout
20173
20174 \begin_layout Standard
20175
20176 \series bold
20177 >{
20178 \backslash
20179 centering}p{(1
20180 \backslash
20181 columnwidth-62.4pt)/5}
20182 \end_layout
20183
20184 \begin_layout Standard
20185
20186 \lang english
20187 For a table with 5
20188 \begin_inset space \thinspace{}
20189 \end_inset
20190
20191 columns where 2 should have 0.75
20192 \begin_inset space ~
20193 \end_inset
20194
20195 times the width than the 3 others, the calculation is
20196 \end_layout
20197
20198 \begin_layout Standard
20199 \begin_inset Formula 
20200 \begin{align}
20201 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20202  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20203  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
20204 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20205 \end{align}
20206
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \begin_layout Standard
20213
20214 \lang english
20215 In the table therefore the command
20216 \end_layout
20217
20218 \begin_layout Standard
20219
20220 \series bold
20221 >{
20222 \backslash
20223 centering}p{(1
20224 \backslash
20225 columnwidth-62.4pt)/
20226 \backslash
20227 real{4.5}}
20228 \end_layout
20229
20230 \begin_layout Standard
20231
20232 \lang english
20233 is used for the wider columns and
20234 \end_layout
20235
20236 \begin_layout Standard
20237
20238 \series bold
20239 >{
20240 \backslash
20241 centering}p{(1
20242 \backslash
20243 columnwidth-62.4pt)/
20244 \backslash
20245 real{4.5}*
20246 \backslash
20247 real{0.75}}
20248 \end_layout
20249
20250 \begin_layout Standard
20251
20252 \lang english
20253 for the smaller ones:
20254 \end_layout
20255
20256 \begin_layout Standard
20257 \begin_inset Tabular
20258 <lyxtabular version="3" rows="2" columns="5">
20259 <features rotate="0" tabularvalignment="middle">
20260 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20261 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20262 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20263 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20264 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 1
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 2
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 3
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 4
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 5
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 </row>
20312 <row>
20313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 111111 1111111 111111 111111111 11111 11111 1111
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 2222 22222 222222 222222222 2222222 22 22222
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 333333 333333 333333 33333 3333333 333
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 </row>
20359 </lyxtabular>
20360
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \begin_layout Section
20367 Personnalisation des tableaux
20368 \begin_inset Index idx
20369 status collapsed
20370
20371 \begin_layout Plain Layout
20372 Tableau ! Personnalisation
20373 \end_layout
20374
20375 \end_inset
20376
20377
20378 \begin_inset Index idx
20379 status collapsed
20380
20381 \begin_layout Plain Layout
20382 Personnalisation des tableaux
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \begin_layout Subsection
20391 Espacement des lignes
20392 \begin_inset CommandInset label
20393 LatexCommand label
20394 name "sub:Espacement-lignes"
20395
20396 \end_inset
20397
20398
20399 \begin_inset Index idx
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403 Personnalisation des tableaux ! Espacement des lignes
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20413  l'onglet 
20414 \family sans
20415 Bordures
20416 \family default
20417  de la fenêtre de dialogue 
20418 \family sans
20419 Paramètres
20420 \begin_inset space ~
20421 \end_inset
20422
20423 du
20424 \begin_inset space ~
20425 \end_inset
20426
20427 tableau
20428 \family default
20429 .
20430  Vous y trouverez trois possibilités :
20431 \end_layout
20432
20433 \begin_layout Description
20434 Haut
20435 \begin_inset space ~
20436 \end_inset
20437
20438 de
20439 \begin_inset space ~
20440 \end_inset
20441
20442 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20443  Si le tableau est un tableau formel
20444 \begin_inset Foot
20445 status collapsed
20446
20447 \begin_layout Plain Layout
20448 Les tableaux formels sont décrits dans la section
20449 \begin_inset space ~
20450 \end_inset
20451
20452
20453 \begin_inset CommandInset ref
20454 LatexCommand ref
20455 reference "sec:Tableaux-Formels"
20456
20457 \end_inset
20458
20459 .
20460 \end_layout
20461
20462 \end_inset
20463
20464  LyX va insérer implicitement un espace de 0.5
20465 \begin_inset space \thinspace{}
20466 \end_inset
20467
20468 em.
20469  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20470  les filets verticaux comme dans le tableau suivant :
20471 \begin_inset VSpace medskip
20472 \end_inset
20473
20474
20475 \begin_inset Newline newline
20476 \end_inset
20477
20478
20479 \begin_inset space \hspace*{}
20480 \length 0pt
20481 \end_inset
20482
20483
20484 \begin_inset space \hfill{}
20485 \end_inset
20486
20487
20488 \begin_inset Tabular
20489 <lyxtabular version="3" rows="3" columns="1">
20490 <features rotate="0" tabularvalignment="middle">
20491 <column alignment="center" valignment="top">
20492 <row>
20493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497 A
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 </row>
20503 <row topspace="3mm">
20504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 espace de 3
20509 \begin_inset space \thinspace{}
20510 \end_inset
20511
20512 mm en haut de la ligne
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 C
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 </lyxtabular>
20530
20531 \end_inset
20532
20533
20534 \begin_inset space \hfill{}
20535 \end_inset
20536
20537
20538 \begin_inset space \hspace*{}
20539 \length 0pt
20540 \end_inset
20541
20542
20543 \begin_inset VSpace medskip
20544 \end_inset
20545
20546
20547 \begin_inset Newline newline
20548 \end_inset
20549
20550 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20551  pas de filets verticaux.
20552 \end_layout
20553
20554 \begin_layout Description
20555 Bas
20556 \begin_inset space ~
20557 \end_inset
20558
20559 de
20560 \begin_inset space ~
20561 \end_inset
20562
20563 ligne va ajouter de l'espace sous les caractères de la ligne.
20564  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20565  de 0.5
20566 \begin_inset space \thinspace{}
20567 \end_inset
20568
20569 em, pour les tableaux normaux, l'espace implicite est de 2
20570 \begin_inset space \thinspace{}
20571 \end_inset
20572
20573 pt.
20574 \end_layout
20575
20576 \begin_layout Description
20577 Entre
20578 \begin_inset space ~
20579 \end_inset
20580
20581 les
20582 \begin_inset space ~
20583 \end_inset
20584
20585 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20586  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20587  de 0.5
20588 \begin_inset space \thinspace{}
20589 \end_inset
20590
20591 em.
20592  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20593  les filets verticaux comme dans le tableau suivant :
20594 \begin_inset VSpace medskip
20595 \end_inset
20596
20597
20598 \begin_inset Newline newline
20599 \end_inset
20600
20601
20602 \begin_inset space \hspace*{}
20603 \length 0pt
20604 \end_inset
20605
20606
20607 \begin_inset space \hfill{}
20608 \end_inset
20609
20610
20611 \begin_inset Tabular
20612 <lyxtabular version="3" rows="3" columns="1">
20613 <features rotate="0" tabularvalignment="middle">
20614 <column alignment="center" valignment="top">
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 A
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row interlinespace="3mm">
20627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 \begin_inset Formula $\downarrow$
20632 \end_inset
20633
20634  espace de 3
20635 \begin_inset space \thinspace{}
20636 \end_inset
20637
20638 mm entre les lignes 
20639 \begin_inset Formula $\downarrow$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653 \begin_inset Formula $\uparrow$
20654 \end_inset
20655
20656  espace de 3
20657 \begin_inset space \thinspace{}
20658 \end_inset
20659
20660 mm entre les lignes 
20661 \begin_inset Formula $\uparrow$
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 </row>
20670 </lyxtabular>
20671
20672 \end_inset
20673
20674
20675 \begin_inset space \hfill{}
20676 \end_inset
20677
20678
20679 \begin_inset space \hspace*{}
20680 \length 0pt
20681 \end_inset
20682
20683
20684 \begin_inset VSpace medskip
20685 \end_inset
20686
20687
20688 \begin_inset Newline newline
20689 \end_inset
20690
20691 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20692  pas de filets verticaux.
20693 \end_layout
20694
20695 \begin_layout Standard
20696 \begin_inset VSpace bigskip
20697 \end_inset
20698
20699 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20700  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20701  dans le préambule :
20702 \end_layout
20703
20704 \begin_layout Standard
20705
20706 \series bold
20707
20708 \backslash
20709 @ifundefined{extrarowheight}
20710 \begin_inset Newline newline
20711 \end_inset
20712
20713
20714 \begin_inset Phantom HPhantom
20715 status open
20716
20717 \begin_layout Plain Layout
20718
20719 \series bold
20720 \begin_inset space ~
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727
20728 {
20729 \backslash
20730 usepackage{array}}{}
20731 \begin_inset Newline newline
20732 \end_inset
20733
20734
20735 \backslash
20736 setlength{
20737 \backslash
20738 extrarowheight}{height}
20739 \end_layout
20740
20741 \begin_layout Standard
20742 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20743  plus exactement centré verticalement.
20744  (le paquetage 
20745 \series bold
20746 array 
20747 \series default
20748 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
20749  auto-définis.
20750  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20751  
20752 \series bold
20753
20754 \backslash
20755 @ifundefined
20756 \series default
20757  dans la commande précédente.)
20758 \end_layout
20759
20760 \begin_layout Standard
20761 Si vous utilisez des polices de taille plus grande que la taille normale,
20762  les bordures des tableaux sont souvent trop proches du texte.
20763  On peut corriger ce problème en insérant la commande 
20764 \series bold
20765
20766 \begin_inset space \space{}
20767 \end_inset
20768
20769
20770 \backslash
20771 strut
20772 \series default
20773  en code TeX au debut d'une ligne du tableau.
20774  Le tableau
20775 \begin_inset space ~
20776 \end_inset
20777
20778
20779 \begin_inset CommandInset ref
20780 LatexCommand ref
20781 reference "tab:Alignement-vertical"
20782
20783 \end_inset
20784
20785  montre l'effet de cette commande.
20786 \end_layout
20787
20788 \begin_layout Standard
20789 \noindent
20790 \begin_inset Float table
20791 placement h
20792 wide false
20793 sideways false
20794 status open
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Caption Standard
20798
20799 \begin_layout Plain Layout
20800 \begin_inset CommandInset label
20801 LatexCommand label
20802 name "tab:Alignement-vertical"
20803
20804 \end_inset
20805
20806 Alignement vertical d'un texte avec une police de grande taille.
20807 \end_layout
20808
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \begin_layout Plain Layout
20815 \begin_inset space \hfill{}
20816 \end_inset
20817
20818
20819 \begin_inset Float table
20820 wide false
20821 sideways false
20822 status collapsed
20823
20824 \begin_layout Plain Layout
20825 \begin_inset Caption Standard
20826
20827 \begin_layout Plain Layout
20828 Tableau normal.
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Plain Layout
20837 \noindent
20838 \align center
20839 \begin_inset Tabular
20840 <lyxtabular version="3" rows="6" columns="1">
20841 <features rotate="0" tabularvalignment="middle">
20842 <column alignment="left" valignment="top">
20843 <row>
20844 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 Normal, g
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \size large
20861 Large
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 </row>
20867 <row>
20868 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Plain Layout
20872
20873 \size larger
20874 Larger
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \size largest
20887 Largest
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \size huge
20900 Huge
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 </row>
20906 <row>
20907 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911
20912 \size huge
20913 Huger
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 </row>
20919 </lyxtabular>
20920
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \begin_inset space \hfill{}
20930 \end_inset
20931
20932
20933 \begin_inset Float table
20934 wide false
20935 sideways false
20936 status collapsed
20937
20938 \begin_layout Plain Layout
20939 \begin_inset Caption Standard
20940
20941 \begin_layout Plain Layout
20942 Tableau utilisant la commande 
20943 \series bold
20944
20945 \backslash
20946 strut
20947 \series default
20948 .
20949 \end_layout
20950
20951 \end_inset
20952
20953
20954 \end_layout
20955
20956 \begin_layout Plain Layout
20957 \noindent
20958 \align center
20959 \begin_inset Tabular
20960 <lyxtabular version="3" rows="6" columns="1">
20961 <features rotate="0" tabularvalignment="middle">
20962 <column alignment="left" valignment="top">
20963 <row>
20964 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 Normal, g
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 <row>
20975 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979
20980 \size large
20981 \begin_inset ERT
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985
20986
20987 \backslash
20988 strut 
20989 \end_layout
20990
20991 \end_inset
20992
20993 Large
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004
21005 \size larger
21006 \begin_inset ERT
21007 status collapsed
21008
21009 \begin_layout Plain Layout
21010
21011
21012 \backslash
21013 strut 
21014 \end_layout
21015
21016 \end_inset
21017
21018 Larger
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 </row>
21024 <row>
21025 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029
21030 \size largest
21031 \begin_inset ERT
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035
21036
21037 \backslash
21038 strut 
21039 \end_layout
21040
21041 \end_inset
21042
21043 Largest
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \size huge
21056 \begin_inset ERT
21057 status collapsed
21058
21059 \begin_layout Plain Layout
21060
21061
21062 \backslash
21063 strut 
21064 \end_layout
21065
21066 \end_inset
21067
21068 Huge
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \size giant
21081 \begin_inset ERT
21082 status collapsed
21083
21084 \begin_layout Plain Layout
21085
21086
21087 \backslash
21088 strut 
21089 \end_layout
21090
21091 \end_inset
21092
21093
21094 \size huge
21095 Huger
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 </lyxtabular>
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109
21110
21111 \begin_inset space \hfill{}
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \begin_layout Standard
21123 \begin_inset Newpage newpage
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \begin_layout Subsection
21130 Alignements de cellules spéciaux
21131 \begin_inset CommandInset label
21132 LatexCommand label
21133 name "sub:Alignements-de-cellules"
21134
21135 \end_inset
21136
21137
21138 \begin_inset Index idx
21139 status collapsed
21140
21141 \begin_layout Plain Layout
21142 Personnalisation des tableaux ! Alignement de cellules spéciaux
21143 \end_layout
21144
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \begin_layout Standard
21151 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
21152  cellules sur un caractère donné, par exemple le séparateur décimal comme
21153  dans le tableau
21154 \begin_inset space ~
21155 \end_inset
21156
21157
21158 \begin_inset CommandInset ref
21159 LatexCommand ref
21160 reference "tab:Tableau-centré-sur-séparateur-1"
21161
21162 \end_inset
21163
21164 .
21165  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
21166  soit en appuyant sur le bouton 
21167 \begin_inset Info
21168 type  "icon"
21169 arg   "inset-modify tabular align-decimal"
21170 \end_inset
21171
21172  de la barre d'outils ou en modifiant le paramètre 
21173 \family sans
21174 Alignement horizontal
21175 \family default
21176  à 
21177 \family sans
21178 Au séparateur décimal
21179 \family default
21180 .
21181  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
21182  dans les paramètres du tableau.
21183 \end_layout
21184
21185 \begin_layout Standard
21186 \begin_inset Float table
21187 placement h
21188 wide false
21189 sideways false
21190 status open
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Caption Standard
21194
21195 \begin_layout Plain Layout
21196 \begin_inset CommandInset label
21197 LatexCommand label
21198 name "tab:Tableau-centré-sur-séparateur-1"
21199
21200 \end_inset
21201
21202 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
21203 \end_layout
21204
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \begin_layout Plain Layout
21211 \align center
21212 \begin_inset Tabular
21213 <lyxtabular version="3" rows="4" columns="1">
21214 <features rotate="0" booktabs="true" tabularvalignment="middle">
21215 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21216 <row>
21217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 en-tête
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" topline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232 12,6
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 <row>
21239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 0,68
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 -123,0
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 </lyxtabular>
21261
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \begin_layout Standard
21273 \begin_inset Float table
21274 placement h
21275 wide false
21276 sideways false
21277 status open
21278
21279 \begin_layout Plain Layout
21280 \begin_inset Caption Standard
21281
21282 \begin_layout Plain Layout
21283 \begin_inset CommandInset label
21284 LatexCommand label
21285 name "tab:Tableau-centré-sur-séparateur-2"
21286
21287 \end_inset
21288
21289 Les cellules d'une colonnes sont centrées sur les opérateurs.
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \begin_layout Plain Layout
21298 \align center
21299 \begin_inset Tabular
21300 <lyxtabular version="3" rows="4" columns="2">
21301 <features rotate="0" booktabs="true" tabularvalignment="middle">
21302 <column alignment="right" valignment="top" width="0pt">
21303 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21304 <row>
21305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 en-tête
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 </row>
21324 <row>
21325 <cell alignment="center" valignment="top" usebox="none">
21326 \begin_inset Text
21327
21328 \begin_layout Plain Layout
21329 \begin_inset Formula $12\,+$
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341 \begin_inset Formula $\,6$
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 </row>
21350 <row>
21351 <cell alignment="center" valignment="top" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $0\,-$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\,68$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 <row>
21377 <cell alignment="center" valignment="top" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Formula $-123\,/$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\,0$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 </lyxtabular>
21403
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \begin_layout Standard
21415 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21416  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21417  formules.
21418  Dans ce cas on doit utiliser la méthode du tableau
21419 \begin_inset space ~
21420 \end_inset
21421
21422
21423 \begin_inset CommandInset ref
21424 LatexCommand ref
21425 reference "tab:Tableau-centré-sur-séparateur-2"
21426
21427 \end_inset
21428
21429 .
21430  Ce tableau a été créé comme un tableau 4×2.
21431  L'en-tête est une cellule multi-colonne centrée.
21432  La première colonne est alignée à droite et contient la première partie
21433  et inclue l'opérateur.
21434  La seconde colonne contient le reste de la cellule aligné à gauche.
21435  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21436  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21437  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21438  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
21439  :
21440 \end_layout
21441
21442 \begin_layout Standard
21443
21444 \series bold
21445 @{}l
21446 \end_layout
21447
21448 \begin_layout Standard
21449 Le tableau
21450 \begin_inset space ~
21451 \end_inset
21452
21453
21454 \begin_inset CommandInset ref
21455 LatexCommand ref
21456 reference "tab:Plusieurs-exemples-alignements"
21457
21458 \end_inset
21459
21460  montre quelques exemples d'alignements.
21461  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21462  comme pour la deuxième colonne du tableau
21463 \begin_inset space ~
21464 \end_inset
21465
21466
21467 \begin_inset CommandInset ref
21468 LatexCommand ref
21469 reference "tab:Tableau-centré-sur-séparateur-2"
21470
21471 \end_inset
21472
21473 .
21474 \end_layout
21475
21476 \begin_layout Standard
21477 \begin_inset Float table
21478 wide false
21479 sideways false
21480 status open
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Caption Standard
21484
21485 \begin_layout Plain Layout
21486 \begin_inset CommandInset label
21487 LatexCommand label
21488 name "tab:Plusieurs-exemples-alignements"
21489
21490 \end_inset
21491
21492 Plusieurs exemples d'alignement de cellules.
21493 \end_layout
21494
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \begin_layout Plain Layout
21501 \align center
21502 \begin_inset Tabular
21503 <lyxtabular version="3" rows="4" columns="6">
21504 <features rotate="0" tabularvalignment="middle">
21505 <column alignment="right" valignment="top">
21506 <column alignment="left" valignment="top" special="@{}l">
21507 <column alignment="right" valignment="top">
21508 <column alignment="left" valignment="top" special="@{}l">
21509 <column alignment="right" valignment="top">
21510 <column alignment="left" valignment="top" special="@{}l">
21511 <row>
21512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 unités
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 exposants
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 relations
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 12×
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 24
21582 \begin_inset space \thinspace{}
21583 \end_inset
21584
21585 bouteilles
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 <cell alignment="center" valignment="top" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594 \begin_inset Formula $10\cdot$
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Formula $10^{\mbox{-}17}$
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\Gamma(t)\propto$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\:\Upsilon(t)$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 1024×
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 768
21654 \begin_inset space \thinspace{}
21655 \end_inset
21656
21657 Pixels
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $5.78\cdot$
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $10^{7}$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Formula $A\ne$
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\: B_{\mathrm{red}}$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 <row>
21712 <cell alignment="center" valignment="top" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 32×
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 6
21726 \begin_inset space \thinspace{}
21727 \end_inset
21728
21729 cm
21730 \end_layout
21731
21732 \end_inset
21733 </cell>
21734 <cell alignment="center" valignment="top" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738 -
21739 \begin_inset Formula $33.5\cdot$
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $10^{4}$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 \begin_inset Formula $\sin(\alpha)\ge$
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 \begin_inset Formula $\:\sin(\beta)$
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 </row>
21784 </lyxtabular>
21785
21786 \end_inset
21787
21788
21789 \end_layout
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \begin_layout Subsection
21797 Formats de cellule et de colonne personnalisés
21798 \begin_inset CommandInset label
21799 LatexCommand label
21800 name "sub:Formats-personnalisés"
21801
21802 \end_inset
21803
21804
21805 \begin_inset Index idx
21806 status collapsed
21807
21808 \begin_layout Plain Layout
21809 Personnalisation des tableaux !  Format de cellule/colonne
21810 \end_layout
21811
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Standard
21818 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21819 \begin_inset space ~
21820 \end_inset
21821
21822
21823 \begin_inset CommandInset ref
21824 LatexCommand ref
21825 reference "sec:Table-Width-Calculation"
21826
21827 \end_inset
21828
21829  et pour des colonnes couvertes par un cellule multi-colonne comme dans
21830  la section
21831 \begin_inset space ~
21832 \end_inset
21833
21834
21835 \begin_inset CommandInset ref
21836 LatexCommand ref
21837 reference "sub:Calculs-multicolonnes"
21838
21839 \end_inset
21840
21841  peut devenir très pénible si vous avez plusieurs tableaux.
21842  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21843  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21844  du document.
21845  Le format est défini avec la commande
21846 \end_layout
21847
21848 \begin_layout Standard
21849
21850 \series bold
21851
21852 \backslash
21853 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21854 \end_layout
21855
21856 \begin_layout Standard
21857 Le nom du format peut n'avoir qu'une lettre.
21858  Les lettres 
21859 \emph on
21860 b
21861 \emph default
21862
21863 \emph on
21864 c
21865 \emph default
21866
21867 \emph on
21868 l
21869 \emph default
21870
21871 \emph on
21872 m
21873 \emph default
21874
21875 \emph on
21876 p
21877 \emph default
21878  et 
21879 \emph on
21880 r
21881 \emph default
21882  sont prédéfinies et donc ne peuvent être utilisées.
21883  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21884 \end_layout
21885
21886 \begin_layout Standard
21887 \begin_inset VSpace medskip
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \begin_layout Standard
21894 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21895  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21896  :
21897 \end_layout
21898
21899 \begin_layout Standard
21900
21901 \series bold
21902
21903 \backslash
21904 newcolumntype{M}[1]{>{
21905 \backslash
21906 centering
21907 \backslash
21908 hspace{0pt}}m{#1}}
21909 \end_layout
21910
21911 \begin_layout Standard
21912 Où le 
21913 \series bold
21914
21915 \backslash
21916 hspace{0pt}
21917 \series default
21918  évite le problème de césure du premier mot, comme c'est décrit en section
21919 \begin_inset space ~
21920 \end_inset
21921
21922
21923 \begin_inset CommandInset ref
21924 LatexCommand ref
21925 reference "sub:Lignes-multiple-dans-cellule"
21926
21927 \end_inset
21928
21929 .
21930  Ensuite, vous pouvez entrer
21931 \end_layout
21932
21933 \begin_layout Standard
21934
21935 \series bold
21936 M{width}
21937 \end_layout
21938
21939 \begin_layout Standard
21940 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
21941  une multi-colonne.
21942 \end_layout
21943
21944 \begin_layout Standard
21945 \begin_inset VSpace bigskip
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \begin_layout Standard
21952 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
21953  pouvez définir le format
21954 \end_layout
21955
21956 \begin_layout Standard
21957
21958 \series bold
21959
21960 \backslash
21961 newcolumntype{S}[2]{>{
21962 \backslash
21963 centering
21964 \backslash
21965 hspace{0pt}}
21966 \begin_inset Newline newline
21967 \end_inset
21968
21969
21970 \begin_inset Phantom HPhantom
21971 status open
21972
21973 \begin_layout Plain Layout
21974
21975 \series bold
21976
21977 \backslash
21978 newcolumntype{S}[2]
21979 \end_layout
21980
21981 \end_inset
21982
21983 m{(#1+(2
21984 \backslash
21985 tabcolsep+
21986 \backslash
21987 arrayrulewidth)*(1-#2))/#2}}
21988 \end_layout
21989
21990 \begin_layout Standard
21991 Ce format utilise l'équation
21992 \begin_inset space ~
21993 \end_inset
21994
21995
21996 \begin_inset CommandInset ref
21997 LatexCommand eqref
21998 reference "eq:Wgn"
21999
22000 \end_inset
22001
22002  pour calculer la largeur que doit avoir chacune des cellules couverte par
22003  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Ensuite, vous pouvez entrer
22008 \end_layout
22009
22010 \begin_layout Standard
22011
22012 \series bold
22013 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
22014 \end_layout
22015
22016 \begin_layout Standard
22017 comme paramètre LaTeX de la colonne.
22018 \end_layout
22019
22020 \begin_layout Standard
22021 \begin_inset VSpace bigskip
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \begin_layout Standard
22028 Pour des colonnes colorées, vous pouvez définir
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034
22035 \backslash
22036 newcolumntype{K}[1]{>{
22037 \backslash
22038 columncolor{#1}
22039 \backslash
22040 hspace{0pt}}c}
22041 \end_layout
22042
22043 \begin_layout Standard
22044 Le 
22045 \begin_inset Quotes eld
22046 \end_inset
22047
22048 c
22049 \begin_inset Quotes erd
22050 \end_inset
22051
22052  à la fin crée une colonne de largeur variable dont le texte est centré
22053  horizontalement.
22054  Vous pouvez maintenant entrer
22055 \end_layout
22056
22057 \begin_layout Standard
22058
22059 \series bold
22060 K{nom de couleur}
22061 \end_layout
22062
22063 \begin_layout Standard
22064 comme paramètre LaTeX.
22065 \end_layout
22066
22067 \begin_layout Standard
22068 \begin_inset VSpace bigskip
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Standard
22075 Pour créer le tableau
22076 \begin_inset space ~
22077 \end_inset
22078
22079
22080 \begin_inset CommandInset ref
22081 LatexCommand ref
22082 reference "tab:Tableau-formats-personnalisés"
22083
22084 \end_inset
22085
22086  utilisez les paramètres LaTeX
22087 \end_layout
22088
22089 \begin_layout Standard
22090
22091 \series bold
22092 M{2.5cm}
22093 \end_layout
22094
22095 \begin_layout Standard
22096 pour la première colonne et la multi-colonne,
22097 \end_layout
22098
22099 \begin_layout Standard
22100
22101 \series bold
22102 K{red}
22103 \end_layout
22104
22105 \begin_layout Standard
22106 pour la dernière colonne, et
22107 \end_layout
22108
22109 \begin_layout Standard
22110
22111 \series bold
22112 S{2.5cm}{2}
22113 \end_layout
22114
22115 \begin_layout Standard
22116 pour les cellules de la deuxième colonne.
22117 \end_layout
22118
22119 \begin_layout Standard
22120 \begin_inset Float table
22121 placement h
22122 wide false
22123 sideways false
22124 status open
22125
22126 \begin_layout Plain Layout
22127 \begin_inset Caption Standard
22128
22129 \begin_layout Plain Layout
22130 \begin_inset CommandInset label
22131 LatexCommand label
22132 name "tab:Tableau-formats-personnalisés"
22133
22134 \end_inset
22135
22136 Tableau utilisant des formats personnalisés
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Plain Layout
22145 \align center
22146 \begin_inset Tabular
22147 <lyxtabular version="3" rows="3" columns="4">
22148 <features rotate="0" tabularvalignment="middle">
22149 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22150 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22151 <column alignment="center" valignment="middle">
22152 <column alignment="center" valignment="middle" special="K{red}">
22153 <row>
22154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158 motTrèsLongDansUneCellule
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 multi-colonne avec multi-ligne
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 c
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 d
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 e
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 f
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 g
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 </row>
22229 <row>
22230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 h
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 i
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252 j
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 k
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 </row>
22267 </lyxtabular>
22268
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Subsection
22280 Épaisseur des filets
22281 \begin_inset CommandInset label
22282 LatexCommand label
22283 name "sub:Epaisseur-filets"
22284
22285 \end_inset
22286
22287
22288 \begin_inset Index idx
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292 Personnalisation des tableaux ! Épaisseur filets
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Standard
22301 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22302  
22303 \series bold
22304
22305 \backslash
22306 arrayrulewidth
22307 \series default
22308 .
22309  Pour mettre, par exemple, une épaisseur de filet de 1.5
22310 \begin_inset space \thinspace{}
22311 \end_inset
22312
22313 pt, comme pour le tableau
22314 \begin_inset space ~
22315 \end_inset
22316
22317
22318 \begin_inset CommandInset ref
22319 LatexCommand ref
22320 reference "tab:Tableau-filets-1.5pt"
22321
22322 \end_inset
22323
22324 , insérez la commande
22325 \end_layout
22326
22327 \begin_layout Standard
22328
22329 \series bold
22330
22331 \backslash
22332 setlength{
22333 \backslash
22334 arrayrulewidth}{1.5pt}
22335 \end_layout
22336
22337 \begin_layout Standard
22338 en code TeX avant le tableau ou le flottant de tableau.
22339  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22340  suivent.
22341  pour revenir aux valeurs implicites, mettez 
22342 \series bold
22343
22344 \backslash
22345 arrayrulewidth
22346 \series default
22347  à 0.4
22348 \begin_inset space \thinspace{}
22349 \end_inset
22350
22351 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \begin_inset ERT
22356 status collapsed
22357
22358 \begin_layout Plain Layout
22359
22360
22361 \backslash
22362 setlength{
22363 \backslash
22364 arrayrulewidth}{1.5pt}
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \begin_inset Float table
22371 wide false
22372 sideways false
22373 status open
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Caption Standard
22377
22378 \begin_layout Plain Layout
22379 \begin_inset CommandInset label
22380 LatexCommand label
22381 name "tab:Tableau-filets-1.5pt"
22382
22383 \end_inset
22384
22385 Tableau avec des filets de 1.5
22386 \begin_inset space \thinspace{}
22387 \end_inset
22388
22389 pt
22390 \end_layout
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \begin_layout Plain Layout
22398 \align center
22399 \begin_inset Tabular
22400 <lyxtabular version="3" rows="3" columns="3">
22401 <features rotate="0" tabularvalignment="middle">
22402 <column alignment="center" valignment="top">
22403 <column alignment="center" valignment="top">
22404 <column alignment="center" valignment="top">
22405 <row>
22406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 sd
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 <row>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 sd
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 sd
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 </lyxtabular>
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \begin_inset ERT
22503 status collapsed
22504
22505 \begin_layout Plain Layout
22506
22507
22508 \backslash
22509 setlength{
22510 \backslash
22511 arrayrulewidth}{0.4pt}
22512 \end_layout
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \begin_layout Standard
22520 \begin_inset VSpace bigskip
22521 \end_inset
22522
22523 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22524 \begin_inset space \thinspace{}
22525 \end_inset
22526
22527 pt, comme dans le tableau
22528 \begin_inset space ~
22529 \end_inset
22530
22531
22532 \begin_inset CommandInset ref
22533 LatexCommand ref
22534 reference "tab:Tableau-filets-horizontaux-1.5pt"
22535
22536 \end_inset
22537
22538 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
22539  de tableau :
22540 \end_layout
22541
22542 \begin_layout Standard
22543
22544 \series bold
22545
22546 \backslash
22547 let
22548 \backslash
22549 myHline
22550 \backslash
22551 hline
22552 \begin_inset Newline newline
22553 \end_inset
22554
22555
22556 \backslash
22557 renewcommand{
22558 \backslash
22559 hline}
22560 \begin_inset Newline newline
22561 \end_inset
22562
22563  {
22564 \backslash
22565 noalign{
22566 \backslash
22567 global
22568 \backslash
22569 arrayrulewidth 1.5pt}
22570 \begin_inset Newline newline
22571 \end_inset
22572
22573  
22574 \backslash
22575 myHline
22576 \backslash
22577 noalign{
22578 \backslash
22579 global
22580 \backslash
22581 arrayrulewidth 0.4pt}}
22582 \end_layout
22583
22584 \begin_layout Standard
22585 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22586  en code TeX après le tableau ou le flottant de tableau :
22587 \end_layout
22588
22589 \begin_layout Standard
22590
22591 \series bold
22592
22593 \backslash
22594 renewcommand{
22595 \backslash
22596 hline}{
22597 \backslash
22598 myHline}
22599 \end_layout
22600
22601 \begin_layout Standard
22602 \begin_inset ERT
22603 status collapsed
22604
22605 \begin_layout Plain Layout
22606
22607
22608 \backslash
22609 let
22610 \backslash
22611 myHline
22612 \backslash
22613 hline
22614 \end_layout
22615
22616 \begin_layout Plain Layout
22617
22618
22619 \backslash
22620 renewcommand{
22621 \backslash
22622 hline}
22623 \end_layout
22624
22625 \begin_layout Plain Layout
22626
22627  {
22628 \backslash
22629 noalign{
22630 \backslash
22631 global
22632 \backslash
22633 arrayrulewidth 1.5pt}
22634 \end_layout
22635
22636 \begin_layout Plain Layout
22637
22638   
22639 \backslash
22640 myHline
22641 \backslash
22642 noalign{
22643 \backslash
22644 global
22645 \backslash
22646 arrayrulewidth 0.4pt}}
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \begin_inset Float table
22653 wide false
22654 sideways false
22655 status open
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Caption Standard
22659
22660 \begin_layout Plain Layout
22661 \begin_inset CommandInset label
22662 LatexCommand label
22663 name "tab:Tableau-filets-horizontaux-1.5pt"
22664
22665 \end_inset
22666
22667 Tableau avec des filets horizontaux de 1.5
22668 \begin_inset space \thinspace{}
22669 \end_inset
22670
22671 pt
22672 \end_layout
22673
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \begin_layout Plain Layout
22680 \align center
22681 \begin_inset Tabular
22682 <lyxtabular version="3" rows="3" columns="3">
22683 <features rotate="0" tabularvalignment="middle">
22684 <column alignment="center" valignment="top">
22685 <column alignment="center" valignment="top">
22686 <column alignment="center" valignment="top">
22687 <row>
22688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 sd
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 </row>
22716 <row>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 sd
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 sd
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 </row>
22774 </lyxtabular>
22775
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \begin_inset ERT
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788
22789
22790 \backslash
22791 renewcommand{
22792 \backslash
22793 hline}{
22794 \backslash
22795 myHline}
22796 \end_layout
22797
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \begin_layout Standard
22804 \begin_inset VSpace bigskip
22805 \end_inset
22806
22807 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22808 \begin_inset space \thinspace{}
22809 \end_inset
22810
22811 pt, créez le format de colonne suivant dans le préambule, en suivant la
22812  description de la section
22813 \begin_inset space ~
22814 \end_inset
22815
22816
22817 \begin_inset CommandInset ref
22818 LatexCommand ref
22819 reference "sub:Formats-personnalisés"
22820
22821 \end_inset
22822
22823 :
22824 \end_layout
22825
22826 \begin_layout Standard
22827
22828 \series bold
22829
22830 \backslash
22831 newcolumntype{V}{!{
22832 \backslash
22833 vrule width 1.5pt}}
22834 \end_layout
22835
22836 \begin_layout Standard
22837 Pour le tableau
22838 \begin_inset space ~
22839 \end_inset
22840
22841
22842 \begin_inset CommandInset ref
22843 LatexCommand ref
22844 reference "tab:Tableau-filets-verticaux-1.5pt"
22845
22846 \end_inset
22847
22848  le paramètre LaTeX 
22849 \end_layout
22850
22851 \begin_layout Standard
22852
22853 \series bold
22854 VcV
22855 \end_layout
22856
22857 \begin_layout Standard
22858 a été utilisé pour la dernière colonne et
22859 \end_layout
22860
22861 \begin_layout Standard
22862
22863 \series bold
22864 Vc
22865 \end_layout
22866
22867 \begin_layout Standard
22868 pour les autres colonnes.
22869 \end_layout
22870
22871 \begin_layout Standard
22872 \begin_inset Float table
22873 wide false
22874 sideways false
22875 status open
22876
22877 \begin_layout Plain Layout
22878 \begin_inset Caption Standard
22879
22880 \begin_layout Plain Layout
22881 \begin_inset CommandInset label
22882 LatexCommand label
22883 name "tab:Tableau-filets-verticaux-1.5pt"
22884
22885 \end_inset
22886
22887 Tableau avec des filets verticaux de 1.5
22888 \begin_inset space \thinspace{}
22889 \end_inset
22890
22891 pt 
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \begin_layout Plain Layout
22900 \align center
22901 \begin_inset Tabular
22902 <lyxtabular version="3" rows="3" columns="3">
22903 <features rotate="0" tabularvalignment="middle">
22904 <column alignment="center" valignment="top" special="Vc">
22905 <column alignment="center" valignment="top" special="Vc">
22906 <column alignment="center" valignment="top" special="VcV">
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 sd
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 </row>
22936 <row>
22937 <cell alignment="center" valignment="top" topline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 <cell alignment="center" valignment="top" topline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950 sd
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell alignment="center" valignment="top" topline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 </row>
22965 <row>
22966 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979
22980 \end_layout
22981
22982 \end_inset
22983 </cell>
22984 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22985 \begin_inset Text
22986
22987 \begin_layout Plain Layout
22988 sd
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 </lyxtabular>
22995
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Subsection
23007 Filets à traits interrompus
23008 \begin_inset Index idx
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012 Personnalisation des tableaux ! Filets à traits interrompus
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \begin_layout Standard
23021 \begin_inset ERT
23022 status collapsed
23023
23024 \begin_layout Plain Layout
23025
23026
23027 \backslash
23028 ifarydshln
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \begin_inset Note Note
23035 status open
23036
23037 \begin_layout Plain Layout
23038 La section suivante ne s'affichera que si vous avez installé le paquetage
23039  LaTeX 
23040 \series bold
23041 arydshln
23042 \series default
23043 .
23044 \end_layout
23045
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \begin_layout Standard
23052 \begin_inset Float table
23053 placement H
23054 wide false
23055 sideways false
23056 status open
23057
23058 \begin_layout Plain Layout
23059 \begin_inset Caption Standard
23060
23061 \begin_layout Plain Layout
23062 \begin_inset CommandInset label
23063 LatexCommand label
23064 name "tab:Tableau-filets-tirets"
23065
23066 \end_inset
23067
23068 Tableau avec des filets à traits interrompus
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Plain Layout
23077 \align center
23078 \begin_inset Tabular
23079 <lyxtabular version="3" rows="5" columns="5">
23080 <features rotate="0" tabularvalignment="middle">
23081 <column alignment="center" valignment="top">
23082 <column alignment="center" valignment="top">
23083 <column alignment="center" valignment="top" special=":c">
23084 <column alignment="center" valignment="top">
23085 <column alignment="center" valignment="top">
23086 <row>
23087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 a
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 b
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 c
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118 d
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127 e
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 f
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 g
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" topline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 h
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 i
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 j
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 \begin_inset ERT
23186 status collapsed
23187
23188 \begin_layout Plain Layout
23189
23190
23191 \backslash
23192 hdashline 
23193 \end_layout
23194
23195 \end_inset
23196
23197 k
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 l
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 m
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 n
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233 o
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 <row>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 \begin_inset ERT
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248
23249
23250 \backslash
23251 cdashline{4-5}
23252 \end_layout
23253
23254 \end_inset
23255
23256 p
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 q
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 r
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 s
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 </row>
23298 <row>
23299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 t
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 u
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 v
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 w
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 x
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 </row>
23345 </lyxtabular>
23346
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Standard
23358 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
23359  donc employer du code TeX.
23360  Mais avant il faut charger le paquetage LaTeX 
23361 \series bold
23362 arydshln
23363 \series default
23364
23365 \begin_inset Index idx
23366 status collapsed
23367
23368 \begin_layout Plain Layout
23369 Paquetages LaTeX ! arydshln
23370 \end_layout
23371
23372 \end_inset
23373
23374  dans le préambule du document avec la commande 
23375 \end_layout
23376
23377 \begin_layout Standard
23378
23379 \series bold
23380
23381 \backslash
23382 usepackage{arydshln}
23383 \end_layout
23384
23385 \begin_layout Standard
23386 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23387  
23388 \begin_inset Quotes eld
23389 \end_inset
23390
23391 :
23392 \begin_inset Quotes erd
23393 \end_inset
23394
23395  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
23396  dans la fenêtre de dialogue de paramètre du tableau.
23397 \end_layout
23398
23399 \begin_layout Standard
23400 Pour un trait horizontal interrompu, ajoutez la commande
23401 \end_layout
23402
23403 \begin_layout Standard
23404
23405 \series bold
23406
23407 \backslash
23408 hdashline
23409 \end_layout
23410
23411 \begin_layout Standard
23412 en code TeX comme premier élément de la première cellule de la ligne de
23413  tableau.
23414 \end_layout
23415
23416 \begin_layout Standard
23417 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23418  commande 
23419 \end_layout
23420
23421 \begin_layout Standard
23422
23423 \series bold
23424
23425 \backslash
23426 cdashline{
23427 \series default
23428 numéros de colonnes}
23429 \end_layout
23430
23431 \begin_layout Standard
23432 en code TeX comme premier élément de la première cellule de la ligne.
23433  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
23434  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23435 \end_layout
23436
23437 \begin_layout Standard
23438
23439 \series bold
23440
23441 \backslash
23442 cdashline{2-4}
23443 \end_layout
23444
23445 \begin_layout Standard
23446 comme premier élément de la première cellule de la ligne contenant la multi-colo
23447 nne.
23448 \end_layout
23449
23450 \begin_layout Standard
23451 \begin_inset VSpace bigskip
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \begin_layout Standard
23458 Le tableau
23459 \begin_inset space ~
23460 \end_inset
23461
23462
23463 \begin_inset CommandInset ref
23464 LatexCommand ref
23465 reference "tab:Tableau-filets-tirets"
23466
23467 \end_inset
23468
23469  a été créé en utilisant 
23470 \begin_inset Quotes eld
23471 \end_inset
23472
23473
23474 \series bold
23475 :c
23476 \series default
23477
23478 \begin_inset Quotes erd
23479 \end_inset
23480
23481  comme paramètre LaTeX pour la troisième colonne.
23482  La commande en code TeX 
23483 \series bold
23484
23485 \backslash
23486 hdashline
23487 \series default
23488  a été insérée dans la première cellule de la troisième ligne et la commande
23489  en code TeX 
23490 \series bold
23491
23492 \backslash
23493 cdashline{4-5}
23494 \series default
23495  a été insérée dans la première cellule de la quatrième ligne.
23496 \end_layout
23497
23498 \begin_layout Standard
23499 \begin_inset VSpace bigskip
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \begin_layout Standard
23506
23507 \lang english
23508 Tables with dashed lines can also be colored as shown by
23509 \lang french
23510  tableau
23511 \begin_inset space ~
23512 \end_inset
23513
23514
23515 \begin_inset CommandInset ref
23516 LatexCommand ref
23517 reference "tab:Colored-table-with"
23518
23519 \end_inset
23520
23521 .
23522 \end_layout
23523
23524 \begin_layout Standard
23525 \begin_inset ERT
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529
23530
23531 \backslash
23532 setlength{
23533 \backslash
23534 arrayrulewidth}{1pt}
23535 \end_layout
23536
23537 \end_inset
23538
23539
23540 \lang english
23541
23542 \begin_inset Note Note
23543 status collapsed
23544
23545 \begin_layout Plain Layout
23546
23547 \lang english
23548 thicker lines for better visualization of the line color
23549 \end_layout
23550
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \begin_layout Standard
23557 \begin_inset ERT
23558 status collapsed
23559
23560 \begin_layout Plain Layout
23561
23562
23563 \backslash
23564 dashgapcolor{green}
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \lang english
23571
23572 \begin_inset Note Note
23573 status collapsed
23574
23575 \begin_layout Plain Layout
23576
23577 \lang english
23578 color gaps between dashes green
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \begin_layout Standard
23587 \begin_inset ERT
23588 status collapsed
23589
23590 \begin_layout Plain Layout
23591
23592
23593 \backslash
23594 let
23595 \backslash
23596 myHdashline
23597 \backslash
23598 hdashline
23599 \end_layout
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 renewcommand{
23606 \backslash
23607 hdashline}
23608 \end_layout
23609
23610 \begin_layout Plain Layout
23611
23612  {
23613 \backslash
23614 arrayrulecolor{red}
23615 \backslash
23616 myHdashline
23617 \backslash
23618 arrayrulecolor{black}}
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \lang english
23625
23626 \begin_inset Note Note
23627 status collapsed
23628
23629 \begin_layout Plain Layout
23630
23631 \lang english
23632 color horizontal, dashed lines red
23633 \end_layout
23634
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \begin_layout Standard
23641 \begin_inset ERT
23642 status collapsed
23643
23644 \begin_layout Plain Layout
23645
23646
23647 \backslash
23648 let
23649 \backslash
23650 myCdashline
23651 \backslash
23652 cdashline
23653 \end_layout
23654
23655 \begin_layout Plain Layout
23656
23657
23658 \backslash
23659 renewcommand{
23660 \backslash
23661 cdashline}[1]
23662 \end_layout
23663
23664 \begin_layout Plain Layout
23665
23666  {
23667 \backslash
23668 arrayrulecolor{yellow}
23669 \backslash
23670 myCdashline{#1}
23671 \backslash
23672 arrayrulecolor{black}}
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \lang english
23679
23680 \begin_inset Note Note
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684
23685 \lang english
23686 color partial horizontal, dashed lines yellow
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Standard
23695 \begin_inset Float table
23696 placement h
23697 wide false
23698 sideways false
23699 status open
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Caption Standard
23703
23704 \begin_layout Plain Layout
23705 \begin_inset CommandInset label
23706 LatexCommand label
23707 name "tab:Colored-table-with"
23708
23709 \end_inset
23710
23711
23712 \lang english
23713 Colored table with dashed lines
23714 \end_layout
23715
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \begin_layout Plain Layout
23722 \align center
23723 \begin_inset Tabular
23724 <lyxtabular version="3" rows="5" columns="5">
23725 <features rotate="0" tabularvalignment="middle">
23726 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23727 <column alignment="center" valignment="top" width="0pt">
23728 <column alignment="center" valignment="top" width="0pt" special=":c">
23729 <column alignment="center" valignment="top">
23730 <column alignment="center" valignment="top">
23731 <row>
23732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 a
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 b
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 c
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 d
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 e
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 f
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 <cell alignment="center" valignment="top" topline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792 g
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 h
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 i
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 j
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 \begin_inset ERT
23831 status collapsed
23832
23833 \begin_layout Plain Layout
23834
23835
23836 \backslash
23837 hdashline 
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \begin_inset ERT
23844 status collapsed
23845
23846 \begin_layout Plain Layout
23847
23848
23849 \backslash
23850 rowcolor{Gray}
23851 \end_layout
23852
23853 \end_inset
23854
23855 k
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 l
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 m
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 n
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 o
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset ERT
23903 status collapsed
23904
23905 \begin_layout Plain Layout
23906
23907
23908 \backslash
23909 cdashline{4-5}
23910 \end_layout
23911
23912 \end_inset
23913
23914 p
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 q
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 r
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 s
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 </row>
23956 <row>
23957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 t
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 u
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 v
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 w
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997 \begin_inset ERT
23998 status collapsed
23999
24000 \begin_layout Plain Layout
24001
24002
24003 \backslash
24004 cellcolor{Maroon}
24005 \end_layout
24006
24007 \end_inset
24008
24009 i
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 </row>
24015 </lyxtabular>
24016
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Standard
24028 \begin_inset ERT
24029 status collapsed
24030
24031 \begin_layout Plain Layout
24032
24033
24034 \backslash
24035 renewcommand{
24036 \backslash
24037 hdashline}{
24038 \backslash
24039 myHdashline}
24040 \end_layout
24041
24042 \end_inset
24043
24044
24045 \lang english
24046
24047 \begin_inset Note Note
24048 status collapsed
24049
24050 \begin_layout Plain Layout
24051
24052 \lang english
24053 reset to default
24054 \end_layout
24055
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \begin_layout Standard
24062 \begin_inset ERT
24063 status collapsed
24064
24065 \begin_layout Plain Layout
24066
24067
24068 \backslash
24069 renewcommand{
24070 \backslash
24071 cdashline}{
24072 \backslash
24073 myCdashline}
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \lang english
24080
24081 \begin_inset Note Note
24082 status collapsed
24083
24084 \begin_layout Plain Layout
24085
24086 \lang english
24087 reset to default
24088 \end_layout
24089
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \begin_layout Standard
24096 \begin_inset ERT
24097 status collapsed
24098
24099 \begin_layout Plain Layout
24100
24101
24102 \backslash
24103 nodashgapcolor
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \lang english
24110
24111 \begin_inset Note Note
24112 status collapsed
24113
24114 \begin_layout Plain Layout
24115
24116 \lang english
24117 reset to default
24118 \end_layout
24119
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \begin_layout Standard
24126 \begin_inset ERT
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130
24131
24132 \backslash
24133 setlength{
24134 \backslash
24135 arrayrulewidth}{0.4pt}
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \lang english
24142
24143 \begin_inset Note Note
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147
24148 \lang english
24149 reset to default
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158
24159 \lang english
24160 The coloring of lines, columns and lines works as decribed in section
24161 \begin_inset space ~
24162 \end_inset
24163
24164
24165 \lang french
24166
24167 \begin_inset CommandInset ref
24168 LatexCommand ref
24169 reference "sec:Tableaux-Colorés"
24170
24171 \end_inset
24172
24173
24174 \lang english
24175 .
24176  Coloring horizontal lines works analogically as described there as well,
24177  one only needs to replace in the commands 
24178 \series bold
24179
24180 \backslash
24181 myHlineC
24182 \series default
24183  by 
24184 \series bold
24185
24186 \backslash
24187 myHdashline
24188 \series default
24189  and 
24190 \backslash
24191
24192 \series bold
24193 hline
24194 \series default
24195  by 
24196 \series bold
24197
24198 \backslash
24199 hdashline
24200 \series default
24201 ; so one uses the command
24202 \end_layout
24203
24204 \begin_layout Standard
24205
24206 \series bold
24207
24208 \backslash
24209 let
24210 \backslash
24211 myHdashline
24212 \backslash
24213 hdashline
24214 \begin_inset Newline newline
24215 \end_inset
24216
24217
24218 \backslash
24219 renewcommand{
24220 \backslash
24221 hdashline}
24222 \begin_inset Newline newline
24223 \end_inset
24224
24225
24226 \begin_inset Phantom HPhantom
24227 status open
24228
24229 \begin_layout Plain Layout
24230 \begin_inset space ~
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237
24238 {
24239 \backslash
24240 arrayrulecolor{red}
24241 \backslash
24242 myHdashline
24243 \backslash
24244 arrayrulecolor{black}}
24245 \end_layout
24246
24247 \begin_layout Standard
24248
24249 \lang english
24250 To color 
24251 \series bold
24252
24253 \backslash
24254 cdashline
24255 \series default
24256 , the command is
24257 \end_layout
24258
24259 \begin_layout Standard
24260
24261 \series bold
24262
24263 \backslash
24264 let
24265 \backslash
24266 myCdashline
24267 \backslash
24268 cdashline
24269 \begin_inset Newline newline
24270 \end_inset
24271
24272
24273 \backslash
24274 renewcommand{
24275 \backslash
24276 cdashline}[1]
24277 \begin_inset Newline newline
24278 \end_inset
24279
24280
24281 \begin_inset Phantom HPhantom
24282 status open
24283
24284 \begin_layout Plain Layout
24285 \begin_inset space ~
24286 \end_inset
24287
24288
24289 \end_layout
24290
24291 \end_inset
24292
24293 {
24294 \backslash
24295 arrayrulecolor{red}
24296 \backslash
24297 myCdashline{#1}
24298 \backslash
24299 arrayrulecolor{black}}
24300 \end_layout
24301
24302 \begin_layout Standard
24303
24304 \lang english
24305 To get back the black line color, one needs to insert the following commands
24306  as TeX-Code behind the table:
24307 \end_layout
24308
24309 \begin_layout Standard
24310
24311 \lang english
24312 For 
24313 \series bold
24314
24315 \backslash
24316 hdashline
24317 \end_layout
24318
24319 \begin_layout Standard
24320
24321 \series bold
24322
24323 \backslash
24324 renewcommand{
24325 \backslash
24326 hdashline}{
24327 \backslash
24328 myHdashline}
24329 \end_layout
24330
24331 \begin_layout Standard
24332
24333 \lang english
24334 and for 
24335 \series bold
24336
24337 \backslash
24338 cdashline
24339 \end_layout
24340
24341 \begin_layout Standard
24342
24343 \series bold
24344
24345 \backslash
24346 renewcommand{
24347 \backslash
24348 cdashline}{
24349 \backslash
24350 myCdashline}
24351 \end_layout
24352
24353 \begin_layout Standard
24354
24355 \lang english
24356 To color the gaps between the dashes the command
24357 \end_layout
24358
24359 \begin_layout Standard
24360
24361 \series bold
24362 \lang english
24363
24364 \backslash
24365 dashgapcolor{color}
24366 \end_layout
24367
24368 \begin_layout Standard
24369
24370 \lang english
24371 can be used in front of a table as TeX-Code.
24372  color is hereby the name of a defined color.
24373  The command
24374 \end_layout
24375
24376 \begin_layout Standard
24377
24378 \series bold
24379
24380 \backslash
24381 nodashgapcolor
24382 \end_layout
24383
24384 \begin_layout Standard
24385
24386 \lang english
24387 unsets the changes made by 
24388 \series bold
24389
24390 \backslash
24391 dashgapcolor
24392 \series default
24393 .
24394 \end_layout
24395
24396 \begin_layout Standard
24397
24398 \lang english
24399 \begin_inset Note Greyedout
24400 status open
24401
24402 \begin_layout Plain Layout
24403
24404 \series bold
24405 \color none
24406 \lang english
24407 Note
24408 \series default
24409 : If there are multiple commands in a cell, the command of 
24410 \series bold
24411 arydshln
24412 \series default
24413  needs to be the first one in the cell.
24414  Therefore in cell 
24415 \emph on
24416 k
24417 \emph default
24418  of Table
24419 \begin_inset space ~
24420 \end_inset
24421
24422
24423 \begin_inset CommandInset ref
24424 LatexCommand ref
24425 reference "tab:Colored-table-with"
24426
24427 \end_inset
24428
24429  the command 
24430 \series bold
24431
24432 \backslash
24433 hdashline
24434 \series default
24435  is before 
24436 \series bold
24437
24438 \backslash
24439 rowcolor
24440 \series default
24441 .
24442 \end_layout
24443
24444 \end_inset
24445
24446
24447 \end_layout
24448
24449 \begin_layout Standard
24450
24451 \lang english
24452 \begin_inset Note Greyedout
24453 status open
24454
24455 \begin_layout Plain Layout
24456
24457 \series bold
24458 \color none
24459 \lang english
24460 Note:
24461 \series default
24462  The LaTeX-package 
24463 \series bold
24464 arydshln
24465 \series default
24466  must be loaded in the document preamble before the LaTeX-package
24467 \lang french
24468  
24469 \series bold
24470 colortbl
24471 \series default
24472 \color inherit
24473
24474 \begin_inset Index idx
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478 Paquetages LaTeX ! colortbl
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \color none
24485 .
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \begin_layout Standard
24494 \begin_inset ERT
24495 status collapsed
24496
24497 \begin_layout Plain Layout
24498
24499
24500 \backslash
24501 else
24502 \end_layout
24503
24504 \end_inset
24505
24506
24507 \begin_inset Note Note
24508 status open
24509
24510 \begin_layout Plain Layout
24511 Ce qui suit sera affiché si le paquetage LaTeX 
24512 \series bold
24513 arydshln
24514 \series default
24515  n'est pas installé :
24516 \end_layout
24517
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \begin_layout Standard
24524 Vous devez installer le paquetage LaTeX 
24525 \series bold
24526 arydshln
24527 \series default
24528  pour voir le contenu des cette section dans la sortie imprimée.
24529 \end_layout
24530
24531 \begin_layout Standard
24532 \begin_inset ERT
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536
24537
24538 \backslash
24539 fi
24540 \end_layout
24541
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \begin_layout Standard
24548
24549 \lang english
24550 For more information about dashed lines see the documentation of
24551 \lang french
24552  
24553 \series bold
24554 arydshln
24555 \series default
24556
24557 \begin_inset CommandInset citation
24558 LatexCommand cite
24559 key "arydshln"
24560
24561 \end_inset
24562
24563 .
24564 \end_layout
24565
24566 \begin_layout Chapter
24567 Flottants
24568 \begin_inset CommandInset label
24569 LatexCommand label
24570 name "chap:Flottants"
24571
24572 \end_inset
24573
24574
24575 \begin_inset Index idx
24576 status collapsed
24577
24578 \begin_layout Plain Layout
24579 Flottants
24580 \end_layout
24581
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Section
24588 Introduction
24589 \begin_inset CommandInset label
24590 LatexCommand label
24591 name "sec:Flottants-Introduction"
24592
24593 \end_inset
24594
24595
24596 \begin_inset Index idx
24597 status collapsed
24598
24599 \begin_layout Plain Layout
24600 Flottants ! Introduction
24601 \end_layout
24602
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \begin_layout Standard
24609 Un flottant est une portion de document, qui peut être associé à une étiquette
24610  et dont la position n'est pas fixée.
24611  Il peut 
24612 \begin_inset Quotes eld
24613 \end_inset
24614
24615 flotter
24616 \begin_inset Quotes erd
24617 \end_inset
24618
24619  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24620  plus approprié.
24621  Les 
24622 \family sans
24623 Notes
24624 \begin_inset space ~
24625 \end_inset
24626
24627 en
24628 \begin_inset space ~
24629 \end_inset
24630
24631 Bas
24632 \begin_inset space ~
24633 \end_inset
24634
24635 de
24636 \begin_inset space ~
24637 \end_inset
24638
24639 Page
24640 \family default
24641  et le 
24642 \family sans
24643 Notes
24644 \begin_inset space ~
24645 \end_inset
24646
24647 en
24648 \begin_inset space ~
24649 \end_inset
24650
24651 Marge
24652 \family default
24653  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24654  sur la page suivante quand il y a trop de notes sur la page courante.
24655 \end_layout
24656
24657 \begin_layout Standard
24658 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24659  très grande qualité.
24660  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24661  éviter des lignes blanches ou des pages sans texte.
24662  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24663  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24664  le texte.
24665  Les flottants sont donc numérotés.
24666  Les références croisées sont décrites dans la section
24667 \begin_inset space ~
24668 \end_inset
24669
24670
24671 \begin_inset CommandInset ref
24672 LatexCommand ref
24673 reference "sec:Referencer-les-Flottants"
24674
24675 \end_inset
24676
24677 .
24678 \end_layout
24679
24680 \begin_layout Standard
24681 Pour insérer un flottant, on utilise un des sous menus du menu 
24682 \family sans
24683 Insertion\SpecialChar \menuseparator
24684 Flottant
24685 \family default
24686  (barre d'outils 
24687 \begin_inset Info
24688 type  "icon"
24689 arg   "float-insert figure"
24690 \end_inset
24691
24692  ou 
24693 \begin_inset Info
24694 type  "icon"
24695 arg   "float-insert table"
24696 \end_inset
24697
24698 ).
24699  Une boîte va être insérée dans votre document avec par exemple une étiquette
24700  du genre 
24701 \begin_inset Quotes eld
24702 \end_inset
24703
24704 Figure
24705 \begin_inset space ~
24706 \end_inset
24707
24708 #:
24709 \begin_inset Quotes erd
24710 \end_inset
24711
24712  (où # est un numéro).
24713  L'étiquette est automatiquement traduite dans la langue du document dans
24714  la sortie finale.
24715  Après l'étiquette vous pouvez insérer du texte comme légende.
24716  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24717  séparé, à l'intérieur du flottant.
24718  Vous trouverez plus de détails sur le positionnement des légendes dans
24719  la section
24720 \begin_inset space ~
24721 \end_inset
24722
24723
24724 \begin_inset CommandInset ref
24725 LatexCommand ref
24726 reference "sec:Placement-légende"
24727
24728 \end_inset
24729
24730 .
24731  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
24732  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24733  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24734  Une boîte de flottant fermée ressemble à ceci : 
24735 \begin_inset Graphics
24736         filename clipart/floatQt4.png
24737         scale 60
24738
24739 \end_inset
24740
24741  – une case grise avec un texte rouge.
24742 \end_layout
24743
24744 \begin_layout Standard
24745 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24746  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
24747  est formaté de façon particulière.
24748 \end_layout
24749
24750 \begin_layout Section
24751 Les types de flottants
24752 \end_layout
24753
24754 \begin_layout Standard
24755 En plus des flottants de figures et de tableau qui sont décrits respectivement
24756  dans les sections
24757 \begin_inset space ~
24758 \end_inset
24759
24760
24761 \begin_inset CommandInset ref
24762 LatexCommand ref
24763 reference "sec:Figure-Floats"
24764
24765 \end_inset
24766
24767  et 
24768 \begin_inset CommandInset ref
24769 LatexCommand ref
24770 reference "sec:Table-Floats"
24771
24772 \end_inset
24773
24774 , LyX offre aussi les types 
24775 \family sans
24776 Algorithme
24777 \family default
24778  et 
24779 \family sans
24780 Enrobage
24781 \family default
24782 .
24783  Ces derniers sont expliques dans la section
24784 \begin_inset space \thinspace{}
24785 \end_inset
24786
24787
24788 \begin_inset CommandInset ref
24789 LatexCommand ref
24790 reference "sec:Flottant-d'enrobage"
24791
24792 \end_inset
24793
24794 .
24795 \end_layout
24796
24797 \begin_layout Subsection
24798 Flottant d'algorithme
24799 \begin_inset Index idx
24800 status collapsed
24801
24802 \begin_layout Plain Layout
24803 Flottants ! Algorithmes
24804 \end_layout
24805
24806 \end_inset
24807
24808
24809 \begin_inset CommandInset label
24810 LatexCommand label
24811 name "sub:Flottant-d'Algorithme"
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \begin_layout Standard
24819 \begin_inset Float algorithm
24820 placement h
24821 wide false
24822 sideways false
24823 status open
24824
24825 \begin_layout Plain Layout
24826 \begin_inset Caption Standard
24827
24828 \begin_layout Plain Layout
24829 \begin_inset CommandInset label
24830 LatexCommand label
24831 name "alg:Exemple-Flottant-Algorithme"
24832
24833 \end_inset
24834
24835 Exemple de flottant d'algorithme
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout LyX-Code
24844 for I in 1..N loop
24845 \begin_inset Newline newline
24846 \end_inset
24847
24848  Sum:= Sum + A(I); /*comment*/
24849 \begin_inset Newline newline
24850 \end_inset
24851
24852 end loop
24853 \begin_inset VSpace -4mm
24854 \end_inset
24855
24856
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \end_layout
24863
24864 \begin_layout Standard
24865 Ce type de flottant est inséré à l'aide du menu 
24866 \family sans
24867 Insertion\SpecialChar \menuseparator
24868 Flottant\SpecialChar \menuseparator
24869 Algorithme
24870 \family default
24871 .
24872  Il peut être utilisé pour des morceaux de code source ou des descriptions
24873  d'algorithmes et peut être utilisé comme une alternative au listing de
24874  code source qui est décrit au chapitre
24875 \begin_inset space ~
24876 \end_inset
24877
24878
24879 \begin_inset CommandInset ref
24880 LatexCommand ref
24881 reference "cha:Program-Code-Listings"
24882
24883 \end_inset
24884
24885 .
24886  Vous pouvez par exemple utiliser l'environnement Code
24887 \begin_inset space ~
24888 \end_inset
24889
24890 LyX qui est décrit dans le 
24891 \emph on
24892 Guide
24893 \emph default
24894
24895 \begin_inset space ~
24896 \end_inset
24897
24898
24899 \emph on
24900 de
24901 \begin_inset space ~
24902 \end_inset
24903
24904 l'Utilisateur
24905 \emph default
24906  de LyX.
24907  l'algorithme
24908 \begin_inset space ~
24909 \end_inset
24910
24911
24912 \begin_inset CommandInset ref
24913 LatexCommand ref
24914 reference "alg:Exemple-Flottant-Algorithme"
24915
24916 \end_inset
24917
24918  est un exemple de flottant d'algorithme où un espace vertical de -4
24919 \begin_inset space \thinspace{}
24920 \end_inset
24921
24922 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24923  soit placée exactement sous le texte de la dernière ligne.
24924 \end_layout
24925
24926 \begin_layout Standard
24927 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24928  du document.
24929  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24930 ent en ajoutant la ligne suivante dans le préambule de votre document :
24931 \end_layout
24932
24933 \begin_layout Standard
24934
24935 \series bold
24936
24937 \backslash
24938 floatname{algorithm}{votre
24939 \begin_inset space ~
24940 \end_inset
24941
24942 nom}
24943 \end_layout
24944
24945 \begin_layout Standard
24946
24947 \family sans
24948  votre
24949 \begin_inset space ~
24950 \end_inset
24951
24952 nom
24953 \family default
24954  est le mot 
24955 \begin_inset Quotes eld
24956 \end_inset
24957
24958
24959 \emph on
24960 algorithme
24961 \emph default
24962
24963 \begin_inset Quotes erd
24964 \end_inset
24965
24966  dans votre langue.
24967 \end_layout
24968
24969 \begin_layout Standard
24970 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24971 \family sans
24972 Insertion\SpecialChar \menuseparator
24973 Listes
24974 \begin_inset space ~
24975 \end_inset
24976
24977 &
24978 \begin_inset space ~
24979 \end_inset
24980
24981 TdM\SpecialChar \menuseparator
24982 Liste
24983 \begin_inset space ~
24984 \end_inset
24985
24986 des
24987 \begin_inset space ~
24988 \end_inset
24989
24990 algorithmes
24991 \family default
24992  si votre document est en la même langue que les menus de LyX.
24993  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24994  en code TeX à la place:
24995 \end_layout
24996
24997 \begin_layout Standard
24998
24999 \series bold
25000
25001 \backslash
25002 listof{algorithm}{votre
25003 \begin_inset space ~
25004 \end_inset
25005
25006 nom}
25007 \end_layout
25008
25009 \begin_layout Standard
25010 où 
25011 \family sans
25012 votre
25013 \begin_inset space ~
25014 \end_inset
25015
25016 nom
25017 \family default
25018  est la traduction de 
25019 \begin_inset Quotes eld
25020 \end_inset
25021
25022
25023 \emph on
25024 List of Algorithm
25025 \emph default
25026 s
25027 \begin_inset Quotes erd
25028 \end_inset
25029
25030  dans votre langue.
25031 \end_layout
25032
25033 \begin_layout Standard
25034 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
25035  le schéma 
25036 \begin_inset Quotes eld
25037 \end_inset
25038
25039 chapitre.algorithme
25040 \begin_inset Quotes erd
25041 \end_inset
25042
25043  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
25044  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
25045  commande dans le préambule de votre document :
25046 \end_layout
25047
25048 \begin_layout Standard
25049
25050 \series bold
25051
25052 \backslash
25053 numberwithin{algorithm}{chapter}
25054 \end_layout
25055
25056 \begin_layout Standard
25057 Pour pouvoir utiliser la commande 
25058 \series bold
25059
25060 \backslash
25061 numberwithin
25062 \series default
25063 , activez l'option 
25064 \family sans
25065 Utiliser
25066 \begin_inset space ~
25067 \end_inset
25068
25069 le
25070 \begin_inset space ~
25071 \end_inset
25072
25073 paquetage
25074 \begin_inset space ~
25075 \end_inset
25076
25077 AMS
25078 \begin_inset space ~
25079 \end_inset
25080
25081 math
25082 \family default
25083  dans la rubrique 
25084 \family sans
25085 Options
25086 \begin_inset space ~
25087 \end_inset
25088
25089 des
25090 \begin_inset space ~
25091 \end_inset
25092
25093 Maths
25094 \family default
25095  de la fenêtre de dialogue 
25096 \family sans
25097 Paramètres
25098 \begin_inset space ~
25099 \end_inset
25100
25101 du
25102 \begin_inset space ~
25103 \end_inset
25104
25105 Document
25106 \family default
25107 .
25108 \end_layout
25109
25110 \begin_layout Section
25111 Numérotation des flottants
25112 \begin_inset Index idx
25113 status collapsed
25114
25115 \begin_layout Plain Layout
25116 Flottants ! Numérotation
25117 \end_layout
25118
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \begin_layout Standard
25125 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
25126  ils se trouvent, soit en utilisant un format du genre 
25127 \begin_inset Quotes eld
25128 \end_inset
25129
25130 chapitre.numéro
25131 \begin_inset Quotes erd
25132 \end_inset
25133
25134  ou 
25135 \begin_inset Quotes eld
25136 \end_inset
25137
25138 section.numéro
25139 \begin_inset Quotes erd
25140 \end_inset
25141
25142 .
25143  Cela dépend de la classe de document utilisée.
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Pour changer le format de la numérotation qui ne dépend pas de la section
25148  dans laquelle on se trouve, on peut utiliser la commande suivante dans
25149  le préambule du document :
25150 \end_layout
25151
25152 \begin_layout Standard
25153
25154 \series bold
25155
25156 \backslash
25157 renewcommand{
25158 \backslash
25159 thetable}{
25160 \backslash
25161 roman{table}}
25162 \end_layout
25163
25164 \begin_layout Standard
25165
25166 \series bold
25167
25168 \backslash
25169 thetable
25170 \series default
25171  est la commande qui imprime le numéro du tableau, pour les figures, la
25172  commande serait 
25173 \series bold
25174
25175 \backslash
25176 thefigure
25177 \series default
25178 .
25179  La commande 
25180 \series bold
25181
25182 \backslash
25183 roman
25184 \series default
25185  utilisée dans la commande précédente, imprime le numéro du tableau sous
25186  forme de petits chiffres romains.
25187 \end_layout
25188
25189 \begin_layout Standard
25190 Pour changer le type de numérotation pour par exemple 
25191 \begin_inset Quotes eld
25192 \end_inset
25193
25194 sous-section.numéro
25195 \begin_inset Quotes erd
25196 \end_inset
25197
25198 , utilisez la commande suivante dans le préambule du document :
25199 \end_layout
25200
25201 \begin_layout Standard
25202
25203 \series bold
25204
25205 \backslash
25206 numberwithin{table}{subsection}
25207 \end_layout
25208
25209 \begin_layout Standard
25210 Pour pouvoir utiliser la commande 
25211 \series bold
25212
25213 \backslash
25214 numberwithin
25215 \series default
25216 , vous devez activer l'option 
25217 \family sans
25218 Utiliser
25219 \begin_inset space ~
25220 \end_inset
25221
25222 le
25223 \begin_inset space ~
25224 \end_inset
25225
25226 paquetage
25227 \begin_inset space ~
25228 \end_inset
25229
25230 maths
25231 \begin_inset space ~
25232 \end_inset
25233
25234 AMS
25235 \family default
25236  dans la rubrique 
25237 \family sans
25238 Options
25239 \begin_inset space ~
25240 \end_inset
25241
25242 des
25243 \begin_inset space ~
25244 \end_inset
25245
25246 Maths
25247 \family default
25248  de la fenêtre de dialogue 
25249 \family sans
25250 Paramètres
25251 \family default
25252  du document.
25253 \end_layout
25254
25255 \begin_layout Standard
25256 Veuillez aussi jeter un coup d'œil à la section
25257 \begin_inset space ~
25258 \end_inset
25259
25260
25261 \begin_inset CommandInset ref
25262 LatexCommand ref
25263 reference "sub:Numerotation-notes-bas-de-page"
25264
25265 \end_inset
25266
25267  pour plus de détails et des notes importantes sur les commandes de numérotation.
25268 \end_layout
25269
25270 \begin_layout Section
25271 Faire référence à des flottants
25272 \begin_inset CommandInset label
25273 LatexCommand label
25274 name "sec:Referencer-les-Flottants"
25275
25276 \end_inset
25277
25278
25279 \begin_inset Index idx
25280 status collapsed
25281
25282 \begin_layout Plain Layout
25283 Flottants ! Références
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \begin_inset Index idx
25290 status collapsed
25291
25292 \begin_layout Plain Layout
25293 References@Références ! à des Flottants 
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \begin_layout Standard
25302 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25303  en utilisant le menu 
25304 \family sans
25305 Insertion\SpecialChar \menuseparator
25306 Étiquette
25307 \family default
25308  ou le bouton 
25309 \begin_inset Info
25310 type  "icon"
25311 arg   "label-insert"
25312 \end_inset
25313
25314  de la barre d'outils.
25315  Une boîte grise de ce genre : 
25316 \begin_inset Graphics
25317         filename clipart/labelQt4.png
25318         lyxscale 85
25319         scale 85
25320         scaleBeforeRotation
25321
25322 \end_inset
25323
25324  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25325  de saisir le texte de l'étiquette.
25326  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
25327  précédés d'un préfixe.
25328  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25329  préfixe sera "
25330 \family sans
25331 fig:
25332 \family default
25333 ".
25334 \end_layout
25335
25336 \begin_layout Standard
25337 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25338  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25339 \family sans
25340 Insertion\SpecialChar \menuseparator
25341 Référence
25342 \begin_inset space ~
25343 \end_inset
25344
25345 Croisée
25346 \family default
25347  ou le bouton 
25348 \begin_inset Info
25349 type  "icon"
25350 arg   "dialog-show-new-inset ref"
25351 \end_inset
25352
25353  de la barre d'outils.
25354  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25355  définies dans votre document.
25356  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
25357  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
25358  de la fenêtre de dialogue.
25359  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25360  une.
25361  Une boîte grise de référence croisée comme celle-ci : 
25362 \begin_inset Graphics
25363         filename ../clipart/referenceQt4.png
25364         scale 85
25365         scaleBeforeRotation
25366
25367 \end_inset
25368
25369  va être insérée.
25370  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25371  de la référence croisée.
25372 \end_layout
25373
25374 \begin_layout Standard
25375 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25376  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25377  les deux.
25378  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25379  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25380  du numéro de la référence.
25381 \end_layout
25382
25383 \begin_layout Standard
25384 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25385  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25386  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25387  pas à vous en préoccuper.
25388 \end_layout
25389
25390 \begin_layout Standard
25391 Le bouton 
25392 \family sans
25393 Aller
25394 \begin_inset space ~
25395 \end_inset
25396
25397 à
25398 \begin_inset space ~
25399 \end_inset
25400
25401 l'étiquette
25402 \family default
25403  dans la fenêtre de référence croisée va positionner le curseur juste devant
25404  l'étiquette à laquelle on fait référence.
25405  Le nom du bouton bouton 
25406 \family sans
25407 Revenir
25408 \family default
25409  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25410 \end_layout
25411
25412 \begin_layout Subsection
25413 Formats de références croisées
25414 \begin_inset CommandInset label
25415 LatexCommand label
25416 name "sub:Formats-Références-Croisées"
25417
25418 \end_inset
25419
25420
25421 \begin_inset Index idx
25422 status collapsed
25423
25424 \begin_layout Plain Layout
25425 References@Références ! Formats
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \begin_layout Standard
25434 Il y a six types de références croisées :
25435 \end_layout
25436
25437 \begin_layout Description
25438 <référence>
25439 \begin_inset space ~
25440 \end_inset
25441
25442 : affiche le numéro de l'élément, c'est le choix implicite : 
25443 \begin_inset CommandInset ref
25444 LatexCommand ref
25445 reference "fig:Deux-images-déformées"
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Description
25453 (<référence>)
25454 \begin_inset space ~
25455 \end_inset
25456
25457 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25458  normalement pour faire référence à des formules mathématiques, en particulier
25459  quand le mot 
25460 \begin_inset Quotes eld
25461 \end_inset
25462
25463 Équation
25464 \begin_inset Quotes erd
25465 \end_inset
25466
25467  est omis : 
25468 \begin_inset CommandInset ref
25469 LatexCommand eqref
25470 reference "eq:Wgn"
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Description
25478 <page>
25479 \begin_inset space ~
25480 \end_inset
25481
25482 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25483 \begin_inset space ~
25484 \end_inset
25485
25486
25487 \begin_inset CommandInset ref
25488 LatexCommand pageref
25489 reference "fig:Deux-images-déformées"
25490
25491 \end_inset
25492
25493
25494 \end_layout
25495
25496 \begin_layout Description
25497 Sur
25498 \begin_inset space ~
25499 \end_inset
25500
25501 la
25502 \begin_inset space ~
25503 \end_inset
25504
25505 page
25506 \begin_inset space ~
25507 \end_inset
25508
25509 <page>
25510 \begin_inset space ~
25511 \end_inset
25512
25513 : affiche le mot 
25514 \begin_inset Quotes eld
25515 \end_inset
25516
25517 page
25518 \begin_inset Quotes erd
25519 \end_inset
25520
25521  suivi du numéro de la page sur laquelle se trouve l'élément : 
25522 \begin_inset CommandInset ref
25523 LatexCommand vpageref
25524 reference "fig:Deux-images-déformées"
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Description
25532 <référence>
25533 \begin_inset space ~
25534 \end_inset
25535
25536 page
25537 \begin_inset space ~
25538 \end_inset
25539
25540 <page>
25541 \begin_inset space ~
25542 \end_inset
25543
25544 : affiche le numéro de l'élément, le mot 
25545 \begin_inset Quotes eld
25546 \end_inset
25547
25548 page
25549 \begin_inset Quotes erd
25550 \end_inset
25551
25552  et le numéro de la page : 
25553 \begin_inset CommandInset ref
25554 LatexCommand vref
25555 reference "fig:Deux-images-déformées"
25556
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \begin_layout Description
25563 Référence
25564 \begin_inset space ~
25565 \end_inset
25566
25567 mise
25568 \begin_inset space ~
25569 \end_inset
25570
25571 en
25572 \begin_inset space ~
25573 \end_inset
25574
25575 forme
25576 \begin_inset space ~
25577 \end_inset
25578
25579 : affiche une référence croisée qui définit son propre format.
25580 \begin_inset Newline newline
25581 \end_inset
25582
25583
25584 \begin_inset Note Greyedout
25585 status open
25586
25587 \begin_layout Plain Layout
25588
25589 \series bold
25590 Note:
25591 \series default
25592  Ce type de référence croisée n'est disponible que si vous avez installé
25593  le paquetage LaTeX 
25594 \series bold
25595 prettyref
25596 \series default
25597  ou 
25598 \series bold
25599 refstyle
25600 \series default
25601
25602 \begin_inset Index idx
25603 status collapsed
25604
25605 \begin_layout Plain Layout
25606 Paquetages LaTeX ! prettyref
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \begin_inset Index idx
25613 status collapsed
25614
25615 \begin_layout Plain Layout
25616 Paquetages LaTeX ! refstyle
25617 \end_layout
25618
25619 \end_inset
25620
25621 .
25622 \end_layout
25623
25624 \end_inset
25625
25626
25627 \begin_inset Newline newline
25628 \end_inset
25629
25630 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
25631  fonction en utilisant l'option 
25632 \family sans
25633 Utiliser refstyle (à la place de prettyref) pour les références croisées
25634 \family default
25635  dans le menu 
25636 \family sans
25637 Document\SpecialChar \menuseparator
25638 Paramètres\SpecialChar \menuseparator
25639 Classe de document
25640 \family default
25641 .
25642  Le format est précisé en ajoutant la commande 
25643 \series bold
25644
25645 \backslash
25646 newrefformat
25647 \series default
25648  (prettyref) ou 
25649 \series bold
25650
25651 \backslash
25652 newref
25653 \series default
25654  (refstyle) au préambule du document.
25655  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25656  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25657 \begin_inset space ~
25658 \end_inset
25659
25660 :
25661 \begin_inset Newline newline
25662 \end_inset
25663
25664
25665 \series bold
25666
25667 \backslash
25668 newref{fig}{refcmd={Image sur la page 
25669 \backslash
25670 pageref{#1}}}
25671 \series default
25672
25673 \begin_inset Newline newline
25674 \end_inset
25675
25676 Pour plus d'information sur le format, jetez un œil sur la documentation
25677  du paquetage, 
25678 \begin_inset CommandInset citation
25679 LatexCommand cite
25680 key "prettyref,refstyle"
25681
25682 \end_inset
25683
25684 .
25685 \end_layout
25686
25687 \begin_layout Description
25688 Référence
25689 \begin_inset space ~
25690 \end_inset
25691
25692 textuelle: affiche la légende de la référence
25693 \begin_inset space ~
25694 \end_inset
25695
25696
25697 \begin_inset CommandInset ref
25698 LatexCommand nameref
25699 reference "fig:Deux-images-déformées"
25700
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \begin_layout Standard
25707
25708 \family sans
25709 <page>
25710 \family default
25711  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25712  précédente, la même page ou la page suivante.
25713  Vous verrez par exemple un texte du genre 
25714 \begin_inset Quotes eld
25715 \end_inset
25716
25717
25718 \family sans
25719 sur cette page
25720 \family default
25721
25722 \begin_inset Quotes erd
25723 \end_inset
25724
25725  à la place.
25726  Le style 
25727 \family sans
25728 <référence>
25729 \begin_inset space ~
25730 \end_inset
25731
25732 page
25733 \begin_inset space ~
25734 \end_inset
25735
25736 <page> 
25737 \family default
25738 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25739  page.
25740 \end_layout
25741
25742 \begin_layout Standard
25743 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25744  se trouve sont calculés automatiquement par LaTeX.
25745  Vous choisissez une des six variétés de références dans le champ Format
25746  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25747  boîte de la référence croisée.
25748 \end_layout
25749
25750 \begin_layout Standard
25751 \begin_inset Note Greyedout
25752 status open
25753
25754 \begin_layout Plain Layout
25755
25756 \series bold
25757 Note:
25758 \series default
25759  L'utilisation du paquetage LaTeX 
25760 \series bold
25761 refstyle
25762 \series default
25763
25764 \begin_inset Index idx
25765 status collapsed
25766
25767 \begin_layout Plain Layout
25768 Paquetages LaTeX ! refstyle
25769 \end_layout
25770
25771 \end_inset
25772
25773  est recommandée parce que 
25774 \series bold
25775 prettyref
25776 \series default
25777
25778 \begin_inset Index idx
25779 status collapsed
25780
25781 \begin_layout Plain Layout
25782 Paquetages LaTeX ! prettyref
25783 \end_layout
25784
25785 \end_inset
25786
25787  ne connaît pas tous les raccourcis possibles pour les étiquettes
25788 \begin_inset Foot
25789 status collapsed
25790
25791 \begin_layout Plain Layout
25792 \begin_inset Quotes eld
25793 \end_inset
25794
25795 fig:
25796 \begin_inset Quotes erd
25797 \end_inset
25798
25799  est par exemple le raccourci LyX pour les étiquettes dans les légendes
25800  de figures,.
25801 \end_layout
25802
25803 \end_inset
25804
25805  et n'est pas internationalisé.
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 \begin_inset Note Greyedout
25815 status open
25816
25817 \begin_layout Plain Layout
25818
25819 \series bold
25820 Note:
25821 \series default
25822  Du fait d'un bogue dans la paquetage LaTeX 
25823 \series bold
25824 varioref
25825 \series default
25826  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
25827  si la langue du document est le français.
25828  Pour contourner ce bogue, voir
25829 \begin_inset Newline newline
25830 \end_inset
25831
25832
25833 \begin_inset CommandInset href
25834 LatexCommand href
25835 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25836
25837 \end_inset
25838
25839 .
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Subsection
25848 Nommage automatique des références croisées
25849 \begin_inset Index idx
25850 status collapsed
25851
25852 \begin_layout Plain Layout
25853 References@Références ! Nommage automatique
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \begin_layout Standard
25862 Le paquetage LaTeX 
25863 \series bold
25864 hyperref
25865 \series default
25866
25867 \begin_inset Index idx
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871 Paquetages LaTeX ! hyperref
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \series bold
25878
25879 \series default
25880 qui est activé dans la rubrique 
25881 \family sans
25882 Propriétés du PDF
25883 \family default
25884  de la fenêtre de dialogue 
25885 \family sans
25886 Paramètres du document
25887 \family default
25888  fournit une fonction très utile pour automatiser la création des références
25889  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25890  une section).
25891  Par exemple pour vous éviter de devoir écrire le mot 
25892 \begin_inset Quotes eld
25893 \end_inset
25894
25895 Figure
25896 \begin_inset Quotes erd
25897 \end_inset
25898
25899  devant chaque référence à une figure.
25900  Pour profiter de ce nommage automatique des références croisées, vous devez
25901  activer 
25902 \series bold
25903 hyperref
25904 \series default
25905  et insérer la ligne suivante dans le préambule du document :
25906 \end_layout
25907
25908 \begin_layout Standard
25909
25910 \series bold
25911
25912 \backslash
25913 AtBeginDocument{
25914 \backslash
25915 renewcommand{
25916 \backslash
25917 ref}[1]{
25918 \backslash
25919 mbox{
25920 \backslash
25921 autoref{#1}}}}
25922 \end_layout
25923
25924 \begin_layout Standard
25925 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25926  défaut, par exemple vous préférez le nom 
25927 \begin_inset Quotes eld
25928 \end_inset
25929
25930 sec.
25931 \begin_inset space \thinspace{}
25932 \end_inset
25933
25934
25935 \begin_inset Quotes eld
25936 \end_inset
25937
25938  plutôt que 
25939 \begin_inset Quotes eld
25940 \end_inset
25941
25942 section
25943 \begin_inset Quotes erd
25944 \end_inset
25945
25946 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25947 \end_layout
25948
25949 \begin_layout Standard
25950
25951 \series bold
25952
25953 \backslash
25954 addto
25955 \backslash
25956 extrasfrench{
25957 \backslash
25958 renewcommand{
25959 \backslash
25960 sectionautorefname}
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964
25965 \begin_inset Phantom HPhantom
25966 status open
25967
25968 \begin_layout Plain Layout
25969
25970 \series bold
25971 \begin_inset space ~
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \end_inset
25978
25979 {sec.
25980 \backslash
25981 negthinspace}}
25982 \end_layout
25983
25984 \begin_layout Standard
25985 Si vous utilisez une autre langue que le français, remplacez 
25986 \series bold
25987
25988 \backslash
25989 extrasfrench
25990 \series default
25991  par 
25992 \series bold
25993
25994 \backslash
25995 extras***
25996 \series default
25997 , où *** est le nom de la langue que vous utilisez.
25998
25999 \series bold
26000  
26001 \end_layout
26002
26003 \begin_layout Standard
26004 Pour avoir des noms automatiques, mais pas pour certains types de références,
26005  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
26006 \end_layout
26007
26008 \begin_layout Standard
26009
26010 \series bold
26011
26012 \backslash
26013 addto
26014 \backslash
26015 extrasfrench{
26016 \backslash
26017 renewcommand*{
26018 \backslash
26019 equationautorefname}[1]{}}
26020 \end_layout
26021
26022 \begin_layout Standard
26023 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
26024  de 
26025 \series bold
26026 hyperref
26027 \series default
26028  
26029 \begin_inset CommandInset citation
26030 LatexCommand cite
26031 key "hyperref"
26032
26033 \end_inset
26034
26035 .
26036 \end_layout
26037
26038 \begin_layout Standard
26039 \begin_inset Note Greyedout
26040 status open
26041
26042 \begin_layout Plain Layout
26043
26044 \series bold
26045 Note:
26046 \series default
26047  Le nommage automatique de références ne peut être utilisé si vous avez
26048  choisi le style de référence 
26049 \family sans
26050 Référence
26051 \begin_inset space ~
26052 \end_inset
26053
26054 mise
26055 \begin_inset space ~
26056 \end_inset
26057
26058 en
26059 \begin_inset space ~
26060 \end_inset
26061
26062 forme
26063 \family default
26064  décrit dans la section
26065 \begin_inset space ~
26066 \end_inset
26067
26068
26069 \begin_inset CommandInset ref
26070 LatexCommand ref
26071 reference "sub:Formats-Références-Croisées"
26072
26073 \end_inset
26074
26075 .
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \end_layout
26082
26083 \begin_layout Standard
26084 Le manuel 
26085 \emph on
26086 Math
26087 \emph default
26088  est un exemple dans lequel on a utilisé le référencement automatique.
26089 \end_layout
26090
26091 \begin_layout Subsection
26092 Positionnement des références 
26093 \begin_inset CommandInset label
26094 LatexCommand label
26095 name "sub:Reference-Position"
26096
26097 \end_inset
26098
26099
26100 \begin_inset Index idx
26101 status collapsed
26102
26103 \begin_layout Plain Layout
26104 References@Références ! Positionnement
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 Si vous utilisez le paquetage 
26114 \series bold
26115 hyperref, 
26116 \series default
26117 qui est activé dans la rubrique 
26118 \family sans
26119 Propriétés du PDF
26120 \family default
26121  de la fenêtre de dialogue 
26122 \family sans
26123 Paramètres du document,
26124 \family default
26125  pour lier vos références croisées dans la sortie finale, vous verrez que
26126  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
26127  l'image.
26128  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
26129  pourrez voir l'image sans faire défiler le texte.
26130  Ce problème vient du fait que le point d'ancrage de la référence se situe
26131  à l'endroit de l'étiquette.
26132  En utilisant le paquetage LaTeX 
26133 \series bold
26134 hypcap
26135 \series default
26136
26137 \begin_inset Index idx
26138 status collapsed
26139
26140 \begin_layout Plain Layout
26141 Paquetages LaTeX ! hypcap
26142 \end_layout
26143
26144 \end_inset
26145
26146 , qui fait partie du paquetage LaTeX 
26147 \series bold
26148 oberdiek
26149 \series default
26150
26151 \begin_inset Index idx
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155 Paquetages LaTeX ! oberdiek
26156 \end_layout
26157
26158 \end_inset
26159
26160 , le point d'ancrage d'un lien est place en haut du flottant.
26161  Pour utiliser cette fonction avec les flottants de figure, chargez 
26162 \series bold
26163 hypcap
26164 \series default
26165  dans l'entête du document avec la ligne
26166 \end_layout
26167
26168 \begin_layout Standard
26169
26170 \series bold
26171
26172 \backslash
26173 usepackage[figure]{hypcap}
26174 \end_layout
26175
26176 \begin_layout Standard
26177 Vous pouvez aussi utiliser 
26178 \series bold
26179 hypcap
26180 \series default
26181  pour tous les types de flottants, mais ce n'est pas recommandé pour des
26182  raisons de stabilité.
26183  Pour plus d'information, jetez un coup d'œil au manuel d' 
26184 \series bold
26185 hypcap
26186 \series default
26187  
26188 \begin_inset CommandInset citation
26189 LatexCommand cite
26190 key "hypcap"
26191
26192 \end_inset
26193
26194 .
26195 \end_layout
26196
26197 \begin_layout Standard
26198 \begin_inset Note Greyedout
26199 status open
26200
26201 \begin_layout Plain Layout
26202
26203 \series bold
26204 Note:
26205 \series default
26206  
26207 \series bold
26208 hypcap
26209 \series default
26210  n'a aucun effet pour les références à des sous-figures.
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Section
26219 Placement des flottants
26220 \begin_inset CommandInset label
26221 LatexCommand label
26222 name "sec:Placement-flottants"
26223
26224 \end_inset
26225
26226
26227 \begin_inset Index idx
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231 Flottants ! Placement
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Standard
26240 En faisant un clic droit sur la boîte d'un flottant et 
26241 \lang english
26242 clicking on 
26243 \family sans
26244 Settings
26245 \family default
26246 \lang french
26247  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
26248  paramètres de placement que LaTeX utilise pour déterminer où placer le
26249  flottant.
26250 \begin_inset Newline newline
26251 \end_inset
26252
26253 L'option 
26254 \family sans
26255 Plusieurs
26256 \begin_inset space ~
26257 \end_inset
26258
26259 colonnes
26260 \family default
26261  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
26262  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
26263  confiné sur une seule colonne.
26264 \begin_inset Newline newline
26265 \end_inset
26266
26267 L'option 
26268 \family sans
26269 Rotation
26270 \begin_inset space ~
26271 \end_inset
26272
26273 90°
26274 \family default
26275  est utilisée pour faire tourner les flottants, voyez la section
26276 \begin_inset space ~
26277 \end_inset
26278
26279
26280 \begin_inset CommandInset ref
26281 LatexCommand ref
26282 reference "sec:Flottants-renversés"
26283
26284 \end_inset
26285
26286 .
26287 \end_layout
26288
26289 \begin_layout Standard
26290 En désactivant l'option 
26291 \family sans
26292 Utilise
26293 \begin_inset space ~
26294 \end_inset
26295
26296 le
26297 \begin_inset space ~
26298 \end_inset
26299
26300 placement
26301 \begin_inset space ~
26302 \end_inset
26303
26304 par
26305 \begin_inset space ~
26306 \end_inset
26307
26308 défaut
26309 \family default
26310  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26311  le placement du flottant:
26312 \end_layout
26313
26314 \begin_layout Description
26315 Ici,
26316 \begin_inset space ~
26317 \end_inset
26318
26319 si
26320 \begin_inset space ~
26321 \end_inset
26322
26323 possible: essaie de placer le flottant à la position où il a été inséré
26324  dans LyX
26325 \end_layout
26326
26327 \begin_layout Description
26328 Haut
26329 \begin_inset space ~
26330 \end_inset
26331
26332 de
26333 \begin_inset space ~
26334 \end_inset
26335
26336 la
26337 \begin_inset space ~
26338 \end_inset
26339
26340 page: essaie de placer le flottant en haut de la page courante
26341 \end_layout
26342
26343 \begin_layout Description
26344 Bas
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 bas de la page courante
26357 \end_layout
26358
26359 \begin_layout Description
26360 Page
26361 \begin_inset space ~
26362 \end_inset
26363
26364 de
26365 \begin_inset space ~
26366 \end_inset
26367
26368 flottants: essaie de placer le flottant sur une page à part, éventuellement
26369  avec d'autres flottants 
26370 \end_layout
26371
26372 \begin_layout Standard
26373 LaTeX utilise
26374 \emph on
26375  toujours 
26376 \emph default
26377 les options dans l'ordre donné ci-dessus.
26378  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
26379  d'abord essayer 
26380 \family sans
26381 Ici
26382 \begin_inset space ~
26383 \end_inset
26384
26385 si
26386 \begin_inset space ~
26387 \end_inset
26388
26389 possible
26390 \family default
26391 , ensuite 
26392 \family sans
26393 Haut
26394 \begin_inset space ~
26395 \end_inset
26396
26397 de
26398 \begin_inset space ~
26399 \end_inset
26400
26401 la
26402 \begin_inset space ~
26403 \end_inset
26404
26405 page
26406 \family default
26407 , et ainsi de suite.
26408  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
26409  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26410  Si aucune des quatre options de placement n'est possible, la procédure
26411  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26412 \end_layout
26413
26414 \begin_layout Standard
26415 Implicitement, chaque option a ses propres règles d'application:
26416 \end_layout
26417
26418 \begin_layout Standard
26419
26420 \family sans
26421 Haut
26422 \begin_inset space ~
26423 \end_inset
26424
26425 de
26426 \begin_inset space ~
26427 \end_inset
26428
26429 la
26430 \begin_inset space ~
26431 \end_inset
26432
26433 page
26434 \family default
26435  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26436  en haut de page (
26437 \series bold
26438
26439 \backslash
26440 topfraction
26441 \series default
26442 ).
26443 \end_layout
26444
26445 \begin_layout Standard
26446
26447 \family sans
26448 Bas
26449 \begin_inset space ~
26450 \end_inset
26451
26452 de
26453 \begin_inset space ~
26454 \end_inset
26455
26456 la
26457 \begin_inset space ~
26458 \end_inset
26459
26460 page
26461 \family default
26462  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26463  en bas de page (
26464 \series bold
26465
26466 \backslash
26467 bottomfraction
26468 \series default
26469 ).
26470 \end_layout
26471
26472 \begin_layout Standard
26473
26474 \family sans
26475 Page
26476 \begin_inset space ~
26477 \end_inset
26478
26479 de
26480 \begin_inset space ~
26481 \end_inset
26482
26483 flottants
26484 \family default
26485  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26486  si ils occupent plus de 50% de celle-ci (
26487 \series bold
26488
26489 \backslash
26490 floatpagefraction
26491 \series default
26492 ).
26493 \end_layout
26494
26495 \begin_layout Standard
26496 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26497  supplémentaire 
26498 \family sans
26499 Ignorer
26500 \begin_inset space ~
26501 \end_inset
26502
26503 les
26504 \begin_inset space ~
26505 \end_inset
26506
26507 règles
26508 \begin_inset space ~
26509 \end_inset
26510
26511 LaTeX
26512 \family default
26513 \lang english
26514 .
26515 \begin_inset Newline newline
26516 \end_inset
26517
26518
26519 \lang french
26520 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
26521  données entre parenthèses après les descriptions des règles données ci-dessus.
26522  Par exemple, pour augmenter à 50
26523 \begin_inset space \thinspace{}
26524 \end_inset
26525
26526 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26527  trop petite, ajoutez cette ligne au préambule de votre document :
26528 \end_layout
26529
26530 \begin_layout Standard
26531
26532 \series bold
26533
26534 \backslash
26535 renewcommand{
26536 \backslash
26537 bottomfraction}{0.5}
26538 \end_layout
26539
26540 \begin_layout Standard
26541 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26542  exactement à l'endroit où vous l'avez inséré.
26543  dans ce cas utilisez l'option 
26544 \family sans
26545 Ici
26546 \begin_inset space ~
26547 \end_inset
26548
26549 à
26550 \begin_inset space ~
26551 \end_inset
26552
26553 tout
26554 \begin_inset space ~
26555 \end_inset
26556
26557 Prix
26558 \family default
26559 .
26560  Utilisez cette option le moins souvent possible et seulement quand le document
26561  est presque prêt à être imprimé.
26562  En effet, le flottant n'est plus capable de 
26563 \begin_inset Quotes eld
26564 \end_inset
26565
26566 flotter
26567 \begin_inset Quotes erd
26568 \end_inset
26569
26570 , ce qui peut perturber toutes les mises en page.
26571 \end_layout
26572
26573 \begin_layout Standard
26574 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26575  sont toujours entourés par le texte d'un paragraphe donné.
26576 \begin_inset VSpace bigskip
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Standard
26583 On peut parfois se trouver dans la situation où un flottant est placé en
26584  haut d'une page alors que la section concernée ne commence qu'au milieu
26585  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26586  la section précédente.
26587  On peut utiliser la commande LaTeX 
26588 \series bold
26589
26590 \backslash
26591 suppressfloats
26592 \series default
26593  pour éviter ce cas.
26594  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26595  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26596  soit placé avant que la section commence.
26597  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26598  votre document :
26599 \end_layout
26600
26601 \begin_layout Standard
26602
26603 \series bold
26604
26605 \backslash
26606 let
26607 \backslash
26608 mySection
26609 \backslash
26610 section
26611 \begin_inset Newline newline
26612 \end_inset
26613
26614
26615 \backslash
26616 renewcommand{
26617 \backslash
26618 section}{
26619 \backslash
26620 suppressfloats[t]
26621 \backslash
26622 mySection}
26623 \end_layout
26624
26625 \begin_layout Standard
26626 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26627  comme les chapitres et les sous-sections.
26628  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26629  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
26630  ensuite avoir du mal à trouver un positionnement correct.
26631 \end_layout
26632
26633 \begin_layout Standard
26634 \begin_inset VSpace bigskip
26635 \end_inset
26636
26637 Dans certains cas il est demandé de placer toutes les figures et tous les
26638  tableaux à la fin du document.
26639  C'est pour de telles situations que le paquetage LaTeX 
26640 \series bold
26641 endfloat
26642 \series default
26643
26644 \begin_inset Index idx
26645 status collapsed
26646
26647 \begin_layout Plain Layout
26648 Paquetages LaTeX ! endfloat
26649 \end_layout
26650
26651 \end_inset
26652
26653  a été développé.
26654  Il met en effet tous les flottants de figures et de tableaux à la fin du
26655  document dans leurs propres sections.
26656  À la position d'origine du flottant, une indication textuelle du genre
26657  
26658 \begin_inset Quotes eld
26659 \end_inset
26660
26661
26662 \family sans
26663 [Figure
26664 \begin_inset space ~
26665 \end_inset
26666
26667 3.2 
26668 \lang english
26669 about here.
26670 \lang french
26671 ]
26672 \family default
26673
26674 \begin_inset Quotes erd
26675 \end_inset
26676
26677  est insérée.
26678  Le paquetage 
26679 \series bold
26680 endfloat
26681 \series default
26682  est chargé dans le préambule avec la ligne suivante 
26683 \end_layout
26684
26685 \begin_layout Standard
26686
26687 \series bold
26688
26689 \backslash
26690 usepackage[options]{endfloat}
26691 \end_layout
26692
26693 \begin_layout Standard
26694 Il y a aussi de nombreuses options de paquetage pour modifier le format
26695  des sections de figures ou de tableau qui sont créées.
26696  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26697  
26698 \series bold
26699 endfloa
26700 \series default
26701
26702 \begin_inset CommandInset citation
26703 LatexCommand cite
26704 key "endfloat"
26705
26706 \end_inset
26707
26708 .
26709 \begin_inset Newline newline
26710 \end_inset
26711
26712
26713 \begin_inset Note Greyedout
26714 status open
26715
26716 \begin_layout Plain Layout
26717
26718 \series bold
26719 Note: endfloat
26720 \series default
26721  ne fournit pas de traduction automatique de l'indication textuelle, vous
26722  devez donc le faire manuellement, voyez la section
26723 \begin_inset space ~
26724 \end_inset
26725
26726 4 de 
26727 \begin_inset CommandInset citation
26728 LatexCommand cite
26729 key "endfloat"
26730
26731 \end_inset
26732
26733 .
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \begin_inset Newline newline
26740 \end_inset
26741
26742
26743 \begin_inset Note Greyedout
26744 status open
26745
26746 \begin_layout Plain Layout
26747
26748 \series bold
26749 Note:
26750 \series default
26751  Il y a actuellement un bug dans le paquetage 
26752 \series bold
26753 endfloat
26754 \series default
26755  quand la légende contient un 
26756 \begin_inset Quotes eld
26757 \end_inset
26758
26759 ß
26760 \begin_inset Quotes erd
26761 \end_inset
26762
26763  allemand.
26764  Utilisez dans ce cas la commande 
26765 \begin_inset Quotes eld
26766 \end_inset
26767
26768
26769 \series bold
26770
26771 \backslash
26772 ss
26773 \series default
26774
26775 \begin_inset Quotes erd
26776 \end_inset
26777
26778  en code TeX à la place du 
26779 \begin_inset Quotes eld
26780 \end_inset
26781
26782 ß
26783 \begin_inset Quotes erd
26784 \end_inset
26785
26786 .
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Standard
26795 \begin_inset VSpace bigskip
26796 \end_inset
26797
26798 Pour plus d'information sur les manières de placer les flottants, jetez
26799  un coup d'œil aux livres sur LaTeX, 
26800 \begin_inset CommandInset citation
26801 LatexCommand cite
26802 key "latexcompanion,latexguide,latexbook"
26803
26804 \end_inset
26805
26806 .
26807 \end_layout
26808
26809 \begin_layout Section
26810 Flottants renversés
26811 \begin_inset CommandInset label
26812 LatexCommand label
26813 name "sec:Flottants-renversés"
26814
26815 \end_inset
26816
26817
26818 \begin_inset Index idx
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822 Flottants ! Renversés
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \begin_layout Standard
26831 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26832  tableaux très larges.
26833  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26834  un clic droit sur la boîte du flottant et utilisez l'option 
26835 \family sans
26836 Rotation
26837 \begin_inset space ~
26838 \end_inset
26839
26840 90°
26841 \family default
26842 .
26843 \end_layout
26844
26845 \begin_layout Standard
26846 Les flottants renversés sont systématiquement placés sur leur propre page
26847  ( ou colonne, si vous avez un document sur deux colonnes ).
26848  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26849  
26850 \family sans
26851 Plusieurs
26852 \begin_inset space ~
26853 \end_inset
26854
26855 colonnes
26856 \family default
26857  dans les paramètres du flottant.
26858  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26859  du côté de la marge externe.
26860  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26861  ajouter soit l'option 
26862 \series bold
26863 figuresleft
26864 \series default
26865  soit l'option 
26866 \series bold
26867 figuresright
26868 \series default
26869  aux options de la classe de document.
26870 \end_layout
26871
26872 \begin_layout Standard
26873 Faire référence à un flottant renversé se fait de la même manière que pour
26874  un flottant normal, la mise en forme de la légende est aussi identique
26875  : Le tableau
26876 \begin_inset space ~
26877 \end_inset
26878
26879
26880 \begin_inset CommandInset ref
26881 LatexCommand ref
26882 reference "tab:Tableau-pivoté"
26883
26884 \end_inset
26885
26886  est un exemple de flottant de tableau renversé.
26887 \end_layout
26888
26889 \begin_layout Standard
26890 \begin_inset Note Greyedout
26891 status open
26892
26893 \begin_layout Plain Layout
26894
26895 \series bold
26896 Note:
26897 \series default
26898  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26899  DVI.
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \begin_layout Standard
26908 \begin_inset Float table
26909 wide false
26910 sideways true
26911 status open
26912
26913 \begin_layout Plain Layout
26914 \begin_inset Caption Standard
26915
26916 \begin_layout Plain Layout
26917 \begin_inset CommandInset label
26918 LatexCommand label
26919 name "tab:Tableau-pivoté"
26920
26921 \end_inset
26922
26923  Tableau pivoté
26924 \end_layout
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \begin_layout Plain Layout
26932 \align center
26933 \begin_inset Tabular
26934 <lyxtabular version="3" rows="1" columns="5">
26935 <features rotate="0" tabularvalignment="middle">
26936 <column alignment="center" valignment="top">
26937 <column alignment="center" valignment="top">
26938 <column alignment="center" valignment="top">
26939 <column alignment="center" valignment="top">
26940 <column alignment="center" valignment="top">
26941 <row>
26942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946 test
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955 b
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964 c
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26970 \begin_inset Text
26971
26972 \begin_layout Plain Layout
26973 d
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 e
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 </row>
26988 </lyxtabular>
26989
26990 \end_inset
26991
26992
26993 \end_layout
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \begin_layout Section
27001 Sous-flottants
27002 \begin_inset Index idx
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006 Flottants ! Sous-flottants
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Standard
27015 Un exemple de sous-flottant : une figure composée de plusieurs images.
27016  On les crée en insérant un flottant dans un flottant existant.
27017  Le positionnement des sous-flottants peut être contrôlé comme pour les
27018  paragraphes comme on le voit avec les tableaux
27019 \begin_inset space ~
27020 \end_inset
27021
27022
27023 \begin_inset CommandInset ref
27024 LatexCommand ref
27025 reference "tab:Deux-sous-tableaux-cote-a-cote"
27026
27027 \end_inset
27028
27029  et 
27030 \begin_inset CommandInset ref
27031 LatexCommand ref
27032 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27033
27034 \end_inset
27035
27036 .
27037 \end_layout
27038
27039 \begin_layout Standard
27040 On fait référence à des sous-flottants comme on le ferait avec des flottants
27041  normaux : Les tableaux
27042 \begin_inset space ~
27043 \end_inset
27044
27045
27046 \begin_inset CommandInset ref
27047 LatexCommand ref
27048 reference "tab:Le-sous-tableau-a"
27049
27050 \end_inset
27051
27052  et 
27053 \begin_inset CommandInset ref
27054 LatexCommand ref
27055 reference "tab:Le-sous-tableau-b"
27056
27057 \end_inset
27058
27059  sont des sous-tableaux du tableau
27060 \begin_inset space ~
27061 \end_inset
27062
27063
27064 \begin_inset CommandInset ref
27065 LatexCommand ref
27066 reference "tab:Deux-sous-tableaux-cote-a-cote"
27067
27068 \end_inset
27069
27070 .
27071 \end_layout
27072
27073 \begin_layout Standard
27074 \begin_inset Float table
27075 wide false
27076 sideways false
27077 status open
27078
27079 \begin_layout Plain Layout
27080 \begin_inset Caption Standard
27081
27082 \begin_layout Plain Layout
27083 \begin_inset CommandInset label
27084 LatexCommand label
27085 name "tab:Deux-sous-tableaux-cote-a-cote"
27086
27087 \end_inset
27088
27089 Deux sous-tableaux placés côte-à-côte.
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Plain Layout
27098 \align center
27099 \begin_inset space \hfill{}
27100 \end_inset
27101
27102
27103 \begin_inset Float table
27104 wide false
27105 sideways false
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109 \begin_inset Caption Standard
27110
27111 \begin_layout Plain Layout
27112 \begin_inset CommandInset label
27113 LatexCommand label
27114 name "tab:Le-sous-tableau-a"
27115
27116 \end_inset
27117
27118 Le sous-tableau a
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \begin_layout Plain Layout
27127 \align center
27128 \begin_inset Tabular
27129 <lyxtabular version="3" rows="1" columns="5">
27130 <features rotate="0" tabularvalignment="middle">
27131 <column alignment="center" valignment="top">
27132 <column alignment="center" valignment="top">
27133 <column alignment="center" valignment="top">
27134 <column alignment="center" valignment="top">
27135 <column alignment="center" valignment="top">
27136 <row>
27137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Plain Layout
27141 test
27142 \end_layout
27143
27144 \end_inset
27145 </cell>
27146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27147 \begin_inset Text
27148
27149 \begin_layout Plain Layout
27150 b
27151 \end_layout
27152
27153 \end_inset
27154 </cell>
27155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159 c
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Plain Layout
27168 d
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177 e
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 </row>
27183 </lyxtabular>
27184
27185 \end_inset
27186
27187
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \begin_inset space \hfill{}
27194 \end_inset
27195
27196
27197 \begin_inset Float table
27198 wide false
27199 sideways false
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203 \begin_inset Caption Standard
27204
27205 \begin_layout Plain Layout
27206 \begin_inset CommandInset label
27207 LatexCommand label
27208 name "tab:Le-sous-tableau-b"
27209
27210 \end_inset
27211
27212 Le sous-tableau b.
27213 \end_layout
27214
27215 \end_inset
27216
27217
27218 \end_layout
27219
27220 \begin_layout Plain Layout
27221 \align center
27222 \begin_inset Tabular
27223 <lyxtabular version="3" rows="1" columns="5">
27224 <features rotate="0" tabularvalignment="middle">
27225 <column alignment="center" valignment="top">
27226 <column alignment="center" valignment="top">
27227 <column alignment="center" valignment="top">
27228 <column alignment="center" valignment="top">
27229 <column alignment="center" valignment="top">
27230 <row>
27231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27232 \begin_inset Text
27233
27234 \begin_layout Plain Layout
27235 e
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27241 \begin_inset Text
27242
27243 \begin_layout Plain Layout
27244 d
27245 \end_layout
27246
27247 \end_inset
27248 </cell>
27249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27250 \begin_inset Text
27251
27252 \begin_layout Plain Layout
27253 c
27254 \end_layout
27255
27256 \end_inset
27257 </cell>
27258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262 b
27263 \end_layout
27264
27265 \end_inset
27266 </cell>
27267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271 test
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 </row>
27277 </lyxtabular>
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \begin_inset space \hfill{}
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \begin_layout Standard
27299 \begin_inset Float table
27300 wide false
27301 sideways false
27302 status open
27303
27304 \begin_layout Plain Layout
27305 \begin_inset Caption Standard
27306
27307 \begin_layout Plain Layout
27308 \begin_inset CommandInset label
27309 LatexCommand label
27310 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27311
27312 \end_inset
27313
27314 Deux sous-tableaux placés l'un sur l'autre.
27315  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27316 \end_layout
27317
27318 \end_inset
27319
27320
27321 \end_layout
27322
27323 \begin_layout Plain Layout
27324 \align center
27325 \begin_inset Float table
27326 wide false
27327 sideways false
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331 \begin_inset Caption Standard
27332
27333 \begin_layout Plain Layout
27334
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Plain Layout
27343 \align center
27344 \begin_inset Tabular
27345 <lyxtabular version="3" rows="1" columns="4">
27346 <features rotate="0" tabularvalignment="middle">
27347 <column alignment="center" valignment="top">
27348 <column alignment="center" valignment="top">
27349 <column alignment="center" valignment="top">
27350 <column alignment="center" valignment="top">
27351 <row>
27352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356 test
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Plain Layout
27365 test
27366 \end_layout
27367
27368 \end_inset
27369 </cell>
27370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374 test
27375 \end_layout
27376
27377 \end_inset
27378 </cell>
27379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27380 \begin_inset Text
27381
27382 \begin_layout Plain Layout
27383 test
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 </row>
27389 </lyxtabular>
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Plain Layout
27402 \align center
27403 \begin_inset Float table
27404 wide false
27405 sideways false
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 \begin_inset Caption Standard
27410
27411 \begin_layout Plain Layout
27412
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \begin_layout Plain Layout
27421 \align center
27422 \begin_inset Tabular
27423 <lyxtabular version="3" rows="1" columns="5">
27424 <features rotate="0" tabularvalignment="middle">
27425 <column alignment="center" valignment="top">
27426 <column alignment="center" valignment="top">
27427 <column alignment="center" valignment="top">
27428 <column alignment="center" valignment="top">
27429 <column alignment="center" valignment="top">
27430 <row>
27431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435 a
27436 \end_layout
27437
27438 \end_inset
27439 </cell>
27440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27441 \begin_inset Text
27442
27443 \begin_layout Plain Layout
27444 b
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453 c
27454 \end_layout
27455
27456 \end_inset
27457 </cell>
27458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27459 \begin_inset Text
27460
27461 \begin_layout Plain Layout
27462 d
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27468 \begin_inset Text
27469
27470 \begin_layout Plain Layout
27471 e
27472 \end_layout
27473
27474 \end_inset
27475 </cell>
27476 </row>
27477 </lyxtabular>
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Section
27495 Flottants côte-à-côte
27496 \begin_inset Index idx
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 Flottants ! côte-à-côte
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Standard
27509 Pour placer des flottants côte-à-côte, comme pour la figure
27510 \begin_inset space ~
27511 \end_inset
27512
27513
27514 \begin_inset CommandInset ref
27515 LatexCommand ref
27516 reference "fig:Flottant-gauche"
27517
27518 \end_inset
27519
27520  et 
27521 \begin_inset CommandInset ref
27522 LatexCommand ref
27523 reference "fig:Flottant-droit"
27524
27525 \end_inset
27526
27527 , on n'utilise 
27528 \emph on
27529 qu'un seul 
27530 \emph default
27531 flottant.
27532  On y insère deux boîtes de minipages.
27533 \begin_inset Foot
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 Les minipages sont décrites dans la section
27538 \begin_inset space ~
27539 \end_inset
27540
27541
27542 \begin_inset CommandInset ref
27543 LatexCommand ref
27544 reference "sec:Minipages"
27545
27546 \end_inset
27547
27548 .
27549 \end_layout
27550
27551 \end_inset
27552
27553  La largeur est mise à 45
27554 \begin_inset space \thinspace{}
27555 \end_inset
27556
27557 -50
27558 \begin_inset space \thinspace{}
27559 \end_inset
27560
27561 column% et l'alignement de la boîte à 
27562 \family sans
27563 Bas
27564 \family default
27565  pour chaque minipage.
27566  Les boîtes minipages contiennent l'image et la légende exactement comme
27567  avec un flottant.
27568  La seule différence est que l'unité de longueur 
27569 \family sans
27570 Largeur
27571 \begin_inset space ~
27572 \end_inset
27573
27574 colonne
27575 \begin_inset space ~
27576 \end_inset
27577
27578 %
27579 \family default
27580  utilisée pour l'image est maintenant définie par rapport à la largeur des
27581  boîtes minipages.
27582 \end_layout
27583
27584 \begin_layout Standard
27585 \begin_inset Float figure
27586 wide false
27587 sideways false
27588 status open
27589
27590 \begin_layout Plain Layout
27591 \begin_inset Box Frameless
27592 position "b"
27593 hor_pos "c"
27594 has_inner_box 1
27595 inner_pos "t"
27596 use_parbox 0
27597 use_makebox 0
27598 width "45col%"
27599 special "none"
27600 height "1in"
27601 height_special "totalheight"
27602 status open
27603
27604 \begin_layout Plain Layout
27605 \align center
27606 \begin_inset Graphics
27607         filename ../clipart/mobius.eps
27608         lyxscale 50
27609         width 100col%
27610         scaleBeforeRotation
27611
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \begin_layout Plain Layout
27618 \begin_inset Caption Standard
27619
27620 \begin_layout Plain Layout
27621 \begin_inset CommandInset label
27622 LatexCommand label
27623 name "fig:Flottant-gauche"
27624
27625 \end_inset
27626
27627 Flottant du côté gauche.
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \begin_inset space \hfill{}
27639 \end_inset
27640
27641
27642 \begin_inset Box Frameless
27643 position "b"
27644 hor_pos "c"
27645 has_inner_box 1
27646 inner_pos "t"
27647 use_parbox 0
27648 use_makebox 0
27649 width "45col%"
27650 special "none"
27651 height "1in"
27652 height_special "totalheight"
27653 status open
27654
27655 \begin_layout Plain Layout
27656 \align center
27657 \begin_inset Graphics
27658         filename ../clipart/platypus.eps
27659         lyxscale 50
27660         width 100col%
27661         scaleBeforeRotation
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Plain Layout
27669 \begin_inset Caption Standard
27670
27671 \begin_layout Plain Layout
27672 \begin_inset CommandInset label
27673 LatexCommand label
27674 name "fig:Flottant-droit"
27675
27676 \end_inset
27677
27678 Flottant du côté droit.
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Section
27697 Mise en forme de la légende
27698 \begin_inset Index idx
27699 status collapsed
27700
27701 \begin_layout Plain Layout
27702 Légende ! Mise en forme
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \begin_inset Index idx
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 Flottants ! Mise en forme de la Légende
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \begin_inset CommandInset label
27719 LatexCommand label
27720 name "sec:Formatage-légende"
27721
27722 \end_inset
27723
27724
27725 \end_layout
27726
27727 \begin_layout Standard
27728 L'environnement 
27729 \family sans
27730 Légende
27731 \family default
27732  est l'environnement de paragraphe implicite pour les 
27733 \family sans
27734 flottants
27735 \family default
27736 .
27737  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
27738  par exemple 
27739 \begin_inset Quotes eld
27740 \end_inset
27741
27742
27743 \family sans
27744 Figure #:
27745 \family default
27746
27747 \begin_inset Quotes erd
27748 \end_inset
27749
27750  suivi par le texte de la légende.
27751  Le 
27752 \begin_inset Quotes eld
27753 \end_inset
27754
27755 #
27756 \begin_inset Quotes erd
27757 \end_inset
27758
27759  étant remplacé par le numéro de référence réel.
27760  implicitement l'étiquette et le numéro sont dans la même police de caractères
27761  que le texte de la légende et deux points suivent le numéro pour séparer
27762  l'étiquette du texte.
27763  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27764 \end_layout
27765
27766 \begin_layout Standard
27767 Pour modifier le format implicite des légendes, il faut charger le paquetage
27768  LaTeX 
27769 \series bold
27770 caption
27771 \series default
27772
27773 \begin_inset Index idx
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777 Paquetages LaTeX ! caption
27778 \end_layout
27779
27780 \end_inset
27781
27782  dans le préambule de votre document avec la ligne suivante :
27783 \end_layout
27784
27785 \begin_layout Standard
27786
27787 \series bold
27788
27789 \backslash
27790 usepackage[format definition]{caption}
27791 \end_layout
27792
27793 \begin_layout Standard
27794 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27795  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27796  dans ce document, utilisez les commandes suivantes :
27797 \end_layout
27798
27799 \begin_layout Standard
27800
27801 \series bold
27802
27803 \backslash
27804 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27805 \end_layout
27806
27807 \begin_layout Standard
27808 Vous pouvez aussi définir des formats de légendes différents pour les différents
27809  types de flottants.
27810  Dans ce cas chargez le paquetage 
27811 \series bold
27812 caption 
27813 \series default
27814 sans option de format spécifique et définissez les différents formats à
27815  l'aide de la commande 
27816 \end_layout
27817
27818 \begin_layout Standard
27819
27820 \series bold
27821
27822 \backslash
27823 captionsetup[type de flottant]{définition du format}
27824 \end_layout
27825
27826 \begin_layout Standard
27827 dans le préambule du document.
27828  Par exemple les formats de légende de la Figure
27829 \begin_inset space ~
27830 \end_inset
27831
27832
27833 \begin_inset CommandInset ref
27834 LatexCommand ref
27835 reference "fig:Legende-de-fig"
27836
27837 \end_inset
27838
27839  et du Tableau
27840 \begin_inset space ~
27841 \end_inset
27842
27843
27844 \begin_inset CommandInset ref
27845 LatexCommand ref
27846 reference "tab:Légende-de-tab"
27847
27848 \end_inset
27849
27850  peuvent être créés en utilisant les commandes suivantes dans le préambule
27851  :
27852 \end_layout
27853
27854 \begin_layout Standard
27855
27856 \series bold
27857
27858 \backslash
27859 usepackage[tableposition=top]{caption}
27860 \series default
27861
27862 \begin_inset Newline newline
27863 \end_inset
27864
27865
27866 \series bold
27867
27868 \backslash
27869 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27870 \begin_inset Newline newline
27871 \end_inset
27872
27873
27874 \begin_inset Phantom HPhantom
27875 status open
27876
27877 \begin_layout Plain Layout
27878
27879 \series bold
27880
27881 \backslash
27882 captionsetup[figure]{
27883 \end_layout
27884
27885 \end_inset
27886
27887 labelsep=period}
27888 \begin_inset Newline newline
27889 \end_inset
27890
27891
27892 \backslash
27893 captionsetup[table]{labelfont={bf,sf}}
27894 \end_layout
27895
27896 \begin_layout Standard
27897 \begin_inset Note Greyedout
27898 status open
27899
27900 \begin_layout Plain Layout
27901
27902 \series bold
27903 Note:
27904 \series default
27905  L'option 
27906 \series bold
27907 tableposition=top
27908 \series default
27909  n'a pas d'effet quand on utilise un document de classe 
27910 \series bold
27911 KOMA-Script
27912 \series default
27913
27914 \begin_inset Index idx
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918 Paquetages LaTeX ! KOMA-Script
27919 \end_layout
27920
27921 \end_inset
27922
27923 .
27924  Dans ce cas on doit utiliser l'option 
27925 \series bold
27926 captions=tableheading
27927 \series default
27928  de la classe de document.
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 Pour plus d'information sur le paquetage 
27938 \series bold
27939 caption
27940 \series default
27941  nous vous renvoyons à sa documentation 
27942 \begin_inset CommandInset citation
27943 LatexCommand cite
27944 key "caption"
27945
27946 \end_inset
27947
27948 .
27949 \end_layout
27950
27951 \begin_layout Standard
27952 Pour changer le nom de l'étiquette, par exemple de 
27953 \begin_inset Quotes eld
27954 \end_inset
27955
27956 Figure
27957 \begin_inset Quotes erd
27958 \end_inset
27959
27960  à 
27961 \begin_inset Quotes eld
27962 \end_inset
27963
27964 Image
27965 \begin_inset Quotes erd
27966 \end_inset
27967
27968 , utilisez la commande suivante dans le préambule :
27969 \end_layout
27970
27971 \begin_layout Standard
27972
27973 \series bold
27974
27975 \backslash
27976 renewcommand{
27977 \backslash
27978 fnum@figure}{Image~
27979 \backslash
27980 thefigure}
27981 \end_layout
27982
27983 \begin_layout Standard
27984 où 
27985 \series bold
27986
27987 \backslash
27988 thefigure
27989 \series default
27990  insère le numéro de la figure et
27991 \series bold
27992  
27993 \begin_inset Quotes eld
27994 \end_inset
27995
27996 ~
27997 \series default
27998
27999 \begin_inset Quotes erd
28000 \end_inset
28001
28002  ajoute une espace insécable.
28003 \end_layout
28004
28005 \begin_layout Standard
28006 \begin_inset VSpace bigskip
28007 \end_inset
28008
28009 Si vous utilisez un document de classe 
28010 \series bold
28011 KOMA-Script
28012 \series default
28013
28014 \begin_inset Index idx
28015 status collapsed
28016
28017 \begin_layout Plain Layout
28018 Paquetages LaTeX ! KOMA-Script
28019 \end_layout
28020
28021 \end_inset
28022
28023  (
28024 \family sans
28025 article (KOMA-Script)
28026 \family default
28027
28028 \family sans
28029 book (KOMA-Script)
28030 \family default
28031
28032 \family sans
28033 letter (KOMA-Script)
28034 \family default
28035 , ou 
28036 \family sans
28037 report (KOMA-Script)
28038 \family default
28039
28040 \begin_inset space \thinspace{}
28041 \end_inset
28042
28043 ), Vous pouvez utiliser la commande incorporée 
28044 \series bold
28045
28046 \backslash
28047 setkomafont 
28048 \series default
28049 du paquetage
28050 \series bold
28051  KOMA-Script 
28052 \series default
28053 à la place du paquetage
28054 \series bold
28055  caption.
28056  
28057 \series default
28058 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
28059  suivante au préambule de votre document :
28060 \end_layout
28061
28062 \begin_layout Standard
28063
28064 \series bold
28065
28066 \backslash
28067 setkomafont{captionlabel}{
28068 \backslash
28069 bfseries}
28070 \end_layout
28071
28072 \begin_layout Standard
28073 Pour plus d'information au sujet de 
28074 \series bold
28075
28076 \backslash
28077 setkomafont
28078 \series default
28079  nous vous renvoyons à la documentation du paquetage 
28080 \series bold
28081 KOMA-Script
28082 \series default
28083  
28084 \begin_inset CommandInset citation
28085 LatexCommand cite
28086 key "KOMA-Script"
28087
28088 \end_inset
28089
28090 .
28091 \end_layout
28092
28093 \begin_layout Standard
28094 \begin_inset ERT
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098
28099
28100 \backslash
28101 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
28102 }
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \begin_inset Note Note
28109 status open
28110
28111 \begin_layout Plain Layout
28112 Le format de la légende n'est modifié que pour cet exemple.
28113 \end_layout
28114
28115 \end_inset
28116
28117
28118 \end_layout
28119
28120 \begin_layout Standard
28121 \begin_inset Float figure
28122 placement !p
28123 wide false
28124 sideways false
28125 status open
28126
28127 \begin_layout Plain Layout
28128 \align center
28129 \begin_inset Graphics
28130         filename ../clipart/mobius.eps
28131         lyxscale 50
28132         scale 50
28133         scaleBeforeRotation
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \begin_layout Plain Layout
28141 \begin_inset Caption Standard
28142
28143 \begin_layout Plain Layout
28144 \begin_inset CommandInset label
28145 LatexCommand label
28146 name "fig:Legende-de-fig"
28147
28148 \end_inset
28149
28150 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
28151  pour montrer les différents types de formats de légendes.
28152  Ici on a utilisé un format de légende personnalisé.
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \end_layout
28164
28165 \begin_layout Standard
28166 \begin_inset ERT
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170
28171
28172 \backslash
28173 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28174 on}
28175 \end_layout
28176
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \begin_layout Standard
28183 \begin_inset Float table
28184 placement !p
28185 wide false
28186 sideways false
28187 status open
28188
28189 \begin_layout Plain Layout
28190 \begin_inset Caption Standard
28191
28192 \begin_layout Plain Layout
28193 \begin_inset CommandInset label
28194 LatexCommand label
28195 name "tab:Légende-de-tab"
28196
28197 \end_inset
28198
28199 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
28200  pour montrer les différents types de formats de légendes.
28201  Ici on a utilisé le format de légende implicite.
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Plain Layout
28210 \align center
28211 \begin_inset Tabular
28212 <lyxtabular version="3" rows="1" columns="5">
28213 <features rotate="0" tabularvalignment="middle">
28214 <column alignment="center" valignment="top">
28215 <column alignment="center" valignment="top">
28216 <column alignment="center" valignment="top">
28217 <column alignment="center" valignment="top">
28218 <column alignment="center" valignment="top">
28219 <row>
28220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28221 \begin_inset Text
28222
28223 \begin_layout Plain Layout
28224 a
28225 \end_layout
28226
28227 \end_inset
28228 </cell>
28229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28230 \begin_inset Text
28231
28232 \begin_layout Plain Layout
28233 b
28234 \end_layout
28235
28236 \end_inset
28237 </cell>
28238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28239 \begin_inset Text
28240
28241 \begin_layout Plain Layout
28242 c
28243 \end_layout
28244
28245 \end_inset
28246 </cell>
28247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28248 \begin_inset Text
28249
28250 \begin_layout Plain Layout
28251 d
28252 \end_layout
28253
28254 \end_inset
28255 </cell>
28256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28257 \begin_inset Text
28258
28259 \begin_layout Plain Layout
28260 e
28261 \end_layout
28262
28263 \end_inset
28264 </cell>
28265 </row>
28266 </lyxtabular>
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \begin_layout Section
28279 Positionnement de la Légende
28280 \begin_inset Index idx
28281 status collapsed
28282
28283 \begin_layout Plain Layout
28284 Légende ! Placement
28285 \end_layout
28286
28287 \end_inset
28288
28289
28290 \begin_inset Index idx
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294 Flottants ! Placement de la légende
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \begin_inset CommandInset label
28301 LatexCommand label
28302 name "sec:Placement-légende"
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Standard
28310 La règle habituelle pour placer la légende est :
28311 \end_layout
28312
28313 \begin_layout Description
28314 Figure
28315 \begin_inset space ~
28316 \end_inset
28317
28318 : La légende est placée en dessous de la figure
28319 \end_layout
28320
28321 \begin_layout Description
28322 Tableau
28323 \begin_inset space ~
28324 \end_inset
28325
28326 : La légende est placée au dessus du tableau
28327 \end_layout
28328
28329 \begin_layout Standard
28330 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
28331  au dessus des tableaux.
28332  Ce qui fait que si vous utilisez une des classes de document 
28333 \family sans
28334 article
28335 \family default
28336
28337 \family sans
28338 book
28339 \family default
28340
28341 \family sans
28342 letter
28343 \family default
28344 , ou 
28345 \family sans
28346 report
28347 \family default
28348  il n'y aura pas d'espace libre entre la légende et le tableau.
28349  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
28350  de chargement du paquetage LaTeX 
28351 \series bold
28352 caption
28353 \series default
28354  dans le préambule de votre document
28355 \begin_inset Foot
28356 status open
28357
28358 \begin_layout Plain Layout
28359 Voir la section
28360 \begin_inset space ~
28361 \end_inset
28362
28363
28364 \begin_inset CommandInset ref
28365 LatexCommand ref
28366 reference "sec:Formatage-légende"
28367
28368 \end_inset
28369
28370  pour plus d'information sur le paquetage 
28371 \series bold
28372 caption
28373 \series default
28374 .
28375 \end_layout
28376
28377 \end_inset
28378
28379 :
28380 \end_layout
28381
28382 \begin_layout Standard
28383
28384 \series bold
28385 tableposition=top
28386 \end_layout
28387
28388 \begin_layout Standard
28389 Si vous utilisez une classe de document 
28390 \series bold
28391 KOMA-Script
28392 \series default
28393
28394 \begin_inset Index idx
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398 Paquetages LaTeX ! KOMA-Script
28399 \end_layout
28400
28401 \end_inset
28402
28403  (
28404 \family sans
28405 article (KOMA-Script)
28406 \family default
28407
28408 \family sans
28409 book (KOMA-Script)
28410 \family default
28411
28412 \family sans
28413 letter (KOMA-Script)
28414 \family default
28415 , ou 
28416 \family sans
28417 report (KOMA-Script)
28418 \family default
28419
28420 \begin_inset space \thinspace{}
28421 \end_inset
28422
28423 ), vous pouvez utiliser à la place du paquetage 
28424 \series bold
28425 caption
28426 \series default
28427  l'option 
28428 \series bold
28429 captions=tableheading
28430 \series default
28431  de la classe de document.
28432 \end_layout
28433
28434 \begin_layout Standard
28435 \begin_inset VSpace bigskip
28436 \end_inset
28437
28438 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28439  Pour cela, vous devez charger le paquetage LaTeX 
28440 \series bold
28441 sidecap
28442 \series default
28443
28444 \begin_inset Index idx
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448 Paquetages LaTeX ! sidecap
28449 \end_layout
28450
28451 \end_inset
28452
28453  dans le préambule de votre document avec la ligne de commande suivante
28454 \end_layout
28455
28456 \begin_layout Standard
28457
28458 \series bold
28459
28460 \backslash
28461 usepackage[option]{sidecap}
28462 \end_layout
28463
28464 \begin_layout Standard
28465 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28466  extérieure – à droite sur les pages impaires et à gauche sur les pages
28467  paires.
28468  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28469  
28470 \series bold
28471 innercaption
28472 \series default
28473 .
28474  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28475  
28476 \series bold
28477 rightcaption
28478 \series default
28479  ou 
28480 \series bold
28481 leftcaption
28482 \series default
28483 .
28484 \end_layout
28485
28486 \begin_layout Standard
28487 \begin_inset ERT
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491
28492
28493 \backslash
28494 ifsidecap
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \begin_inset Note Note
28501 status open
28502
28503 \begin_layout Plain Layout
28504 La section suivante ne sera affichée que si le paquetage LaTeX 
28505 \series bold
28506 sidecap
28507 \series default
28508  a été installé.
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Standard
28517 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28518  ajouter ces commandes dans le préambule de votre document :
28519 \end_layout
28520
28521 \begin_layout Standard
28522 \noindent
28523 \begin_inset CommandInset line
28524 LatexCommand rule
28525 offset "0.5ex"
28526 width "100line%"
28527 height "1pt"
28528
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Standard
28535
28536 \series bold
28537
28538 \backslash
28539 newcommand{
28540 \backslash
28541 TabBesBeg}[1][1.0]{%
28542 \begin_inset Newline newline
28543 \end_inset
28544
28545
28546 \begin_inset Phantom HPhantom
28547 status open
28548
28549 \begin_layout Plain Layout
28550 \begin_inset space ~
28551 \end_inset
28552
28553
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \backslash
28560 let
28561 \backslash
28562 MyTable
28563 \backslash
28564 table
28565 \begin_inset Newline newline
28566 \end_inset
28567
28568
28569 \begin_inset Phantom HPhantom
28570 status open
28571
28572 \begin_layout Plain Layout
28573
28574 \series medium
28575 \begin_inset space ~
28576 \end_inset
28577
28578
28579 \end_layout
28580
28581 \end_inset
28582
28583
28584 \backslash
28585 let
28586 \backslash
28587 MyEndtable
28588 \backslash
28589 endtable
28590 \begin_inset Newline newline
28591 \end_inset
28592
28593
28594 \begin_inset Phantom HPhantom
28595 status open
28596
28597 \begin_layout Plain Layout
28598
28599 \series medium
28600 \begin_inset space ~
28601 \end_inset
28602
28603
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \backslash
28610 renewenvironment{table}[1]{
28611 \backslash
28612 begin{SCtable}[#1]##1}{
28613 \backslash
28614 end{SCtable}}}
28615 \end_layout
28616
28617 \begin_layout Standard
28618
28619 \series bold
28620
28621 \backslash
28622 newcommand{
28623 \backslash
28624 TabBesEnd}{%
28625 \begin_inset Newline newline
28626 \end_inset
28627
28628
28629 \begin_inset Phantom HPhantom
28630 status open
28631
28632 \begin_layout Plain Layout
28633 \begin_inset space ~
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \backslash
28643 let
28644 \backslash
28645 table
28646 \backslash
28647 MyTable
28648 \begin_inset Newline newline
28649 \end_inset
28650
28651
28652 \begin_inset Phantom HPhantom
28653 status open
28654
28655 \begin_layout Plain Layout
28656 \begin_inset space ~
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \backslash
28666 let
28667 \backslash
28668 endtable
28669 \backslash
28670 MyEndtable
28671 \end_layout
28672
28673 \begin_layout Standard
28674
28675 \series bold
28676
28677 \backslash
28678 newcommand{
28679 \backslash
28680 FigBesBeg}[1][1.0]{%
28681 \begin_inset Newline newline
28682 \end_inset
28683
28684
28685 \begin_inset Phantom HPhantom
28686 status open
28687
28688 \begin_layout Plain Layout
28689 \begin_inset space ~
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \backslash
28699 let
28700 \backslash
28701 MyFigure
28702 \backslash
28703 figure
28704 \begin_inset Newline newline
28705 \end_inset
28706
28707
28708 \begin_inset Phantom HPhantom
28709 status open
28710
28711 \begin_layout Plain Layout
28712 \begin_inset space ~
28713 \end_inset
28714
28715
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \backslash
28722 let
28723 \backslash
28724 MyEndfigure
28725 \backslash
28726 endfigure
28727 \begin_inset Newline newline
28728 \end_inset
28729
28730
28731 \begin_inset Phantom HPhantom
28732 status open
28733
28734 \begin_layout Plain Layout
28735 \begin_inset space ~
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \backslash
28745 renewenvironment{figure}[1]{
28746 \backslash
28747 begin{SCfigure}[#1]##1}{
28748 \backslash
28749 end{SCfigure}}}
28750 \end_layout
28751
28752 \begin_layout Standard
28753
28754 \series bold
28755
28756 \backslash
28757 newcommand{
28758 \backslash
28759 FigBesEnd}{%
28760 \begin_inset Newline newline
28761 \end_inset
28762
28763
28764 \begin_inset Phantom HPhantom
28765 status open
28766
28767 \begin_layout Plain Layout
28768 \begin_inset space ~
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \backslash
28778 let
28779 \backslash
28780 figure
28781 \backslash
28782 MyFigure
28783 \begin_inset Newline newline
28784 \end_inset
28785
28786
28787 \begin_inset Phantom HPhantom
28788 status open
28789
28790 \begin_layout Plain Layout
28791 \begin_inset space ~
28792 \end_inset
28793
28794
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \backslash
28801 let
28802 \backslash
28803 endfigure
28804 \backslash
28805 MyEndfigure}
28806 \end_layout
28807
28808 \begin_layout Standard
28809 \noindent
28810 \begin_inset CommandInset line
28811 LatexCommand rule
28812 offset "0.5ex"
28813 width "100line%"
28814 height "1pt"
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \begin_layout Standard
28822 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28823  la légende se place sur le côté.
28824  Pour les flottants de figure, utilisez la commande
28825 \end_layout
28826
28827 \begin_layout Standard
28828
28829 \series bold
28830
28831 \backslash
28832 FigBesBeg
28833 \end_layout
28834
28835 \begin_layout Standard
28836 en code TeX avant le flottant.
28837  Et insérez la commande
28838 \end_layout
28839
28840 \begin_layout Standard
28841
28842 \series bold
28843
28844 \backslash
28845 FigBesEnd
28846 \end_layout
28847
28848 \begin_layout Standard
28849 en code TeX à l'endroit où vous voulez revenir à la définition originale
28850  du flottant.
28851 \end_layout
28852
28853 \begin_layout Standard
28854 Pour les flottants de tableau, utilisez les commandes correspondantes
28855 \end_layout
28856
28857 \begin_layout Standard
28858
28859 \series bold
28860
28861 \backslash
28862 TabBesBeg
28863 \series default
28864  et 
28865 \series bold
28866
28867 \backslash
28868 TabBesEnd
28869 \end_layout
28870
28871 \begin_layout Standard
28872 La figure
28873 \begin_inset space ~
28874 \end_inset
28875
28876
28877 \begin_inset CommandInset ref
28878 LatexCommand ref
28879 reference "fig:legende-a-coté-fig"
28880
28881 \end_inset
28882
28883  et le tableau
28884 \begin_inset space ~
28885 \end_inset
28886
28887
28888 \begin_inset CommandInset ref
28889 LatexCommand ref
28890 reference "tab:legende-à-coté-tableau"
28891
28892 \end_inset
28893
28894  sont des exemples où la légende a été mises sur le coté.
28895 \end_layout
28896
28897 \begin_layout Standard
28898 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28899  pour les flottants de tableau et vers le bas pour les flottants de figure.
28900  Pour changer ce comportement, vous pouvez utiliser les commandes
28901 \end_layout
28902
28903 \begin_layout Standard
28904
28905 \series bold
28906
28907 \backslash
28908 sidecaptionvpos{type flottant}{placement}
28909 \end_layout
28910
28911 \begin_layout Standard
28912 dans le préambule du document ou en code TeX juste avant le flottant visé.
28913  Le type du flottant est soit 
28914 \family sans
28915 figure
28916 \family default
28917  soit 
28918 \family sans
28919 table
28920 \family default
28921 , le placement peut être 
28922 \begin_inset Quotes eld
28923 \end_inset
28924
28925
28926 \family sans
28927 t
28928 \family default
28929
28930 \begin_inset Quotes erd
28931 \end_inset
28932
28933  pour haut (top), 
28934 \begin_inset Quotes eld
28935 \end_inset
28936
28937
28938 \family sans
28939 c
28940 \family default
28941
28942 \begin_inset Quotes erd
28943 \end_inset
28944
28945  pour centre (center), ou 
28946 \begin_inset Quotes eld
28947 \end_inset
28948
28949
28950 \family sans
28951 b
28952 \family default
28953
28954 \begin_inset Quotes erd
28955 \end_inset
28956
28957  pour bas (bottom).
28958  Pour que, par exemple, les légendes des flottants de figure soient centrés
28959  verticalement, utilisez la commande
28960 \end_layout
28961
28962 \begin_layout Standard
28963
28964 \series bold
28965
28966 \backslash
28967 sidecaptionvpos{figure}{c}
28968 \end_layout
28969
28970 \begin_layout Standard
28971 C'est ce qui a été utilisé pour la figure
28972 \begin_inset space ~
28973 \end_inset
28974
28975
28976 \begin_inset CommandInset ref
28977 LatexCommand ref
28978 reference "fig:legende-à-coté-fig-2"
28979
28980 \end_inset
28981
28982 .
28983 \end_layout
28984
28985 \begin_layout Standard
28986 \begin_inset VSpace medskip
28987 \end_inset
28988
28989
28990 \end_layout
28991
28992 \begin_layout Standard
28993 La largeur de légende par défaut est celle de l'image ou du tableau.
28994  Pour des images ou des tableaux étroits, comme le tableau
28995 \begin_inset space ~
28996 \end_inset
28997
28998
28999 \begin_inset CommandInset ref
29000 LatexCommand ref
29001 reference "tab:legende-à-coté-tableau"
29002
29003 \end_inset
29004
29005 , cela donne des légendes trop étroites.
29006  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29007  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29008  La largeur de la légende sera automatiquement recalculée dans le cas où
29009  cette dernière déborderait dans la marge de la page ou de la colonne à
29010  cause de la largeur indiquée.
29011  Le 
29012 \emph on
29013 facteur 
29014 \emph default
29015 peut soit être donné comme argument pour 
29016 \series bold
29017
29018 \backslash
29019 FigBesBeg
29020 \series default
29021 :
29022 \end_layout
29023
29024 \begin_layout Standard
29025
29026 \series bold
29027
29028 \backslash
29029 FigBesBeg[facteur]
29030 \end_layout
29031
29032 \begin_layout Standard
29033 ou dans la définition de 
29034 \series bold
29035
29036 \backslash
29037 FigBesBeg 
29038 \series default
29039 en remplaçant le
29040 \series bold
29041  1.0 
29042 \series default
29043 par une autre valeur.
29044  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29045  façon implicite quand  
29046 \series bold
29047
29048 \backslash
29049 FigBesBeg
29050 \series default
29051  est utilisé sans argument.
29052  Pour le tableau
29053 \begin_inset space ~
29054 \end_inset
29055
29056
29057 \begin_inset CommandInset ref
29058 LatexCommand ref
29059 reference "tab:cap-beside-tab-wider"
29060
29061 \end_inset
29062
29063  on a utilisé 5 comme facteur.
29064 \end_layout
29065
29066 \begin_layout Standard
29067
29068 \lang english
29069 \begin_inset Note Greyedout
29070 status open
29071
29072 \begin_layout Plain Layout
29073
29074 \series bold
29075 Note:
29076 \series default
29077  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29078  utiliser l'option de placement, 
29079 \family sans
29080 Ici
29081 \begin_inset space ~
29082 \end_inset
29083
29084 à
29085 \begin_inset space ~
29086 \end_inset
29087
29088 tout
29089 \begin_inset space ~
29090 \end_inset
29091
29092 prix
29093 \family default
29094  parce qu'elle n'est pas gérée par 
29095 \series bold
29096 sidecap
29097 \series default
29098 .
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Standard
29107 \begin_inset VSpace medskip
29108 \end_inset
29109
29110 Pour plus d'information sur le paquetage 
29111 \series bold
29112 sidecap
29113 \series default
29114  nous vous renvoyons à sa documentation 
29115 \begin_inset CommandInset citation
29116 LatexCommand cite
29117 key "sidecap"
29118
29119 \end_inset
29120
29121 .
29122 \end_layout
29123
29124 \begin_layout Standard
29125 \begin_inset Note Greyedout
29126 status open
29127
29128 \begin_layout Plain Layout
29129
29130 \series bold
29131 Note:
29132 \series default
29133  Le paquetage LaTeX 
29134 \series bold
29135 hypcap
29136 \series default
29137
29138 \begin_inset Index idx
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142 Paquetages LaTeX ! hypcap
29143 \end_layout
29144
29145 \end_inset
29146
29147 , qui est décrit dans la section
29148 \begin_inset space ~
29149 \end_inset
29150
29151
29152 \begin_inset CommandInset ref
29153 LatexCommand ref
29154 reference "sub:Reference-Position"
29155
29156 \end_inset
29157
29158 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Standard
29167 \begin_inset ERT
29168 status collapsed
29169
29170 \begin_layout Plain Layout
29171
29172
29173 \backslash
29174 FigBesBeg 
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \begin_layout Standard
29183 \begin_inset Float figure
29184 wide false
29185 sideways false
29186 status open
29187
29188 \begin_layout Plain Layout
29189 \begin_inset Graphics
29190         filename ../clipart/escher-lsd.eps
29191         scale 75
29192         scaleBeforeRotation
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Plain Layout
29200 \begin_inset Caption Standard
29201
29202 \begin_layout Plain Layout
29203 \begin_inset CommandInset label
29204 LatexCommand label
29205 name "fig:legende-a-coté-fig"
29206
29207 \end_inset
29208
29209 Une légende à côté d'une figure.
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223 \begin_inset ERT
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227
29228
29229 \backslash
29230 FigBesEnd
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 TabBesBeg 
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \begin_layout Standard
29255 \begin_inset Float table
29256 wide false
29257 sideways false
29258 status open
29259
29260 \begin_layout Plain Layout
29261 \begin_inset Caption Standard
29262
29263 \begin_layout Plain Layout
29264 \begin_inset CommandInset label
29265 LatexCommand label
29266 name "tab:legende-à-coté-tableau"
29267
29268 \end_inset
29269
29270 Une légende à côté d'un tableau.
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \end_layout
29277
29278 \begin_layout Plain Layout
29279 \begin_inset Tabular
29280 <lyxtabular version="3" rows="4" columns="5">
29281 <features rotate="0" tabularvalignment="middle">
29282 <column alignment="center" valignment="top">
29283 <column alignment="center" valignment="top">
29284 <column alignment="center" valignment="top">
29285 <column alignment="center" valignment="top">
29286 <column alignment="center" valignment="top">
29287 <row>
29288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29289 \begin_inset Text
29290
29291 \begin_layout Plain Layout
29292 a
29293 \end_layout
29294
29295 \end_inset
29296 </cell>
29297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310 b
29311 \end_layout
29312
29313 \end_inset
29314 </cell>
29315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29316 \begin_inset Text
29317
29318 \begin_layout Plain Layout
29319
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328 c
29329 \end_layout
29330
29331 \end_inset
29332 </cell>
29333 </row>
29334 <row>
29335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Plain Layout
29348 d
29349 \end_layout
29350
29351 \end_inset
29352 </cell>
29353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Plain Layout
29357
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29363 \begin_inset Text
29364
29365 \begin_layout Plain Layout
29366 e
29367 \end_layout
29368
29369 \end_inset
29370 </cell>
29371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29372 \begin_inset Text
29373
29374 \begin_layout Plain Layout
29375
29376 \end_layout
29377
29378 \end_inset
29379 </cell>
29380 </row>
29381 <row>
29382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386 f
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29392 \begin_inset Text
29393
29394 \begin_layout Plain Layout
29395
29396 \end_layout
29397
29398 \end_inset
29399 </cell>
29400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Plain Layout
29404 g
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29410 \begin_inset Text
29411
29412 \begin_layout Plain Layout
29413
29414 \end_layout
29415
29416 \end_inset
29417 </cell>
29418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29419 \begin_inset Text
29420
29421 \begin_layout Plain Layout
29422 h
29423 \end_layout
29424
29425 \end_inset
29426 </cell>
29427 </row>
29428 <row>
29429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29430 \begin_inset Text
29431
29432 \begin_layout Plain Layout
29433
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29439 \begin_inset Text
29440
29441 \begin_layout Plain Layout
29442 i
29443 \end_layout
29444
29445 \end_inset
29446 </cell>
29447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29448 \begin_inset Text
29449
29450 \begin_layout Plain Layout
29451
29452 \end_layout
29453
29454 \end_inset
29455 </cell>
29456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29457 \begin_inset Text
29458
29459 \begin_layout Plain Layout
29460 j
29461 \end_layout
29462
29463 \end_inset
29464 </cell>
29465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29466 \begin_inset Text
29467
29468 \begin_layout Plain Layout
29469
29470 \end_layout
29471
29472 \end_inset
29473 </cell>
29474 </row>
29475 </lyxtabular>
29476
29477 \end_inset
29478
29479
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \begin_layout Standard
29488 \begin_inset ERT
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492
29493
29494 \backslash
29495 TabBesEnd
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 sidecaptionvpos{figure}{c}
29512 \end_layout
29513
29514 \end_inset
29515
29516
29517 \begin_inset Float figure
29518 wide false
29519 sideways false
29520 status open
29521
29522 \begin_layout Plain Layout
29523 \begin_inset Graphics
29524         filename ../clipart/escher-lsd.eps
29525         scale 75
29526         scaleBeforeRotation
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Plain Layout
29534 \begin_inset Caption Standard
29535
29536 \begin_layout Plain Layout
29537 \begin_inset CommandInset label
29538 LatexCommand label
29539 name "fig:legende-à-coté-fig-2"
29540
29541 \end_inset
29542
29543 Une légende centrée verticalement à côté d'une figure.
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \end_inset
29552
29553
29554 \end_layout
29555
29556 \begin_layout Standard
29557 \begin_inset ERT
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561
29562
29563 \backslash
29564 FigBesEnd
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 TabBesBeg[5]
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \end_layout
29587
29588 \begin_layout Standard
29589 \begin_inset Float table
29590 wide false
29591 sideways false
29592 status open
29593
29594 \begin_layout Plain Layout
29595 \begin_inset Caption Standard
29596
29597 \begin_layout Plain Layout
29598
29599 \lang english
29600 \begin_inset CommandInset label
29601 LatexCommand label
29602 name "tab:cap-beside-tab-wider"
29603
29604 \end_inset
29605
29606 This is a caption is wider than the one in
29607 \lang french
29608  tableau
29609 \begin_inset space ~
29610 \end_inset
29611
29612
29613 \begin_inset CommandInset ref
29614 LatexCommand ref
29615 reference "tab:legende-à-coté-tableau"
29616
29617 \end_inset
29618
29619 .
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \end_layout
29626
29627 \begin_layout Plain Layout
29628 \begin_inset Tabular
29629 <lyxtabular version="3" rows="4" columns="5">
29630 <features rotate="0" tabularvalignment="middle">
29631 <column alignment="center" valignment="top">
29632 <column alignment="center" valignment="top">
29633 <column alignment="center" valignment="top">
29634 <column alignment="center" valignment="top">
29635 <column alignment="center" valignment="top">
29636 <row>
29637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29638 \begin_inset Text
29639
29640 \begin_layout Plain Layout
29641 a
29642 \end_layout
29643
29644 \end_inset
29645 </cell>
29646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29647 \begin_inset Text
29648
29649 \begin_layout Plain Layout
29650
29651 \end_layout
29652
29653 \end_inset
29654 </cell>
29655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29656 \begin_inset Text
29657
29658 \begin_layout Plain Layout
29659 b
29660 \end_layout
29661
29662 \end_inset
29663 </cell>
29664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29665 \begin_inset Text
29666
29667 \begin_layout Plain Layout
29668
29669 \end_layout
29670
29671 \end_inset
29672 </cell>
29673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29674 \begin_inset Text
29675
29676 \begin_layout Plain Layout
29677 c
29678 \end_layout
29679
29680 \end_inset
29681 </cell>
29682 </row>
29683 <row>
29684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29685 \begin_inset Text
29686
29687 \begin_layout Plain Layout
29688
29689 \end_layout
29690
29691 \end_inset
29692 </cell>
29693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29694 \begin_inset Text
29695
29696 \begin_layout Plain Layout
29697 d
29698 \end_layout
29699
29700 \end_inset
29701 </cell>
29702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29703 \begin_inset Text
29704
29705 \begin_layout Plain Layout
29706
29707 \end_layout
29708
29709 \end_inset
29710 </cell>
29711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29712 \begin_inset Text
29713
29714 \begin_layout Plain Layout
29715 e
29716 \end_layout
29717
29718 \end_inset
29719 </cell>
29720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29721 \begin_inset Text
29722
29723 \begin_layout Plain Layout
29724
29725 \end_layout
29726
29727 \end_inset
29728 </cell>
29729 </row>
29730 <row>
29731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29732 \begin_inset Text
29733
29734 \begin_layout Plain Layout
29735 f
29736 \end_layout
29737
29738 \end_inset
29739 </cell>
29740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29741 \begin_inset Text
29742
29743 \begin_layout Plain Layout
29744
29745 \end_layout
29746
29747 \end_inset
29748 </cell>
29749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29750 \begin_inset Text
29751
29752 \begin_layout Plain Layout
29753 g
29754 \end_layout
29755
29756 \end_inset
29757 </cell>
29758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29759 \begin_inset Text
29760
29761 \begin_layout Plain Layout
29762
29763 \end_layout
29764
29765 \end_inset
29766 </cell>
29767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29768 \begin_inset Text
29769
29770 \begin_layout Plain Layout
29771 h
29772 \end_layout
29773
29774 \end_inset
29775 </cell>
29776 </row>
29777 <row>
29778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29779 \begin_inset Text
29780
29781 \begin_layout Plain Layout
29782
29783 \end_layout
29784
29785 \end_inset
29786 </cell>
29787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29788 \begin_inset Text
29789
29790 \begin_layout Plain Layout
29791 i
29792 \end_layout
29793
29794 \end_inset
29795 </cell>
29796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29797 \begin_inset Text
29798
29799 \begin_layout Plain Layout
29800
29801 \end_layout
29802
29803 \end_inset
29804 </cell>
29805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29806 \begin_inset Text
29807
29808 \begin_layout Plain Layout
29809 j
29810 \end_layout
29811
29812 \end_inset
29813 </cell>
29814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29815 \begin_inset Text
29816
29817 \begin_layout Plain Layout
29818
29819 \end_layout
29820
29821 \end_inset
29822 </cell>
29823 </row>
29824 </lyxtabular>
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Standard
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842
29843 \backslash
29844 TabBesEnd
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 else
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \begin_inset Note Note
29867 status open
29868
29869 \begin_layout Plain Layout
29870 Ce qui suit sera affiché si le paquetage LaTeX 
29871 \series bold
29872 sidecap
29873 \series default
29874  n'est pas installé :
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \begin_layout Standard
29883 Vous devez installer le paquetage LaTeX 
29884 \series bold
29885 sidecap
29886 \series default
29887  pour voir la suite de cette section dans la sortie imprimée.
29888 \end_layout
29889
29890 \begin_layout Standard
29891 \begin_inset ERT
29892 status collapsed
29893
29894 \begin_layout Plain Layout
29895
29896
29897 \backslash
29898 fi
29899 \end_layout
29900
29901 \end_inset
29902
29903
29904 \end_layout
29905
29906 \begin_layout Section
29907 Les listes de flottants
29908 \begin_inset Index idx
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912 Flottants ! Listes de Flottants
29913 \end_layout
29914
29915 \end_inset
29916
29917
29918 \end_layout
29919
29920 \begin_layout Standard
29921 De la même façon que la table des matières fait la liste des sections du
29922  document, il y a des listes pour tous les types de flottants, comme par
29923  exemple pour les figures du document.
29924  Vous pouvez les insérer en utilisant le menu 
29925 \family sans
29926 Insertion\SpecialChar \menuseparator
29927 Listes
29928 \begin_inset space ~
29929 \end_inset
29930
29931 &
29932 \begin_inset space ~
29933 \end_inset
29934
29935 TdM
29936 \family default
29937 .
29938 \end_layout
29939
29940 \begin_layout Standard
29941 Les entrées de la liste sont la légende du flottant ou éventuellement le
29942  titre court, le numéro du flottant, et le numéro de la page où le flottant
29943  apparaît dans le document.
29944 \end_layout
29945
29946 \begin_layout Standard
29947 Vous trouverez à la fin de ce document une liste des figures et une liste
29948  des tableaux.
29949 \end_layout
29950
29951 \begin_layout Chapter
29952 Notes
29953 \end_layout
29954
29955 \begin_layout Section
29956 Les notes de LyX
29957 \begin_inset Index idx
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961 Notes ! Notes LyX 
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \begin_layout Standard
29970 On peut insérer une note en utilisant le bouton 
29971 \begin_inset Info
29972 type  "icon"
29973 arg   "note-insert"
29974 \end_inset
29975
29976  de la barre d'outils ou avec le menu 
29977 \family sans
29978 Insertion\SpecialChar \menuseparator
29979 Note
29980 \family default
29981 .
29982  Il y a trois types de notes :
29983 \end_layout
29984
29985 \begin_layout Description
29986 Note
29987 \begin_inset space ~
29988 \end_inset
29989
29990 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
29991  finale.
29992  La boîte de cette note ressemble à ceci :
29993 \begin_inset Newline newline
29994 \end_inset
29995
29996
29997 \begin_inset Newline newline
29998 \end_inset
29999
30000
30001 \begin_inset Graphics
30002         filename clipart/LyXNoteImageQt4.png
30003         display false
30004         scale 65
30005         scaleBeforeRotation
30006
30007 \end_inset
30008
30009  
30010 \begin_inset Note Note
30011 status open
30012
30013 \begin_layout Plain Layout
30014 Le texte de cette note n'apparaîtra pas à l'impression.
30015 \end_layout
30016
30017 \end_inset
30018
30019
30020 \end_layout
30021
30022 \begin_layout Description
30023 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30024  il est inséré comme un commentaire LaTeX quand vous exportez votre document
30025  vers un fichier au format LaTeX avec le menu 
30026 \family sans
30027 Fichier\SpecialChar \menuseparator
30028 Exporter\SpecialChar \menuseparator
30029 LaTeX (pdflatex) / (plain)
30030 \family default
30031 .
30032  La boîte de cette note ressemble à ceci :
30033 \begin_inset Newline newline
30034 \end_inset
30035
30036
30037 \begin_inset Newline newline
30038 \end_inset
30039
30040
30041 \begin_inset Graphics
30042         filename clipart/CommentNoteImageQt4.png
30043         display false
30044         scale 55
30045         scaleBeforeRotation
30046
30047 \end_inset
30048
30049  
30050 \begin_inset Note Comment
30051 status open
30052
30053 \begin_layout Plain Layout
30054 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30055  LaTeX.
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \begin_layout Description
30064 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30065  La boîte de cette note ressemble à ceci :
30066 \begin_inset Newline newline
30067 \end_inset
30068
30069
30070 \begin_inset Newline newline
30071 \end_inset
30072
30073
30074 \begin_inset Graphics
30075         filename clipart/GreyedOutNoteImageQt4.png
30076         lyxscale 80
30077         display false
30078         scale 55
30079         scaleBeforeRotation
30080
30081 \end_inset
30082
30083
30084 \begin_inset Newline newline
30085 \end_inset
30086
30087
30088 \begin_inset ERT
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092
30093
30094 \backslash
30095 renewenvironment{lyxgreyedout}
30096 \end_layout
30097
30098 \begin_layout Plain Layout
30099
30100 {
30101 \backslash
30102 textcolor[gray]{0.8}
30103 \backslash
30104 bgroup}{
30105 \backslash
30106 egroup}
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \begin_inset Note Greyedout
30113 status open
30114
30115 \begin_layout Plain Layout
30116 Le texte
30117 \begin_inset Foot
30118 status collapsed
30119
30120 \begin_layout Plain Layout
30121 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30122  grisé.
30123  
30124 \end_layout
30125
30126 \end_inset
30127
30128  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30129 \end_layout
30130
30131 \end_inset
30132
30133
30134 \begin_inset ERT
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138
30139
30140 \backslash
30141 renewenvironment{lyxgreyedout}
30142 \end_layout
30143
30144 \begin_layout Plain Layout
30145
30146 {
30147 \backslash
30148 textcolor{blue}
30149 \backslash
30150 bgroup}{
30151 \backslash
30152 egroup}
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \begin_inset Note Note
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30163  originale qu'elle a dans LyX.
30164  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30165  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \begin_inset Newline newline
30172 \end_inset
30173
30174
30175 \begin_inset Newline newline
30176 \end_inset
30177
30178 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30179  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30180 \end_layout
30181
30182 \begin_layout Standard
30183 \begin_inset VSpace bigskip
30184 \end_inset
30185
30186 Quand vous utilisez le bouton 
30187 \begin_inset Info
30188 type  "icon"
30189 arg   "note-insert"
30190 \end_inset
30191
30192  de la barre d'outils, vous insérez une 
30193 \family sans
30194 Note
30195 \begin_inset space ~
30196 \end_inset
30197
30198 LyX
30199 \family default
30200 .
30201  
30202 \lang english
30203 You can switch between the three note types by right-clicking on the note-box.
30204
30205 \lang french
30206  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30207 la et cliquez sur le bouton d'insertion de note.
30208  Pour retransformer une note en texte, appuyez sur la touche 
30209 \family sans
30210 backspace
30211 \family default
30212  quand le curseur est au tout début de la note ou appuyez sur la touche
30213  
30214 \family sans
30215 Suppr.
30216
30217 \family default
30218  quand le curseur se trouve à la fin de la note.
30219 \end_layout
30220
30221 \begin_layout Standard
30222 \begin_inset VSpace bigskip
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Standard
30229 Vous pouvez changer la couleur des notes grisées dans le menu 
30230 \family sans
30231 Document\SpecialChar \menuseparator
30232 Paramètres\SpecialChar \menuseparator
30233 Couleurs
30234 \family default
30235 .
30236 \end_layout
30237
30238 \begin_layout Section
30239 Notes en bas de page
30240 \begin_inset CommandInset label
30241 LatexCommand label
30242 name "sec:Notes-bas-de-page"
30243
30244 \end_inset
30245
30246
30247 \begin_inset Index idx
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251 Notes ! Notes de bas de page
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \begin_inset Index idx
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261 Notes de bas de page
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Standard
30270 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30271  
30272 \begin_inset Info
30273 type  "icon"
30274 arg   "footnote-insert"
30275 \end_inset
30276
30277  de la barre d'outils, soit en utilisant le menu 
30278 \family sans
30279 Insertion\SpecialChar \menuseparator
30280 Note
30281 \begin_inset space ~
30282 \end_inset
30283
30284 en
30285 \begin_inset space ~
30286 \end_inset
30287
30288 Bas
30289 \begin_inset space ~
30290 \end_inset
30291
30292 de
30293 \begin_inset space ~
30294 \end_inset
30295
30296 Page
30297 \family default
30298 .
30299  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30300  rouge 
30301 \begin_inset Quotes fld
30302 \end_inset
30303
30304 bas
30305 \begin_inset Quotes frd
30306 \end_inset
30307
30308  qui ressemble à ceci : 
30309 \begin_inset Graphics
30310         filename clipart/footnoteQt4.png
30311         scale 80
30312         scaleBeforeRotation
30313
30314 \end_inset
30315
30316  Vous pouvez y entrer votre texte.
30317  Si vous voulez transformer du texte déjà existant en note en bas de page,
30318  sélectionnez-le et cliquez sur le bouton 
30319 \family sans
30320 Note
30321 \begin_inset space ~
30322 \end_inset
30323
30324 en
30325 \begin_inset space ~
30326 \end_inset
30327
30328 Bas
30329 \begin_inset space ~
30330 \end_inset
30331
30332 de
30333 \begin_inset space ~
30334 \end_inset
30335
30336 Page
30337 \family default
30338  de la barre d'outils.
30339  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30340  
30341 \family sans
30342 Backspace
30343 \family default
30344  quand le curseur est au tout début de la note ou appuyez sur la touche
30345  
30346 \family sans
30347 Suppr.
30348
30349 \family default
30350  quand le curseur se trouve à la fin de la note.
30351 \end_layout
30352
30353 \begin_layout Standard
30354 Voici un exemple de note en bas de page:
30355 \begin_inset Foot
30356 status open
30357
30358 \begin_layout Plain Layout
30359 \begin_inset CommandInset label
30360 LatexCommand label
30361 name "fn:Note-en-bas"
30362
30363 \end_inset
30364
30365 Ceci est un exemple de note en bas de page.
30366 \end_layout
30367
30368 \end_inset
30369
30370
30371 \begin_inset ERT
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375
30376
30377 \backslash
30378 newcounter{MyRepeatFoot}
30379 \end_layout
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 setcounter{MyRepeatFoot}{
30386 \backslash
30387 thefootnote}
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \end_layout
30394
30395 \begin_layout Standard
30396 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30397  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30398  de note.
30399  Le texte de la note est placé en bas de la page courante.
30400  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
30401  Selon votre classe de document les numéros de notes pourront être réinitialisés
30402  à chaque nouveau chapitre.
30403 \end_layout
30404
30405 \begin_layout Standard
30406 On peut faire référence à une note en bas de page comme on le fait avec
30407  les flottants : Insérez une étiquette dans la note et faites une référence
30408  croisée vers cette étiquette comme c'est décrit dans la
30409 \begin_inset space ~
30410 \end_inset
30411
30412
30413 \begin_inset CommandInset ref
30414 LatexCommand ref
30415 reference "sec:Referencer-les-Flottants"
30416
30417 \end_inset
30418
30419 .
30420 \begin_inset Newline newline
30421 \end_inset
30422
30423 Voici une référence à une note de bas de page :
30424 \begin_inset space ~
30425 \end_inset
30426
30427
30428 \begin_inset CommandInset ref
30429 LatexCommand ref
30430 reference "fn:Note-en-bas"
30431
30432 \end_inset
30433
30434 .
30435 \end_layout
30436
30437 \begin_layout Standard
30438 \begin_inset VSpace defskip
30439 \end_inset
30440
30441
30442 \end_layout
30443
30444 \begin_layout Standard
30445 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30446  par LaTeX pour des raisons techniques.
30447  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30448  
30449 \series bold
30450
30451 \backslash
30452 footnotemark{}
30453 \series default
30454  en code TeX à la place de la note de bas de page.
30455  Le texte de la note est mis en argument de la commande TeX 
30456 \series bold
30457
30458 \backslash
30459 footnotetext
30460 \series default
30461  après le tableau.
30462 \begin_inset Newline newline
30463 \end_inset
30464
30465 C'est ce qui a été fait pour le tableau qui suit avec la commande
30466 \end_layout
30467
30468 \begin_layout Standard
30469
30470 \series bold
30471
30472 \backslash
30473 footnotetext{
30474 \series default
30475 Note de bas de page de tableau imprimée.
30476 \series bold
30477 }
30478 \end_layout
30479
30480 \begin_layout Standard
30481
30482 \lang english
30483 \begin_inset Tabular
30484 <lyxtabular version="3" rows="2" columns="1">
30485 <features rotate="0" tabularvalignment="middle">
30486 <column alignment="center" valignment="top">
30487 <row>
30488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30489 \begin_inset Text
30490
30491 \begin_layout Plain Layout
30492 Un exemple de texte
30493 \begin_inset Foot
30494 status open
30495
30496 \begin_layout Plain Layout
30497 Cette note ne sera pas imprimée
30498 \begin_inset space ~
30499 \end_inset
30500
30501 !
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \end_inset
30510 </cell>
30511 </row>
30512 <row>
30513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30514 \begin_inset Text
30515
30516 \begin_layout Plain Layout
30517 Un autre exemple de texte
30518 \begin_inset ERT
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522
30523
30524 \backslash
30525 footnotemark{}
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \end_inset
30534 </cell>
30535 </row>
30536 </lyxtabular>
30537
30538 \end_inset
30539
30540
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 footnotetext{
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \lang french
30555 Note de bas de page de tableau imprimée.
30556 \lang english
30557
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563 }
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \end_layout
30570
30571 \begin_layout Standard
30572 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30573 \begin_inset space ~
30574 \end_inset
30575
30576
30577 \begin_inset CommandInset ref
30578 LatexCommand ref
30579 reference "sub:Notes-dans-tableau-long"
30580
30581 \end_inset
30582
30583 .
30584 \end_layout
30585
30586 \begin_layout Standard
30587 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30588  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30589 e, vu que la minipage est considérée comme une page se trouvant dans une
30590  autre page.
30591  Pour plus d'information sur les minipages, voyez la section
30592 \begin_inset space ~
30593 \end_inset
30594
30595
30596 \begin_inset CommandInset ref
30597 LatexCommand ref
30598 reference "sec:Minipages"
30599
30600 \end_inset
30601
30602 .
30603  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30604  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30605  la méthode utilisant les commandes 
30606 \series bold
30607
30608 \backslash
30609 footnotemark{}
30610 \series default
30611  et 
30612 \series bold
30613
30614 \backslash
30615 footnotetext
30616 \series default
30617 .
30618 \end_layout
30619
30620 \begin_layout Standard
30621 \begin_inset Box Frameless
30622 position "t"
30623 hor_pos "c"
30624 has_inner_box 1
30625 inner_pos "t"
30626 use_parbox 0
30627 use_makebox 0
30628 width "100col%"
30629 special "none"
30630 height "1in"
30631 height_special "totalheight"
30632 status open
30633
30634 \begin_layout Plain Layout
30635 Un exemple de texte dans une minipage.
30636 \begin_inset Foot
30637 status open
30638
30639 \begin_layout Plain Layout
30640 Note de bas de page dans la minipage.
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \end_layout
30647
30648 \begin_layout Plain Layout
30649 Un autre exemple de texte dans une minipage.
30650 \begin_inset ERT
30651 status collapsed
30652
30653 \begin_layout Plain Layout
30654
30655
30656 \backslash
30657 footnotemark{}
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \end_layout
30669
30670 \begin_layout Standard
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676
30677 \backslash
30678 footnotetext{
30679 \end_layout
30680
30681 \end_inset
30682
30683 Note de bas de page en dehors de la minipage.
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689 }
30690 \end_layout
30691
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \begin_layout Standard
30698 \begin_inset VSpace defskip
30699 \end_inset
30700
30701
30702 \end_layout
30703
30704 \begin_layout Standard
30705 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30706  utilisez la commande 
30707 \series bold
30708
30709 \backslash
30710 footnotemark[number]
30711 \series default
30712  en code TeX.
30713 \begin_inset Newline newline
30714 \end_inset
30715
30716 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30717  votre texte, vous devez enregistrer son numéro.
30718  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30719  ont été insérées en code TeX après la note
30720 \begin_inset space ~
30721 \end_inset
30722
30723
30724 \begin_inset CommandInset ref
30725 LatexCommand ref
30726 reference "fn:Note-en-bas"
30727
30728 \end_inset
30729
30730  pour enregistrer son numéro
30731 \begin_inset space ~
30732 \end_inset
30733
30734 :
30735 \end_layout
30736
30737 \begin_layout Standard
30738
30739 \series bold
30740
30741 \backslash
30742 newcounter{MaNoteDupliquee}
30743 \begin_inset Newline newline
30744 \end_inset
30745
30746
30747 \backslash
30748 setcounter{MaNoteDupliquee}{
30749 \backslash
30750 thefootnote}
30751 \end_layout
30752
30753 \begin_layout Standard
30754 La note de bas de page a été créée avec la commande
30755 \begin_inset space ~
30756 \end_inset
30757
30758 :
30759 \end_layout
30760
30761 \begin_layout Standard
30762
30763 \series bold
30764
30765 \backslash
30766 footnotemark[
30767 \backslash
30768 MaNoteDupliquee]
30769 \end_layout
30770
30771 \begin_layout Standard
30772 Voici une note de bas de page dupliquée
30773 \begin_inset space ~
30774 \end_inset
30775
30776 :
30777 \begin_inset ERT
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781
30782
30783 \backslash
30784 footnotemark[
30785 \backslash
30786 theMyRepeatFoot]
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Standard
30795 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30796 t du numéro de note et juste utiliser la commande suivante
30797 \end_layout
30798
30799 \begin_layout Standard
30800
30801 \series bold
30802
30803 \backslash
30804 footnotemark[
30805 \backslash
30806 thefootnote]
30807 \end_layout
30808
30809 \begin_layout Standard
30810 Voici une autre note de bas de page dupliquée
30811 \begin_inset space ~
30812 \end_inset
30813
30814 :
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820
30821 \backslash
30822 footnotemark[
30823 \backslash
30824 thefootnote]
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Subsection
30833 Numérotation de notes de bas de page
30834 \begin_inset CommandInset label
30835 LatexCommand label
30836 name "sub:Numerotation-notes-bas-de-page"
30837
30838 \end_inset
30839
30840
30841 \begin_inset Index idx
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 Notes de bas de page ! Numérotation
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
30855  ajoutez cette commande dans le préambule de votre document :
30856 \end_layout
30857
30858 \begin_layout Standard
30859
30860 \series bold
30861
30862 \backslash
30863 @addtoreset{footnote}{section}
30864 \end_layout
30865
30866 \begin_layout Standard
30867 \begin_inset VSpace bigskip
30868 \end_inset
30869
30870 La commande de préambule suivante change le style de numérotation des notes
30871  en petits chiffres romains :
30872 \end_layout
30873
30874 \begin_layout Standard
30875
30876 \series bold
30877
30878 \backslash
30879 renewcommand{
30880 \backslash
30881 thefootnote}{
30882 \backslash
30883 roman{footnote}}
30884 \end_layout
30885
30886 \begin_layout Standard
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892
30893 \backslash
30894 renewcommand{
30895 \backslash
30896 thefootnote}{
30897 \backslash
30898 roman{footnote}}
30899 \end_layout
30900
30901 \end_inset
30902
30903  Cette note de bas de page utilise une numérotation en chiffres romains
30904  :
30905 \begin_inset Foot
30906 status open
30907
30908 \begin_layout Plain Layout
30909 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
30910  romains.
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Standard
30919 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
30920  la commande précédente 
30921 \series bold
30922
30923 \backslash
30924 roman
30925 \series default
30926  par 
30927 \series bold
30928
30929 \backslash
30930 Roman
30931 \series default
30932 .
30933  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
30934  utilisez respectivement soit 
30935 \series bold
30936
30937 \backslash
30938 Alph
30939 \series default
30940  soit 
30941 \series bold
30942
30943 \backslash
30944 alph
30945 \series default
30946 .
30947  Pour les 
30948 \begin_inset Quotes eld
30949 \end_inset
30950
30951 numéroter
30952 \begin_inset Quotes erd
30953 \end_inset
30954
30955  avec des symboles, utilisez 
30956 \series bold
30957
30958 \backslash
30959 fnsymbol
30960 \series default
30961 .
30962 \end_layout
30963
30964 \begin_layout Standard
30965 \begin_inset Note Greyedout
30966 status open
30967
30968 \begin_layout Plain Layout
30969
30970 \series bold
30971 Note:
30972 \series default
30973  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
30974  puisque cette numérotation est limitée à des lettres seules.
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \begin_inset Newline newline
30981 \end_inset
30982
30983
30984 \begin_inset Note Greyedout
30985 status open
30986
30987 \begin_layout Plain Layout
30988
30989 \series bold
30990 Note:
30991 \series default
30992  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \end_layout
30999
31000 \begin_layout Standard
31001 Pour revenir au style de numérotation implicite quand vous en avez changé,
31002  utilisez 
31003 \series bold
31004
31005 \backslash
31006 arabic
31007 \series default
31008  à la place de 
31009 \series bold
31010
31011 \backslash
31012 roman
31013 \series default
31014  dans la commande précédente.
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 renewcommand{
31023 \backslash
31024 thefootnote}{
31025 \backslash
31026 arabic{footnote}}
31027 \end_layout
31028
31029 \end_inset
31030
31031
31032 \end_layout
31033
31034 \begin_layout Standard
31035 \begin_inset VSpace bigskip
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Standard
31042 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31043  le schéma 
31044 \begin_inset Quotes eld
31045 \end_inset
31046
31047 chapitre.note
31048 \begin_inset Quotes erd
31049 \end_inset
31050
31051 , ajoutez la commande suivante au préambule de votre document :
31052 \end_layout
31053
31054 \begin_layout Standard
31055
31056 \series bold
31057
31058 \backslash
31059 numberwithin{footnote}{chapter}
31060 \end_layout
31061
31062 \begin_layout Standard
31063 Pour pouvoir utiliser la commande 
31064 \series bold
31065
31066 \backslash
31067 numberwithin
31068 \series default
31069 , activez dans la rubrique 
31070 \family sans
31071 Options
31072 \begin_inset space ~
31073 \end_inset
31074
31075 des
31076 \begin_inset space ~
31077 \end_inset
31078
31079 Maths
31080 \family default
31081  dans les paramètres du document, l'option 
31082 \family sans
31083 Utiliser
31084 \begin_inset space ~
31085 \end_inset
31086
31087 le
31088 \begin_inset space ~
31089 \end_inset
31090
31091 paquetage
31092 \begin_inset space ~
31093 \end_inset
31094
31095 maths
31096 \begin_inset space ~
31097 \end_inset
31098
31099 AMS
31100 \family default
31101 .
31102 \end_layout
31103
31104 \begin_layout Standard
31105 \begin_inset ERT
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109
31110
31111 \backslash
31112 numberwithin{footnote}{chapter}
31113 \end_layout
31114
31115 \end_inset
31116
31117 Ceci est un autre exemple de note de bas de page:
31118 \series bold
31119
31120 \begin_inset Foot
31121 status open
31122
31123 \begin_layout Plain Layout
31124 Cette note est numérotée en suivant le schéma 
31125 \begin_inset Quotes fld
31126 \end_inset
31127
31128 chapitre.note
31129 \begin_inset Quotes frd
31130 \end_inset
31131
31132 .
31133 \end_layout
31134
31135 \end_inset
31136
31137
31138 \series default
31139
31140 \begin_inset ERT
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144
31145
31146 \backslash
31147 renewcommand{
31148 \backslash
31149 thefootnote}{
31150 \backslash
31151 arabic{footnote}}
31152 \end_layout
31153
31154 \end_inset
31155
31156
31157 \end_layout
31158
31159 \begin_layout Standard
31160 \begin_inset Note Greyedout
31161 status open
31162
31163 \begin_layout Plain Layout
31164
31165 \series bold
31166 Note:
31167 \series default
31168  
31169 \series bold
31170
31171 \backslash
31172 numberwithin
31173 \series default
31174  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31175  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31176  prises en compte.
31177  
31178 \end_layout
31179
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \begin_layout Standard
31186 Donc pour avoir par exemple le schéma 
31187 \begin_inset Quotes eld
31188 \end_inset
31189
31190 chapitre.
31191 \backslash
31192 Roman{note}
31193 \begin_inset Quotes erd
31194 \end_inset
31195
31196 , utilisez la commande suivante plutôt que 
31197 \series bold
31198
31199 \backslash
31200 numberwithin
31201 \series default
31202  :
31203 \end_layout
31204
31205 \begin_layout Standard
31206
31207 \series bold
31208
31209 \backslash
31210 renewcommand{
31211 \backslash
31212 thefootnote}{
31213 \backslash
31214 thechapter.
31215 \backslash
31216 Roman{footnote}}
31217 \end_layout
31218
31219 \begin_layout Subsection
31220 Positionnement de notes de bas de page
31221 \begin_inset Index idx
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 Notes de bas de page ! Positionnement
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \end_layout
31232
31233 \begin_layout Standard
31234 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31235  vertical entre elles en bas de la page.
31236  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31237  de 1.5
31238 \begin_inset space \thinspace{}
31239 \end_inset
31240
31241 mm avec la commande suivante dans le préambule :
31242 \end_layout
31243
31244 \begin_layout Standard
31245
31246 \series bold
31247
31248 \backslash
31249 let
31250 \backslash
31251 myFoot
31252 \backslash
31253 footnote
31254 \begin_inset Newline newline
31255 \end_inset
31256
31257
31258 \backslash
31259 renewcommand{
31260 \backslash
31261 footnote}[1]{
31262 \backslash
31263 myFoot{#1
31264 \backslash
31265 vspace{1.5mm}}}
31266 \end_layout
31267
31268 \begin_layout Standard
31269 \begin_inset VSpace bigskip
31270 \end_inset
31271
31272 Dans un document à deux colonnes les notes de bas de page apparaissent en
31273  bas de chaque colonne, comme sur la Figure
31274 \begin_inset space ~
31275 \end_inset
31276
31277
31278 \begin_inset CommandInset ref
31279 LatexCommand ref
31280 reference "fig:Position-standard-note-bas-de-page"
31281
31282 \end_inset
31283
31284 .
31285  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31286  sur la Figure
31287 \begin_inset space ~
31288 \end_inset
31289
31290
31291 \begin_inset CommandInset ref
31292 LatexCommand ref
31293 reference "fig:Position-note-avec-ftnright"
31294
31295 \end_inset
31296
31297 , utilisez le paquetage LaTeX 
31298 \series bold
31299 ftnright
31300 \series default
31301
31302 \begin_inset Index idx
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306 Paquetages LaTeX ! ftnright
31307 \end_layout
31308
31309 \end_inset
31310
31311  avec cette commande dans le préambule du document:
31312 \end_layout
31313
31314 \begin_layout Standard
31315
31316 \series bold
31317
31318 \backslash
31319 usepackage{ftnright}
31320 \end_layout
31321
31322 \begin_layout Standard
31323 \begin_inset Float figure
31324 placement !h
31325 wide false
31326 sideways false
31327 status open
31328
31329 \begin_layout Plain Layout
31330 \begin_inset ERT
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334
31335
31336 \backslash
31337 framebox{
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \begin_inset Graphics
31344         filename ../clipart/without_fntright.pdf
31345         width 100col%
31346         scaleBeforeRotation
31347
31348 \end_inset
31349
31350
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356 }
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \begin_layout Plain Layout
31365 \begin_inset Caption Standard
31366
31367 \begin_layout Plain Layout
31368 \begin_inset CommandInset label
31369 LatexCommand label
31370 name "fig:Position-standard-note-bas-de-page"
31371
31372 \end_inset
31373
31374 Positionnement standard des notes de bas de page dans un document à deux
31375  colonnes.
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \begin_layout Standard
31389 \begin_inset Float figure
31390 placement !h
31391 wide false
31392 sideways false
31393 status open
31394
31395 \begin_layout Plain Layout
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 framebox{
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \begin_inset Graphics
31410         filename ../clipart/with_fntright.pdf
31411         width 100col%
31412         scaleBeforeRotation
31413
31414 \end_inset
31415
31416
31417 \begin_inset ERT
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421
31422 }
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \begin_layout Plain Layout
31431 \begin_inset Caption Standard
31432
31433 \begin_layout Plain Layout
31434 \begin_inset CommandInset label
31435 LatexCommand label
31436 name "fig:Position-note-avec-ftnright"
31437
31438 \end_inset
31439
31440 Positionnement de notes de bas de page dans un document à deux colonnes
31441  en utilisant le paquetage LaTeX 
31442 \series bold
31443 ftnright
31444 \series default
31445 .
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \begin_layout Standard
31459 \begin_inset VSpace bigskip
31460 \end_inset
31461
31462 Dans certaines publications scientifiques, il est courant de rassembler
31463  les notes de bas de page et de les imprimer dans un paragraphe particulier
31464  à la fin de la section, comme sur la Figure
31465 \begin_inset space ~
31466 \end_inset
31467
31468
31469 \begin_inset CommandInset ref
31470 LatexCommand ref
31471 reference "fig:Notes-de-fin"
31472
31473 \end_inset
31474
31475 .
31476  On les appelle 
31477 \begin_inset Quotes eld
31478 \end_inset
31479
31480 notes de fin
31481 \begin_inset Quotes erd
31482 \end_inset
31483
31484 .
31485 \begin_inset Index idx
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489 Notes de fin
31490 \end_layout
31491
31492 \end_inset
31493
31494  Pour utiliser des notes de fin à la place des notes de bas de page dans
31495  votre document, charger le module 
31496 \family sans
31497 Note de bas de page en fin de document
31498 \family default
31499  à partir de 
31500 \family sans
31501 Document\SpecialChar \menuseparator
31502 Paramètres\SpecialChar \menuseparator
31503 Modules
31504 \family default
31505 .
31506  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31507 \end_layout
31508
31509 \begin_layout Standard
31510
31511 \series bold
31512
31513 \backslash
31514 theendnotes
31515 \end_layout
31516
31517 \begin_layout Standard
31518 en code TeX à la fin d'une section ou d'un chapitre.
31519 \end_layout
31520
31521 \begin_layout Standard
31522 \begin_inset Float figure
31523 wide false
31524 sideways false
31525 status open
31526
31527 \begin_layout Plain Layout
31528 \align center
31529 \begin_inset ERT
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533
31534
31535 \backslash
31536 framebox{
31537 \end_layout
31538
31539 \end_inset
31540
31541
31542 \begin_inset Graphics
31543         filename ../clipart/endnotes.pdf
31544         scaleBeforeRotation
31545
31546 \end_inset
31547
31548
31549 \begin_inset ERT
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553
31554 }
31555 \end_layout
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \begin_layout Plain Layout
31563 \begin_inset Caption Standard
31564
31565 \begin_layout Plain Layout
31566 \begin_inset CommandInset label
31567 LatexCommand label
31568 name "fig:Notes-de-fin"
31569
31570 \end_inset
31571
31572 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31573  séparé à la fin des sections ou des chapitres.
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \end_inset
31582
31583
31584 \end_layout
31585
31586 \begin_layout Standard
31587 \begin_inset VSpace medskip
31588 \end_inset
31589
31590 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31591  dans la langue du document, cela doit être fait manuellement.
31592  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31593  
31594 \begin_inset Quotes eld
31595 \end_inset
31596
31597 Notes
31598 \begin_inset Quotes erd
31599 \end_inset
31600
31601  en sa traduction Allemande
31602 \begin_inset Foot
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606 En français, 
31607 \begin_inset Quotes eld
31608 \end_inset
31609
31610 Notes
31611 \begin_inset Quotes erd
31612 \end_inset
31613
31614  peut être conservé.
31615 \end_layout
31616
31617 \end_inset
31618
31619  
31620 \begin_inset Quotes eld
31621 \end_inset
31622
31623 Anmerkungen
31624 \begin_inset Quotes erd
31625 \end_inset
31626
31627  :
31628 \end_layout
31629
31630 \begin_layout Standard
31631
31632 \series bold
31633
31634 \backslash
31635 renewcommand{
31636 \backslash
31637 notesname}{Anmerkungen}
31638 \end_layout
31639
31640 \begin_layout Standard
31641 \begin_inset VSpace medskip
31642 \end_inset
31643
31644 La numérotation des notes de fin peut être modifiée comme celle des notes
31645  de bas de page comme c'est décrit dans la section
31646 \begin_inset space ~
31647 \end_inset
31648
31649
31650 \begin_inset CommandInset ref
31651 LatexCommand ref
31652 reference "sub:Numerotation-notes-bas-de-page"
31653
31654 \end_inset
31655
31656  ; remplacez juste la commande 
31657 \series bold
31658
31659 \backslash
31660 thefootnote
31661 \series default
31662  par 
31663 \series bold
31664
31665 \backslash
31666 theendnote
31667 \series default
31668 .
31669  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31670 \series bold
31671
31672 \backslash
31673 @addtoreset
31674 \series default
31675  comme c'est décrit dans la section
31676 \begin_inset space ~
31677 \end_inset
31678
31679
31680 \begin_inset CommandInset ref
31681 LatexCommand ref
31682 reference "sub:Numerotation-notes-bas-de-page"
31683
31684 \end_inset
31685
31686  et remplacez le paramètre de commande 
31687 \series bold
31688 footnote
31689 \series default
31690  par 
31691 \series bold
31692 endnote
31693 \series default
31694 .
31695 \end_layout
31696
31697 \begin_layout Standard
31698 Pour les notes de fin, il y a la commande 
31699 \series bold
31700
31701 \backslash
31702 endnotemark[numéro]
31703 \series default
31704  qui est semblable à 
31705 \series bold
31706
31707 \backslash
31708 footnotemark
31709 \series default
31710 , décrite dans la section
31711 \begin_inset space ~
31712 \end_inset
31713
31714
31715 \begin_inset CommandInset ref
31716 LatexCommand ref
31717 reference "sec:Notes-bas-de-page"
31718
31719 \end_inset
31720
31721 .
31722 \end_layout
31723
31724 \begin_layout Standard
31725 \begin_inset VSpace bigskip
31726 \end_inset
31727
31728  Les notes de bas de page peuvent être mise dans la marge de la page et
31729  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
31730  
31731 \series bold
31732 footmisc
31733 \series default
31734
31735 \begin_inset Index idx
31736 status collapsed
31737
31738 \begin_layout Plain Layout
31739 Paquetages LaTeX ! footmisc
31740 \end_layout
31741
31742 \end_inset
31743
31744
31745 \begin_inset CommandInset citation
31746 LatexCommand cite
31747 key "footmisc"
31748
31749 \end_inset
31750
31751  pour plus d'information à ce sujet.
31752 \end_layout
31753
31754 \begin_layout Standard
31755 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31756  voyez les livres sur LaTeX, 
31757 \begin_inset CommandInset citation
31758 LatexCommand cite
31759 key "latexcompanion,latexguide,latexbook"
31760
31761 \end_inset
31762
31763 .
31764  Si vous utilisez une classe de document  
31765 \series bold
31766 KOMA-Script
31767 \series default
31768
31769 \begin_inset Index idx
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773 Paquetages LaTeX ! KOMA-Script
31774 \end_layout
31775
31776 \end_inset
31777
31778 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31779  des commandes spécifiques à la classe de document utilisée, voyez 
31780 \begin_inset CommandInset citation
31781 LatexCommand cite
31782 key "KOMA-Script"
31783
31784 \end_inset
31785
31786 .
31787 \end_layout
31788
31789 \begin_layout Section
31790 Notes en marge
31791 \begin_inset Index idx
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795 Notes ! Notes en Marge
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
31805 t de la même façon.
31806  Quand vous insérez une note en marge avec 
31807 \family sans
31808 Insertion\SpecialChar \menuseparator
31809 Note
31810 \begin_inset space ~
31811 \end_inset
31812
31813 en
31814 \begin_inset space ~
31815 \end_inset
31816
31817 Marge
31818 \family default
31819  ou avec le bouton 
31820 \begin_inset Info
31821 type  "icon"
31822 arg   "marginalnote-insert"
31823 \end_inset
31824
31825  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31826  grise avec une étiquette rouge 
31827 \begin_inset Quotes fld
31828 \end_inset
31829
31830 marge
31831 \begin_inset Quotes frd
31832 \end_inset
31833
31834 .
31835  
31836 \begin_inset Marginal
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840 C'est une note en marge.
31841 \end_layout
31842
31843 \end_inset
31844
31845  Cette boîte est la représentation de votre note dans LyX.
31846  Vous pouvez y entrer votre texte.
31847 \end_layout
31848
31849 \begin_layout Standard
31850 Les notes en marge apparaissent dans la marge de droite dans les documents
31851  imprimées sur une seule face.
31852  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
31853  
31854 \begin_inset Quotes eld
31855 \end_inset
31856
31857 extérieure
31858 \begin_inset Quotes erd
31859 \end_inset
31860
31861  – la gauche sur les pages paires et la droite sur les pages impaires.
31862  Le texte de la note en marge est aligné à l'opposé de la marge externe
31863  – aligné à droite quand la note apparaît dans la marge de gauche.
31864  La première ligne de la note apparaît à la hauteur de la ligne de texte
31865  où la note a été insérée dans le document.
31866 \end_layout
31867
31868 \begin_layout Standard
31869 \begin_inset VSpace bigskip
31870 \end_inset
31871
31872 Pour placer une note dans la marge interne, ajoutez la commande suivante
31873  :
31874 \end_layout
31875
31876 \begin_layout Standard
31877
31878 \series bold
31879
31880 \backslash
31881 reversemarginpar
31882 \end_layout
31883
31884 \begin_layout Standard
31885 sous forme de code TeX avant votre note de marge.
31886  Le nouveau positionnement est pris en compte pour toutes les notes en marge
31887  qui suivent 
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 reversemarginpar 
31896 \end_layout
31897
31898 \end_inset
31899
31900
31901 \begin_inset Marginal
31902 status open
31903
31904 \begin_layout Plain Layout
31905 Cette note en marge est dans la marge interne.
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \series bold
31912
31913 \begin_inset Newline newline
31914 \end_inset
31915
31916
31917 \series default
31918
31919 \begin_inset Note Greyedout
31920 status open
31921
31922 \begin_layout Plain Layout
31923
31924 \series bold
31925 Note:
31926 \series default
31927  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
31928  les notes sont souvent mal mises en formes dans la sortie imprimée.
31929 \end_layout
31930
31931 \end_inset
31932
31933
31934 \end_layout
31935
31936 \begin_layout Standard
31937 Pour revenir au positionnement implicite, ajoutez la commande :
31938 \end_layout
31939
31940 \begin_layout Standard
31941
31942 \series bold
31943
31944 \backslash
31945 normalmarginpar
31946 \end_layout
31947
31948 \begin_layout Standard
31949 sous forme de code TeX.
31950 \begin_inset ERT
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954
31955
31956 \backslash
31957 normalmarginpar 
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \begin_inset Newline newline
31964 \end_inset
31965
31966  
31967 \begin_inset Note Greyedout
31968 status open
31969
31970 \begin_layout Plain Layout
31971
31972 \series bold
31973 Note:
31974 \series default
31975  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
31976  
31977 \series bold
31978
31979 \backslash
31980 reversemarginpar
31981 \series default
31982  est aussi utilisée.
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Standard
31991 \begin_inset VSpace bigskip
31992 \end_inset
31993
31994
31995 \begin_inset Marginal
31996 status open
31997
31998 \begin_layout Plain Layout
31999 UnTrèsLongMotEnMarge sans césure.
32000 \end_layout
32001
32002 \end_inset
32003
32004  Comme dans le cas décrit dans la section
32005 \begin_inset space ~
32006 \end_inset
32007
32008
32009 \begin_inset CommandInset ref
32010 LatexCommand ref
32011 reference "sub:Lignes-multiple-dans-cellule"
32012
32013 \end_inset
32014
32015 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32016  mot d'une note en marge.
32017  Pour éviter ce problème, insérez un espacement horizontal de 0
32018 \begin_inset space \thinspace{}
32019 \end_inset
32020
32021 pt avant le mot en question: 
32022 \begin_inset Marginal
32023 status open
32024
32025 \begin_layout Plain Layout
32026 \begin_inset space \hspace{}
32027 \length 0pt
32028 \end_inset
32029
32030 UnMotTrèsLongEnMarge avec une césure.
32031 \end_layout
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Standard
32039 \begin_inset VSpace bigskip
32040 \end_inset
32041
32042
32043 \end_layout
32044
32045 \begin_layout Standard
32046 \begin_inset Note Greyedout
32047 status open
32048
32049 \begin_layout Plain Layout
32050
32051 \series bold
32052 Note:
32053 \series default
32054  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32055  tableaux, des flottants et des notes de bas de page.
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 \begin_inset VSpace bigskip
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 \begin_inset ERT
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075
32076
32077 \backslash
32078 ifmarginnote
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \begin_inset Note Note
32085 status open
32086
32087 \begin_layout Plain Layout
32088 La section suivante ne sera affichée que si le paquetage LaTeX 
32089 \series bold
32090 marginnote
32091 \series default
32092  a été installé.
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Standard
32101 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
32102 \series bold
32103 marginnote
32104 \series default
32105
32106 \begin_inset Index idx
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110 Paquetages LaTeX ! marginnote
32111 \end_layout
32112
32113 \end_inset
32114
32115 .
32116  En ajoutant les deux lignes suivantes au préambule de votre document, la
32117  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
32118  la commande fournie par le paquetage 
32119 \series bold
32120 marginnote
32121 \series default
32122  :
32123 \end_layout
32124
32125 \begin_layout Standard
32126
32127 \series bold
32128
32129 \backslash
32130 usepackage{marginnote}
32131 \begin_inset Newline newline
32132 \end_inset
32133
32134
32135 \backslash
32136 let
32137 \backslash
32138 marginpar
32139 \backslash
32140 marginnote
32141 \end_layout
32142
32143 \begin_layout Standard
32144 Ce paquetage est aussi utilisé dans ce document parce que 
32145 \series bold
32146 marginnote
32147 \series default
32148  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32149  vertical pour une note.
32150  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32151  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32152  en page.
32153  Le décalage est inséré dans LyX sous forme de code TeX directement après
32154  la note sous la forme
32155 \end_layout
32156
32157 \begin_layout Standard
32158
32159 \series bold
32160 [offset]
32161 \end_layout
32162
32163 \begin_layout Standard
32164 où l'offset utilise l'une des unités listées dans le tableau
32165 \begin_inset space ~
32166 \end_inset
32167
32168
32169 \begin_inset CommandInset ref
32170 LatexCommand ref
32171 reference "cha:Unités-de-longueur"
32172
32173 \end_inset
32174
32175 .
32176  Une valeur négative déplace la note vers le haut, une valeur positive la
32177  déplace vers le bas.
32178  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32179  vers le haut de 1.5
32180 \begin_inset space \thinspace{}
32181 \end_inset
32182
32183 cm avec la commande en code TeX 
32184 \begin_inset Quotes eld
32185 \end_inset
32186
32187
32188 \series bold
32189 [-1.5cm]
32190 \series default
32191
32192 \begin_inset Quotes erd
32193 \end_inset
32194
32195
32196 \begin_inset Marginal
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200 Cette note en marge est décalée vers le haut de 1.5
32201 \begin_inset space \thinspace{}
32202 \end_inset
32203
32204 cm par rapport à sa position d'origine.
32205 \end_layout
32206
32207 \end_inset
32208
32209
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215 [-1.5cm]
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Standard
32224 \begin_inset VSpace medskip
32225 \end_inset
32226
32227 Avec le paquetage 
32228 \series bold
32229 marginnote
32230 \series default
32231  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32232  Par exemple les commandes 
32233 \end_layout
32234
32235 \begin_layout Standard
32236
32237 \series bold
32238
32239 \backslash
32240 renewcommand*{
32241 \backslash
32242 raggedleftmarginnote}{
32243 \backslash
32244 centering}
32245 \begin_inset Newline newline
32246 \end_inset
32247
32248
32249 \backslash
32250 renewcommand*{
32251 \backslash
32252 raggedrightmarginnote}{
32253 \backslash
32254 centering}
32255 \end_layout
32256
32257 \begin_layout Standard
32258 donnent un alignement centré.
32259  
32260 \series bold
32261
32262 \backslash
32263 raggedleftmarginnote
32264 \series default
32265  indique une note qui apparaît dans la marge de gauche.
32266 \begin_inset ERT
32267 status collapsed
32268
32269 \begin_layout Plain Layout
32270
32271
32272 \backslash
32273 renewcommand*{
32274 \backslash
32275 raggedleftmarginnote}{
32276 \backslash
32277 centering}
32278 \end_layout
32279
32280 \begin_layout Plain Layout
32281
32282
32283 \backslash
32284 renewcommand*{
32285 \backslash
32286 raggedrightmarginnote}{
32287 \backslash
32288 centering}
32289 \end_layout
32290
32291 \end_inset
32292
32293
32294 \begin_inset Marginal
32295 status collapsed
32296
32297 \begin_layout Plain Layout
32298 Le texte de cette note en marge est centré.
32299 \end_layout
32300
32301 \end_inset
32302
32303 .
32304  Le comportement implicite est donné par
32305 \end_layout
32306
32307 \begin_layout Standard
32308
32309 \series bold
32310
32311 \backslash
32312 renewcommand*{
32313 \backslash
32314 raggedleftmarginnote}{
32315 \backslash
32316 raggedleft}
32317 \begin_inset Newline newline
32318 \end_inset
32319
32320
32321 \backslash
32322 renewcommand*{
32323 \backslash
32324 raggedrightmarginnote}{
32325 \backslash
32326 raggedright}
32327 \series default
32328
32329 \begin_inset ERT
32330 status collapsed
32331
32332 \begin_layout Plain Layout
32333
32334
32335 \backslash
32336 renewcommand*{
32337 \backslash
32338 raggedleftmarginnote}{
32339 \backslash
32340 raggedleft}
32341 \end_layout
32342
32343 \begin_layout Plain Layout
32344
32345
32346 \backslash
32347 renewcommand*{
32348 \backslash
32349 raggedrightmarginnote}{
32350 \backslash
32351 raggedright}
32352 \end_layout
32353
32354 \end_inset
32355
32356
32357 \end_layout
32358
32359 \begin_layout Standard
32360 \begin_inset VSpace medskip
32361 \end_inset
32362
32363 Pour les autre fonctions du paquetage 
32364 \series bold
32365 marginnote
32366 \series default
32367  nous vous renvoyons à sa documentation 
32368 \begin_inset CommandInset citation
32369 LatexCommand cite
32370 key "marginnote"
32371
32372 \end_inset
32373
32374 .
32375 \end_layout
32376
32377 \begin_layout Standard
32378 \begin_inset VSpace bigskip
32379 \end_inset
32380
32381 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32382  définition.
32383  Pour créer par exemple une entête pour toutes les notes en marge avec le
32384  texte 
32385 \begin_inset Quotes eld
32386 \end_inset
32387
32388
32389 \family sans
32390 \series bold
32391 \bar under
32392 Attention!
32393 \family default
32394 \series default
32395 \bar default
32396
32397 \begin_inset Quotes erd
32398 \end_inset
32399
32400  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32401  de votre document :
32402 \end_layout
32403
32404 \begin_layout Standard
32405
32406 \series bold
32407
32408 \backslash
32409 let
32410 \backslash
32411 myMarginpar
32412 \backslash
32413 marginpar
32414 \begin_inset Newline newline
32415 \end_inset
32416
32417
32418 \backslash
32419 renewcommand{
32420 \backslash
32421 marginpar}[1]{
32422 \backslash
32423 myMarginpar{%
32424 \begin_inset Newline newline
32425 \end_inset
32426
32427
32428 \begin_inset Phantom HPhantom
32429 status open
32430
32431 \begin_layout Plain Layout
32432
32433 \series bold
32434 \begin_inset space ~
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \backslash
32444 hspace{0pt}
32445 \backslash
32446 textsf{
32447 \backslash
32448 textbf{
32449 \backslash
32450 underbar{Attention!}}}%
32451 \begin_inset Newline newline
32452 \end_inset
32453
32454
32455 \begin_inset Phantom HPhantom
32456 status open
32457
32458 \begin_layout Plain Layout
32459
32460 \series bold
32461 \begin_inset space ~
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \end_inset
32468
32469
32470 \backslash
32471 vspace{1.5mm}
32472 \backslash
32473
32474 \backslash
32475 #1}}
32476 \end_layout
32477
32478 \begin_layout Standard
32479 \begin_inset ERT
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483
32484
32485 \backslash
32486 let
32487 \backslash
32488 myMarginpar
32489 \backslash
32490 marginpar
32491 \end_layout
32492
32493 \begin_layout Plain Layout
32494
32495
32496 \backslash
32497 renewcommand{
32498 \backslash
32499 marginpar}[1]{
32500 \backslash
32501 myMarginpar{%
32502 \end_layout
32503
32504 \begin_layout Plain Layout
32505
32506    
32507 \backslash
32508 textsf{
32509 \backslash
32510 textbf{
32511 \backslash
32512 underbar{Attention!}}}%
32513 \end_layout
32514
32515 \begin_layout Plain Layout
32516
32517    
32518 \backslash
32519 vspace{1.5mm}
32520 \backslash
32521
32522 \backslash
32523 #1}}
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \begin_inset Marginal
32530 status open
32531
32532 \begin_layout Plain Layout
32533 Ceci est une note en marge avec une en-tête prédéfinie.
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \begin_inset ERT
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543
32544 [-1.5cm]
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \begin_inset ERT
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554
32555
32556 \backslash
32557 renewcommand{
32558 \backslash
32559 marginpar}[1]{
32560 \backslash
32561 myMarginpar{#1}}
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \begin_inset Note Note
32568 status collapsed
32569
32570 \begin_layout Plain Layout
32571
32572 \lang english
32573 The margin note format is changed only for this example.
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 \begin_inset ERT
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586
32587
32588 \backslash
32589 else
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \begin_inset Note Note
32596 status open
32597
32598 \begin_layout Plain Layout
32599 Ce qui suit sera affiché si le paquetage LaTeX 
32600 \series bold
32601 marginnote
32602 \series default
32603  n'est pas installé :
32604 \end_layout
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \begin_layout Standard
32612 Vous devez installer le paquetage LaTeX 
32613 \series bold
32614 marginnote
32615 \series default
32616  pour voir la suite de cette section dans la sortie imprimée.
32617 \end_layout
32618
32619 \begin_layout Standard
32620 \begin_inset ERT
32621 status collapsed
32622
32623 \begin_layout Plain Layout
32624
32625
32626 \backslash
32627 fi
32628 \end_layout
32629
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \begin_layout Chapter
32636 Les boîtes
32637 \end_layout
32638
32639 \begin_layout Section
32640 Introduction
32641 \begin_inset Index idx
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 Boîtes ! Introduction
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Standard
32654 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32655  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32656  voir la section
32657 \begin_inset space ~
32658 \end_inset
32659
32660
32661 \begin_inset CommandInset ref
32662 LatexCommand ref
32663 reference "sec:Minipages"
32664
32665 \end_inset
32666
32667 , pour encadrer des portions de texte, voir la section
32668 \begin_inset space ~
32669 \end_inset
32670
32671
32672 \begin_inset CommandInset ref
32673 LatexCommand ref
32674 reference "sec:Décorations"
32675
32676 \end_inset
32677
32678 , pour empêcher que des mots subissent une césure, voir la section
32679 \begin_inset space ~
32680 \end_inset
32681
32682
32683 \begin_inset CommandInset ref
32684 LatexCommand ref
32685 reference "sec:Empêcher-césure"
32686
32687 \end_inset
32688
32689 , pour aligner du texte, voir la section
32690 \begin_inset space ~
32691 \end_inset
32692
32693
32694 \begin_inset CommandInset ref
32695 LatexCommand ref
32696 reference "sub:Alignement-Vertical"
32697
32698 \end_inset
32699
32700 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32701 \begin_inset space ~
32702 \end_inset
32703
32704
32705 \begin_inset CommandInset ref
32706 LatexCommand ref
32707 reference "sec:Boîtes-colorées"
32708
32709 \end_inset
32710
32711 .
32712 \end_layout
32713
32714 \begin_layout Standard
32715 On peut insérer une boîte en utilisant le menu 
32716 \family sans
32717 Insertion\SpecialChar \menuseparator
32718 Boîte
32719 \family default
32720  ou avec le bouton 
32721 \begin_inset Info
32722 type  "icon"
32723 arg   "box-insert Frameless"
32724 \end_inset
32725
32726  de la barre d'outils.
32727  Une boîte grise avec une étiquette 
32728 \family sans
32729 Boîte
32730 \begin_inset space ~
32731 \end_inset
32732
32733 (Minipage)
32734 \family default
32735
32736 \begin_inset Graphics
32737         filename clipart/BoxInsetDefaultQt4.png
32738         scale 65
32739         scaleBeforeRotation
32740
32741 \end_inset
32742
32743  est alors insérée.
32744  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32745  et en choisissant 
32746 \family sans
32747 Paramètres
32748 \family default
32749  .
32750  La fenêtre de dialogue qui apparaît donne accès aux types de
32751 \family sans
32752  Boîte
32753 \begin_inset space ~
32754 \end_inset
32755
32756 Intérieure
32757 \family default
32758  
32759 \family sans
32760 Makebox, Parbox
32761 \family default
32762  et 
32763 \family sans
32764 Minipage
32765 \family default
32766 .
32767  Le type 
32768 \family sans
32769 Minipage
32770 \family default
32771  est le type implicite pour les boîtes nouvellement créées et il est décrit
32772  dans la section
32773 \begin_inset space ~
32774 \end_inset
32775
32776
32777 \begin_inset CommandInset ref
32778 LatexCommand ref
32779 reference "sec:Minipages"
32780
32781 \end_inset
32782
32783 ; le type 
32784 \family sans
32785 Parbox
32786 \family default
32787  est décrit dans la section
32788 \begin_inset space ~
32789 \end_inset
32790
32791
32792 \begin_inset CommandInset ref
32793 LatexCommand ref
32794 reference "sec:Parboxes"
32795
32796 \end_inset
32797
32798  et le type 
32799 \family sans
32800 Makebox
32801 \family default
32802  est décrit dans la section
32803 \begin_inset space ~
32804 \end_inset
32805
32806
32807 \begin_inset CommandInset ref
32808 LatexCommand ref
32809 reference "sec:Empêcher-césure"
32810
32811 \end_inset
32812
32813 .
32814 \end_layout
32815
32816 \begin_layout Standard
32817 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32818  comme les flottants ou les notes de bas de page.
32819 \end_layout
32820
32821 \begin_layout Standard
32822 \begin_inset Note Greyedout
32823 status open
32824
32825 \begin_layout Plain Layout
32826
32827 \series bold
32828 Note:
32829 \series default
32830  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32831  de type 
32832 \family sans
32833 Liste
32834 \family default
32835  ou 
32836 \family sans
32837 Description
32838 \family default
32839 .
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Standard
32848 \begin_inset Note Greyedout
32849 status open
32850
32851 \begin_layout Plain Layout
32852
32853 \series bold
32854 Note:
32855 \series default
32856  Pour une raison inconnue, vous ne pouvez mettre le type de la 
32857 \family sans
32858 Boîte
32859 \begin_inset space ~
32860 \end_inset
32861
32862 Intérieure
32863 \family default
32864  à 
32865 \family sans
32866 Aucune
32867 \family default
32868  que quand vous utilisez une boîte encadrée.
32869  Les boîtes sans 
32870 \family sans
32871 Boîte
32872 \begin_inset space ~
32873 \end_inset
32874
32875 Intérieure
32876 \family default
32877  et sans cadre sont expliquées dans la section
32878 \begin_inset space ~
32879 \end_inset
32880
32881
32882 \begin_inset CommandInset ref
32883 LatexCommand ref
32884 reference "sec:Empêcher-césure"
32885
32886 \end_inset
32887
32888 .
32889 \end_layout
32890
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \begin_layout Section
32897 La fenêtre de dialogue Boîte
32898 \begin_inset CommandInset label
32899 LatexCommand label
32900 name "sec:Boîte-Dialogue"
32901
32902 \end_inset
32903
32904
32905 \begin_inset Index idx
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909 Boîtes ! Fenêtre de dialogue Boîte
32910 \end_layout
32911
32912 \end_inset
32913
32914
32915 \end_layout
32916
32917 \begin_layout Subsection
32918 Taille
32919 \begin_inset Index idx
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923 Boîtes ! Taille
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \end_layout
32930
32931 \begin_layout Standard
32932 Dans la fenêtre de dialogue 
32933 \family sans
32934 Paramètres
32935 \begin_inset space ~
32936 \end_inset
32937
32938 de
32939 \begin_inset space ~
32940 \end_inset
32941
32942 Boîte
32943 \family default
32944  vous pouvez modifier la géométrie de la boîte avec les champs 
32945 \family sans
32946 Largeur
32947 \family default
32948  et 
32949 \family sans
32950 Hauteur
32951 \family default
32952 .
32953  Les unités de longueur qui sont utilisables dans ces champs sont décrites
32954  dans le tableau
32955 \begin_inset space ~
32956 \end_inset
32957
32958
32959 \begin_inset CommandInset ref
32960 LatexCommand ref
32961 reference "tab:Unités"
32962
32963 \end_inset
32964
32965 .
32966  Le champ 
32967 \family sans
32968 Hauteur
32969 \family default
32970  offre en plus les spécifications de taille suivantes :
32971 \end_layout
32972
32973 \begin_layout Description
32974 Profondeur C'est simplement la 
32975 \begin_inset Quotes eld
32976 \end_inset
32977
32978 hauteur
32979 \begin_inset Quotes erd
32980 \end_inset
32981
32982  du texte.
32983  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
32984  lignes de texte dans la boîte.
32985 \begin_inset Newline newline
32986 \end_inset
32987
32988
32989 \begin_inset Newline newline
32990 \end_inset
32991
32992
32993 \begin_inset Newline newline
32994 \end_inset
32995
32996
32997 \begin_inset Box Boxed
32998 position "c"
32999 hor_pos "c"
33000 has_inner_box 1
33001 inner_pos "c"
33002 use_parbox 0
33003 use_makebox 0
33004 width "12col%"
33005 special "none"
33006 height "1in"
33007 height_special "depth"
33008 status open
33009
33010 \begin_layout Plain Layout
33011 \align center
33012 Boîte dont la hauteur est égale à 1
33013 \begin_inset space \thinspace{}
33014 \end_inset
33015
33016 Profondeur
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \begin_inset Newline newline
33023 \end_inset
33024
33025
33026 \begin_inset Newline newline
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Description
33033 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33034  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33035  est deux fois plus haute que le texte : 
33036 \begin_inset Box Boxed
33037 position "c"
33038 hor_pos "c"
33039 has_inner_box 1
33040 inner_pos "c"
33041 use_parbox 0
33042 use_makebox 0
33043 width "20col%"
33044 special "none"
33045 height "2in"
33046 height_special "height"
33047 status open
33048
33049 \begin_layout Plain Layout
33050 \align center
33051 Boîte dont la hauteur est 2
33052 \begin_inset space \thinspace{}
33053 \end_inset
33054
33055 Hauteur
33056 \end_layout
33057
33058 \end_inset
33059
33060
33061 \end_layout
33062
33063 \begin_layout Description
33064 Hauteur
33065 \begin_inset space ~
33066 \end_inset
33067
33068 Totale C'est égal à Hauteur
33069 \begin_inset space \thinspace{}
33070 \end_inset
33071
33072 +
33073 \begin_inset space \thinspace{}
33074 \end_inset
33075
33076 Profondeur : 
33077 \begin_inset Box Boxed
33078 position "c"
33079 hor_pos "c"
33080 has_inner_box 1
33081 inner_pos "c"
33082 use_parbox 0
33083 use_makebox 0
33084 width "20col%"
33085 special "none"
33086 height "1in"
33087 height_special "totalheight"
33088 status open
33089
33090 \begin_layout Plain Layout
33091 \align center
33092 Boîte dont la hauteur est 1
33093 \begin_inset space \thinspace{}
33094 \end_inset
33095
33096 Hauteur
33097 \begin_inset space ~
33098 \end_inset
33099
33100 Totale
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \begin_layout Description
33109 Largeur On prend la largeur de la boîte comme hauteur : 
33110 \begin_inset Box Boxed
33111 position "c"
33112 hor_pos "c"
33113 has_inner_box 1
33114 inner_pos "c"
33115 use_parbox 0
33116 use_makebox 0
33117 width "12col%"
33118 special "none"
33119 height "1in"
33120 height_special "width"
33121 status open
33122
33123 \begin_layout Plain Layout
33124 \align center
33125 Boîte dont la hauteur est 1
33126 \begin_inset space \thinspace{}
33127 \end_inset
33128
33129 Largeur
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Subsection
33138 Alignement
33139 \begin_inset Index idx
33140 status collapsed
33141
33142 \begin_layout Plain Layout
33143 Boîtes ! Alignement
33144 \end_layout
33145
33146 \end_inset
33147
33148
33149 \end_layout
33150
33151 \begin_layout Standard
33152 Quand vous avez choisi une 
33153 \family sans
33154 Boîte
33155 \begin_inset space ~
33156 \end_inset
33157
33158 Intérieure
33159 \family default
33160 , l'alignement vertical de la boîte peut être :
33161 \end_layout
33162
33163 \begin_layout Description
33164 Haut Ceci est un exemple de texte.
33165  
33166 \begin_inset Box Boxed
33167 position "t"
33168 hor_pos "c"
33169 has_inner_box 1
33170 inner_pos "c"
33171 use_parbox 0
33172 use_makebox 0
33173 width "12col%"
33174 special "none"
33175 height "1in"
33176 height_special "totalheight"
33177 status collapsed
33178
33179 \begin_layout Plain Layout
33180 \align center
33181 Cette boîte est alignée sur le haut.
33182 \end_layout
33183
33184 \end_inset
33185
33186  Ceci est un exemple de texte.
33187 \end_layout
33188
33189 \begin_layout Description
33190 Milieu Ceci est un exemple de texte.
33191  
33192 \begin_inset Box Boxed
33193 position "c"
33194 hor_pos "c"
33195 has_inner_box 1
33196 inner_pos "c"
33197 use_parbox 0
33198 use_makebox 0
33199 width "12col%"
33200 special "none"
33201 height "1in"
33202 height_special "totalheight"
33203 status collapsed
33204
33205 \begin_layout Plain Layout
33206 \align center
33207 Cette boîte est alignée au centre.
33208 \end_layout
33209
33210 \end_inset
33211
33212  Ceci est un exemple de texte.
33213 \end_layout
33214
33215 \begin_layout Description
33216 Bas Ceci est un exemple de texte.
33217  
33218 \begin_inset Box Boxed
33219 position "b"
33220 hor_pos "c"
33221 has_inner_box 1
33222 inner_pos "c"
33223 use_parbox 0
33224 use_makebox 0
33225 width "12col%"
33226 special "none"
33227 height "1in"
33228 height_special "totalheight"
33229 status collapsed
33230
33231 \begin_layout Plain Layout
33232 \align center
33233 Cette boîte est alignée sur le bas.
33234 \end_layout
33235
33236 \end_inset
33237
33238  Ceci est un exemple de texte.
33239 \end_layout
33240
33241 \begin_layout Standard
33242 \begin_inset Note Greyedout
33243 status open
33244
33245 \begin_layout Plain Layout
33246
33247 \series bold
33248 Note:
33249 \series default
33250  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33251  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33252  l'autre non.
33253 \end_layout
33254
33255 \end_inset
33256
33257
33258 \end_layout
33259
33260 \begin_layout Standard
33261 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33262  paragraphe grâce à la fenêtre de dialogue 
33263 \family sans
33264 Paramètres
33265 \begin_inset space ~
33266 \end_inset
33267
33268 de
33269 \begin_inset space ~
33270 \end_inset
33271
33272 Boîte
33273 \family default
33274 .
33275 \end_layout
33276
33277 \begin_layout Standard
33278 \begin_inset VSpace bigskip
33279 \end_inset
33280
33281 Quand vous avez choisi une 
33282 \family sans
33283 Boîte
33284 \begin_inset space ~
33285 \end_inset
33286
33287 Intérieure
33288 \family default
33289 , l'alignement vertical du contenu de la boîte peut être :
33290 \end_layout
33291
33292 \begin_layout Description
33293 haut Ceci est un exemple de texte.
33294 \begin_inset Box Boxed
33295 position "c"
33296 hor_pos "c"
33297 has_inner_box 1
33298 inner_pos "t"
33299 use_parbox 0
33300 use_makebox 0
33301 width "12col%"
33302 special "none"
33303 height "1.5in"
33304 height_special "totalheight"
33305 status collapsed
33306
33307 \begin_layout Plain Layout
33308 \align center
33309 Le texte de cette boîte est aligné sur le haut.
33310 \end_layout
33311
33312 \end_inset
33313
33314  Ceci est un exemple de texte.
33315 \end_layout
33316
33317 \begin_layout Description
33318 milieu Ceci est un exemple de texte.
33319  
33320 \begin_inset Box Boxed
33321 position "c"
33322 hor_pos "c"
33323 has_inner_box 1
33324 inner_pos "c"
33325 use_parbox 0
33326 use_makebox 0
33327 width "12col%"
33328 special "none"
33329 height "1.5in"
33330 height_special "totalheight"
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334 \align center
33335 Le texte de cette boîte est aligné au centre
33336 \end_layout
33337
33338 \end_inset
33339
33340  Ceci est un exemple de texte.
33341 \end_layout
33342
33343 \begin_layout Description
33344 bas Ceci est un exemple de texte.
33345  
33346 \begin_inset Box Boxed
33347 position "c"
33348 hor_pos "c"
33349 has_inner_box 1
33350 inner_pos "b"
33351 use_parbox 0
33352 use_makebox 0
33353 width "12col%"
33354 special "none"
33355 height "1.5in"
33356 height_special "totalheight"
33357 status collapsed
33358
33359 \begin_layout Plain Layout
33360 \align center
33361 Le texte de cette boîte est aligné en bas.
33362 \end_layout
33363
33364 \end_inset
33365
33366  Ceci est un exemple de texte.
33367 \end_layout
33368
33369 \begin_layout Description
33370 élongation Ceci est un exemple de texte.
33371  
33372 \begin_inset Box Boxed
33373 position "c"
33374 hor_pos "c"
33375 has_inner_box 1
33376 inner_pos "s"
33377 use_parbox 0
33378 use_makebox 0
33379 width "12col%"
33380 special "none"
33381 height "1.5in"
33382 height_special "totalheight"
33383 status collapsed
33384
33385 \begin_layout Plain Layout
33386 \align center
33387 Le texte 
33388 \end_layout
33389
33390 \begin_layout Plain Layout
33391 \align center
33392 de cette
33393 \end_layout
33394
33395 \begin_layout Plain Layout
33396 \align center
33397 boîte est
33398 \end_layout
33399
33400 \begin_layout Plain Layout
33401 \align center
33402 allongé.
33403 \end_layout
33404
33405 \end_inset
33406
33407  Ceci est un exemple de texte.
33408 \end_layout
33409
33410 \begin_layout Standard
33411 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33412  paragraphe.
33413  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33414 \end_layout
33415
33416 \begin_layout Standard
33417 \begin_inset VSpace bigskip
33418 \end_inset
33419
33420 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33421  la fenêtre de dialogue 
33422 \family sans
33423 Paramètres
33424 \begin_inset space ~
33425 \end_inset
33426
33427 de
33428 \begin_inset space ~
33429 \end_inset
33430
33431 paragraphe
33432 \family default
33433  quand vous avez choisi une 
33434 \family sans
33435 Boîte
33436 \begin_inset space ~
33437 \end_inset
33438
33439 Intérieure
33440 \family default
33441 .
33442 \end_layout
33443
33444 \begin_layout Standard
33445 \align center
33446 \begin_inset Box Boxed
33447 position "c"
33448 hor_pos "c"
33449 has_inner_box 1
33450 inner_pos "s"
33451 use_parbox 0
33452 use_makebox 0
33453 width "15col%"
33454 special "none"
33455 height "1.25in"
33456 height_special "totalheight"
33457 status open
33458
33459 \begin_layout Plain Layout
33460 \align left
33461 Le texte de 
33462 \end_layout
33463
33464 \begin_layout Plain Layout
33465 \align left
33466 cette boîte
33467 \end_layout
33468
33469 \begin_layout Plain Layout
33470 \align right
33471 est allongé.
33472 \end_layout
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Standard
33480 Si vous n'avez pas choisi une 
33481 \family sans
33482 Boîte
33483 \begin_inset space ~
33484 \end_inset
33485
33486 Intérieure
33487 \family default
33488 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33489  de dialogue de boîte.
33490 \end_layout
33491
33492 \begin_layout Standard
33493 \align center
33494 \begin_inset Box Boxed
33495 position "c"
33496 hor_pos "s"
33497 has_inner_box 0
33498 inner_pos "s"
33499 use_parbox 0
33500 use_makebox 0
33501 width "90col%"
33502 special "none"
33503 height "1.25in"
33504 height_special "totalheight"
33505 status open
33506
33507 \begin_layout Plain Layout
33508 Le texte de cette boîte est allongé horizontalement.
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Subsection
33517 Décorations
33518 \begin_inset CommandInset label
33519 LatexCommand label
33520 name "sec:Décorations"
33521
33522 \end_inset
33523
33524
33525 \begin_inset Index idx
33526 status collapsed
33527
33528 \begin_layout Plain Layout
33529 Boîtes ! Décorations
33530 \end_layout
33531
33532 \end_inset
33533
33534
33535 \end_layout
33536
33537 \begin_layout Standard
33538 On peut spécifier le style de la boîte en utilisant la liste déroulante
33539  
33540 \family sans
33541 Décoration
33542 \family default
33543 .
33544  Les possibilités sont les suivantes :
33545 \end_layout
33546
33547 \begin_layout Description
33548 Aucun
33549 \begin_inset space ~
33550 \end_inset
33551
33552 cadre
33553 \begin_inset space ~
33554 \end_inset
33555
33556 tracé Rien n'est tracé
33557 \end_layout
33558
33559 \begin_layout Description
33560 Cadre
33561 \begin_inset space ~
33562 \end_inset
33563
33564 rectangulaire
33565 \begin_inset space ~
33566 \end_inset
33567
33568 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33569  L'épaisseur du trait de ce cadre est donnée par la variable  
33570 \series bold
33571
33572 \backslash
33573 fboxrule
33574 \series default
33575 .
33576 \begin_inset Newline newline
33577 \end_inset
33578
33579
33580 \begin_inset Box Boxed
33581 position "c"
33582 hor_pos "c"
33583 has_inner_box 1
33584 inner_pos "c"
33585 use_parbox 0
33586 use_makebox 0
33587 width "20col%"
33588 special "none"
33589 height "1in"
33590 height_special "totalheight"
33591 status open
33592
33593 \begin_layout Plain Layout
33594 \align center
33595 Boîte rectangulaire
33596 \end_layout
33597
33598 \end_inset
33599
33600
33601 \end_layout
33602
33603 \begin_layout Description
33604 Cadre
33605 \begin_inset space ~
33606 \end_inset
33607
33608 oval,
33609 \begin_inset space ~
33610 \end_inset
33611
33612 fin Ceci dessine un cadre ovalisée autour de la boîte.
33613  L'épaisseur du trait de ce cadre est de  0.4
33614 \begin_inset space \thinspace{}
33615 \end_inset
33616
33617 pt.
33618  
33619 \begin_inset Box ovalbox
33620 position "c"
33621 hor_pos "c"
33622 has_inner_box 1
33623 inner_pos "c"
33624 use_parbox 0
33625 use_makebox 0
33626 width "20col%"
33627 special "none"
33628 height "1in"
33629 height_special "totalheight"
33630 status open
33631
33632 \begin_layout Plain Layout
33633 \align center
33634 Boîte ovalisée, fine
33635 \end_layout
33636
33637 \end_inset
33638
33639
33640 \end_layout
33641
33642 \begin_layout Description
33643 Cadre
33644 \begin_inset space ~
33645 \end_inset
33646
33647 oval,
33648 \begin_inset space ~
33649 \end_inset
33650
33651 épais Ceci dessine un cadre ovalisée autour de la boîte.
33652  L'épaisseur du trait de ce cadre est de   0.8
33653 \begin_inset space \thinspace{}
33654 \end_inset
33655
33656 pt.
33657  
33658 \begin_inset Box Ovalbox
33659 position "c"
33660 hor_pos "c"
33661 has_inner_box 1
33662 inner_pos "c"
33663 use_parbox 0
33664 use_makebox 0
33665 width "20col%"
33666 special "none"
33667 height "1in"
33668 height_special "totalheight"
33669 status open
33670
33671 \begin_layout Plain Layout
33672 \align center
33673 Boîte ovalisée, épaisse
33674 \end_layout
33675
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \begin_layout Description
33682 Ombre
33683 \begin_inset space ~
33684 \end_inset
33685
33686 en
33687 \begin_inset space ~
33688 \end_inset
33689
33690 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33691  L'épaisseur du trait de ce cadre est donnée par la variable  
33692 \series bold
33693
33694 \backslash
33695 fboxrule
33696 \series default
33697 , l'ombre a une épaisseur de  4
33698 \begin_inset space \thinspace{}
33699 \end_inset
33700
33701 pt.
33702  
33703 \begin_inset Box Shadowbox
33704 position "c"
33705 hor_pos "c"
33706 has_inner_box 1
33707 inner_pos "c"
33708 use_parbox 0
33709 use_makebox 0
33710 width "20col%"
33711 special "none"
33712 height "1in"
33713 height_special "totalheight"
33714 status open
33715
33716 \begin_layout Plain Layout
33717 \align center
33718 Boîte ombrée
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Description
33727 Fond
33728 \begin_inset space ~
33729 \end_inset
33730
33731 ombré Ceci dessine une boîte avec un arrière plan rouge.
33732  Contrairement aux boîtes coloriées
33733 \begin_inset Foot
33734 status collapsed
33735
33736 \begin_layout Plain Layout
33737 Voir la section
33738 \begin_inset space ~
33739 \end_inset
33740
33741
33742 \begin_inset CommandInset ref
33743 LatexCommand ref
33744 reference "sec:Boîtes-colorées"
33745
33746 \end_inset
33747
33748 .
33749 \end_layout
33750
33751 \end_inset
33752
33753 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33754  son propre paragraphe.
33755 \begin_inset Box Shaded
33756 position "t"
33757 hor_pos "c"
33758 has_inner_box 0
33759 inner_pos "t"
33760 use_parbox 0
33761 use_makebox 0
33762 width "50col%"
33763 special "none"
33764 height "1in"
33765 height_special "totalheight"
33766 status open
33767
33768 \begin_layout Plain Layout
33769 Boîte avec fond ombré
33770 \end_layout
33771
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \begin_layout Description
33778 Cadre
33779 \begin_inset space ~
33780 \end_inset
33781
33782 rectangulaire
33783 \begin_inset space ~
33784 \end_inset
33785
33786 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
33787  boîte.
33788  L'épaisseur du trait du cadre interne est de 0.75
33789 \begin_inset space \thinspace{}
33790 \end_inset
33791
33792
33793 \series bold
33794
33795 \backslash
33796 fboxrule
33797 \series default
33798 , l'épaisseur du trait du cadre externe est de 1.5
33799 \begin_inset space \thinspace{}
33800 \end_inset
33801
33802
33803 \series bold
33804
33805 \backslash
33806 fboxrule
33807 \series default
33808 .
33809  La distance entre les deux cadres est de  1.5
33810 \begin_inset space \thinspace{}
33811 \end_inset
33812
33813
33814 \series bold
33815
33816 \backslash
33817 fboxrule
33818 \series default
33819
33820 \begin_inset space \thinspace{}
33821 \end_inset
33822
33823 +
33824 \begin_inset space \thinspace{}
33825 \end_inset
33826
33827 0.5
33828 \begin_inset space \thinspace{}
33829 \end_inset
33830
33831 pt.
33832  
33833 \begin_inset Box Doublebox
33834 position "c"
33835 hor_pos "c"
33836 has_inner_box 1
33837 inner_pos "c"
33838 use_parbox 0
33839 use_makebox 0
33840 width "20col%"
33841 special "none"
33842 height "1in"
33843 height_special "totalheight"
33844 status open
33845
33846 \begin_layout Plain Layout
33847 \align center
33848 Boîte double
33849 \end_layout
33850
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \begin_layout Standard
33857 \begin_inset VSpace bigskip
33858 \end_inset
33859
33860 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
33861  style de boîte utilisé.
33862  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
33863  le paquetage LaTeX 
33864 \series bold
33865 fancybox
33866 \series default
33867
33868 \begin_inset Index idx
33869 status collapsed
33870
33871 \begin_layout Plain Layout
33872 Paquetages LaTeX ! fancybox
33873 \end_layout
33874
33875 \end_inset
33876
33877 .
33878 \end_layout
33879
33880 \begin_layout Standard
33881 \begin_inset VSpace bigskip
33882 \end_inset
33883
33884 Quand vous utilisez le style de décoration 
33885 \family sans
33886 cadre rectangulaire simple
33887 \family default
33888  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
33889  de la boîte.
33890  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
33891  prendra toute la largeur de la colonne, la boîte sera considérée comme
33892  son propre paragraphe et 
33893 \series bold
33894
33895 \backslash
33896 fboxrule
33897 \series default
33898  et 
33899 \series bold
33900
33901 \backslash
33902 fboxsep
33903 \series default
33904  n'ont aucun effet sur ce type de boîte.
33905  L'épaisseur de la ligne du cadre a la valeur de 
33906 \series bold
33907
33908 \backslash
33909 FrameRule
33910 \series default
33911 .
33912  
33913 \begin_inset Box Framed
33914 position "t"
33915 hor_pos "c"
33916 has_inner_box 0
33917 inner_pos "t"
33918 use_parbox 0
33919 use_makebox 0
33920 width "100col%"
33921 special "none"
33922 height "1in"
33923 height_special "totalheight"
33924 status collapsed
33925
33926 \begin_layout Plain Layout
33927 Boîte avec cadre simple et sauts de page
33928 \end_layout
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \begin_layout Section
33936 Personnalisation des boîtes
33937 \begin_inset Index idx
33938 status collapsed
33939
33940 \begin_layout Plain Layout
33941 Boîtes! Personnalisation
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \begin_layout Standard
33950 La valeur implicite pour la variable 
33951 \series bold
33952
33953 \backslash
33954 fboxrule
33955 \series default
33956  est 0.4
33957 \begin_inset space \thinspace{}
33958 \end_inset
33959
33960 pt.
33961  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
33962  pour avoir 2
33963 \begin_inset space \thinspace{}
33964 \end_inset
33965
33966 pt :
33967 \end_layout
33968
33969 \begin_layout Standard
33970
33971 \series bold
33972
33973 \backslash
33974 setlength{
33975 \backslash
33976 fboxrule}{2pt}
33977 \end_layout
33978
33979 \begin_layout Standard
33980 \begin_inset ERT
33981 status collapsed
33982
33983 \begin_layout Plain Layout
33984
33985
33986 \backslash
33987 setlength{
33988 \backslash
33989 fboxrule}{2pt}
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \begin_inset Box Boxed
33996 position "c"
33997 hor_pos "c"
33998 has_inner_box 1
33999 inner_pos "c"
34000 use_parbox 0
34001 use_makebox 0
34002 width "25col%"
34003 special "none"
34004 height "1in"
34005 height_special "totalheight"
34006 status open
34007
34008 \begin_layout Plain Layout
34009 \align center
34010 Boîte rectangulaire avec 
34011 \series bold
34012
34013 \backslash
34014 fboxrule
34015 \series default
34016
34017 \begin_inset space \thinspace{}
34018 \end_inset
34019
34020 =
34021 \begin_inset space \thinspace{}
34022 \end_inset
34023
34024 2
34025 \begin_inset space \thinspace{}
34026 \end_inset
34027
34028 pt
34029 \end_layout
34030
34031 \end_inset
34032
34033
34034 \begin_inset ERT
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038
34039
34040 \backslash
34041 setlength{
34042 \backslash
34043 fboxrule}{0.4pt}
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Standard
34052 \begin_inset VSpace bigskip
34053 \end_inset
34054
34055 L'espace entre le cadre et le contenu de la boîte est le même pour tous
34056  les types de cadres, implicitement il est de 3
34057 \begin_inset space \thinspace{}
34058 \end_inset
34059
34060 pt.
34061  Vous pouvez le modifier en donnant une autre valeur à la variable 
34062 \series bold
34063
34064 \backslash
34065 fboxsep
34066 \series default
34067 .
34068  Par exemple la commande
34069 \end_layout
34070
34071 \begin_layout Standard
34072
34073 \series bold
34074
34075 \backslash
34076 setlength{
34077 \backslash
34078 fboxsep}{10pt}
34079 \end_layout
34080
34081 \begin_layout Standard
34082 met une valeur de 10
34083 \begin_inset space \thinspace{}
34084 \end_inset
34085
34086 pt, comme celle utilisée pour cette boîte :
34087 \end_layout
34088
34089 \begin_layout Standard
34090 \begin_inset ERT
34091 status collapsed
34092
34093 \begin_layout Plain Layout
34094
34095
34096 \backslash
34097 setlength{
34098 \backslash
34099 fboxsep}{10pt}
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \begin_inset Box Boxed
34106 position "c"
34107 hor_pos "c"
34108 has_inner_box 1
34109 inner_pos "c"
34110 use_parbox 0
34111 use_makebox 0
34112 width "25col%"
34113 special "none"
34114 height "1in"
34115 height_special "totalheight"
34116 status open
34117
34118 \begin_layout Plain Layout
34119 \align center
34120 Boîte rectangulaire avec 
34121 \series bold
34122
34123 \backslash
34124 fboxsep
34125 \series default
34126
34127 \begin_inset space \thinspace{}
34128 \end_inset
34129
34130 =
34131 \begin_inset space \thinspace{}
34132 \end_inset
34133
34134 10
34135 \begin_inset space \thinspace{}
34136 \end_inset
34137
34138 pt
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \begin_inset ERT
34145 status collapsed
34146
34147 \begin_layout Plain Layout
34148
34149
34150 \backslash
34151 setlength{
34152 \backslash
34153 fboxsep}{3pt}
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 \begin_inset VSpace bigskip
34163 \end_inset
34164
34165 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34166  la commande 
34167 \series bold
34168
34169 \backslash
34170 cornersize
34171 \series default
34172 .
34173  Par exemple, la commande
34174 \end_layout
34175
34176 \begin_layout Standard
34177
34178 \series bold
34179
34180 \backslash
34181 cornersize*{1cm}
34182 \end_layout
34183
34184 \begin_layout Standard
34185 donne un diamètre de 1
34186 \begin_inset space \thinspace{}
34187 \end_inset
34188
34189 cm.
34190  La commande
34191 \end_layout
34192
34193 \begin_layout Standard
34194
34195 \series bold
34196
34197 \backslash
34198 cornersize{num}
34199 \end_layout
34200
34201 \begin_layout Standard
34202 fixe le diamètre à 
34203 \family sans
34204 num
34205 \begin_inset space \thinspace{}
34206 \end_inset
34207
34208 ×
34209 \begin_inset space \thinspace{}
34210 \end_inset
34211
34212 minimum(largeur et hauteur de la boîte)
34213 \family default
34214 .
34215  La valeur implicite est 
34216 \series bold
34217
34218 \backslash
34219 cornersize{0.5}
34220 \series default
34221 .
34222 \end_layout
34223
34224 \begin_layout Standard
34225 \begin_inset ERT
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229
34230
34231 \backslash
34232 cornersize*{1.5cm}
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \begin_inset Box Ovalbox
34239 position "c"
34240 hor_pos "c"
34241 has_inner_box 1
34242 inner_pos "c"
34243 use_parbox 0
34244 use_makebox 0
34245 width "25col%"
34246 special "none"
34247 height "1in"
34248 height_special "totalheight"
34249 status open
34250
34251 \begin_layout Plain Layout
34252 \align center
34253 Boîte ovale avec 
34254 \series bold
34255
34256 \backslash
34257 cornersize
34258 \series default
34259
34260 \begin_inset space \thinspace{}
34261 \end_inset
34262
34263 =
34264 \begin_inset space \thinspace{}
34265 \end_inset
34266
34267 1.5
34268 \begin_inset space \thinspace{}
34269 \end_inset
34270
34271 cm
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \begin_inset ERT
34278 status collapsed
34279
34280 \begin_layout Plain Layout
34281
34282
34283 \backslash
34284 cornersize{0.5}
34285 \end_layout
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \begin_layout Standard
34293 \begin_inset VSpace bigskip
34294 \end_inset
34295
34296 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
34297  
34298 \series bold
34299
34300 \backslash
34301 shadowsize
34302 \series default
34303 .
34304  Elle est fixée à 2
34305 \begin_inset space \thinspace{}
34306 \end_inset
34307
34308 pt pour la boîte suivante par la commande :
34309 \end_layout
34310
34311 \begin_layout Standard
34312
34313 \series bold
34314
34315 \backslash
34316 setlength{
34317 \backslash
34318 shadowsize}{2pt}
34319 \end_layout
34320
34321 \begin_layout Standard
34322 \begin_inset ERT
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326
34327
34328 \backslash
34329 setlength{
34330 \backslash
34331 shadowsize}{2pt}
34332 \end_layout
34333
34334 \end_inset
34335
34336
34337 \begin_inset Box Shadowbox
34338 position "c"
34339 hor_pos "c"
34340 has_inner_box 1
34341 inner_pos "c"
34342 use_parbox 0
34343 use_makebox 0
34344 width "25col%"
34345 special "none"
34346 height "1in"
34347 height_special "totalheight"
34348 status open
34349
34350 \begin_layout Plain Layout
34351 \align center
34352 Boîte ombrée avec 
34353 \series bold
34354
34355 \backslash
34356 shadowsize
34357 \series default
34358
34359 \begin_inset space \thinspace{}
34360 \end_inset
34361
34362 =
34363 \begin_inset space \thinspace{}
34364 \end_inset
34365
34366 2
34367 \begin_inset space \thinspace{}
34368 \end_inset
34369
34370 pt
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \begin_inset ERT
34377 status collapsed
34378
34379 \begin_layout Plain Layout
34380
34381
34382 \backslash
34383 setlength{
34384 \backslash
34385 shadowsize}{4pt}
34386 \end_layout
34387
34388 \end_inset
34389
34390
34391 \end_layout
34392
34393 \begin_layout Standard
34394 \begin_inset VSpace bigskip
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Standard
34401 La valeur implicite pour la longueur 
34402 \series bold
34403
34404 \backslash
34405 FrameRule
34406 \series default
34407  est 0,4
34408 \begin_inset space \thinspace{}
34409 \end_inset
34410
34411 pt.
34412  L'espacement implicite entre le contenu de la note et le cadre est de 9
34413 \begin_inset space \thinspace{}
34414 \end_inset
34415
34416 pt et il peut être modifié en utilisant la valeur de 
34417 \series bold
34418
34419 \backslash
34420 FrameSep
34421 \series default
34422 .
34423  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
34424  suivantes en code TeX
34425 \end_layout
34426
34427 \begin_layout Standard
34428
34429 \series bold
34430
34431 \backslash
34432 setlength{
34433 \backslash
34434 FrameRule}{5pt}
34435 \begin_inset Newline newline
34436 \end_inset
34437
34438
34439 \backslash
34440 setlength{
34441 \backslash
34442 FrameSep}{0.5cm}
34443 \end_layout
34444
34445 \begin_layout Standard
34446 \begin_inset ERT
34447 status collapsed
34448
34449 \begin_layout Plain Layout
34450
34451
34452 \backslash
34453 setlength{
34454 \backslash
34455 FrameRule}{5pt}
34456 \end_layout
34457
34458 \begin_layout Plain Layout
34459
34460
34461 \backslash
34462 setlength{
34463 \backslash
34464 FrameSep}{0.5cm}
34465 \end_layout
34466
34467 \end_inset
34468
34469
34470 \begin_inset Box Framed
34471 position "t"
34472 hor_pos "c"
34473 has_inner_box 0
34474 inner_pos "t"
34475 use_parbox 0
34476 use_makebox 0
34477 width "100col%"
34478 special "none"
34479 height "1in"
34480 height_special "totalheight"
34481 status open
34482
34483 \begin_layout Plain Layout
34484 Ceci est un texte dans une boîte autorisant les 
34485 \family sans
34486 sauts de page
34487 \family default
34488 .
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset ERT
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498
34499
34500 \backslash
34501 setlength{
34502 \backslash
34503 FrameRule}{0.4pt}
34504 \end_layout
34505
34506 \begin_layout Plain Layout
34507
34508
34509 \backslash
34510 setlength{
34511 \backslash
34512 FrameSep}{9pt}
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \begin_layout Standard
34521 \begin_inset VSpace bigskip
34522 \end_inset
34523
34524
34525 \end_layout
34526
34527 \begin_layout Standard
34528 Pour les boîtes à 
34529 \family sans
34530 Fond
34531 \begin_inset space ~
34532 \end_inset
34533
34534 ombré
34535 \family default
34536 , l'espacement implicite entre le contenu de la boîte et son cadre est de
34537  3
34538 \begin_inset space \thinspace{}
34539 \end_inset
34540
34541 pt et il peut être modifié avec la valeur de 
34542 \series bold
34543
34544 \backslash
34545 fboxsep
34546 \series default
34547 .
34548  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
34549  localement avec la commande 
34550 \series bold
34551
34552 \backslash
34553 definecolor{shadecolor}
34554 \series default
34555 , soit globalement avec le menu 
34556 \family sans
34557 Outils\SpecialChar \menuseparator
34558 Préférences
34559 \family default
34560 \SpecialChar \menuseparator
34561
34562 \family sans
34563 Couleurs\SpecialChar \menuseparator
34564 boîte
34565 \begin_inset space ~
34566 \end_inset
34567
34568 ombrée
34569 \family default
34570 .
34571  La syntaxe de la commande 
34572 \series bold
34573
34574 \backslash
34575 definecolor
34576 \series default
34577  est expliquée dans la section
34578 \begin_inset space ~
34579 \end_inset
34580
34581
34582 \begin_inset CommandInset ref
34583 LatexCommand ref
34584 reference "sec:Tableaux-Colorés"
34585
34586 \end_inset
34587
34588
34589 \begin_inset Foot
34590 status collapsed
34591
34592 \begin_layout Plain Layout
34593 Notez que l'utilisation de 
34594 \series bold
34595
34596 \backslash
34597 definecolor
34598 \series default
34599  ne peut se faire sans le paquetage LaTeX 
34600 \series bold
34601 color
34602 \series default
34603  dans le préambule, voir la section
34604 \begin_inset space ~
34605 \end_inset
34606
34607
34608 \begin_inset CommandInset ref
34609 LatexCommand ref
34610 reference "sec:Boîtes-colorées"
34611
34612 \end_inset
34613
34614 .
34615  
34616 \end_layout
34617
34618 \end_inset
34619
34620 .
34621 \end_layout
34622
34623 \begin_layout Standard
34624 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34625  les commandes en code TeX suivantes
34626 \end_layout
34627
34628 \begin_layout Standard
34629
34630 \series bold
34631
34632 \backslash
34633 setlength{
34634 \backslash
34635 fboxsep}{0.5cm}
34636 \series default
34637
34638 \begin_inset Newline newline
34639 \end_inset
34640
34641
34642 \series bold
34643
34644 \backslash
34645 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34646 \end_layout
34647
34648 \begin_layout Standard
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654
34655 \backslash
34656 setlength{
34657 \backslash
34658 fboxsep}{0.5cm}
34659 \end_layout
34660
34661 \begin_layout Plain Layout
34662
34663
34664 \backslash
34665 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \begin_inset Box Shaded
34672 position "t"
34673 hor_pos "c"
34674 has_inner_box 0
34675 inner_pos "t"
34676 use_parbox 0
34677 use_makebox 0
34678 width "100col%"
34679 special "none"
34680 height "1in"
34681 height_special "totalheight"
34682 status open
34683
34684 \begin_layout Plain Layout
34685
34686 \color yellow
34687 Ceci est un texte jaune dans une boîte à 
34688 \family sans
34689 Fond
34690 \begin_inset space ~
34691 \end_inset
34692
34693 ombré
34694 \family default
34695 \color inherit
34696  
34697 \color yellow
34698 avec un fond vert foncé.
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \begin_inset ERT
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708
34709
34710 \backslash
34711 setlength{
34712 \backslash
34713 fboxsep}{3pt}
34714 \end_layout
34715
34716 \begin_layout Plain Layout
34717
34718
34719 \backslash
34720 definecolor{shadecolor}{rgb}{1,0,0}
34721 \end_layout
34722
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \begin_layout Standard
34729 \begin_inset VSpace bigskip
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Standard
34736 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
34737  les boîtes qui suivent la commandes qui les a changées.
34738 \end_layout
34739
34740 \begin_layout Section
34741 Minipages
34742 \begin_inset CommandInset label
34743 LatexCommand label
34744 name "sec:Minipages"
34745
34746 \end_inset
34747
34748
34749 \begin_inset Index idx
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753 Boîtes ! Minipages
34754 \end_layout
34755
34756 \end_inset
34757
34758
34759 \end_layout
34760
34761 \begin_layout Standard
34762 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
34763 ur d'une page.
34764  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34765  règles d'indentation, de saut de ligne, etc.
34766  s'appliquent.
34767 \end_layout
34768
34769 \begin_layout Standard
34770 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34771  langues.
34772 \end_layout
34773
34774 \begin_layout Standard
34775 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34776  Leur largeur est fixée à 45
34777 \begin_inset space \thinspace{}
34778 \end_inset
34779
34780 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34781  via le menu 
34782 \family sans
34783 Insertion\SpecialChar \menuseparator
34784 Typographie
34785 \begin_inset space ~
34786 \end_inset
34787
34788 spéciale\SpecialChar \menuseparator
34789 Ressort
34790 \begin_inset space ~
34791 \end_inset
34792
34793 Horizontal
34794 \family default
34795 .
34796 \end_layout
34797
34798 \begin_layout Standard
34799 \begin_inset Box Frameless
34800 position "t"
34801 hor_pos "c"
34802 has_inner_box 1
34803 inner_pos "c"
34804 use_parbox 0
34805 use_makebox 0
34806 width "45col%"
34807 special "none"
34808 height "1in"
34809 height_special "totalheight"
34810 status open
34811
34812 \begin_layout Plain Layout
34813
34814 \lang ngerman
34815 Dies ist ein deutscher Text.
34816  Dies ist ein deutscher Text.
34817  Dies ist ein deutscher Text.
34818  Dies ist ein deutscher Text.
34819  Dies ist ein deutscher Text.
34820  Dies ist ein deutscher Text.
34821  Dies ist ein deutscher Text.
34822  Dies ist ein deutscher Text.
34823  Dies ist ein deutscher Text.
34824  Dies ist ein deutscher Text.
34825  Dies ist ein deutscher Text.
34826  Dies ist ein deutscher Text.
34827  Dies ist ein deutscher Text
34828 \begin_inset Foot
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832
34833 \lang ngerman
34834 Dies ist eine deutsche Fußnote.
34835 \end_layout
34836
34837 \end_inset
34838
34839 .
34840  Dies ist ein deutscher Text.
34841  Dies ist ein deutscher Text.
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \begin_inset space \hfill{}
34848 \end_inset
34849
34850
34851 \begin_inset Box Frameless
34852 position "t"
34853 hor_pos "c"
34854 has_inner_box 1
34855 inner_pos "c"
34856 use_parbox 0
34857 use_makebox 0
34858 width "45col%"
34859 special "none"
34860 height "1in"
34861 height_special "totalheight"
34862 status open
34863
34864 \begin_layout Plain Layout
34865
34866 \lang english
34867 This is an English Text.
34868  This is an English Text.
34869  This is an English Text.
34870  This is an English Text.
34871  This is an English Text.
34872  This is an English Text.
34873  This is an English Text.
34874  This is an English Text.
34875  This is an English Text.
34876  This is an English Text.
34877  This is an English Text.
34878  This is an English Text.
34879  This is an English Text.
34880  This is an English Text.
34881  This is an English Text.
34882  This is an English Text.
34883 \begin_inset Foot
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887
34888 \lang english
34889 This is an English footnote.
34890 \end_layout
34891
34892 \end_inset
34893
34894  This is an English Text.
34895 \end_layout
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \begin_layout Standard
34903 \begin_inset VSpace bigskip
34904 \end_inset
34905
34906 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34907  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34908  minipages, même si vous les avez mis par exemple à 
34909 \family sans
34910 Moyen
34911 \family default
34912  dans les paramètres du document.
34913 \end_layout
34914
34915 \begin_layout Standard
34916 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34917  portion de texte, voyez la section
34918 \begin_inset space ~
34919 \end_inset
34920
34921
34922 \begin_inset CommandInset ref
34923 LatexCommand ref
34924 reference "sub:Couleur-pour-les-Paragraphes"
34925
34926 \end_inset
34927
34928 .
34929 \end_layout
34930
34931 \begin_layout Standard
34932 \begin_inset Note Greyedout
34933 status open
34934
34935 \begin_layout Plain Layout
34936
34937 \series bold
34938 Note:
34939 \series default
34940  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34941  mais les minipages peuvent être utilisées dans un tableau, un flottant
34942  ou une autre boîte.
34943 \end_layout
34944
34945 \end_inset
34946
34947
34948 \end_layout
34949
34950 \begin_layout Section
34951 Les parboxes
34952 \begin_inset CommandInset label
34953 LatexCommand label
34954 name "sec:Parboxes"
34955
34956 \end_inset
34957
34958
34959 \begin_inset Index idx
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963 Boîtes ! Parboxes
34964 \end_layout
34965
34966 \end_inset
34967
34968
34969 \end_layout
34970
34971 \begin_layout Standard
34972 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34973  ne peuvent avoir de note de bas de page.
34974 \end_layout
34975
34976 \begin_layout Standard
34977 \align center
34978 \begin_inset Box Frameless
34979 position "t"
34980 hor_pos "c"
34981 has_inner_box 1
34982 inner_pos "t"
34983 use_parbox 1
34984 use_makebox 0
34985 width "33col%"
34986 special "none"
34987 height "1in"
34988 height_special "totalheight"
34989 status open
34990
34991 \begin_layout Plain Layout
34992 Ceci est un texte à l'intérieur d'une parbox.
34993  Ceci est un texte à l'intérieur d'une parbox.
34994 \end_layout
34995
34996 \begin_layout Plain Layout
34997 Cette note de bas de page ne devrait pas apparaître :
34998 \begin_inset Foot
34999 status open
35000
35001 \begin_layout Plain Layout
35002 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
35003  pas.
35004 \end_layout
35005
35006 \end_inset
35007
35008
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \end_layout
35015
35016 \begin_layout Section
35017 Des boîtes pour les mots et les caractères
35018 \begin_inset Index idx
35019 status collapsed
35020
35021 \begin_layout Plain Layout
35022 Boîtes ! Pour les caractères
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \begin_layout Subsection
35031 Empêcher la césure
35032 \begin_inset CommandInset label
35033 LatexCommand label
35034 name "sec:Empêcher-césure"
35035
35036 \end_inset
35037
35038
35039 \begin_inset Index idx
35040 status collapsed
35041
35042 \begin_layout Plain Layout
35043 Boîtes ! Pour empêcher la césure
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \begin_layout Standard
35052 Vous pouvez utiliser une boîte de type 
35053 \family sans
35054 Makebox
35055 \family default
35056  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
35057 \begin_inset Newline newline
35058 \end_inset
35059
35060 Voici un exemple de texte :
35061 \end_layout
35062
35063 \begin_layout Standard
35064 Cette ligne est un exemple comment vous pouvez empêcher une césure
35065 \begin_inset space ~
35066 \end_inset
35067
35068
35069 \begin_inset Quotes eld
35070 \end_inset
35071
35072 motTrèsTrèsLong
35073 \begin_inset Quotes erd
35074 \end_inset
35075
35076
35077 \end_layout
35078
35079 \begin_layout Standard
35080 Pour empêcher que le mot 
35081 \begin_inset Quotes eld
35082 \end_inset
35083
35084 motTrèsTrèsLong
35085 \begin_inset Quotes erd
35086 \end_inset
35087
35088  soit coupé, mettez le mot dans une boîte, mettez 
35089 \family sans
35090 Boîte
35091 \begin_inset space ~
35092 \end_inset
35093
35094 intérieure
35095 \family default
35096  à 
35097 \family sans
35098 Makebox
35099 \family default
35100  et sa largeur à 1
35101 \begin_inset space \thinspace{}
35102 \end_inset
35103
35104 Largeur.
35105 \end_layout
35106
35107 \begin_layout Standard
35108 Voici le résultat :
35109 \end_layout
35110
35111 \begin_layout Standard
35112 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35113 \begin_inset Box Frameless
35114 position "t"
35115 hor_pos "c"
35116 has_inner_box 1
35117 inner_pos "t"
35118 use_parbox 0
35119 use_makebox 1
35120 width "1in"
35121 special "width"
35122 height "1in"
35123 height_special "totalheight"
35124 status open
35125
35126 \begin_layout Plain Layout
35127 motTrèsTrèsLong
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 Une autre méthode consiste à mettre la commande 
35137 \begin_inset Quotes eld
35138 \end_inset
35139
35140
35141 \series bold
35142
35143 \backslash
35144 -
35145 \series default
35146
35147 \begin_inset Quotes grd
35148 \end_inset
35149
35150  en code TeX, juste avant le mot :
35151 \end_layout
35152
35153 \begin_layout Standard
35154 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
35155 \begin_inset Quotes eld
35156 \end_inset
35157
35158
35159 \begin_inset ERT
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163
35164
35165 \backslash
35166 -
35167 \end_layout
35168
35169 \end_inset
35170
35171 motTrèsTrèsLong
35172 \begin_inset Quotes erd
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \begin_layout Standard
35179 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35180  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35181 \family sans
35182 Insertion\SpecialChar \menuseparator
35183 Typographie
35184 \begin_inset space ~
35185 \end_inset
35186
35187 spéciale\SpecialChar \menuseparator
35188 Passage
35189 \begin_inset space ~
35190 \end_inset
35191
35192 à
35193 \begin_inset space ~
35194 \end_inset
35195
35196 la
35197 \begin_inset space ~
35198 \end_inset
35199
35200 Ligne
35201 \family default
35202  (raccourci 
35203 \family sans
35204 Ctrl-Entrée
35205 \family default
35206 ) :
35207 \end_layout
35208
35209 \begin_layout Standard
35210 Cette ligne est un exemple comment vous pouvez empêcher une césure:
35211 \begin_inset Newline newline
35212 \end_inset
35213
35214
35215 \begin_inset Box Frameless
35216 position "t"
35217 hor_pos "c"
35218 has_inner_box 1
35219 inner_pos "t"
35220 use_parbox 0
35221 use_makebox 1
35222 width "1in"
35223 special "width"
35224 height "1in"
35225 height_special "totalheight"
35226 status open
35227
35228 \begin_layout Plain Layout
35229 \begin_inset Quotes eld
35230 \end_inset
35231
35232 motTrèsTrèsLong
35233 \begin_inset Quotes erd
35234 \end_inset
35235
35236
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \begin_layout Subsection
35245 Alignement vertical
35246 \begin_inset CommandInset label
35247 LatexCommand label
35248 name "sub:Alignement-Vertical"
35249
35250 \end_inset
35251
35252
35253 \begin_inset Index idx
35254 status collapsed
35255
35256 \begin_layout Plain Layout
35257 Boîtes ! Pour l'alignement vertical
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \begin_inset Index idx
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267 Boîtes ! Boîtes élévatrices
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \begin_inset Index idx
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277 Raisebox|see
35278 \begin_inset ERT
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282
35283 {
35284 \end_layout
35285
35286 \end_inset
35287
35288 Boîtes élévatrices
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294 }
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \end_inset
35303
35304
35305 \end_layout
35306
35307 \begin_layout Standard
35308 Avec la commande 
35309 \series bold
35310
35311 \backslash
35312 raisebox
35313 \series default
35314  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35315  par rapport au texte qui l'entoure.
35316  La commande
35317 \series bold
35318  
35319 \backslash
35320 raisebox
35321 \series default
35322  s'utilise en suivant la syntaxe suivante :
35323 \end_layout
35324
35325 \begin_layout Standard
35326
35327 \series bold
35328
35329 \backslash
35330 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35331 \end_layout
35332
35333 \begin_layout Standard
35334 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35335  pour l'abaisser.
35336 \end_layout
35337
35338 \begin_layout Standard
35339 Pour aligner le mot 
35340 \begin_inset Quotes eld
35341 \end_inset
35342
35343 empêcher
35344 \begin_inset Quotes erd
35345 \end_inset
35346
35347  de façon à ce que le point le plus bas du caractère le plus 
35348 \begin_inset Quotes eld
35349 \end_inset
35350
35351 profond
35352 \begin_inset Quotes erd
35353 \end_inset
35354
35355 , le 
35356 \begin_inset Quotes eld
35357 \end_inset
35358
35359 p
35360 \begin_inset Quotes erd
35361 \end_inset
35362
35363 , soit au niveau de la ligne de base, insérez la commande 
35364 \end_layout
35365
35366 \begin_layout Standard
35367
35368 \series bold
35369
35370 \backslash
35371 raisebox{
35372 \backslash
35373 depth}{
35374 \end_layout
35375
35376 \begin_layout Standard
35377 en code TeX avant le mot.
35378  Insérez après le mot l'accolade fermante 
35379 \begin_inset Quotes eld
35380 \end_inset
35381
35382
35383 \series bold
35384 }
35385 \series default
35386
35387 \begin_inset Quotes erd
35388 \end_inset
35389
35390  en code TeX.
35391 \begin_inset Newline newline
35392 \end_inset
35393
35394 Voici le résultat :
35395 \end_layout
35396
35397 \begin_layout Standard
35398 Cette ligne de texte contient le mot 
35399 \begin_inset ERT
35400 status collapsed
35401
35402 \begin_layout Plain Layout
35403
35404
35405 \backslash
35406 raisebox{
35407 \backslash
35408 depth}{
35409 \end_layout
35410
35411 \end_inset
35412
35413
35414 \begin_inset Quotes eld
35415 \end_inset
35416
35417 empêcher
35418 \begin_inset Quotes erd
35419 \end_inset
35420
35421
35422 \begin_inset ERT
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426
35427 }
35428 \end_layout
35429
35430 \end_inset
35431
35432  comme mot élevé.
35433 \end_layout
35434
35435 \begin_layout Standard
35436 \begin_inset VSpace bigskip
35437 \end_inset
35438
35439 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35440  entre les lignes va être agrandie :
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Cette ligne de texte contient le mot
35445 \begin_inset ERT
35446 status collapsed
35447
35448 \begin_layout Plain Layout
35449
35450
35451 \backslash
35452 raisebox{-
35453 \backslash
35454 depth}{
35455 \end_layout
35456
35457 \end_inset
35458
35459
35460 \begin_inset Quotes eld
35461 \end_inset
35462
35463 empêcher
35464 \begin_inset Quotes erd
35465 \end_inset
35466
35467
35468 \begin_inset ERT
35469 status collapsed
35470
35471 \begin_layout Plain Layout
35472
35473 }
35474 \end_layout
35475
35476 \end_inset
35477
35478  comme mot abaissé.
35479 \begin_inset Newline newline
35480 \end_inset
35481
35482 Cette ligne de texte contient le mot 
35483 \begin_inset ERT
35484 status collapsed
35485
35486 \begin_layout Plain Layout
35487
35488
35489 \backslash
35490 raisebox{0.5cm}{
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \begin_inset Quotes eld
35497 \end_inset
35498
35499 tester
35500 \begin_inset Quotes erd
35501 \end_inset
35502
35503
35504 \begin_inset ERT
35505 status collapsed
35506
35507 \begin_layout Plain Layout
35508
35509 }
35510 \end_layout
35511
35512 \end_inset
35513
35514  comme mot élevé.
35515 \end_layout
35516
35517 \begin_layout Standard
35518 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35519  mettez la hauteur de la boîte à zéro.
35520  Par exemple utilisez
35521 \end_layout
35522
35523 \begin_layout Standard
35524
35525 \series bold
35526
35527 \backslash
35528 raisebox{-
35529 \backslash
35530 depth}[0pt]{
35531 \end_layout
35532
35533 \begin_layout Standard
35534 Cette ligne de texte contient le mot
35535 \begin_inset ERT
35536 status collapsed
35537
35538 \begin_layout Plain Layout
35539
35540
35541 \backslash
35542 raisebox{-
35543 \backslash
35544 depth}[0pt]{
35545 \end_layout
35546
35547 \end_inset
35548
35549
35550 \begin_inset Quotes eld
35551 \end_inset
35552
35553 empêcher
35554 \begin_inset Quotes erd
35555 \end_inset
35556
35557
35558 \begin_inset ERT
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562
35563 }
35564 \end_layout
35565
35566 \end_inset
35567
35568  comme mot abaissé.
35569 \begin_inset Newline newline
35570 \end_inset
35571
35572 Cette ligne de texte contient le mot 
35573 \begin_inset ERT
35574 status collapsed
35575
35576 \begin_layout Plain Layout
35577
35578
35579 \backslash
35580 raisebox{0.5cm}[0pt]{
35581 \end_layout
35582
35583 \end_inset
35584
35585
35586 \begin_inset Quotes eld
35587 \end_inset
35588
35589 tester
35590 \begin_inset Quotes erd
35591 \end_inset
35592
35593
35594 \begin_inset ERT
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598
35599 }
35600 \end_layout
35601
35602 \end_inset
35603
35604  comme mot élevé.
35605 \end_layout
35606
35607 \begin_layout Section
35608 Boîtes colorées
35609 \begin_inset CommandInset label
35610 LatexCommand label
35611 name "sec:Boîtes-colorées"
35612
35613 \end_inset
35614
35615
35616 \begin_inset Index idx
35617 status collapsed
35618
35619 \begin_layout Plain Layout
35620 Boîtes ! Couleur
35621 \end_layout
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \begin_layout Subsection
35629 De la couleur pour le texte
35630 \begin_inset Index idx
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634 Couleur ! Pour le texte
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \end_layout
35641
35642 \begin_layout Standard
35643 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
35644  une boîte appelée 
35645 \begin_inset Quotes eld
35646 \end_inset
35647
35648 colorbox
35649 \begin_inset Quotes erd
35650 \end_inset
35651
35652 .
35653  Cela demande que le paquetage LaTeX 
35654 \series bold
35655 color
35656 \series default
35657
35658 \begin_inset Index idx
35659 status collapsed
35660
35661 \begin_layout Plain Layout
35662 Paquetages LaTeX ! color
35663 \end_layout
35664
35665 \end_inset
35666
35667  soit chargé dans le préambule du document avec la commande
35668 \end_layout
35669
35670 \begin_layout Standard
35671
35672 \series bold
35673
35674 \backslash
35675 @ifundefined{textcolor}
35676 \begin_inset Newline newline
35677 \end_inset
35678
35679
35680 \begin_inset Phantom HPhantom
35681 status open
35682
35683 \begin_layout Plain Layout
35684
35685 \series bold
35686 \begin_inset space ~
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \end_inset
35693
35694 {
35695 \backslash
35696 usepackage{color}}{}
35697 \end_layout
35698
35699 \begin_layout Standard
35700 Le paquetage 
35701 \series bold
35702 color
35703 \series default
35704  sera chargé automatiquement par LyX dès que vous colorez du texte.
35705 \begin_inset Foot
35706 status collapsed
35707
35708 \begin_layout Plain Layout
35709 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
35710  
35711 \series bold
35712
35713 \backslash
35714 @ifundefined
35715 \series default
35716 .
35717 \end_layout
35718
35719 \end_inset
35720
35721
35722 \end_layout
35723
35724 \begin_layout Standard
35725 \begin_inset VSpace medskip
35726 \end_inset
35727
35728 Les boîtes colorées sont créées par la commande 
35729 \series bold
35730
35731 \backslash
35732 colorbox
35733 \series default
35734 .
35735  Elle est utilisée avec la syntaxe suivante :
35736 \end_layout
35737
35738 \begin_layout Standard
35739
35740 \series bold
35741
35742 \backslash
35743 colorbox{couleur}{contenu de la boîte}
35744 \end_layout
35745
35746 \begin_layout Standard
35747 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35748  peuvent être placées à l'intérieur d'autres boîtes.
35749 \end_layout
35750
35751 \begin_layout Standard
35752 Les couleurs suivantes sont prédéfinies ::
35753 \begin_inset Newline newline
35754 \end_inset
35755
35756
35757 \family sans
35758 black
35759 \family default
35760  (noir), 
35761 \family sans
35762 blue
35763 \family default
35764  (bleu), 
35765 \family sans
35766 cyan
35767 \family default
35768 \series bold
35769 ,
35770 \series default
35771  
35772 \family sans
35773 green
35774 \family default
35775  (vert), 
35776 \family sans
35777 magenta
35778 \family default
35779
35780 \family sans
35781 red
35782 \family default
35783  (rouge), 
35784 \family sans
35785 white
35786 \family default
35787  (blanc), and 
35788 \family sans
35789 yellow
35790 \family default
35791  (jaune).
35792 \begin_inset Newline newline
35793 \end_inset
35794
35795 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
35796  section
35797 \begin_inset space ~
35798 \end_inset
35799
35800
35801 \begin_inset CommandInset ref
35802 LatexCommand ref
35803 reference "sec:Tableaux-Colorés"
35804
35805 \end_inset
35806
35807 .
35808 \end_layout
35809
35810 \begin_layout Standard
35811 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
35812 \end_layout
35813
35814 \begin_layout Standard
35815
35816 \series bold
35817
35818 \backslash
35819 colorbox{red}{
35820 \end_layout
35821
35822 \begin_layout Standard
35823 avant le mot en code TeX.
35824  Insérez l'accolade fermante 
35825 \begin_inset Quotes eld
35826 \end_inset
35827
35828 }
35829 \begin_inset Quotes erd
35830 \end_inset
35831
35832  après le mot, en code TeX.
35833 \begin_inset Newline newline
35834 \end_inset
35835
35836 Voici le résultat :
35837 \end_layout
35838
35839 \begin_layout Standard
35840 Cette ligne de texte contient le mot
35841 \begin_inset ERT
35842 status collapsed
35843
35844 \begin_layout Plain Layout
35845
35846
35847 \backslash
35848 colorbox{red}{
35849 \end_layout
35850
35851 \end_inset
35852
35853
35854 \begin_inset Quotes eld
35855 \end_inset
35856
35857 Attention!
35858 \begin_inset Quotes erd
35859 \end_inset
35860
35861
35862 \begin_inset ERT
35863 status collapsed
35864
35865 \begin_layout Plain Layout
35866
35867 }
35868 \end_layout
35869
35870 \end_inset
35871
35872  sur fond rouge.
35873 \end_layout
35874
35875 \begin_layout Standard
35876 \begin_inset VSpace bigskip
35877 \end_inset
35878
35879 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
35880  vous pouvez utiliser la commande 
35881 \series bold
35882
35883 \backslash
35884 fcolorbox
35885 \series default
35886  avec la syntaxe suivante :
35887 \end_layout
35888
35889 \begin_layout Standard
35890
35891 \series bold
35892
35893 \backslash
35894 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35895 \end_layout
35896
35897 \begin_layout Standard
35898
35899 \series bold
35900
35901 \backslash
35902 fcolorbox
35903 \series default
35904  est une extension de 
35905 \series bold
35906
35907 \backslash
35908 colorbox
35909 \series default
35910 .
35911  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
35912  peuvent être modifiés avec les variables 
35913 \series bold
35914
35915 \backslash
35916 fboxrule
35917 \series default
35918  et 
35919 \series bold
35920
35921 \backslash
35922 fboxsep
35923 \series default
35924 , comme c'est décrit dans la section
35925 \begin_inset space ~
35926 \end_inset
35927
35928
35929 \begin_inset CommandInset ref
35930 LatexCommand ref
35931 reference "sec:Décorations"
35932
35933 \end_inset
35934
35935 .
35936 \end_layout
35937
35938 \begin_layout Standard
35939 Pour l'exemple suivant, on a utilisé la commande
35940 \end_layout
35941
35942 \begin_layout Standard
35943
35944 \series bold
35945
35946 \backslash
35947 fcolorbox{cyan}{magenta}{
35948 \end_layout
35949
35950 \begin_layout Standard
35951 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
35952 \begin_inset space \thinspace{}
35953 \end_inset
35954
35955 mm:
35956 \begin_inset Newline newline
35957 \end_inset
35958
35959
35960 \begin_inset ERT
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964
35965
35966 \backslash
35967 fboxrule 1mm 
35968 \backslash
35969 fboxsep 1mm
35970 \end_layout
35971
35972 \end_inset
35973
35974
35975 \begin_inset ERT
35976 status collapsed
35977
35978 \begin_layout Plain Layout
35979
35980
35981 \backslash
35982 fcolorbox{cyan}{magenta}{
35983 \end_layout
35984
35985 \end_inset
35986
35987 Ce texte est dans une boîte encadrée et colorée.
35988 \begin_inset ERT
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992
35993 }
35994 \end_layout
35995
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \begin_layout Standard
36002 \begin_inset VSpace bigskip
36003 \end_inset
36004
36005 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
36006  les yeux ! - NdT) :
36007 \begin_inset Newline newline
36008 \end_inset
36009
36010
36011 \begin_inset ERT
36012 status collapsed
36013
36014 \begin_layout Plain Layout
36015
36016
36017 \backslash
36018 fcolorbox{cyan}{magenta}{
36019 \end_layout
36020
36021 \end_inset
36022
36023
36024 \color yellow
36025 Ce texte est coloré dans une boîte colorée et encadrée.
36026 \color inherit
36027
36028 \begin_inset ERT
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032
36033 }
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044
36045 \backslash
36046 fboxrule 0.4pt 
36047 \backslash
36048 fboxsep 3pt
36049 \end_layout
36050
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \begin_layout Standard
36057
36058 \series bold
36059 \begin_inset VSpace medskip
36060 \end_inset
36061
36062
36063 \end_layout
36064
36065 \begin_layout Standard
36066 \begin_inset Note Greyedout
36067 status open
36068
36069 \begin_layout Plain Layout
36070
36071 \series bold
36072 Note:
36073 \series default
36074  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
36075  de ligne.
36076  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
36077  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \end_layout
36084
36085 \begin_layout Subsection
36086 De la couleur pour les paragraphes
36087 \begin_inset CommandInset label
36088 LatexCommand label
36089 name "sub:Couleur-pour-les-Paragraphes"
36090
36091 \end_inset
36092
36093
36094 \begin_inset Index idx
36095 status collapsed
36096
36097 \begin_layout Plain Layout
36098 Couleur ! Pour les  paragraphes
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \begin_layout Standard
36107 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
36108  texte dans une minipage.
36109  Avant la minipage, insérez la commande 
36110 \series bold
36111
36112 \backslash
36113 colorbox
36114 \series default
36115  
36116 \end_layout
36117
36118 \begin_layout Standard
36119
36120 \series bold
36121
36122 \backslash
36123 colorbox{color}{
36124 \end_layout
36125
36126 \begin_layout Standard
36127 en code TeX.
36128  Après la minipage, insérez l'accolade fermante 
36129 \begin_inset Quotes eld
36130 \end_inset
36131
36132 }
36133 \begin_inset Quotes erd
36134 \end_inset
36135
36136  en code TeX.
36137 \end_layout
36138
36139 \begin_layout Standard
36140 \begin_inset ERT
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144
36145
36146 \backslash
36147 colorbox{lightgrey}{
36148 \end_layout
36149
36150 \end_inset
36151
36152
36153 \begin_inset Box Frameless
36154 position "t"
36155 hor_pos "c"
36156 has_inner_box 1
36157 inner_pos "t"
36158 use_parbox 0
36159 use_makebox 0
36160 width "100col%"
36161 special "none"
36162 height "1in"
36163 height_special "totalheight"
36164 status collapsed
36165
36166 \begin_layout Plain Layout
36167 Ce texte a un fond coloré.
36168  Ce texte a un fond coloré.
36169 \end_layout
36170
36171 \begin_layout Plain Layout
36172 \begin_inset VSpace defskip
36173 \end_inset
36174
36175 Le texte peut avoir des notes de bas de page
36176 \begin_inset Foot
36177 status collapsed
36178
36179 \begin_layout Plain Layout
36180 Un autre exemple de note de bas de page
36181 \end_layout
36182
36183 \end_inset
36184
36185  et contenir des figures et des tableaux.
36186 \end_layout
36187
36188 \begin_layout Plain Layout
36189 \align center
36190 \begin_inset Tabular
36191 <lyxtabular version="3" rows="3" columns="3">
36192 <features rotate="0" tabularvalignment="middle">
36193 <column alignment="center" valignment="top">
36194 <column alignment="center" valignment="top">
36195 <column alignment="center" valignment="top">
36196 <row>
36197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36198 \begin_inset Text
36199
36200 \begin_layout Plain Layout
36201 a
36202 \end_layout
36203
36204 \end_inset
36205 </cell>
36206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36207 \begin_inset Text
36208
36209 \begin_layout Plain Layout
36210 !
36211 \end_layout
36212
36213 \end_inset
36214 </cell>
36215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36216 \begin_inset Text
36217
36218 \begin_layout Plain Layout
36219 3
36220 \end_layout
36221
36222 \end_inset
36223 </cell>
36224 </row>
36225 <row>
36226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230 <
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36236 \begin_inset Text
36237
36238 \begin_layout Plain Layout
36239 b2
36240 \begin_inset Quotes erd
36241 \end_inset
36242
36243 |
36244 \end_layout
36245
36246 \end_inset
36247 </cell>
36248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36249 \begin_inset Text
36250
36251 \begin_layout Plain Layout
36252 >
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 </row>
36258 <row>
36259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263 1
36264 \end_layout
36265
36266 \end_inset
36267 </cell>
36268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36269 \begin_inset Text
36270
36271 \begin_layout Plain Layout
36272 §
36273 \end_layout
36274
36275 \end_inset
36276 </cell>
36277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36278 \begin_inset Text
36279
36280 \begin_layout Plain Layout
36281 c
36282 \end_layout
36283
36284 \end_inset
36285 </cell>
36286 </row>
36287 </lyxtabular>
36288
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \end_inset
36295
36296
36297 \begin_inset ERT
36298 status collapsed
36299
36300 \begin_layout Plain Layout
36301
36302 }
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \begin_layout Section
36311 Les boîtes pivotées et redimensionnées
36312 \end_layout
36313
36314 \begin_layout Standard
36315 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
36316  charger le paquetage LaTeX 
36317 \series bold
36318 graphicx
36319 \series default
36320
36321 \begin_inset Index idx
36322 status collapsed
36323
36324 \begin_layout Plain Layout
36325 Paquetages LaTeX ! graphicx
36326 \end_layout
36327
36328 \end_inset
36329
36330  dans le préambule de votre document avec la commande
36331 \end_layout
36332
36333 \begin_layout Standard
36334
36335 \series bold
36336
36337 \backslash
36338 @ifundefined{rotatebox}
36339 \begin_inset Newline newline
36340 \end_inset
36341
36342
36343 \begin_inset Phantom HPhantom
36344 status open
36345
36346 \begin_layout Plain Layout
36347
36348 \series bold
36349 \begin_inset space ~
36350 \end_inset
36351
36352
36353 \end_layout
36354
36355 \end_inset
36356
36357 {
36358 \backslash
36359 usepackage{graphicx}}{}
36360 \end_layout
36361
36362 \begin_layout Description
36363 \begin_inset Note Greyedout
36364 status open
36365
36366 \begin_layout Plain Layout
36367
36368 \series bold
36369 Note:
36370 \series default
36371  La plupart des visualiseurs DVI ne sont 
36372 \emph on
36373 pas
36374 \emph default
36375  capables d'afficher des rotations ou des redimensions.
36376 \end_layout
36377
36378 \end_inset
36379
36380
36381 \end_layout
36382
36383 \begin_layout Standard
36384 \begin_inset Note Greyedout
36385 status open
36386
36387 \begin_layout Plain Layout
36388
36389 \series bold
36390 Note:
36391 \series default
36392  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
36393  redimensionnée.
36394 \end_layout
36395
36396 \end_inset
36397
36398
36399 \end_layout
36400
36401 \begin_layout Subsection
36402 Les Boîtes pivotées
36403 \begin_inset Index idx
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407 Boîtes ! pivotées
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \begin_inset Index idx
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417 Pivoter des objets
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Standard
36426 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
36427  (rotated).
36428  Une telle boîte est créée avec la commande 
36429 \series bold
36430
36431 \backslash
36432 rotatebox
36433 \series default
36434  en code TeX avec la syntaxe
36435 \end_layout
36436
36437 \begin_layout Standard
36438
36439 \series bold
36440
36441 \backslash
36442 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
36443 \end_layout
36444
36445 \begin_layout Standard
36446 La position du pivot est donnée par l'origine de rotation spécifiée sous
36447  la forme 
36448 \series bold
36449 origin=position
36450 \series default
36451 .
36452  Les valeurs suivantes sont possibles pour la position: 
36453 \emph on
36454 c
36455 \emph default
36456  (centre), 
36457 \emph on
36458 l
36459 \emph default
36460  (gauche/
36461 \lang english
36462 left
36463 \lang french
36464 ), 
36465 \emph on
36466 r
36467 \emph default
36468  (droite/
36469 \lang english
36470 right
36471 \lang french
36472 ), 
36473 \emph on
36474 b
36475 \emph default
36476  (bas/
36477 \lang english
36478 bottom
36479 \lang french
36480 ), 
36481 \emph on
36482 t
36483 \emph default
36484  (haut/
36485 \lang english
36486 top
36487 \lang french
36488 ), et aussi des combinaisons des quatre positions de base.
36489  Par exemple 
36490 \emph on
36491 lt
36492 \emph default
36493  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
36494  Quand on ne donne pas d'origine, la position 
36495 \emph on
36496 l
36497 \emph default
36498  est utilisée.
36499  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
36500  ou négatif.
36501  Le sens positif de rotation est anti-horaire.
36502 \end_layout
36503
36504 \begin_layout Standard
36505 Dans l'exemple qui suit, la commande 
36506 \series bold
36507
36508 \backslash
36509 rotatebox[origin=c]{60}{
36510 \series default
36511  a été insérée en code TeX juste avant le texte 
36512 \begin_inset Quotes eld
36513 \end_inset
36514
36515 pivoté de 90°
36516 \begin_inset Quotes erd
36517 \end_inset
36518
36519  ; la boîte est refermée juste après le texte par une accolade fermante
36520  
36521 \begin_inset Quotes eld
36522 \end_inset
36523
36524 }
36525 \begin_inset Quotes erd
36526 \end_inset
36527
36528  en code TeX.
36529 \end_layout
36530
36531 \begin_layout Standard
36532 Voici une ligne avec du texte 
36533 \begin_inset ERT
36534 status collapsed
36535
36536 \begin_layout Plain Layout
36537
36538
36539 \backslash
36540 rotatebox[origin=c]{60}{
36541 \end_layout
36542
36543 \end_inset
36544
36545 pivoté de 60°
36546 \begin_inset ERT
36547 status collapsed
36548
36549 \begin_layout Plain Layout
36550
36551 }
36552 \end_layout
36553
36554 \end_inset
36555
36556 .
36557 \end_layout
36558
36559 \begin_layout Standard
36560 La boîte peut contenir une autre boîte ou une formule en ligne :
36561 \end_layout
36562
36563 \begin_layout Standard
36564 Voici une ligne avec du texte 
36565 \begin_inset ERT
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569
36570
36571 \backslash
36572 rotatebox[origin=r]{-60}{
36573 \end_layout
36574
36575 \end_inset
36576
36577
36578 \begin_inset Box Doublebox
36579 position "c"
36580 hor_pos "c"
36581 has_inner_box 0
36582 inner_pos "c"
36583 use_parbox 0
36584 use_makebox 0
36585 width "1in"
36586 special "width"
36587 height "1in"
36588 height_special "totalheight"
36589 status collapsed
36590
36591 \begin_layout Plain Layout
36592 pivoté de -60°
36593 \end_layout
36594
36595 \end_inset
36596
36597
36598 \begin_inset ERT
36599 status collapsed
36600
36601 \begin_layout Plain Layout
36602
36603 }
36604 \end_layout
36605
36606 \end_inset
36607
36608  et encadré 
36609 \begin_inset ERT
36610 status collapsed
36611
36612 \begin_layout Plain Layout
36613
36614
36615 \backslash
36616 rotatebox[origin=lb]{60}{
36617 \end_layout
36618
36619 \end_inset
36620
36621
36622 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36623 \end_inset
36624
36625
36626 \begin_inset ERT
36627 status collapsed
36628
36629 \begin_layout Plain Layout
36630
36631 }
36632 \end_layout
36633
36634 \end_inset
36635
36636  et une formule.
36637 \end_layout
36638
36639 \begin_layout Standard
36640 ou encore une figure ou un tableau :
36641 \end_layout
36642
36643 \begin_layout Standard
36644 Voici une ligne
36645 \begin_inset ERT
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649
36650
36651 \backslash
36652 rotatebox[origin=lb]{90}{
36653 \end_layout
36654
36655 \end_inset
36656
36657
36658 \begin_inset Graphics
36659         filename ../clipart/platypus.eps
36660         lyxscale 50
36661         width 25col%
36662
36663 \end_inset
36664
36665
36666 \begin_inset ERT
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670
36671 }
36672 \end_layout
36673
36674 \end_inset
36675
36676  avec une image pivotée de 90° 
36677 \begin_inset ERT
36678 status collapsed
36679
36680 \begin_layout Plain Layout
36681
36682
36683 \backslash
36684 rotatebox[origin=l]{-90}{
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \begin_inset Tabular
36691 <lyxtabular version="3" rows="2" columns="2">
36692 <features rotate="0" tabularvalignment="middle">
36693 <column alignment="center" valignment="top">
36694 <column alignment="center" valignment="top">
36695 <row>
36696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36697 \begin_inset Text
36698
36699 \begin_layout Plain Layout
36700 q
36701 \end_layout
36702
36703 \end_inset
36704 </cell>
36705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36706 \begin_inset Text
36707
36708 \begin_layout Plain Layout
36709 w
36710 \end_layout
36711
36712 \end_inset
36713 </cell>
36714 </row>
36715 <row>
36716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36717 \begin_inset Text
36718
36719 \begin_layout Plain Layout
36720 e
36721 \end_layout
36722
36723 \end_inset
36724 </cell>
36725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36726 \begin_inset Text
36727
36728 \begin_layout Plain Layout
36729 r
36730 \end_layout
36731
36732 \end_inset
36733 </cell>
36734 </row>
36735 </lyxtabular>
36736
36737 \end_inset
36738
36739
36740 \begin_inset ERT
36741 status collapsed
36742
36743 \begin_layout Plain Layout
36744
36745 }
36746 \end_layout
36747
36748 \end_inset
36749
36750  et un tableau.
36751 \begin_inset Index idx
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755 Figures ! Pivotées
36756 \end_layout
36757
36758 \end_inset
36759
36760
36761 \begin_inset Index idx
36762 status collapsed
36763
36764 \begin_layout Plain Layout
36765 Tableau ! Pivoter
36766 \end_layout
36767
36768 \end_inset
36769
36770
36771 \end_layout
36772
36773 \begin_layout Subsection
36774 Les boîtes redimensionnées
36775 \begin_inset Index idx
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779 Boîtes ! Redimensionnées
36780 \end_layout
36781
36782 \end_inset
36783
36784
36785 \begin_inset Index idx
36786 status collapsed
36787
36788 \begin_layout Plain Layout
36789 Redimensionner des objets
36790 \end_layout
36791
36792 \end_inset
36793
36794
36795 \end_layout
36796
36797 \begin_layout Standard
36798 Pour redimensionner des objets on peut utiliser les commandes 
36799 \series bold
36800
36801 \backslash
36802 scalebox
36803 \series default
36804  et 
36805 \series bold
36806
36807 \backslash
36808 resizebox
36809 \series default
36810  insérées sous forme de code TeX.
36811 \end_layout
36812
36813 \begin_layout Standard
36814
36815 \series bold
36816
36817 \backslash
36818 scalebox
36819 \series default
36820  est utilisée avec la syntaxe suivante :
36821 \end_layout
36822
36823 \begin_layout Standard
36824
36825 \series bold
36826
36827 \backslash
36828 scalebox{horizontal}[vertical]{contenu de la boîte}
36829 \end_layout
36830
36831 \begin_layout Standard
36832 Horizontal et vertical sont les facteurs d'échelle correspondants.
36833  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
36834  utilisé comme facteur vertical.
36835 \end_layout
36836
36837 \begin_layout Standard
36838 Par exemple, la commande 
36839 \series bold
36840
36841 \backslash
36842 scalebox{2}{Bonjour}
36843 \series default
36844  crée un 
36845 \begin_inset ERT
36846 status collapsed
36847
36848 \begin_layout Plain Layout
36849
36850
36851 \backslash
36852 scalebox{2}{
36853 \end_layout
36854
36855 \end_inset
36856
36857 Bonjour
36858 \begin_inset ERT
36859 status collapsed
36860
36861 \begin_layout Plain Layout
36862
36863 }
36864 \end_layout
36865
36866 \end_inset
36867
36868  de taille double par rapport à la taille du texte du document.
36869 \end_layout
36870
36871 \begin_layout Standard
36872
36873 \series bold
36874
36875 \backslash
36876 scalebox{2}[1]{Hello}
36877 \series default
36878  au contraire va déformer le 
36879 \begin_inset ERT
36880 status collapsed
36881
36882 \begin_layout Plain Layout
36883
36884
36885 \backslash
36886 scalebox{2}[1]{
36887 \end_layout
36888
36889 \end_inset
36890
36891 Bonjour
36892 \begin_inset ERT
36893 status collapsed
36894
36895 \begin_layout Plain Layout
36896
36897 }
36898 \end_layout
36899
36900 \end_inset
36901
36902 .
36903 \end_layout
36904
36905 \begin_layout Standard
36906 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
36907  La commande 
36908 \series bold
36909
36910 \backslash
36911 scalebox{-1}[1]{Hello}
36912 \series default
36913  peut donc être utilisée pour créer du texte en miroir : 
36914 \begin_inset ERT
36915 status collapsed
36916
36917 \begin_layout Plain Layout
36918
36919
36920 \backslash
36921 scalebox{-1}[1]{
36922 \end_layout
36923
36924 \end_inset
36925
36926 Bonjour
36927 \begin_inset ERT
36928 status collapsed
36929
36930 \begin_layout Plain Layout
36931
36932 }
36933 \end_layout
36934
36935 \end_inset
36936
36937
36938 \end_layout
36939
36940 \begin_layout Standard
36941
36942 \series bold
36943
36944 \backslash
36945 scalebox{1}[-1]{Bonjour}
36946 \series default
36947  effectue une réflexion du 
36948 \begin_inset ERT
36949 status collapsed
36950
36951 \begin_layout Plain Layout
36952
36953
36954 \backslash
36955 scalebox{1}[-1]{
36956 \end_layout
36957
36958 \end_inset
36959
36960 Bonjour
36961 \begin_inset ERT
36962 status collapsed
36963
36964 \begin_layout Plain Layout
36965
36966 }
36967 \end_layout
36968
36969 \end_inset
36970
36971  par rapport à la ligne de base.
36972 \end_layout
36973
36974 \begin_layout Standard
36975 La commande 
36976 \series bold
36977
36978 \backslash
36979 reflectbox{contenu de la boîte} 
36980 \series default
36981 existe aussi et est équivalente à
36982 \series bold
36983  
36984 \backslash
36985 scalebox{-1}[1]{contenu de la boîte}.
36986
36987 \series default
36988  
36989 \begin_inset Newline newline
36990 \end_inset
36991
36992
36993 \end_layout
36994
36995 \begin_layout Standard
36996 \begin_inset VSpace bigskip
36997 \end_inset
36998
36999 La commande 
37000 \series bold
37001
37002 \backslash
37003 resizebox
37004 \series default
37005  est utilisée pour redimensionner une boîte à une largeur et une hauteur
37006  données.
37007  La syntaxe de la commande est :
37008 \end_layout
37009
37010 \begin_layout Standard
37011
37012 \series bold
37013
37014 \backslash
37015 resizebox{largeur}{hauteur}{contenu de la boîte}
37016 \end_layout
37017
37018 \begin_layout Standard
37019 Si un des deux paramètres est remplacé par un point d'exclamation 
37020 \series bold
37021 !
37022 \series default
37023 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
37024 \end_layout
37025
37026 \begin_layout Standard
37027 La commande 
37028 \series bold
37029
37030 \backslash
37031 resizebox{2cm}{1cm}{Bonjour}
37032 \series default
37033  produit : 
37034 \begin_inset ERT
37035 status collapsed
37036
37037 \begin_layout Plain Layout
37038
37039
37040 \backslash
37041 resizebox{2cm}{1cm}{
37042 \end_layout
37043
37044 \end_inset
37045
37046 Bonjour
37047 \begin_inset ERT
37048 status collapsed
37049
37050 \begin_layout Plain Layout
37051
37052 }
37053 \end_layout
37054
37055 \end_inset
37056
37057
37058 \begin_inset Newline newline
37059 \end_inset
37060
37061 La commande 
37062 \series bold
37063
37064 \backslash
37065 resizebox{2cm}{!}{Bonjour}
37066 \series default
37067  produit : 
37068 \begin_inset ERT
37069 status collapsed
37070
37071 \begin_layout Plain Layout
37072
37073
37074 \backslash
37075 resizebox{2cm}{!}{
37076 \end_layout
37077
37078 \end_inset
37079
37080 Bonjour
37081 \begin_inset ERT
37082 status collapsed
37083
37084 \begin_layout Plain Layout
37085
37086 }
37087 \end_layout
37088
37089 \end_inset
37090
37091
37092 \end_layout
37093
37094 \begin_layout Standard
37095 \begin_inset VSpace bigskip
37096 \end_inset
37097
37098
37099 \end_layout
37100
37101 \begin_layout Standard
37102 \begin_inset Note Greyedout
37103 status open
37104
37105 \begin_layout Plain Layout
37106
37107 \series bold
37108 Note:
37109 \series default
37110  Quand les paramètres des commandes 
37111 \series bold
37112
37113 \backslash
37114 scalebox
37115 \series default
37116  ou 
37117 \series bold
37118
37119 \backslash
37120 resizebox
37121 \series default
37122  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
37123  document, mais le document exporté peut ne pas s'afficher ou s'afficher
37124  partiellement.
37125 \end_layout
37126
37127 \end_inset
37128
37129
37130 \end_layout
37131
37132 \begin_layout Standard
37133 \begin_inset VSpace bigskip
37134 \end_inset
37135
37136
37137 \end_layout
37138
37139 \begin_layout Standard
37140 Les boîtes peuvent être combinée dans n'importe quel ordre.
37141  Par exemple, la commande 
37142 \begin_inset Newline newline
37143 \end_inset
37144
37145
37146 \series bold
37147
37148 \backslash
37149 rotatebox[origin=c]{-45}{
37150 \backslash
37151 resizebox{2cm}{!}{
37152 \backslash
37153 reflectbox{Bonjour}}}
37154 \begin_inset Newline newline
37155 \end_inset
37156
37157
37158 \series default
37159 produit :
37160 \end_layout
37161
37162 \begin_layout Standard
37163 \align center
37164 \begin_inset ERT
37165 status collapsed
37166
37167 \begin_layout Plain Layout
37168
37169
37170 \backslash
37171 rotatebox[origin=c]{-45}{
37172 \backslash
37173 resizebox{2cm}{!}{
37174 \backslash
37175 reflectbox{
37176 \end_layout
37177
37178 \end_inset
37179
37180 Bonjour
37181 \begin_inset ERT
37182 status collapsed
37183
37184 \begin_layout Plain Layout
37185
37186 }}}
37187 \end_layout
37188
37189 \end_inset
37190
37191
37192 \end_layout
37193
37194 \begin_layout Standard
37195 \noindent
37196 Les images, les tableaux et les formules sont autorisées comme contenu de
37197  boîte :
37198 \end_layout
37199
37200 \begin_layout Standard
37201 \align center
37202 \begin_inset ERT
37203 status collapsed
37204
37205 \begin_layout Plain Layout
37206
37207
37208 \backslash
37209 rotatebox[origin=c]{-30}{
37210 \backslash
37211 resizebox{2cm}{!}{
37212 \backslash
37213 reflectbox{
37214 \end_layout
37215
37216 \end_inset
37217
37218
37219 \begin_inset Graphics
37220         filename ../clipart/platypus.eps
37221         lyxscale 50
37222         width 25col%
37223
37224 \end_inset
37225
37226
37227 \begin_inset ERT
37228 status collapsed
37229
37230 \begin_layout Plain Layout
37231
37232 }}}
37233 \end_layout
37234
37235 \end_inset
37236
37237
37238 \begin_inset ERT
37239 status collapsed
37240
37241 \begin_layout Plain Layout
37242
37243
37244 \backslash
37245 rotatebox[origin=c]{-45}{
37246 \backslash
37247 resizebox{2cm}{!}{
37248 \backslash
37249 reflectbox{
37250 \end_layout
37251
37252 \end_inset
37253
37254
37255 \begin_inset Tabular
37256 <lyxtabular version="3" rows="2" columns="2">
37257 <features rotate="0" tabularvalignment="middle">
37258 <column alignment="center" valignment="top">
37259 <column alignment="center" valignment="top">
37260 <row>
37261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265 q
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274 w
37275 \end_layout
37276
37277 \end_inset
37278 </cell>
37279 </row>
37280 <row>
37281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 e
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294 r
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 </row>
37300 </lyxtabular>
37301
37302 \end_inset
37303
37304
37305 \begin_inset ERT
37306 status collapsed
37307
37308 \begin_layout Plain Layout
37309
37310 }}}
37311 \end_layout
37312
37313 \end_inset
37314
37315
37316 \begin_inset ERT
37317 status collapsed
37318
37319 \begin_layout Plain Layout
37320
37321
37322 \backslash
37323 rotatebox[origin=c]{-45}{
37324 \backslash
37325 resizebox{2cm}{!}{
37326 \backslash
37327 reflectbox{
37328 \end_layout
37329
37330 \end_inset
37331
37332
37333 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37334 \end_inset
37335
37336
37337 \begin_inset ERT
37338 status collapsed
37339
37340 \begin_layout Plain Layout
37341
37342 }}}
37343 \end_layout
37344
37345 \end_inset
37346
37347
37348 \begin_inset Index idx
37349 status collapsed
37350
37351 \begin_layout Plain Layout
37352 Figures ! Redimensionnées
37353 \end_layout
37354
37355 \end_inset
37356
37357
37358 \begin_inset Index idx
37359 status collapsed
37360
37361 \begin_layout Plain Layout
37362 Tableau ! Redimensionner
37363 \end_layout
37364
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \begin_layout Standard
37371 Quand on utilise le style global de formule 
37372 \series bold
37373 fleqn
37374 \series default
37375  dans le document
37376 \begin_inset Foot
37377 status collapsed
37378
37379 \begin_layout Plain Layout
37380 Quand 
37381 \begin_inset Quotes eld
37382 \end_inset
37383
37384 fleqn
37385 \begin_inset Quotes erd
37386 \end_inset
37387
37388  est ajouté aux options de la classe de document.
37389 \end_layout
37390
37391 \end_inset
37392
37393 , les formules hors texte peuvent aussi être redimensionnées.
37394 \end_layout
37395
37396 \begin_layout Chapter
37397 Objets entourés par du texte
37398 \begin_inset Index idx
37399 status collapsed
37400
37401 \begin_layout Plain Layout
37402 Entourés par du texte
37403 \end_layout
37404
37405 \end_inset
37406
37407
37408 \end_layout
37409
37410 \begin_layout Section
37411 Flottant d'enrobage
37412 \begin_inset CommandInset label
37413 LatexCommand label
37414 name "sec:Flottant-d'enrobage"
37415
37416 \end_inset
37417
37418
37419 \begin_inset Index idx
37420 status collapsed
37421
37422 \begin_layout Plain Layout
37423 Flottants ! Flottants d'enrobage
37424 \end_layout
37425
37426 \end_inset
37427
37428
37429 \begin_inset Index idx
37430 status collapsed
37431
37432 \begin_layout Plain Layout
37433 Entourés par du texte ! Flottants d'enrobage
37434 \end_layout
37435
37436 \end_inset
37437
37438
37439 \end_layout
37440
37441 \begin_layout Standard
37442 \begin_inset Wrap figure
37443 lines 0
37444 placement l
37445 overhang 1cm
37446 width "40col%"
37447 status open
37448
37449 \begin_layout Plain Layout
37450 \begin_inset Graphics
37451         filename ../clipart/mobius.eps
37452         width 40col%
37453         scaleBeforeRotation
37454         rotateOrigin center
37455
37456 \end_inset
37457
37458
37459 \end_layout
37460
37461 \begin_layout Plain Layout
37462 \begin_inset Caption Standard
37463
37464 \begin_layout Plain Layout
37465 \begin_inset CommandInset label
37466 LatexCommand label
37467 name "fig:Figure-enrobée"
37468
37469 \end_inset
37470
37471 Ceci est une figure habillée.
37472 \end_layout
37473
37474 \end_inset
37475
37476
37477 \end_layout
37478
37479 \end_inset
37480
37481  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37482  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37483  Vous pouvez en insérer un en utilisant le menu 
37484 \family sans
37485 Insertion\SpecialChar \menuseparator
37486 Flottant\SpecialChar \menuseparator
37487 Flottant
37488 \begin_inset space ~
37489 \end_inset
37490
37491 d'enrobage
37492 \family default
37493  à la condition que le paquetage LaTeX 
37494 \series bold
37495 wrapfig
37496 \series default
37497
37498 \begin_inset Index idx
37499 status collapsed
37500
37501 \begin_layout Plain Layout
37502 Paquetages LaTeX ! wrapfig
37503 \end_layout
37504
37505 \end_inset
37506
37507  soit installé.
37508 \begin_inset Foot
37509 status collapsed
37510
37511 \begin_layout Plain Layout
37512 Voyez dans la manuel 
37513 \emph on
37514 Configuration
37515 \begin_inset space ~
37516 \end_inset
37517
37518 LaTeX 
37519 \emph default
37520 comment installer des paquetages LaTeX.
37521 \end_layout
37522
37523 \end_inset
37524
37525  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37526  sur la boîte du flottant.
37527  Les paramètres obligatoires sont l'
37528 \family sans
37529 Emplacement
37530 \family default
37531  et la 
37532 \family sans
37533 Largeur
37534 \family default
37535 .
37536  Les paramètres facultatifs sont le 
37537 \family sans
37538 Débordement
37539 \family default
37540  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37541  de la page et la 
37542 \family sans
37543 Porté de la ligne
37544 \family default
37545  qui précise le nombre approximatif de lignes dont le flottant va avoir
37546  besoin.
37547  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37548  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37549  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
37550  à l'intérieur du paragraphe ou vers les autres paragraphes.
37551  La figure
37552 \begin_inset space ~
37553 \end_inset
37554
37555
37556 \begin_inset CommandInset ref
37557 LatexCommand ref
37558 reference "fig:Figure-enrobée"
37559
37560 \end_inset
37561
37562  est un exemple de flottant d'enrobage avec une largeur de 40
37563 \begin_inset space \thinspace{}
37564 \end_inset
37565
37566 col%, un débordement de 1
37567 \begin_inset space \thinspace{}
37568 \end_inset
37569
37570 cm et placé à gauche.
37571 \end_layout
37572
37573 \begin_layout Standard
37574 \begin_inset Note Greyedout
37575 status open
37576
37577 \begin_layout Plain Layout
37578
37579 \series bold
37580 Note:
37581 \series default
37582  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37583  figure trop près du bas de page peut tout chambouler et faire que le flottant
37584  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37585  de texte.
37586 \end_layout
37587
37588 \end_inset
37589
37590
37591 \end_layout
37592
37593 \begin_layout Standard
37594 En général:
37595 \end_layout
37596
37597 \begin_layout Itemize
37598 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37599  qui risquent de passer à la page suivante.
37600  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37601  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37602  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37603  de page.
37604 \end_layout
37605
37606 \begin_layout Itemize
37607 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37608  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37609 e.
37610 \end_layout
37611
37612 \begin_layout Itemize
37613 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37614  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37615  texte entre les deux, comme séparateur.
37616 \end_layout
37617
37618 \begin_layout Itemize
37619 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37620  ou les tableaux.
37621 \end_layout
37622
37623 \begin_layout Itemize
37624 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37625  chapitre
37626 \begin_inset space ~
37627 \end_inset
37628
37629
37630 \begin_inset CommandInset ref
37631 LatexCommand ref
37632 reference "chap:Flottants"
37633
37634 \end_inset
37635
37636 .
37637 \end_layout
37638
37639 \begin_layout Section
37640 Objets fixes entourés par du texte
37641 \begin_inset Index idx
37642 status collapsed
37643
37644 \begin_layout Plain Layout
37645 Entouré par du texte ! Objets fixes
37646 \end_layout
37647
37648 \end_inset
37649
37650
37651 \end_layout
37652
37653 \begin_layout Standard
37654 Les flottants d'enrobage décrits dans la section
37655 \begin_inset space \thinspace{}
37656 \end_inset
37657
37658
37659 \begin_inset CommandInset ref
37660 LatexCommand ref
37661 reference "sec:Flottant-d'enrobage"
37662
37663 \end_inset
37664
37665  prennent les positions suivantes dans le paragraphe :
37666 \end_layout
37667
37668 \begin_layout Standard
37669 \noindent
37670 \align center
37671 \begin_inset Tabular
37672 <lyxtabular version="3" rows="2" columns="2">
37673 <features rotate="0" tabularvalignment="middle">
37674 <column alignment="center" valignment="top">
37675 <column alignment="center" valignment="top">
37676 <row>
37677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 \begin_inset Graphics
37682         filename ../../images/dialog-show-new-inset_graphics.png
37683         scale 70
37684         scaleBeforeRotation
37685
37686 \end_inset
37687
37688
37689 \end_layout
37690
37691 \end_inset
37692 </cell>
37693 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37694 \begin_inset Text
37695
37696 \begin_layout Plain Layout
37697 texte
37698 \end_layout
37699
37700 \end_inset
37701 </cell>
37702 </row>
37703 <row>
37704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708 texte
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37714 \begin_inset Text
37715
37716 \begin_layout Plain Layout
37717 texte
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 </row>
37723 </lyxtabular>
37724
37725 \end_inset
37726
37727  ou 
37728 \begin_inset Tabular
37729 <lyxtabular version="3" rows="2" columns="2">
37730 <features rotate="0" tabularvalignment="middle">
37731 <column alignment="center" valignment="top">
37732 <column alignment="center" valignment="top">
37733 <row>
37734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37735 \begin_inset Text
37736
37737 \begin_layout Plain Layout
37738 texte
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37744 \begin_inset Text
37745
37746 \begin_layout Plain Layout
37747 \begin_inset Graphics
37748         filename ../../images/dialog-show-new-inset_graphics.png
37749         scale 70
37750         scaleBeforeRotation
37751
37752 \end_inset
37753
37754
37755 \end_layout
37756
37757 \end_inset
37758 </cell>
37759 </row>
37760 <row>
37761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37762 \begin_inset Text
37763
37764 \begin_layout Plain Layout
37765 texte
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774 texte
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 </row>
37780 </lyxtabular>
37781
37782 \end_inset
37783
37784
37785 \end_layout
37786
37787 \begin_layout Standard
37788 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37789  par exemple pour avoir une de ces positions :
37790 \begin_inset VSpace defskip
37791 \end_inset
37792
37793
37794 \end_layout
37795
37796 \begin_layout Standard
37797 \noindent
37798 \align center
37799 \begin_inset Tabular
37800 <lyxtabular version="3" rows="2" columns="2">
37801 <features rotate="0" tabularvalignment="middle">
37802 <column alignment="center" valignment="top">
37803 <column alignment="center" valignment="top">
37804 <row>
37805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37806 \begin_inset Text
37807
37808 \begin_layout Plain Layout
37809 texte
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818 texte
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 </row>
37824 <row>
37825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37826 \begin_inset Text
37827
37828 \begin_layout Plain Layout
37829 \begin_inset Graphics
37830         filename ../../images/dialog-show-new-inset_graphics.png
37831         scale 70
37832         scaleBeforeRotation
37833
37834 \end_inset
37835
37836
37837 \end_layout
37838
37839 \end_inset
37840 </cell>
37841 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37842 \begin_inset Text
37843
37844 \begin_layout Plain Layout
37845 texte
37846 \end_layout
37847
37848 \end_inset
37849 </cell>
37850 </row>
37851 </lyxtabular>
37852
37853 \end_inset
37854
37855  
37856 \begin_inset Tabular
37857 <lyxtabular version="3" rows="2" columns="2">
37858 <features rotate="0" tabularvalignment="middle">
37859 <column alignment="center" valignment="top">
37860 <column alignment="center" valignment="top">
37861 <row>
37862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37863 \begin_inset Text
37864
37865 \begin_layout Plain Layout
37866 texte
37867 \end_layout
37868
37869 \end_inset
37870 </cell>
37871 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 texte
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 </row>
37881 <row>
37882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37883 \begin_inset Text
37884
37885 \begin_layout Plain Layout
37886 texte
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895 \begin_inset Graphics
37896         filename ../../images/dialog-show-new-inset_graphics.png
37897         scale 70
37898         scaleBeforeRotation
37899
37900 \end_inset
37901
37902
37903 \end_layout
37904
37905 \end_inset
37906 </cell>
37907 </row>
37908 </lyxtabular>
37909
37910 \end_inset
37911
37912  
37913 \begin_inset Tabular
37914 <lyxtabular version="3" rows="2" columns="3">
37915 <features rotate="0" tabularvalignment="middle">
37916 <column alignment="center" valignment="top">
37917 <column alignment="center" valignment="top">
37918 <column alignment="center" valignment="top">
37919 <row>
37920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37921 \begin_inset Text
37922
37923 \begin_layout Plain Layout
37924 texte
37925 \end_layout
37926
37927 \end_inset
37928 </cell>
37929 <cell alignment="center" valignment="top" topline="true" usebox="none">
37930 \begin_inset Text
37931
37932 \begin_layout Plain Layout
37933 \begin_inset Graphics
37934         filename ../../images/dialog-show-new-inset_graphics.png
37935         scale 70
37936         scaleBeforeRotation
37937
37938 \end_inset
37939
37940
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37946 \begin_inset Text
37947
37948 \begin_layout Plain Layout
37949 texte
37950 \end_layout
37951
37952 \end_inset
37953 </cell>
37954 </row>
37955 <row>
37956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960 texte
37961 \end_layout
37962
37963 \end_inset
37964 </cell>
37965 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37966 \begin_inset Text
37967
37968 \begin_layout Plain Layout
37969 texte
37970 \end_layout
37971
37972 \end_inset
37973 </cell>
37974 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37975 \begin_inset Text
37976
37977 \begin_layout Plain Layout
37978 texte
37979 \end_layout
37980
37981 \end_inset
37982 </cell>
37983 </row>
37984 </lyxtabular>
37985
37986 \end_inset
37987
37988  
37989 \begin_inset Tabular
37990 <lyxtabular version="3" rows="2" columns="3">
37991 <features rotate="0" tabularvalignment="middle">
37992 <column alignment="center" valignment="top">
37993 <column alignment="center" valignment="top">
37994 <column alignment="center" valignment="top">
37995 <row>
37996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000 texte
38001 \end_layout
38002
38003 \end_inset
38004 </cell>
38005 <cell alignment="center" valignment="top" topline="true" usebox="none">
38006 \begin_inset Text
38007
38008 \begin_layout Plain Layout
38009 texte
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38015 \begin_inset Text
38016
38017 \begin_layout Plain Layout
38018 texte
38019 \end_layout
38020
38021 \end_inset
38022 </cell>
38023 </row>
38024 <row>
38025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38026 \begin_inset Text
38027
38028 \begin_layout Plain Layout
38029 texte
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38035 \begin_inset Text
38036
38037 \begin_layout Plain Layout
38038 \begin_inset Graphics
38039         filename ../../images/dialog-show-new-inset_graphics.png
38040         scale 70
38041         scaleBeforeRotation
38042
38043 \end_inset
38044
38045
38046 \end_layout
38047
38048 \end_inset
38049 </cell>
38050 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38051 \begin_inset Text
38052
38053 \begin_layout Plain Layout
38054 texte
38055 \end_layout
38056
38057 \end_inset
38058 </cell>
38059 </row>
38060 </lyxtabular>
38061
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \begin_layout Standard
38068 \noindent
38069 \align center
38070 \begin_inset Tabular
38071 <lyxtabular version="3" rows="3" columns="2">
38072 <features rotate="0" tabularvalignment="middle">
38073 <column alignment="center" valignment="top">
38074 <column alignment="center" valignment="top">
38075 <row>
38076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38077 \begin_inset Text
38078
38079 \begin_layout Plain Layout
38080 texte
38081 \end_layout
38082
38083 \end_inset
38084 </cell>
38085 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38086 \begin_inset Text
38087
38088 \begin_layout Plain Layout
38089 texte
38090 \end_layout
38091
38092 \end_inset
38093 </cell>
38094 </row>
38095 <row>
38096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38097 \begin_inset Text
38098
38099 \begin_layout Plain Layout
38100 \begin_inset Graphics
38101         filename ../../images/dialog-show-new-inset_graphics.png
38102         scale 70
38103         scaleBeforeRotation
38104
38105 \end_inset
38106
38107
38108 \end_layout
38109
38110 \end_inset
38111 </cell>
38112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38113 \begin_inset Text
38114
38115 \begin_layout Plain Layout
38116 texte
38117 \end_layout
38118
38119 \end_inset
38120 </cell>
38121 </row>
38122 <row>
38123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38124 \begin_inset Text
38125
38126 \begin_layout Plain Layout
38127 texte
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38133 \begin_inset Text
38134
38135 \begin_layout Plain Layout
38136 texte
38137 \end_layout
38138
38139 \end_inset
38140 </cell>
38141 </row>
38142 </lyxtabular>
38143
38144 \end_inset
38145
38146  
38147 \begin_inset Tabular
38148 <lyxtabular version="3" rows="3" columns="3">
38149 <features rotate="0" tabularvalignment="middle">
38150 <column alignment="center" valignment="top">
38151 <column alignment="center" valignment="top">
38152 <column alignment="center" valignment="top">
38153 <row>
38154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38155 \begin_inset Text
38156
38157 \begin_layout Plain Layout
38158 texte
38159 \end_layout
38160
38161 \end_inset
38162 </cell>
38163 <cell alignment="center" valignment="top" topline="true" usebox="none">
38164 \begin_inset Text
38165
38166 \begin_layout Plain Layout
38167 texte
38168 \end_layout
38169
38170 \end_inset
38171 </cell>
38172 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38173 \begin_inset Text
38174
38175 \begin_layout Plain Layout
38176 texte
38177 \end_layout
38178
38179 \end_inset
38180 </cell>
38181 </row>
38182 <row>
38183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38184 \begin_inset Text
38185
38186 \begin_layout Plain Layout
38187 texte
38188 \end_layout
38189
38190 \end_inset
38191 </cell>
38192 <cell alignment="center" valignment="top" usebox="none">
38193 \begin_inset Text
38194
38195 \begin_layout Plain Layout
38196 \begin_inset Graphics
38197         filename ../../images/dialog-show-new-inset_graphics.png
38198         scale 70
38199         scaleBeforeRotation
38200
38201 \end_inset
38202
38203
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38209 \begin_inset Text
38210
38211 \begin_layout Plain Layout
38212 texte
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 </row>
38218 <row>
38219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38220 \begin_inset Text
38221
38222 \begin_layout Plain Layout
38223 texte
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38229 \begin_inset Text
38230
38231 \begin_layout Plain Layout
38232 texte
38233 \end_layout
38234
38235 \end_inset
38236 </cell>
38237 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38238 \begin_inset Text
38239
38240 \begin_layout Plain Layout
38241 texte
38242 \end_layout
38243
38244 \end_inset
38245 </cell>
38246 </row>
38247 </lyxtabular>
38248
38249 \end_inset
38250
38251  
38252 \begin_inset Tabular
38253 <lyxtabular version="3" rows="3" columns="2">
38254 <features rotate="0" tabularvalignment="middle">
38255 <column alignment="center" valignment="top">
38256 <column alignment="center" valignment="top">
38257 <row>
38258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38259 \begin_inset Text
38260
38261 \begin_layout Plain Layout
38262 texte
38263 \end_layout
38264
38265 \end_inset
38266 </cell>
38267 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38268 \begin_inset Text
38269
38270 \begin_layout Plain Layout
38271 texte
38272 \end_layout
38273
38274 \end_inset
38275 </cell>
38276 </row>
38277 <row>
38278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282 texte
38283 \end_layout
38284
38285 \end_inset
38286 </cell>
38287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38288 \begin_inset Text
38289
38290 \begin_layout Plain Layout
38291 \begin_inset Graphics
38292         filename ../../images/dialog-show-new-inset_graphics.png
38293         scale 70
38294         scaleBeforeRotation
38295
38296 \end_inset
38297
38298
38299 \end_layout
38300
38301 \end_inset
38302 </cell>
38303 </row>
38304 <row>
38305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38306 \begin_inset Text
38307
38308 \begin_layout Plain Layout
38309 texte
38310 \end_layout
38311
38312 \end_inset
38313 </cell>
38314 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38315 \begin_inset Text
38316
38317 \begin_layout Plain Layout
38318 texte
38319 \end_layout
38320
38321 \end_inset
38322 </cell>
38323 </row>
38324 </lyxtabular>
38325
38326 \end_inset
38327
38328
38329 \end_layout
38330
38331 \begin_layout Standard
38332 vous pouvez utiliser la paquetage LaTeX 
38333 \end_layout
38334
38335 \begin_layout Standard
38336 \noindent
38337
38338 \series bold
38339 picinpar
38340 \series default
38341
38342 \begin_inset Index idx
38343 status collapsed
38344
38345 \begin_layout Plain Layout
38346 Paquetages LaTeX ! picinpar
38347 \end_layout
38348
38349 \end_inset
38350
38351 .
38352  Voici un exemple :
38353 \end_layout
38354
38355 \begin_layout Standard
38356 \begin_inset ERT
38357 status collapsed
38358
38359 \begin_layout Plain Layout
38360
38361
38362 \backslash
38363 ifpicinpar
38364 \end_layout
38365
38366 \end_inset
38367
38368
38369 \begin_inset Note Note
38370 status open
38371
38372 \begin_layout Plain Layout
38373 La section suivante ne sera affichée que si le paquetage LaTeX 
38374 \series bold
38375 picinpar
38376 \series default
38377  a été installé.
38378 \end_layout
38379
38380 \end_inset
38381
38382
38383 \end_layout
38384
38385 \begin_layout Standard
38386 \begin_inset ERT
38387 status collapsed
38388
38389 \begin_layout Plain Layout
38390
38391
38392 \backslash
38393 begin{window}[2,c,{
38394 \end_layout
38395
38396 \end_inset
38397
38398
38399 \begin_inset Graphics
38400         filename ../clipart/mobius.eps
38401         lyxscale 60
38402         width 40col%
38403         scaleBeforeRotation
38404         rotateOrigin center
38405
38406 \end_inset
38407
38408
38409 \begin_inset ERT
38410 status collapsed
38411
38412 \begin_layout Plain Layout
38413
38414 },]
38415 \end_layout
38416
38417 \begin_layout Plain Layout
38418
38419 {}
38420 \end_layout
38421
38422 \end_inset
38423
38424
38425 \size small
38426 \lang english
38427 It was in the spring of the year 1894 that all London was interested, and
38428  the fashionable world dismayed, by the murder of the Honourable Ronald
38429  Adair under most unusual and inexplicable circumstances.
38430  The public has already learned those particulars of the crime which
38431 \size default
38432
38433 \begin_inset ERT
38434 status collapsed
38435
38436 \begin_layout Plain Layout
38437
38438
38439 \backslash
38440 footnotemark{}
38441 \end_layout
38442
38443 \end_inset
38444
38445
38446 \size small
38447  came out in the police investigation, but a good deal was suppressed upon
38448  that occasion, since the case for the prosecution was so overwhelmingly
38449  strong that it was not necessary to bring forward all the facts.
38450  Only now, at the end of nearly ten years, am I allowed to supply those
38451  missing links which make up the whole of that remarkable chain
38452 \lang french
38453 .
38454 \size default
38455
38456 \begin_inset ERT
38457 status collapsed
38458
38459 \begin_layout Plain Layout
38460
38461
38462 \backslash
38463 end{window}
38464 \end_layout
38465
38466 \end_inset
38467
38468
38469 \end_layout
38470
38471 \begin_layout Standard
38472 \begin_inset ERT
38473 status collapsed
38474
38475 \begin_layout Plain Layout
38476
38477
38478 \backslash
38479 footnotetext{
38480 \end_layout
38481
38482 \end_inset
38483
38484 Note de pied de page du paragraphe avec objet fixe.
38485 \begin_inset ERT
38486 status collapsed
38487
38488 \begin_layout Plain Layout
38489
38490 }
38491 \end_layout
38492
38493 \end_inset
38494
38495
38496 \end_layout
38497
38498 \begin_layout Standard
38499 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38500  d'eux et leur position est déterminée par le nombre de lignes de texte
38501  situées audessus d'eux.
38502  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38503  numérotée.
38504 \end_layout
38505
38506 \begin_layout Standard
38507 Un objet fixe enrobé est inséré en ajoutant la commande
38508 \end_layout
38509
38510 \begin_layout Standard
38511
38512 \series bold
38513
38514 \backslash
38515 begin{window}[2,c,{
38516 \end_layout
38517
38518 \begin_layout Standard
38519 en code TeX au debut du paragraphe.
38520  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38521  dessus de l'objet, le second, ici 'c', la position de l'objet.
38522  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38523  ) sont possibles.
38524  Après la commande, vous insérez votre objet.
38525  Dans cet exemple, c'est une image avec une largeur de 40
38526 \begin_inset space \thinspace{}
38527 \end_inset
38528
38529 % de la colonne de texte qui a été insérée.
38530  L'objet peut aussi être un tableau, une boîte ou une équation.
38531  Après l'objet, on insère la commande
38532 \end_layout
38533
38534 \begin_layout Standard
38535
38536 \series bold
38537 },texte de description ]
38538 \begin_inset Newline newline
38539 \end_inset
38540
38541 {}
38542 \end_layout
38543
38544 \begin_layout Standard
38545 Notez que le 
38546 \begin_inset Quotes fld
38547 \end_inset
38548
38549
38550 \series bold
38551 {}
38552 \series default
38553
38554 \begin_inset Quotes frd
38555 \end_inset
38556
38557  est sur la deuxième ligne.
38558  Le texte de description est facultatif.
38559  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38560  il doit donc commence juste après le 
38561 \series bold
38562 {}
38563 \series default
38564 .
38565  A la fin du paragraphe on insère la commande :
38566 \end_layout
38567
38568 \begin_layout Standard
38569
38570 \series bold
38571
38572 \backslash
38573 end{window}
38574 \end_layout
38575
38576 \begin_layout Standard
38577 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38578  ajouter des notes de pied de page de la façon habituelle.
38579  Vous devez utiliser la commande 
38580 \series bold
38581
38582 \backslash
38583 footnotemark
38584 \series default
38585  à l'intérieur du paragraphe et la commande 
38586 \series bold
38587
38588 \backslash
38589 footnotetext
38590 \series default
38591  à l'extérieur, comme décrit dans la section
38592 \begin_inset space \thinspace{}
38593 \end_inset
38594
38595
38596 \begin_inset CommandInset ref
38597 LatexCommand ref
38598 reference "sec:Notes-bas-de-page"
38599
38600 \end_inset
38601
38602 .
38603 \end_layout
38604
38605 \begin_layout Standard
38606 \begin_inset ERT
38607 status collapsed
38608
38609 \begin_layout Plain Layout
38610
38611
38612 \backslash
38613 else
38614 \end_layout
38615
38616 \end_inset
38617
38618
38619 \begin_inset Note Note
38620 status open
38621
38622 \begin_layout Plain Layout
38623 Ce qui suit sera affiché si le paquetage LaTeX 
38624 \series bold
38625 picinpar
38626 \series default
38627  n'est pas installé :
38628 \end_layout
38629
38630 \end_inset
38631
38632
38633 \end_layout
38634
38635 \begin_layout Standard
38636 Vous devez installer le paquetage LaTeX 
38637 \series bold
38638 picinpar
38639 \series default
38640  pour voir la suite de cette section dans la sortie imprimée.
38641 \end_layout
38642
38643 \begin_layout Standard
38644 \begin_inset ERT
38645 status collapsed
38646
38647 \begin_layout Plain Layout
38648
38649
38650 \backslash
38651 fi
38652 \end_layout
38653
38654 \end_inset
38655
38656
38657 \end_layout
38658
38659 \begin_layout Section
38660 Lettrines
38661 \begin_inset Index idx
38662 status collapsed
38663
38664 \begin_layout Plain Layout
38665 Lettrines
38666 \end_layout
38667
38668 \end_inset
38669
38670
38671 \begin_inset Index idx
38672 status collapsed
38673
38674 \begin_layout Plain Layout
38675 Entouré par du texte ! Lettrines
38676 \end_layout
38677
38678 \end_inset
38679
38680
38681 \end_layout
38682
38683 \begin_layout Standard
38684 Pour utiliser des lettrines, le paquetage LaTeX 
38685 \series bold
38686 lettrine
38687 \series default
38688
38689 \begin_inset Index idx
38690 status collapsed
38691
38692 \begin_layout Plain Layout
38693 Paquetages LaTeX ! lettrine
38694 \end_layout
38695
38696 \end_inset
38697
38698  doit être installé et vous devez utiliser le module Initiales (
38699 \begin_inset space ~
38700 \end_inset
38701
38702 menu 
38703 \family sans
38704 Document\SpecialChar \menuseparator
38705 Paramètres\SpecialChar \menuseparator
38706 Modules
38707 \family default
38708
38709 \begin_inset space ~
38710 \end_inset
38711
38712 ).
38713  Pour insérer une lettrine, utilisez le style 
38714 \family sans
38715 Initial
38716 \family default
38717 .
38718  Les paramètres sont insérés avec le menu 
38719 \family sans
38720 Insertion
38721 \family default
38722 .
38723  Le paramètre obligatoire 
38724 \family sans
38725 \lang english
38726 Initial
38727 \family default
38728 \lang french
38729  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38730 \family sans
38731 \lang english
38732 Rest
38733 \begin_inset space ~
38734 \end_inset
38735
38736 of
38737 \begin_inset space ~
38738 \end_inset
38739
38740 Initial
38741 \family default
38742  
38743 \lang french
38744 contient
38745 \lang english
38746  the rest of the word or text of the initial letter(s)
38747 \lang french
38748 .
38749  Le paramètre 
38750 \family sans
38751 \lang english
38752 Options
38753 \family default
38754 \lang french
38755  contient paramètres pour modifier la lettrine.
38756  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38757  du paquetage 
38758 \series bold
38759 lettrine
38760 \series default
38761
38762 \begin_inset CommandInset citation
38763 LatexCommand cite
38764 key "lettrine"
38765
38766 \end_inset
38767
38768 .
38769  Le style lui-même contient le texte qui doit entourer la lettrine.
38770  Le style habituel est par conséquent que le mot dont la première lettre
38771  est l'initiale soit en 
38772 \shape smallcaps
38773 petites capitales
38774 \shape default
38775 .
38776 \end_layout
38777
38778 \begin_layout Standard
38779 \begin_inset Newpage pagebreak
38780 \end_inset
38781
38782
38783 \end_layout
38784
38785 \begin_layout Standard
38786 Voici quelques exemples
38787 \begin_inset space ~
38788 \end_inset
38789
38790 :
38791 \end_layout
38792
38793 \begin_layout Standard
38794 \begin_inset ERT
38795 status collapsed
38796
38797 \begin_layout Plain Layout
38798
38799
38800 \backslash
38801 iflettrine
38802 \end_layout
38803
38804 \end_inset
38805
38806
38807 \begin_inset Note Note
38808 status open
38809
38810 \begin_layout Plain Layout
38811 La section suivante ne sera affichée que si le paquetage LaTeX 
38812 \series bold
38813 lettrine
38814 \series default
38815  a été installé.
38816 \end_layout
38817
38818 \end_inset
38819
38820
38821 \end_layout
38822
38823 \begin_layout Enumerate
38824 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38825  mathématique 
38826 \begin_inset Formula $\mathfrak{Fraktur}$
38827 \end_inset
38828
38829 :
38830 \end_layout
38831
38832 \begin_deeper
38833 \begin_layout Initial
38834 \begin_inset Argument 2
38835 status open
38836
38837 \begin_layout Plain Layout
38838 \begin_inset Formula $\mathfrak{I}$
38839 \end_inset
38840
38841
38842 \end_layout
38843
38844 \end_inset
38845
38846
38847 \begin_inset Argument 3
38848 status open
38849
38850 \begin_layout Plain Layout
38851 t
38852 \end_layout
38853
38854 \end_inset
38855
38856  
38857 \lang english
38858 was in the spring of the year 1894 that all London was interested, and the
38859  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38860  under most unusual and inexplicable circumstances.
38861  The public has already learned those particulars of the crime which came
38862  out in the police investigation, but a good deal was suppressed upon that
38863  occasion, since the case for the prosecution was so overwhelmingly strong
38864  that it was not necessary to bring forward all the facts.
38865 \end_layout
38866
38867 \end_deeper
38868 \begin_layout Enumerate
38869 L'initiale est entourée par une seule ligne et est formée de deux lettres
38870  dans la police standard ; aucun texte n'est écrit en petites capitales
38871 \begin_inset space ~
38872 \end_inset
38873
38874 :
38875 \end_layout
38876
38877 \begin_deeper
38878 \begin_layout Initial
38879 \begin_inset Argument 1
38880 status open
38881
38882 \begin_layout Plain Layout
38883 lines=1
38884 \end_layout
38885
38886 \end_inset
38887
38888
38889 \begin_inset Argument 2
38890 status open
38891
38892 \begin_layout Plain Layout
38893 It
38894 \end_layout
38895
38896 \end_inset
38897
38898  
38899 \lang english
38900 was in the spring of the year 1894 that all London was interested, and the
38901  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38902  under most unusual and inexplicable circumstances.
38903  The public has already learned those particulars of the crime which came
38904  out in the police investigation, but a good deal was suppressed upon that
38905  occasion, since the case for the prosecution was so overwhelmingly strong
38906  that it was not necessary to bring forward all the facts.
38907 \end_layout
38908
38909 \end_deeper
38910 \begin_layout Enumerate
38911 Initiale descendante sur 3
38912 \begin_inset space ~
38913 \end_inset
38914
38915 lignes en magenta en police mathématique
38916 \begin_inset Newline newline
38917 \end_inset
38918
38919
38920 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38921 \end_inset
38922
38923 , le texte 
38924 \begin_inset Quotes fld
38925 \end_inset
38926
38927
38928 \lang english
38929 t was in the spring
38930 \lang french
38931
38932 \begin_inset Quotes frd
38933 \end_inset
38934
38935  est en 
38936 \shape smallcaps
38937 petites capitales
38938 \shape default
38939  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38940  avant l'initiale
38941 \begin_inset space ~
38942 \end_inset
38943
38944 :
38945 \begin_inset Newline newline
38946 \end_inset
38947
38948
38949 \series bold
38950
38951 \backslash
38952 renewcommand{
38953 \backslash
38954 LettrineFontHook}{
38955 \backslash
38956 color{couleur}}
38957 \series default
38958
38959 \begin_inset Newline newline
38960 \end_inset
38961
38962 où la 
38963 \emph on
38964 couleur
38965 \emph default
38966  peut être 
38967 \begin_inset Quotes fld
38968 \end_inset
38969
38970 red
38971 \begin_inset Quotes frd
38972 \end_inset
38973
38974
38975 \begin_inset Quotes fld
38976 \end_inset
38977
38978 blue
38979 \begin_inset Quotes frd
38980 \end_inset
38981
38982
38983 \begin_inset Quotes fld
38984 \end_inset
38985
38986 green
38987 \begin_inset Quotes frd
38988 \end_inset
38989
38990
38991 \begin_inset Quotes fld
38992 \end_inset
38993
38994 yellow
38995 \begin_inset Quotes frd
38996 \end_inset
38997
38998
38999 \begin_inset Quotes fld
39000 \end_inset
39001
39002 cyan
39003 \begin_inset Quotes frd
39004 \end_inset
39005
39006
39007 \begin_inset Quotes fld
39008 \end_inset
39009
39010 magenta
39011 \begin_inset Quotes frd
39012 \end_inset
39013
39014
39015 \begin_inset Quotes fld
39016 \end_inset
39017
39018 black
39019 \begin_inset Quotes frd
39020 \end_inset
39021
39022  ou 
39023 \begin_inset Quotes fld
39024 \end_inset
39025
39026 white
39027 \begin_inset Quotes frd
39028 \end_inset
39029
39030 .
39031  On doit aussi ajouter la commande suivante au préambule du document
39032 \begin_inset space ~
39033 \end_inset
39034
39035 :
39036 \begin_inset Newline newline
39037 \end_inset
39038
39039
39040 \series bold
39041
39042 \backslash
39043 @ifundefined{textcolor}
39044 \begin_inset Newline newline
39045 \end_inset
39046
39047
39048 \begin_inset space ~
39049 \end_inset
39050
39051 {
39052 \backslash
39053 usepackage{color}}{}
39054 \end_layout
39055
39056 \begin_deeper
39057 \begin_layout Standard
39058 \begin_inset ERT
39059 status collapsed
39060
39061 \begin_layout Plain Layout
39062
39063
39064 \backslash
39065 renewcommand{
39066 \backslash
39067 LettrineFontHook}{
39068 \backslash
39069 color{magenta}}
39070 \end_layout
39071
39072 \end_inset
39073
39074
39075 \begin_inset Note Note
39076 status collapsed
39077
39078 \begin_layout Plain Layout
39079 colore la lettrine en magenta
39080 \end_layout
39081
39082 \end_inset
39083
39084
39085 \end_layout
39086
39087 \begin_layout Initial
39088 \begin_inset Argument 1
39089 status open
39090
39091 \begin_layout Plain Layout
39092 lines=3, lhang=0.33, loversize=0.25
39093 \end_layout
39094
39095 \end_inset
39096
39097
39098 \begin_inset Argument 2
39099 status open
39100
39101 \begin_layout Plain Layout
39102 \begin_inset Formula $\mathcal{I}$
39103 \end_inset
39104
39105
39106 \end_layout
39107
39108 \end_inset
39109
39110
39111 \begin_inset Argument 3
39112 status open
39113
39114 \begin_layout Plain Layout
39115
39116 \lang english
39117 t was in the spring
39118 \end_layout
39119
39120 \end_inset
39121
39122
39123 \lang english
39124  of the year 1894 that all London was interested, and the fashionable world
39125  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39126  and inexplicable circumstances.
39127  The public has already learned those particulars of the crime which came
39128  out in the police investigation, but a good deal was suppressed upon that
39129  occasion, since the case for the prosecution was so overwhelmingly strong
39130  that it was not necessary to bring forward all the facts.
39131 \end_layout
39132
39133 \end_deeper
39134 \begin_layout Standard
39135 \begin_inset ERT
39136 status collapsed
39137
39138 \begin_layout Plain Layout
39139
39140
39141 \backslash
39142 else
39143 \end_layout
39144
39145 \end_inset
39146
39147
39148 \begin_inset Note Note
39149 status open
39150
39151 \begin_layout Plain Layout
39152 Ce qui suit sera affiché si le paquetage LaTeX 
39153 \series bold
39154 lettrine
39155 \series default
39156  n'est pas installé :
39157 \end_layout
39158
39159 \end_inset
39160
39161
39162 \end_layout
39163
39164 \begin_layout Standard
39165 Vous devez installer le paquetage LaTeX 
39166 \series bold
39167 lettrine
39168 \series default
39169  pour voir la suite de cette section dans la sortie imprimée.
39170 \end_layout
39171
39172 \begin_layout Standard
39173 \begin_inset ERT
39174 status collapsed
39175
39176 \begin_layout Plain Layout
39177
39178
39179 \backslash
39180 fi
39181 \end_layout
39182
39183 \end_inset
39184
39185
39186 \end_layout
39187
39188 \begin_layout Chapter
39189 Trucs externes
39190 \begin_inset Index idx
39191 status collapsed
39192
39193 \begin_layout Plain Layout
39194 Trucs externes
39195 \end_layout
39196
39197 \end_inset
39198
39199
39200 \end_layout
39201
39202 \begin_layout Standard
39203 Avec le menu 
39204 \family sans
39205 Insertion\SpecialChar \menuseparator
39206 Fichier
39207 \family default
39208  vous pouvez insérer un contenu externe à votre document.
39209  Ce contenu peut être :
39210 \end_layout
39211
39212 \begin_layout Description
39213 Document
39214 \begin_inset space ~
39215 \end_inset
39216
39217 LyX Un autre document LyX ; son contenu est directement inséré dans votre
39218  document.
39219 \end_layout
39220
39221 \begin_layout Description
39222 Texte
39223 \begin_inset space ~
39224 \end_inset
39225
39226 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
39227 e.
39228 \end_layout
39229
39230 \begin_layout Description
39231 Texte
39232 \begin_inset space ~
39233 \end_inset
39234
39235 Brut
39236 \begin_inset space ~
39237 \end_inset
39238
39239 par
39240 \begin_inset space ~
39241 \end_inset
39242
39243 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
39244  Les lignes vides créent un nouveau paragraphe dans votre document.
39245 \end_layout
39246
39247 \begin_layout Description
39248 Objet
39249 \begin_inset space ~
39250 \end_inset
39251
39252 Externe Fichiers de formats variés.
39253 \end_layout
39254
39255 \begin_layout Description
39256 Sous-document Documents LyX ou LaTeX.
39257 \end_layout
39258
39259 \begin_layout Section
39260 Objets externes 
39261 \begin_inset Index idx
39262 status collapsed
39263
39264 \begin_layout Plain Layout
39265 Trucs externes ! Objets Externes
39266 \end_layout
39267
39268 \end_inset
39269
39270
39271 \end_layout
39272
39273 \begin_layout Standard
39274 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
39275  de fichiers dans votre document sans avoir à convertir ces derniers en
39276  un format qui soit compatible avec le format de sortie, puisque c'est LyX
39277  qui va s'occuper des conversions.
39278  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
39279  LyX des images dans des formats divers.
39280  Quand vous avez activé 
39281 \family sans
39282 Aperçu
39283 \begin_inset space ~
39284 \end_inset
39285
39286 sur
39287 \begin_inset space ~
39288 \end_inset
39289
39290 le
39291 \begin_inset space ~
39292 \end_inset
39293
39294 vif
39295 \family default
39296  dans le menu des préférences de LyX, dans la rubrique 
39297 \family sans
39298 Apparence\SpecialChar \menuseparator
39299 Graphiques
39300 \family default
39301 , les objets externes de type Dia et Xfig sont affichés directement dans
39302  LyX.
39303 \end_layout
39304
39305 \begin_layout Standard
39306 On insère des objets externes en utilisant la fenêtre de dialogue 
39307 \family sans
39308 Objet
39309 \begin_inset space ~
39310 \end_inset
39311
39312 Externe
39313 \family default
39314  qui est accessible via le menu 
39315 \family sans
39316 Insertion\SpecialChar \menuseparator
39317 Fichiers\SpecialChar \menuseparator
39318 Objet
39319 \begin_inset space ~
39320 \end_inset
39321
39322 Externe
39323 \family default
39324 .
39325  Actuellement les types de fichiers (
39326 \family sans
39327 Modèles
39328 \family default
39329 ) suivants sont autorisés :
39330 \end_layout
39331
39332 \begin_layout Description
39333 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
39334  par le programme 
39335 \series bold
39336
39337 \begin_inset CommandInset href
39338 LatexCommand href
39339 name "XBoard"
39340 target "http://fr.wikipedia.org/wiki/XBoard"
39341
39342 \end_inset
39343
39344
39345 \series default
39346 .
39347 \end_layout
39348
39349 \begin_layout Description
39350 Date Ce modèle insère la date sous la forme 
39351 \emph on
39352 Jour-Mois-Année
39353 \emph default
39354 .
39355  Voici un exemple de date insérée comme objet externe :: 
39356 \begin_inset External
39357         template Date
39358         filename .
39359
39360 \end_inset
39361
39362
39363 \begin_inset space ~
39364 \end_inset
39365
39366
39367 \begin_inset Note Note
39368 status collapsed
39369
39370 \begin_layout Plain Layout
39371 Retirer l'espace protégé quand le bug 4398 sera résolu !
39372 \end_layout
39373
39374 \end_inset
39375
39376
39377 \begin_inset Newline newline
39378 \end_inset
39379
39380 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
39381  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39382 \family sans
39383 Insertion\SpecialChar \menuseparator
39384 Date
39385 \family default
39386  et avec la commande LaTeX 
39387 \series bold
39388
39389 \backslash
39390 today
39391 \series default
39392  entrée comme code TeX.
39393  Ces différentes méthodes sont comparée dans le tableau
39394 \begin_inset space ~
39395 \end_inset
39396
39397
39398 \begin_inset CommandInset ref
39399 LatexCommand ref
39400 reference "tab:Comparaison-des-dates"
39401
39402 \end_inset
39403
39404 .
39405 \end_layout
39406
39407 \begin_layout Description
39408 Dia Ce modèle accepte les diagrammes créés avec le programme 
39409 \series bold
39410
39411 \begin_inset CommandInset href
39412 LatexCommand href
39413 name "Dia"
39414 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39415
39416 \end_inset
39417
39418
39419 \series default
39420 .
39421 \end_layout
39422
39423 \begin_layout Description
39424 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39425  ou des tableaux dans le format de 
39426 \series bold
39427
39428 \begin_inset CommandInset href
39429 LatexCommand href
39430 name "Gnumeric"
39431 target "http://fr.wikipedia.org/wiki/Gnumeric"
39432
39433 \end_inset
39434
39435
39436 \series default
39437
39438 \begin_inset CommandInset href
39439 LatexCommand href
39440 name "OpenDocument"
39441 target "http://fr.wikipedia.org/wiki/OpenDocument"
39442
39443 \end_inset
39444
39445
39446 \begin_inset CommandInset href
39447 LatexCommand href
39448 name "Microsoft Office XML"
39449 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39450
39451 \end_inset
39452
39453  et 
39454 \begin_inset CommandInset href
39455 LatexCommand href
39456 name "Office Open XML"
39457 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39458
39459 \end_inset
39460
39461 .
39462  Pour cette fonction, LyX doit pouvoir trouver le programme 
39463 \family typewriter
39464 ssconvert
39465 \family default
39466  au cours de sa configuration.
39467  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39468  même si vous n'avez pas de tableaux au format gnumeric.
39469  Pour des exemples et les limitations possibles, jetez un œil au fichier
39470  LyX d'exemple, 
39471 \emph on
39472 spreadsheet.lyx
39473 \emph default
39474 .
39475 \end_layout
39476
39477 \begin_layout Description
39478 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39479  par le programme 
39480 \series bold
39481
39482 \begin_inset CommandInset href
39483 LatexCommand href
39484 name "LilyPond"
39485 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39486
39487 \end_inset
39488
39489
39490 \series default
39491 .
39492  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39493  au fichier LyX d'exemple 
39494 \emph on
39495 lilypond.lyx
39496 \emph default
39497 .
39498 \end_layout
39499
39500 \begin_layout Description
39501 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39502  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39503  
39504 \emph on
39505 pages
39506 \emph default
39507  dans le champ 
39508 \family sans
39509 Option
39510 \family default
39511  dans l'onglet 
39512 \family sans
39513 Options LaTeX et LyX
39514 \family default
39515 .
39516  L'argument de cette option est une liste d'éléments séparés par des virgules,
39517  contenant des numéros de pages (
39518 \begin_inset space ~
39519 \end_inset
39520
39521 insérez comme option 
39522 \series bold
39523 pages={3,5,6,8}
39524 \series default
39525
39526 \begin_inset space ~
39527 \end_inset
39528
39529 ), des plages de numéros de pages (
39530 \series bold
39531
39532 \begin_inset space ~
39533 \end_inset
39534
39535 pages={4-9}
39536 \series default
39537
39538 \begin_inset space ~
39539 \end_inset
39540
39541 ) ou n'importe quelle combinaison des deux.
39542  Pour insérer des pages vides, utilisez 
39543 \series bold
39544 {}
39545 \series default
39546 .
39547  Par exemple 
39548 \begin_inset space ~
39549 \end_inset
39550
39551
39552 \series bold
39553 pages={3,{},8-11,15}
39554 \series default
39555  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39556  15.
39557  Les plages de pages sont décrites avec la syntaxe 
39558 \emph on
39559 début-fin
39560 \emph default
39561  qui sélectionne toutes les pages de 
39562 \emph on
39563 début
39564 \emph default
39565  jusqu'à 
39566 \emph on
39567 fin
39568 \emph default
39569 .
39570  Si on omet 
39571 \emph on
39572 début
39573 \emph default
39574 , on commence implicitement à la première page ; de même, omettre 
39575 \emph on
39576 fin
39577 \emph default
39578  termine implicitement à la dernière page du document.
39579  La dernière page du document peut aussi être désignée par le mot-clé 
39580 \series bold
39581 last
39582 \series default
39583  (
39584 \begin_inset space ~
39585 \end_inset
39586
39587 ce dernier n'est accepté que pour une plage de pages
39588 \begin_inset space ~
39589 \end_inset
39590
39591 ).
39592  Donc 
39593 \series bold
39594 pages=-
39595 \series default
39596  va insérer toutes les pages du document et 
39597 \series bold
39598 pages=last-1
39599 \series default
39600  va insérer toutes les pages dans l'ordre inverse.
39601  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39602 \begin_inset Newline newline
39603 \end_inset
39604
39605 L'option 
39606 \series bold
39607 noautoscale
39608 \series default
39609  insère les pages avec leur taille d'origine, si cette option n'est pas
39610  donnée, les pages seront redimensionnées
39611 \begin_inset space \space{}
39612 \end_inset
39613
39614 pour tenir dans la largeur de page de votre document.
39615  Dans l'onglet 
39616 \family sans
39617 Taille
39618 \begin_inset space ~
39619 \end_inset
39620
39621 et
39622 \begin_inset space ~
39623 \end_inset
39624
39625 rotation
39626 \family default
39627  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39628  qu'une éventuelle rotation.
39629  Si vous utilisez une autre largeur que 100
39630 \begin_inset space \thinspace{}
39631 \end_inset
39632
39633 Échelle%, l'option 
39634 \series bold
39635 noautoscale
39636 \series default
39637  sera neutralisée.
39638  Pour plus d'information sur les options possibles, jetez un œil sur la
39639  documentation du paquetage LaTeX 
39640 \series bold
39641 pdfpages
39642 \series default
39643  
39644 \begin_inset CommandInset citation
39645 LatexCommand cite
39646 key "pdfpages"
39647
39648 \end_inset
39649
39650 .
39651 \begin_inset Index idx
39652 status collapsed
39653
39654 \begin_layout Plain Layout
39655 Paquetages LaTeX ! pdfpages
39656 \end_layout
39657
39658 \end_inset
39659
39660
39661 \begin_inset Newline newline
39662 \end_inset
39663
39664 Pour utiliser ce modèle dans une présentation 
39665 \family sans
39666 Beamer
39667 \family default
39668  vous devez d'abord insérer un environnement 
39669 \family sans
39670 FinCadre
39671 \family default
39672  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
39673  commande 
39674 \series bold
39675
39676 \backslash
39677 setbeamertemplate{background canvas}{}
39678 \series default
39679 .
39680  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39681  que vous voulez.
39682  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39683  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39684  section.
39685  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39686  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39687  le modèle.
39688 \begin_inset Newline newline
39689 \end_inset
39690
39691 Voici un PDF incorporé basculé de -5°
39692 \begin_inset space ~
39693 \end_inset
39694
39695 °: 
39696 \begin_inset External
39697         template PDFPages
39698         filename ../clipart/Abstract.pdf
39699         extra LaTeX "noautoscale, pages=-"
39700         rotateAngle -5
39701         rotateOrigin bottomleft
39702
39703 \end_inset
39704
39705
39706 \end_layout
39707
39708 \begin_layout Description
39709 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39710  Les images peuvent être traitées dans la fenêtre de dialogue 
39711 \family sans
39712 Objet
39713 \begin_inset space ~
39714 \end_inset
39715
39716 Externe
39717 \family default
39718  comme les images qui sont habituellement incorporées en utilisant le menu
39719  
39720 \family sans
39721 Insertion\SpecialChar \menuseparator
39722 Graphique
39723 \family default
39724 , comme c'est décrit dans la section
39725 \begin_inset space ~
39726 \end_inset
39727
39728
39729 \begin_inset CommandInset ref
39730 LatexCommand ref
39731 reference "sec:Graphics-Dialog"
39732
39733 \end_inset
39734
39735 .
39736  La différence avec l'insertion normale d'image est que seules les images
39737  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39738  ne sont pas acceptées.
39739  Voici un exemple d'insertion d'image matricielle
39740 \begin_inset space ~
39741 \end_inset
39742
39743
39744 \begin_inset External
39745         template RasterImage
39746         filename ../clipart/ToolbarEnvBox.png
39747
39748 \end_inset
39749
39750
39751 \end_layout
39752
39753 \begin_layout Description
39754 XFig Ce modèle accepte les images créées avec le programme 
39755 \series bold
39756
39757 \begin_inset CommandInset href
39758 LatexCommand href
39759 name "Xfig"
39760 target "http://fr.wikipedia.org/wiki/Xfig"
39761
39762 \end_inset
39763
39764
39765 \series default
39766 .
39767 \end_layout
39768
39769 \begin_layout Standard
39770 \begin_inset Float table
39771 placement !h
39772 wide false
39773 sideways false
39774 status open
39775
39776 \begin_layout Plain Layout
39777 \begin_inset Caption Standard
39778
39779 \begin_layout Plain Layout
39780 \begin_inset CommandInset label
39781 LatexCommand label
39782 name "tab:Comparaison-des-dates"
39783
39784 \end_inset
39785
39786 Comparaison des méthodes d'insertion de la date.
39787 \end_layout
39788
39789 \end_inset
39790
39791
39792 \end_layout
39793
39794 \begin_layout Plain Layout
39795 \align center
39796 \begin_inset Tabular
39797 <lyxtabular version="3" rows="4" columns="4">
39798 <features rotate="0" tabularvalignment="middle">
39799 <column alignment="center" valignment="top">
39800 <column alignment="center" valignment="top">
39801 <column alignment="center" valignment="top">
39802 <column alignment="center" valignment="top">
39803 <row>
39804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39805 \begin_inset Text
39806
39807 \begin_layout Plain Layout
39808 Format du document
39809 \end_layout
39810
39811 \end_inset
39812 </cell>
39813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39814 \begin_inset Text
39815
39816 \begin_layout Plain Layout
39817
39818 \family sans
39819 Objet
39820 \begin_inset space ~
39821 \end_inset
39822
39823 Externe\SpecialChar \menuseparator
39824 Date
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 Insertion\SpecialChar \menuseparator
39836 Date
39837 \end_layout
39838
39839 \end_inset
39840 </cell>
39841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39842 \begin_inset Text
39843
39844 \begin_layout Plain Layout
39845 commande 
39846 \series bold
39847
39848 \backslash
39849 today
39850 \end_layout
39851
39852 \end_inset
39853 </cell>
39854 </row>
39855 <row>
39856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39857 \begin_inset Text
39858
39859 \begin_layout Plain Layout
39860 LyX
39861 \end_layout
39862
39863 \end_inset
39864 </cell>
39865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39866 \begin_inset Text
39867
39868 \begin_layout Plain Layout
39869 comme boîte d'insert
39870 \end_layout
39871
39872 \end_inset
39873 </cell>
39874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39875 \begin_inset Text
39876
39877 \begin_layout Plain Layout
39878 comme date
39879 \end_layout
39880
39881 \end_inset
39882 </cell>
39883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39884 \begin_inset Text
39885
39886 \begin_layout Plain Layout
39887 comme boîte de code TeX
39888 \end_layout
39889
39890 \end_inset
39891 </cell>
39892 </row>
39893 <row>
39894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39895 \begin_inset Text
39896
39897 \begin_layout Plain Layout
39898 LaTeX
39899 \end_layout
39900
39901 \end_inset
39902 </cell>
39903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39904 \begin_inset Text
39905
39906 \begin_layout Plain Layout
39907 comme date
39908 \end_layout
39909
39910 \end_inset
39911 </cell>
39912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39913 \begin_inset Text
39914
39915 \begin_layout Plain Layout
39916 comme date
39917 \end_layout
39918
39919 \end_inset
39920 </cell>
39921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39922 \begin_inset Text
39923
39924 \begin_layout Plain Layout
39925 comme commande
39926 \end_layout
39927
39928 \end_inset
39929 </cell>
39930 </row>
39931 <row>
39932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39933 \begin_inset Text
39934
39935 \begin_layout Plain Layout
39936 DVI, PDF, PS
39937 \end_layout
39938
39939 \end_inset
39940 </cell>
39941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39942 \begin_inset Text
39943
39944 \begin_layout Plain Layout
39945 comme date
39946 \end_layout
39947
39948 \end_inset
39949 </cell>
39950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39951 \begin_inset Text
39952
39953 \begin_layout Plain Layout
39954 comme date
39955 \end_layout
39956
39957 \end_inset
39958 </cell>
39959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39960 \begin_inset Text
39961
39962 \begin_layout Plain Layout
39963 comme date date
39964 \end_layout
39965
39966 \end_inset
39967 </cell>
39968 </row>
39969 </lyxtabular>
39970
39971 \end_inset
39972
39973
39974 \end_layout
39975
39976 \end_inset
39977
39978
39979 \end_layout
39980
39981 \begin_layout Standard
39982 Quand vous activez l'option 
39983 \family sans
39984 Brouillon
39985 \family default
39986  de l'onglet 
39987 \family sans
39988 Fichier
39989 \family default
39990  de la fenêtre de dialogue 
39991 \family sans
39992 Objet
39993 \begin_inset space ~
39994 \end_inset
39995
39996 Externe
39997 \family default
39998 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39999 \begin_inset Newline newline
40000 \end_inset
40001
40002 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
40003  : 
40004 \begin_inset Graphics
40005         filename ../clipart/ExternalMaterialQt4.png
40006         scale 85
40007         scaleBeforeRotation
40008
40009 \end_inset
40010
40011  soit comme une image, selon que vous avez ou non activé l'option 
40012 \family sans
40013 Afficher
40014 \begin_inset space ~
40015 \end_inset
40016
40017 dans
40018 \begin_inset space ~
40019 \end_inset
40020
40021 LyX
40022 \family default
40023  de l'onglet 
40024 \family sans
40025 Options LaTeX et LyX
40026 \family default
40027  de la fenêtre de dialogue.
40028 \end_layout
40029
40030 \begin_layout Standard
40031 Le manuel 
40032 \family sans
40033 \emph on
40034 Personnalisation
40035 \family default
40036 \emph default
40037  explique comment vous pouvez créer vos propres modèles.
40038 \end_layout
40039
40040 \begin_layout Section
40041 Sous-documents
40042 \begin_inset CommandInset label
40043 LatexCommand label
40044 name "sec:Sous-documents"
40045
40046 \end_inset
40047
40048
40049 \begin_inset Index idx
40050 status collapsed
40051
40052 \begin_layout Plain Layout
40053 Trucs externes ! Sous-documents
40054 \end_layout
40055
40056 \end_inset
40057
40058
40059 \begin_inset Index idx
40060 status collapsed
40061
40062 \begin_layout Plain Layout
40063 Fichiers ! Insertion
40064 \end_layout
40065
40066 \end_inset
40067
40068
40069 \end_layout
40070
40071 \begin_layout Standard
40072 Les sous-documents sont utilisés quand on a un document très long qui peut
40073  être décomposé en plusieurs parties ou sections plus petites.
40074  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40075  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40076  Les différents documents sont ce que l'on appelle les sous-documents et
40077  un document maître les relie pour imprimer le document complet ou seulement
40078  une partie de celui-ci.
40079  Un sous-document hérite du contenu de son maître, par exemple le préambule
40080  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
40081 \end_layout
40082
40083 \begin_layout Standard
40084 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40085  maître, précisez dans le sous-document le document maître dans le menu
40086  
40087 \family sans
40088 Document\SpecialChar \menuseparator
40089 Paramètres\SpecialChar \menuseparator
40090 Classe de document
40091 \family default
40092 .
40093  Ce document maître sera par la suite utilisé de façon cachée par LyX à
40094  chaque fois que vous modifierez le sous-document.
40095 \end_layout
40096
40097 \begin_layout Standard
40098 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
40099  comme celle-ci : 
40100 \begin_inset Graphics
40101         filename clipart/ChildDocumentQt4.png
40102         lyxscale 70
40103         scale 60
40104         scaleBeforeRotation
40105
40106 \end_inset
40107
40108  Pour inclure des sous-documents dans un document maître , on utilise le
40109  menu 
40110 \family sans
40111 Insertion\SpecialChar \menuseparator
40112 Fichier\SpecialChar \menuseparator
40113 Sous-document
40114 \family default
40115 .
40116  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
40117  des quatre méthodes d'inclusion :
40118 \end_layout
40119
40120 \begin_layout Description
40121 Inclus
40122 \begin_inset space ~
40123 \end_inset
40124
40125 (include) Vous pouvez inclure des documents LyX et LaTeX.
40126  Quand vous cliquez sur le bouton 
40127 \family sans
40128 Modifier
40129 \family default
40130  dans la fenêtre de dialogue 
40131 \family sans
40132 Sous-document
40133 \family default
40134 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
40135  vous puissiez le modifier.
40136 \begin_inset Newline newline
40137 \end_inset
40138
40139
40140 \end_layout
40141
40142 \begin_layout Standard
40143 Voici un sous-document inséré avec la méthode 
40144 \family sans
40145 Inclus
40146 \family default
40147  : 
40148 \begin_inset CommandInset include
40149 LatexCommand include
40150 filename "DocumentBidon1.lyx"
40151
40152 \end_inset
40153
40154
40155 \end_layout
40156
40157 \begin_layout Standard
40158 La numérotation des sections va prendre en compte les sections des fichiers
40159  incorporés dans l'ordre où ils sont insérés dans le document maître.
40160  Le document qui est inclus comme exemple possède une sous-section qui sera
40161  numérotée comme sous-section de la section actuelle.
40162  Les étiquettes présentes dans le fichier inclus peuvent être référencées
40163  : la sous-section
40164 \begin_inset space ~
40165 \end_inset
40166
40167
40168 \begin_inset CommandInset ref
40169 LatexCommand ref
40170 reference "sub:Sous-section-externe-1"
40171
40172 \end_inset
40173
40174  est dans le fichier inclus.
40175 \end_layout
40176
40177 \begin_layout Standard
40178 Le préambule du sous-document est tout simplement ignoré, seul le préambule
40179  du document maître est utilisé.
40180  Les branches présentes dans le sous-document seront ignorées par le document
40181  maître si celui-ci ne possède pas une branche avec le même nom.
40182  Les documents inclus sont insérés en commençant une nouvelle page et sont
40183  suivis par un saut de page.
40184 \end_layout
40185
40186 \begin_layout Standard
40187 \begin_inset Note Greyedout
40188 status open
40189
40190 \begin_layout Plain Layout
40191
40192 \series bold
40193 Note:
40194 \series default
40195  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
40196  une classe de document différente de celle du document maître, vous recevez
40197  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
40198  que cela peut produire des résultats inattendus sur la sortie imprimée.
40199 \end_layout
40200
40201 \end_inset
40202
40203
40204 \end_layout
40205
40206 \begin_layout Description
40207 Incorporé
40208 \begin_inset space ~
40209 \end_inset
40210
40211 (input) Cette méthode est très semblable à la méthode Inclus, les différences
40212  sont :
40213 \end_layout
40214
40215 \begin_deeper
40216 \begin_layout Itemize
40217 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
40218  par un saut de page.
40219 \end_layout
40220
40221 \begin_layout Itemize
40222 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
40223  
40224 \family sans
40225 Aperçu
40226 \begin_inset space ~
40227 \end_inset
40228
40229 sur
40230 \begin_inset space ~
40231 \end_inset
40232
40233 le
40234 \begin_inset space ~
40235 \end_inset
40236
40237 vif
40238 \family default
40239  est activée dans les préférences dans la rubrique 
40240 \family sans
40241 Apparence\SpecialChar \menuseparator
40242 Graphique
40243 \family default
40244 .
40245 \end_layout
40246
40247 \begin_layout Itemize
40248 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
40249 \family sans
40250 Document\SpecialChar \menuseparator
40251 Paramètres\SpecialChar \menuseparator
40252 Sous-documents
40253 \family default
40254 .
40255 \end_layout
40256
40257 \end_deeper
40258 \begin_layout Standard
40259 Voici un sous document inséré en utilisant la méthode 
40260 \family sans
40261 Incorporé
40262 \family default
40263  : 
40264 \begin_inset CommandInset include
40265 LatexCommand input
40266 preview true
40267 filename "DocumentBidon2.lyx"
40268
40269 \end_inset
40270
40271
40272 \end_layout
40273
40274 \begin_layout Standard
40275 Voici un sous-document
40276 \emph on
40277 input
40278 \emph default
40279  comme LaTeX source:
40280 \end_layout
40281
40282 \begin_layout Quote
40283 \begin_inset CommandInset include
40284 LatexCommand input
40285 filename "DocumentTexteBidon.txt"
40286
40287 \end_inset
40288
40289
40290 \end_layout
40291
40292 \begin_layout Description
40293 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
40294  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
40295  sous forme de code source et aucune des commandes éventuellement présentes
40296  ne sera exécutée.
40297  Vous pouvez utiliser l'option 
40298 \family sans
40299 Marquer
40300 \begin_inset space ~
40301 \end_inset
40302
40303 les
40304 \begin_inset space ~
40305 \end_inset
40306
40307 espaces
40308 \family default
40309  qui matérialise chaque espace présente dans le code source par un caractère
40310  
40311 \begin_inset Quotes eld
40312 \end_inset
40313
40314
40315 \begin_inset ERT
40316 status collapsed
40317
40318 \begin_layout Plain Layout
40319
40320
40321 \backslash
40322 textvisiblespace 
40323 \end_layout
40324
40325 \end_inset
40326
40327
40328 \begin_inset Quotes erd
40329 \end_inset
40330
40331  .
40332  La différence avec la méthode qui consiste à utiliser le menu 
40333 \family sans
40334 Insertion\SpecialChar \menuseparator
40335 Fichier\SpecialChar \menuseparator
40336 Texte
40337 \begin_inset space ~
40338 \end_inset
40339
40340 brut
40341 \family default
40342  est que le contenu du document n'apparaît pas dans LyX.
40343 \end_layout
40344
40345 \begin_layout Standard
40346 Voici un sous-document inclus en utilisant la méthode 
40347 \family sans
40348 verbatim
40349 \family default
40350  : 
40351 \begin_inset CommandInset include
40352 LatexCommand verbatiminput
40353 filename "DocumentTexteBidon.txt"
40354
40355 \end_inset
40356
40357
40358 \begin_inset VSpace bigskip
40359 \end_inset
40360
40361 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40362  l'option 
40363 \family sans
40364 Marquer
40365 \begin_inset space ~
40366 \end_inset
40367
40368 les
40369 \begin_inset space ~
40370 \end_inset
40371
40372 espaces :
40373 \family default
40374  
40375 \begin_inset CommandInset include
40376 LatexCommand verbatiminput*
40377 filename "DocumentTexteBidon.txt"
40378
40379 \end_inset
40380
40381
40382 \end_layout
40383
40384 \begin_layout Standard
40385 \begin_inset VSpace bigskip
40386 \end_inset
40387
40388
40389 \end_layout
40390
40391 \begin_layout Standard
40392 \begin_inset Note Greyedout
40393 status open
40394
40395 \begin_layout Plain Layout
40396
40397 \series bold
40398 Note:
40399 \series default
40400  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40401  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40402 \end_layout
40403
40404 \end_inset
40405
40406
40407 \end_layout
40408
40409 \begin_layout Description
40410 Listings Ce type d'inclusion est décrit dans le chapitre
40411 \begin_inset space ~
40412 \end_inset
40413
40414
40415 \begin_inset CommandInset ref
40416 LatexCommand ref
40417 reference "cha:Program-Code-Listings"
40418
40419 \end_inset
40420
40421 .
40422 \end_layout
40423
40424 \begin_layout Standard
40425 \begin_inset Note Greyedout
40426 status open
40427
40428 \begin_layout Plain Layout
40429
40430 \series bold
40431 Note:
40432 \series default
40433  Inclure le même document deux fois dans un même document peut poser des
40434  problèmes avec LaTeX.
40435 \end_layout
40436
40437 \end_inset
40438
40439
40440 \end_layout
40441
40442 \begin_layout Standard
40443 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40444  de votre document maître, que ce soit pour diminuer les temps de compilation
40445  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40446  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40447  la sortie en utilisant le menu 
40448 \family sans
40449 Document\SpecialChar \menuseparator
40450 Paramètres\SpecialChar \menuseparator
40451 Sous-documents
40452 \family default
40453 .
40454  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40455  sur la ligne correspondant dans la colonne 
40456 \family sans
40457 Inclus dans le résultat
40458 \family default
40459  de la liste (
40460 \begin_inset space ~
40461 \end_inset
40462
40463 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40464  
40465 \begin_inset Quotes fld
40466 \end_inset
40467
40468 inclus
40469 \begin_inset Quotes frd
40470 \end_inset
40471
40472  et pas la méthode 
40473 \begin_inset Quotes fld
40474 \end_inset
40475
40476 incorporé
40477 \begin_inset Quotes frd
40478 \end_inset
40479
40480
40481 \begin_inset space ~
40482 \end_inset
40483
40484 ).
40485  Si on active l'option 
40486 \family sans
40487 Assurer la cohérence des compteurs et des références
40488 \family default
40489 , LyX va s'assurer que tous les numéros de pages, références etc...
40490  sont corrects comme si tous le document avait été traité.
40491  C'est utile si vous voulez que les sous-documents choisis aient exactement
40492  le même aspect que s'il étaient dans le document complet.
40493  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
40494  la totalité du document.
40495  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40496  les compteurs et autres références n'ont pas à être à tout prix valides,
40497  vous devez impérativement désactiver cette option.
40498  
40499 \end_layout
40500
40501 \begin_layout Standard
40502 Une autre solution consiste à inclure chaque fichier dans une branche
40503 \begin_inset Foot
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507 Les branches sont décrites dans la section 
40508 \emph on
40509 Branches
40510 \emph default
40511  du 
40512 \emph on
40513 Guide de l'utilisateur
40514 \emph default
40515  de LyX.
40516 \end_layout
40517
40518 \end_inset
40519
40520 .
40521  En activant ou désactivant une branche, vous pouvez décider les fichiers
40522  inclus qui doivent apparaître dans la sortie imprimée.
40523  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40524  
40525 \begin_inset Quotes fld
40526 \end_inset
40527
40528 incorporés
40529 \begin_inset Quotes frd
40530 \end_inset
40531
40532 .
40533  Le défaut est que les compteurs et autres références ne sont pas conservés
40534  avec cette approche.
40535 \end_layout
40536
40537 \begin_layout Chapter
40538 Listings de code source
40539 \begin_inset CommandInset label
40540 LatexCommand label
40541 name "cha:Program-Code-Listings"
40542
40543 \end_inset
40544
40545
40546 \begin_inset Index idx
40547 status collapsed
40548
40549 \begin_layout Plain Layout
40550 Listings
40551 \end_layout
40552
40553 \end_inset
40554
40555
40556 \begin_inset Index idx
40557 status collapsed
40558
40559 \begin_layout Plain Layout
40560 Code Source
40561 \end_layout
40562
40563 \end_inset
40564
40565
40566 \begin_inset Index idx
40567 status collapsed
40568
40569 \begin_layout Plain Layout
40570 Flottants ! Listings
40571 \end_layout
40572
40573 \end_inset
40574
40575
40576 \end_layout
40577
40578 \begin_layout Standard
40579 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40580  un insert 
40581 \family sans
40582 Listings
40583 \family default
40584  qui peut être créé grâce au menu 
40585 \family sans
40586 Insertion
40587 \family default
40588 \SpecialChar \menuseparator
40589
40590 \family sans
40591 Listing
40592 \begin_inset space ~
40593 \end_inset
40594
40595 de
40596 \begin_inset space ~
40597 \end_inset
40598
40599 Code
40600 \begin_inset space ~
40601 \end_inset
40602
40603 Source
40604 \family default
40605 .
40606  Le paquetage LaTeX 
40607 \series bold
40608 listings
40609 \series default
40610
40611 \begin_inset Index idx
40612 status collapsed
40613
40614 \begin_layout Plain Layout
40615 Paquetages LaTeX ! listings
40616 \end_layout
40617
40618 \end_inset
40619
40620  fournit un moyen puissant et flexible d'insérer des listings de code source
40621  dans votre document.
40622  
40623 \end_layout
40624
40625 \begin_layout Standard
40626 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40627  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40628 \end_layout
40629
40630 \begin_layout Standard
40631 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40632  imprimée.
40633  L'option d'emplacement 
40634 \family sans
40635 Listing
40636 \begin_inset space ~
40637 \end_inset
40638
40639 en
40640 \begin_inset space ~
40641 \end_inset
40642
40643 Ligne
40644 \family default
40645  imprime le listing dans la ligne comme ceci : 
40646 \begin_inset listings
40647 lstparams "language={C++}"
40648 inline true
40649 status open
40650
40651 \begin_layout Plain Layout
40652
40653 int a=5;
40654 \end_layout
40655
40656 \end_inset
40657
40658
40659 \begin_inset Newline newline
40660 \end_inset
40661
40662 L'option 
40663 \family sans
40664 Flottant
40665 \family default
40666  crée un flottant de listing pour lequel vous pouvez préciser les options
40667  classiques d'emplacement : 
40668 \begin_inset Quotes eld
40669 \end_inset
40670
40671
40672 \family sans
40673 h
40674 \family default
40675
40676 \begin_inset Quotes erd
40677 \end_inset
40678
40679
40680 \begin_inset Quotes eld
40681 \end_inset
40682
40683
40684 \family sans
40685 t
40686 \family default
40687
40688 \begin_inset Quotes erd
40689 \end_inset
40690
40691
40692 \begin_inset Quotes eld
40693 \end_inset
40694
40695
40696 \family sans
40697 b
40698 \family default
40699
40700 \begin_inset Quotes erd
40701 \end_inset
40702
40703 , et 
40704 \begin_inset Quotes eld
40705 \end_inset
40706
40707
40708 \family sans
40709 p
40710 \family default
40711
40712 \begin_inset Quotes erd
40713 \end_inset
40714
40715  correspondant aux emplacement décrits dans la section
40716 \begin_inset space ~
40717 \end_inset
40718
40719
40720 \begin_inset CommandInset ref
40721 LatexCommand ref
40722 reference "sec:Placement-flottants"
40723
40724 \end_inset
40725
40726 .
40727  Les options de positionnement peuvent être mélangées et doivent être saisies
40728  sans séparation, par exemple, on peut taper 
40729 \begin_inset Quotes eld
40730 \end_inset
40731
40732
40733 \family sans
40734 htbp
40735 \family default
40736
40737 \begin_inset Quotes erd
40738 \end_inset
40739
40740 .
40741  L' option 
40742 \begin_inset Quotes eld
40743 \end_inset
40744
40745 h
40746 \begin_inset Quotes erd
40747 \end_inset
40748
40749  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40750  
40751 \family sans
40752 Flottant
40753 \family default
40754  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40755  légende et être référencés.
40756 \end_layout
40757
40758 \begin_layout Standard
40759 Vous pouvez ajouter une légende à un listing avec le menu 
40760 \family sans
40761 Insertion\SpecialChar \menuseparator
40762 Légende
40763 \family default
40764 .
40765  On peut référencer les listings de la même façon que les flottants :Voir
40766  le listing
40767 \begin_inset space ~
40768 \end_inset
40769
40770
40771 \begin_inset CommandInset ref
40772 LatexCommand ref
40773 reference "lst:Listing-exemple"
40774
40775 \end_inset
40776
40777 .
40778  
40779 \lang english
40780 A list of listings which contains all listings with captions can be created
40781  via the menu
40782 \lang french
40783  
40784 \family sans
40785 Insertion\SpecialChar \menuseparator
40786
40787 \lang english
40788 List
40789 \begin_inset space ~
40790 \end_inset
40791
40792 /
40793 \begin_inset space ~
40794 \end_inset
40795
40796 TOC\SpecialChar \menuseparator
40797 List of Listings
40798 \family default
40799 .
40800  The list entries are the listing caption and the listing number.
40801 \end_layout
40802
40803 \begin_layout Standard
40804 \begin_inset listings
40805 lstparams "language=Python"
40806 inline false
40807 status open
40808
40809 \begin_layout Plain Layout
40810
40811 \begin_inset Caption Standard
40812
40813 \begin_layout Plain Layout
40814 \begin_inset CommandInset label
40815 LatexCommand label
40816 name "lst:Listing-exemple"
40817
40818 \end_inset
40819
40820 Exemple de listing flottant
40821 \end_layout
40822
40823 \end_inset
40824
40825 # Exemple de listing flottant
40826 \end_layout
40827
40828 \begin_layout Plain Layout
40829
40830 def func(param):
40831 \end_layout
40832
40833 \begin_layout Plain Layout
40834
40835     'ceci est une fonction python'
40836 \end_layout
40837
40838 \begin_layout Plain Layout
40839
40840     pass
40841 \end_layout
40842
40843 \end_inset
40844
40845
40846 \end_layout
40847
40848 \begin_layout Standard
40849 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40850  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40851  de manière particulière dans la sortie imprimée.
40852  Dans l'exemple de listing, le mot clé Python 
40853 \begin_inset Quotes eld
40854 \end_inset
40855
40856 def
40857 \begin_inset Quotes erd
40858 \end_inset
40859
40860  est reconnu et imprimé en caractères gras dans la sortie.
40861 \end_layout
40862
40863 \begin_layout Standard
40864 \begin_inset Note Greyedout
40865 status open
40866
40867 \begin_layout Plain Layout
40868
40869 \series bold
40870 Note:
40871 \series default
40872  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40873  une police de caractères à 
40874 \family typewriter
40875 chasse fixe
40876 \family default
40877 , c'est que votre police ne contient probablement pas de série grasse.
40878  Dans ce cas choisissez une police différente dans le menu 
40879 \family sans
40880 Document\SpecialChar \menuseparator
40881 Paramètres\SpecialChar \menuseparator
40882 Polices
40883 \family default
40884 .
40885  (Les polices 
40886 \emph on
40887 LuxiMono, BeraMono
40888 \emph default
40889  et 
40890 \emph on
40891 Courier
40892 \emph default
40893  contiennent une série grasse.)
40894 \end_layout
40895
40896 \end_inset
40897
40898
40899 \end_layout
40900
40901 \begin_layout Standard
40902 Dans la rubrique 
40903 \family sans
40904 Numérotation
40905 \begin_inset space ~
40906 \end_inset
40907
40908 des
40909 \begin_inset space ~
40910 \end_inset
40911
40912 Lignes
40913 \family default
40914  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40915 n des lignes.
40916  Vous pouvez mettre un nombre dans le champ 
40917 \family sans
40918 Pas
40919 \family default
40920  pour désigner les lignes qui seront numérotées.
40921  Par exemple, si vous mettez 
40922 \begin_inset Quotes eld
40923 \end_inset
40924
40925 3
40926 \begin_inset Quotes erd
40927 \end_inset
40928
40929 , seule une ligne sur trois sera numérotée.
40930 \end_layout
40931
40932 \begin_layout Standard
40933 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40934  apparaîtront dans la sortie.
40935  Vous devez utiliser l'option 
40936 \family sans
40937 Table
40938 \begin_inset space ~
40939 \end_inset
40940
40941 de
40942 \begin_inset space ~
40943 \end_inset
40944
40945 Caractères
40946 \begin_inset space ~
40947 \end_inset
40948
40949 Étendue
40950 \family default
40951  quand vous employez des caractères spécifiques à une langue donnée comme
40952  les umlauts Allemands dans votre listing.
40953 \begin_inset Newline newline
40954 \end_inset
40955
40956 Voici un exemple de listing avec la numérotation des lignes à gauche par
40957  pas de 3, en langage Python, avec les options 
40958 \begin_inset Quotes eld
40959 \end_inset
40960
40961 Table
40962 \begin_inset space ~
40963 \end_inset
40964
40965 de
40966 \begin_inset space ~
40967 \end_inset
40968
40969 caractères
40970 \begin_inset space ~
40971 \end_inset
40972
40973 étendue
40974 \begin_inset Quotes erd
40975 \end_inset
40976
40977  et 
40978 \begin_inset Quotes eld
40979 \end_inset
40980
40981 Espace
40982 \begin_inset space ~
40983 \end_inset
40984
40985 représenté
40986 \begin_inset space ~
40987 \end_inset
40988
40989 par
40990 \begin_inset space ~
40991 \end_inset
40992
40993 un
40994 \begin_inset space ~
40995 \end_inset
40996
40997 symbole
40998 \begin_inset Quotes erd
40999 \end_inset
41000
41001 , l'intervalle de ligne étant 3
41002 \begin_inset space \thinspace{}
41003 \end_inset
41004
41005 -
41006 \begin_inset space \thinspace{}
41007 \end_inset
41008
41009 8:
41010 \end_layout
41011
41012 \begin_layout Standard
41013 \begin_inset listings
41014 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41015 inline false
41016 status open
41017
41018 \begin_layout Plain Layout
41019
41020 def func(param):
41021 \end_layout
41022
41023 \begin_layout Plain Layout
41024
41025     'ceci est une fonction Python'
41026 \end_layout
41027
41028 \begin_layout Plain Layout
41029
41030     pass
41031 \end_layout
41032
41033 \begin_layout Plain Layout
41034
41035 def func(param):
41036 \end_layout
41037
41038 \begin_layout Plain Layout
41039
41040 'Ça, c'est un mot Allemand : Tschüß'
41041 \end_layout
41042
41043 \begin_layout Plain Layout
41044
41045 pass
41046 \end_layout
41047
41048 \begin_layout Plain Layout
41049
41050 def func(param):
41051 \end_layout
41052
41053 \begin_layout Plain Layout
41054
41055 'ceci est une fonction Python'
41056 \end_layout
41057
41058 \begin_layout Plain Layout
41059
41060 pass
41061 \end_layout
41062
41063 \end_inset
41064
41065
41066 \end_layout
41067
41068 \begin_layout Standard
41069 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
41070  nombre de caractères que doit représenter une tabulation dans le champ
41071  
41072 \family sans
41073 Taille du tabulateur
41074 \family default
41075 .
41076 \end_layout
41077
41078 \begin_layout Standard
41079 \begin_inset Note Greyedout
41080 status open
41081
41082 \begin_layout Plain Layout
41083
41084 \series bold
41085 Note:
41086 \series default
41087  À cause d'un bug dans le paquetage 
41088 \series bold
41089 listings
41090 \series default
41091  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
41092  listing.
41093  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
41094  les lignes 3 et 6.
41095 \end_layout
41096
41097 \end_inset
41098
41099
41100 \end_layout
41101
41102 \begin_layout Standard
41103 \begin_inset VSpace bigskip
41104 \end_inset
41105
41106
41107 \end_layout
41108
41109 \begin_layout Standard
41110 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
41111  listing.
41112  Pour le faire, il suffit d'utiliser le menu 
41113 \family sans
41114 Insertion\SpecialChar \menuseparator
41115 Fichier\SpecialChar \menuseparator
41116 Sous-document
41117 \family default
41118  et de choisir le type 
41119 \family sans
41120 Listing
41121 \family default
41122
41123 \begin_inset space ~
41124 \end_inset
41125
41126
41127 \family sans
41128 de
41129 \begin_inset space ~
41130 \end_inset
41131
41132 Code
41133 \begin_inset space ~
41134 \end_inset
41135
41136 source
41137 \family default
41138 .
41139 \begin_inset Foot
41140 status collapsed
41141
41142 \begin_layout Plain Layout
41143 Les autres types de sous-documents sont décrits dans la section
41144 \begin_inset space ~
41145 \end_inset
41146
41147
41148 \begin_inset CommandInset ref
41149 LatexCommand ref
41150 reference "sec:Sous-documents"
41151
41152 \end_inset
41153
41154 .
41155 \end_layout
41156
41157 \end_inset
41158
41159  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
41160  à utiliser pour le listing dans une zone de texte.
41161  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
41162  
41163 \begin_inset Quotes eld
41164 \end_inset
41165
41166 ?
41167 \begin_inset Quotes erd
41168 \end_inset
41169
41170  dans la zone de texte.
41171 \end_layout
41172
41173 \begin_layout Standard
41174 Pour faire référence à un sous-document de type listing, tapez une étiquette
41175  dans le champ correspondant de la fenêtre de dialogue.
41176  On peut alors faire référence à cette étiquette en utilisant le menu 
41177 \family sans
41178 Insertion\SpecialChar \menuseparator
41179 Référence
41180 \begin_inset space ~
41181 \end_inset
41182
41183 Croisée
41184 \family default
41185 .
41186 \end_layout
41187
41188 \begin_layout Standard
41189 Le listing
41190 \begin_inset space ~
41191 \end_inset
41192
41193
41194 \begin_inset CommandInset ref
41195 LatexCommand ref
41196 reference "lst:listing-fichier"
41197
41198 \end_inset
41199
41200  est une exemple de listing issu d'un fichier ; ici les lignes 10
41201 \begin_inset space \thinspace{}
41202 \end_inset
41203
41204 -
41205 \begin_inset space \thinspace{}
41206 \end_inset
41207
41208 15 de ce fichier LyX sont listées.
41209 \end_layout
41210
41211 \begin_layout Standard
41212 \begin_inset CommandInset include
41213 LatexCommand lstinputlisting
41214 filename "EmbeddedObjects.lyx"
41215 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
41216
41217 \end_inset
41218
41219
41220 \end_layout
41221
41222 \begin_layout Standard
41223 \begin_inset VSpace bigskip
41224 \end_inset
41225
41226
41227 \end_layout
41228
41229 \begin_layout Standard
41230 L'insertion d'une formule dans un listing peut se faire de la façon suivante
41231 \begin_inset space ~
41232 \end_inset
41233
41234 :
41235 \end_layout
41236
41237 \begin_layout Enumerate
41238 Ouvrez la fenêtre de dialogue listings et ajoutez
41239 \begin_inset Newline newline
41240 \end_inset
41241
41242
41243 \family sans
41244 mathescape=true
41245 \family default
41246
41247 \begin_inset Newline newline
41248 \end_inset
41249
41250 dans le champ de l'onglet 
41251 \family sans
41252 Avancé
41253 \family default
41254 .
41255 \end_layout
41256
41257 \begin_layout Enumerate
41258 Créez la formule en dehors du listing.
41259 \end_layout
41260
41261 \begin_layout Enumerate
41262 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
41263  (raccourci 
41264 \begin_inset Info
41265 type  "shortcut"
41266 arg   "copy"
41267 \end_inset
41268
41269 )
41270 \end_layout
41271
41272 \begin_layout Enumerate
41273 Dans le listing écrivez 
41274 \begin_inset Quotes eld
41275 \end_inset
41276
41277
41278 \family sans
41279 $$
41280 \family default
41281
41282 \begin_inset Quotes erd
41283 \end_inset
41284
41285  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41286  
41287 \begin_inset Info
41288 type  "shortcut"
41289 arg   "paste"
41290 \end_inset
41291
41292 )
41293 \end_layout
41294
41295 \begin_layout Standard
41296 \begin_inset listings
41297 lstparams "language=Python,mathescape=true"
41298 inline false
41299 status open
41300
41301 \begin_layout Plain Layout
41302
41303 \begin_inset Caption Standard
41304
41305 \begin_layout Plain Layout
41306 Exemple de listing flottant contenant une formule
41307 \end_layout
41308
41309 \end_inset
41310
41311 # Exemple de listing flottant
41312 \end_layout
41313
41314 \begin_layout Plain Layout
41315
41316 def func(param):
41317 \end_layout
41318
41319 \begin_layout Plain Layout
41320
41321     # $
41322 \backslash
41323 prod_{n=1}^{
41324 \backslash
41325 infty}
41326 \backslash
41327 ,
41328 \backslash
41329 frac{1}{x^{2}}$
41330 \end_layout
41331
41332 \begin_layout Plain Layout
41333
41334     pass
41335 \end_layout
41336
41337 \end_inset
41338
41339
41340 \end_layout
41341
41342 \begin_layout Standard
41343 \begin_inset VSpace bigskip
41344 \end_inset
41345
41346
41347 \end_layout
41348
41349 \begin_layout Standard
41350 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41351  de dialogue 
41352 \family sans
41353 Document\SpecialChar \menuseparator
41354 Paramètres\SpecialChar \menuseparator
41355 Listings
41356 \family default
41357 .
41358  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41359  
41360 \begin_inset Quotes eld
41361 \end_inset
41362
41363 ?
41364 \begin_inset Quotes erd
41365 \end_inset
41366
41367  dans le champ.
41368 \end_layout
41369
41370 \begin_layout Standard
41371 Pour plus d'information sur le paquetage 
41372 \series bold
41373 listings
41374 \series default
41375 , nous vous renvoyons à sa documentation 
41376 \begin_inset CommandInset citation
41377 LatexCommand cite
41378 key "listings"
41379
41380 \end_inset
41381
41382 .
41383 \end_layout
41384
41385 \begin_layout Standard
41386 \begin_inset Newpage newpage
41387 \end_inset
41388
41389
41390 \end_layout
41391
41392 \begin_layout Chapter
41393 \start_of_appendix
41394 Unités de longueur utilisables avec LyX
41395 \begin_inset Argument 1
41396 status collapsed
41397
41398 \begin_layout Plain Layout
41399 Unités de longueur
41400 \end_layout
41401
41402 \end_inset
41403
41404
41405 \begin_inset Index idx
41406 status collapsed
41407
41408 \begin_layout Plain Layout
41409 Unités
41410 \end_layout
41411
41412 \end_inset
41413
41414
41415 \begin_inset CommandInset label
41416 LatexCommand label
41417 name "cha:Unités-de-longueur"
41418
41419 \end_inset
41420
41421
41422 \end_layout
41423
41424 \begin_layout Standard
41425 Pour comprendre les unités de longueur utilisées dans cette documentation,
41426  le tableau
41427 \begin_inset space ~
41428 \end_inset
41429
41430
41431 \begin_inset CommandInset ref
41432 LatexCommand ref
41433 reference "tab:Unités"
41434
41435 \end_inset
41436
41437 décrit les unités utilisées par LyX.
41438 \begin_inset Float table
41439 placement h
41440 wide false
41441 sideways false
41442 status open
41443
41444 \begin_layout Plain Layout
41445 \begin_inset Caption Standard
41446
41447 \begin_layout Plain Layout
41448 \begin_inset CommandInset label
41449 LatexCommand label
41450 name "tab:Unités"
41451
41452 \end_inset
41453
41454 Unités de longueur
41455 \end_layout
41456
41457 \end_inset
41458
41459
41460 \end_layout
41461
41462 \begin_layout Plain Layout
41463 \begin_inset VSpace medskip
41464 \end_inset
41465
41466
41467 \end_layout
41468
41469 \begin_layout Plain Layout
41470 \align center
41471 \begin_inset Tabular
41472 <lyxtabular version="3" rows="20" columns="2">
41473 <features rotate="0" tabularvalignment="middle">
41474 <column alignment="center" valignment="top">
41475 <column alignment="center" valignment="top">
41476 <row>
41477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41478 \begin_inset Text
41479
41480 \begin_layout Plain Layout
41481 unité
41482 \end_layout
41483
41484 \end_inset
41485 </cell>
41486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41487 \begin_inset Text
41488
41489 \begin_layout Plain Layout
41490 nom/description
41491 \end_layout
41492
41493 \end_inset
41494 </cell>
41495 </row>
41496 <row>
41497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41498 \begin_inset Text
41499
41500 \begin_layout Plain Layout
41501 mm
41502 \end_layout
41503
41504 \end_inset
41505 </cell>
41506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41507 \begin_inset Text
41508
41509 \begin_layout Plain Layout
41510 millimètre
41511 \end_layout
41512
41513 \end_inset
41514 </cell>
41515 </row>
41516 <row>
41517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41518 \begin_inset Text
41519
41520 \begin_layout Plain Layout
41521 cm
41522 \end_layout
41523
41524 \end_inset
41525 </cell>
41526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41527 \begin_inset Text
41528
41529 \begin_layout Plain Layout
41530 centimètre
41531 \end_layout
41532
41533 \end_inset
41534 </cell>
41535 </row>
41536 <row>
41537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41538 \begin_inset Text
41539
41540 \begin_layout Plain Layout
41541 in
41542 \end_layout
41543
41544 \end_inset
41545 </cell>
41546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41547 \begin_inset Text
41548
41549 \begin_layout Plain Layout
41550 pouce (inch)
41551 \end_layout
41552
41553 \end_inset
41554 </cell>
41555 </row>
41556 <row>
41557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41558 \begin_inset Text
41559
41560 \begin_layout Plain Layout
41561 pt
41562 \end_layout
41563
41564 \end_inset
41565 </cell>
41566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41567 \begin_inset Text
41568
41569 \begin_layout Plain Layout
41570 point (72.27
41571 \begin_inset space \thinspace{}
41572 \end_inset
41573
41574 pt = 1
41575 \begin_inset space \thinspace{}
41576 \end_inset
41577
41578 in)
41579 \end_layout
41580
41581 \end_inset
41582 </cell>
41583 </row>
41584 <row>
41585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41586 \begin_inset Text
41587
41588 \begin_layout Plain Layout
41589 pc
41590 \end_layout
41591
41592 \end_inset
41593 </cell>
41594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41595 \begin_inset Text
41596
41597 \begin_layout Plain Layout
41598 pica (1
41599 \begin_inset space \thinspace{}
41600 \end_inset
41601
41602 pc = 12
41603 \begin_inset space \thinspace{}
41604 \end_inset
41605
41606 pt)
41607 \end_layout
41608
41609 \end_inset
41610 </cell>
41611 </row>
41612 <row>
41613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41614 \begin_inset Text
41615
41616 \begin_layout Plain Layout
41617 sp
41618 \end_layout
41619
41620 \end_inset
41621 </cell>
41622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41623 \begin_inset Text
41624
41625 \begin_layout Plain Layout
41626 scaled point (65536
41627 \begin_inset space \thinspace{}
41628 \end_inset
41629
41630 sp = 1
41631 \begin_inset space \thinspace{}
41632 \end_inset
41633
41634 pt)
41635 \end_layout
41636
41637 \end_inset
41638 </cell>
41639 </row>
41640 <row>
41641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41642 \begin_inset Text
41643
41644 \begin_layout Plain Layout
41645 bp
41646 \end_layout
41647
41648 \end_inset
41649 </cell>
41650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41651 \begin_inset Text
41652
41653 \begin_layout Plain Layout
41654 gros point (72
41655 \begin_inset space \thinspace{}
41656 \end_inset
41657
41658 bp = 1
41659 \begin_inset space \thinspace{}
41660 \end_inset
41661
41662 in)
41663 \end_layout
41664
41665 \end_inset
41666 </cell>
41667 </row>
41668 <row>
41669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41670 \begin_inset Text
41671
41672 \begin_layout Plain Layout
41673 dd
41674 \end_layout
41675
41676 \end_inset
41677 </cell>
41678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41679 \begin_inset Text
41680
41681 \begin_layout Plain Layout
41682 didot (72
41683 \begin_inset space \thinspace{}
41684 \end_inset
41685
41686 dd 
41687 \begin_inset Formula $\approx$
41688 \end_inset
41689
41690  37.6
41691 \begin_inset space \thinspace{}
41692 \end_inset
41693
41694 mm)
41695 \end_layout
41696
41697 \end_inset
41698 </cell>
41699 </row>
41700 <row>
41701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41702 \begin_inset Text
41703
41704 \begin_layout Plain Layout
41705 cc
41706 \end_layout
41707
41708 \end_inset
41709 </cell>
41710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41711 \begin_inset Text
41712
41713 \begin_layout Plain Layout
41714 cicero (1
41715 \begin_inset space \thinspace{}
41716 \end_inset
41717
41718 cc = 12
41719 \begin_inset space \thinspace{}
41720 \end_inset
41721
41722 dd)
41723 \end_layout
41724
41725 \end_inset
41726 </cell>
41727 </row>
41728 <row>
41729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733 Scale%
41734 \end_layout
41735
41736 \end_inset
41737 </cell>
41738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41739 \begin_inset Text
41740
41741 \begin_layout Plain Layout
41742 % de la largeur originale de l'image
41743 \end_layout
41744
41745 \end_inset
41746 </cell>
41747 </row>
41748 <row>
41749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41750 \begin_inset Text
41751
41752 \begin_layout Plain Layout
41753 text%
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41759 \begin_inset Text
41760
41761 \begin_layout Plain Layout
41762 % de la largeur du texte
41763 \end_layout
41764
41765 \end_inset
41766 </cell>
41767 </row>
41768 <row>
41769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41770 \begin_inset Text
41771
41772 \begin_layout Plain Layout
41773 col%
41774 \end_layout
41775
41776 \end_inset
41777 </cell>
41778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41779 \begin_inset Text
41780
41781 \begin_layout Plain Layout
41782 % de la largeur de la colonne
41783 \end_layout
41784
41785 \end_inset
41786 </cell>
41787 </row>
41788 <row>
41789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41790 \begin_inset Text
41791
41792 \begin_layout Plain Layout
41793 page%
41794 \end_layout
41795
41796 \end_inset
41797 </cell>
41798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41799 \begin_inset Text
41800
41801 \begin_layout Plain Layout
41802 % de la largeur du papier
41803 \end_layout
41804
41805 \end_inset
41806 </cell>
41807 </row>
41808 <row>
41809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41810 \begin_inset Text
41811
41812 \begin_layout Plain Layout
41813 line%
41814 \end_layout
41815
41816 \end_inset
41817 </cell>
41818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41819 \begin_inset Text
41820
41821 \begin_layout Plain Layout
41822 % de la largeur de la ligne
41823 \end_layout
41824
41825 \end_inset
41826 </cell>
41827 </row>
41828 <row>
41829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41830 \begin_inset Text
41831
41832 \begin_layout Plain Layout
41833 theight%
41834 \end_layout
41835
41836 \end_inset
41837 </cell>
41838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41839 \begin_inset Text
41840
41841 \begin_layout Plain Layout
41842 % la hauteur du texte
41843 \end_layout
41844
41845 \end_inset
41846 </cell>
41847 </row>
41848 <row>
41849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41850 \begin_inset Text
41851
41852 \begin_layout Plain Layout
41853 pheight%
41854 \end_layout
41855
41856 \end_inset
41857 </cell>
41858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41859 \begin_inset Text
41860
41861 \begin_layout Plain Layout
41862 % hauteur du papier
41863 \end_layout
41864
41865 \end_inset
41866 </cell>
41867 </row>
41868 <row>
41869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41870 \begin_inset Text
41871
41872 \begin_layout Plain Layout
41873 ex
41874 \end_layout
41875
41876 \end_inset
41877 </cell>
41878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41879 \begin_inset Text
41880
41881 \begin_layout Plain Layout
41882 hauteur de la lettre 
41883 \emph on
41884 x
41885 \emph default
41886  dans la police courante
41887 \end_layout
41888
41889 \end_inset
41890 </cell>
41891 </row>
41892 <row>
41893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41894 \begin_inset Text
41895
41896 \begin_layout Plain Layout
41897 em
41898 \end_layout
41899
41900 \end_inset
41901 </cell>
41902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41903 \begin_inset Text
41904
41905 \begin_layout Plain Layout
41906 largeur de la lettre
41907 \emph on
41908  M
41909 \emph default
41910  dans la police courante
41911 \end_layout
41912
41913 \end_inset
41914 </cell>
41915 </row>
41916 <row>
41917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41918 \begin_inset Text
41919
41920 \begin_layout Plain Layout
41921 mu
41922 \end_layout
41923
41924 \end_inset
41925 </cell>
41926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41927 \begin_inset Text
41928
41929 \begin_layout Plain Layout
41930 unité mathématique (1
41931 \begin_inset space \thinspace{}
41932 \end_inset
41933
41934 mu = 1/18
41935 \begin_inset space \thinspace{}
41936 \end_inset
41937
41938 em)
41939 \end_layout
41940
41941 \end_inset
41942 </cell>
41943 </row>
41944 </lyxtabular>
41945
41946 \end_inset
41947
41948
41949 \end_layout
41950
41951 \end_inset
41952
41953
41954 \end_layout
41955
41956 \begin_layout Chapter
41957 Formats des fichiers de sortie graphiques
41958 \begin_inset CommandInset label
41959 LatexCommand label
41960 name "cha:Formats-fichiers-graphiques"
41961
41962 \end_inset
41963
41964
41965 \end_layout
41966
41967 \begin_layout Section
41968 DVI
41969 \begin_inset Index idx
41970 status collapsed
41971
41972 \begin_layout Plain Layout
41973 Formats de Fichiers! DVI
41974 \end_layout
41975
41976 \end_inset
41977
41978
41979 \begin_inset Index idx
41980 status collapsed
41981
41982 \begin_layout Plain Layout
41983 DVI|see
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989 {
41990 \end_layout
41991
41992 \end_inset
41993
41994 Formats de Fichiers
41995 \begin_inset ERT
41996 status collapsed
41997
41998 \begin_layout Plain Layout
41999
42000 }
42001 \end_layout
42002
42003 \end_inset
42004
42005
42006 \end_layout
42007
42008 \end_inset
42009
42010
42011 \end_layout
42012
42013 \begin_layout Standard
42014 Ce type de fichiers a l'extension 
42015 \begin_inset Quotes fld
42016 \end_inset
42017
42018
42019 \family typewriter
42020 .dvi
42021 \family default
42022
42023 \begin_inset Quotes frd
42024 \end_inset
42025
42026 .
42027  Il est appelé 
42028 \emph on
42029 indépendant de l'appareil
42030 \emph default
42031  ou 
42032 \begin_inset Quotes fld
42033 \end_inset
42034
42035 device independent (DVI)
42036 \begin_inset Quotes frd
42037 \end_inset
42038
42039 , car il est complètement portable ; vous pouvez les recopier d'une machine
42040  à l'autre sans avoir à faire de conversion.
42041  À l'époque où ce format a été développé, c'était loin d'être évident.
42042  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
42043  étape préliminaire avant la conversion vers un autre format comme le PostScript.
42044 \end_layout
42045
42046 \begin_layout Standard
42047 \begin_inset Note Greyedout
42048 status open
42049
42050 \begin_layout Plain Layout
42051
42052 \series bold
42053 Note:
42054 \series default
42055  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
42056  au fichier.
42057  
42058 \end_layout
42059
42060 \end_inset
42061
42062  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
42063  
42064 \family typewriter
42065 .dvi
42066 \family default
42067 .
42068  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
42069 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
42070  pour les rendre visibles quand vous faites défiler votre document.
42071  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
42072  avec de nombreuses images.
42073 \end_layout
42074
42075 \begin_layout Standard
42076 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
42077  menu 
42078 \family sans
42079 Fichier\SpecialChar \menuseparator
42080 Exporter\SpecialChar \menuseparator
42081 DVI.
42082
42083 \family default
42084  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
42085 \family sans
42086 Visualiser
42087 \family default
42088 .
42089 \end_layout
42090
42091 \begin_layout Section
42092 PostScript
42093 \begin_inset CommandInset label
42094 LatexCommand label
42095 name "sec:PostScript"
42096
42097 \end_inset
42098
42099
42100 \begin_inset Index idx
42101 status collapsed
42102
42103 \begin_layout Plain Layout
42104 Formats de Fichiers ! PostScript
42105 \end_layout
42106
42107 \end_inset
42108
42109
42110 \begin_inset Index idx
42111 status collapsed
42112
42113 \begin_layout Plain Layout
42114 PostScript|see
42115 \begin_inset ERT
42116 status collapsed
42117
42118 \begin_layout Plain Layout
42119
42120 {
42121 \end_layout
42122
42123 \end_inset
42124
42125 Formats de Fichiers
42126 \begin_inset ERT
42127 status collapsed
42128
42129 \begin_layout Plain Layout
42130
42131 }
42132 \end_layout
42133
42134 \end_inset
42135
42136
42137 \end_layout
42138
42139 \end_inset
42140
42141
42142 \end_layout
42143
42144 \begin_layout Standard
42145 Ce type de fichiers a l'extension 
42146 \begin_inset Quotes fld
42147 \end_inset
42148
42149
42150 \family typewriter
42151 .ps
42152 \family default
42153
42154 \begin_inset Quotes frd
42155 \end_inset
42156
42157 .
42158  PostScript a été développé par la société 
42159 \series bold
42160 Adobe
42161 \series default
42162  comme un langage pour les imprimantes.
42163  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42164  pour imprimer le document.
42165  PostScript peut être considéré comme un 
42166 \begin_inset Quotes fld
42167 \end_inset
42168
42169 langage de programmation
42170 \begin_inset Quotes frd
42171 \end_inset
42172
42173  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42174  images
42175 \begin_inset Foot
42176 status collapsed
42177
42178 \begin_layout Plain Layout
42179 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42180  LaTeX 
42181 \series bold
42182 pstricks
42183 \series default
42184
42185 \begin_inset CommandInset citation
42186 LatexCommand cite
42187 key "pstricks"
42188
42189 \end_inset
42190
42191 .
42192 \end_layout
42193
42194 \end_inset
42195
42196 .
42197  En partie à cause de toutes ces possibilités un fichier PostScript est
42198  souvent plus gros qu'un PDF.
42199 \end_layout
42200
42201 \begin_layout Standard
42202 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42203  plus gros qu'un PDF.
42204 \end_layout
42205
42206 \begin_layout Standard
42207 PostScript ne peut contenir que des images au format 
42208 \begin_inset Quotes fld
42209 \end_inset
42210
42211 PostScript Encapsulé
42212 \begin_inset Quotes frd
42213 \end_inset
42214
42215  (encapsulated PostScript ou EPS, d'extension 
42216 \family typewriter
42217 .eps
42218 \family default
42219 ).
42220  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
42221  il doit les convertir en interne en EPS.
42222  Si vous avez par exemple 50 images dans votre document, LyX doit faire
42223  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
42224  document.
42225  Cela risque de ralentir de façon importante votre rythme de travail.
42226  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42227  vos images directement en EPS pour éviter ce problème.
42228 \end_layout
42229
42230 \begin_layout Standard
42231 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42232  le menu 
42233 \family sans
42234 Fichier\SpecialChar \menuseparator
42235 Exporter\SpecialChar \menuseparator
42236 PostScript.
42237
42238 \family default
42239  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42240  
42241 \family sans
42242 Visualiser
42243 \family default
42244 .
42245 \end_layout
42246
42247 \begin_layout Section
42248 PDF
42249 \begin_inset Index idx
42250 status collapsed
42251
42252 \begin_layout Plain Layout
42253 Formats de Fichiers ! PDF
42254 \end_layout
42255
42256 \end_inset
42257
42258
42259 \begin_inset Index idx
42260 status collapsed
42261
42262 \begin_layout Plain Layout
42263 PDF
42264 \end_layout
42265
42266 \end_inset
42267
42268
42269 \end_layout
42270
42271 \begin_layout Standard
42272 Ce type de fichiers a l'extension 
42273 \begin_inset Quotes fld
42274 \end_inset
42275
42276
42277 \family typewriter
42278 .pdf
42279 \family default
42280
42281 \begin_inset Quotes frd
42282 \end_inset
42283
42284 .
42285  Ce 
42286 \begin_inset Quotes fld
42287 \end_inset
42288
42289 format de document portable
42290 \begin_inset Quotes frd
42291 \end_inset
42292
42293  (portable document format ou PDF) est développé par 
42294 \family typewriter
42295 Adobe
42296 \family default
42297  comme une évolution de PostScript.
42298  Il est plus comprimé et utilise moins de commandes que PostScript.
42299  Comme son nom l'indique, il est 
42300 \begin_inset Quotes fld
42301 \end_inset
42302
42303 portable
42304 \begin_inset Quotes frd
42305 \end_inset
42306
42307  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42308  aura exactement le même aspect.
42309 \end_layout
42310
42311 \begin_layout Standard
42312 PDF peut contenir des images dans son propre format PDF et dans les formats
42313  JPG (format du 
42314 \begin_inset Quotes fld
42315 \end_inset
42316
42317 Joint Photographic Expert Group
42318 \begin_inset Quotes frd
42319 \end_inset
42320
42321  avec comme extension 
42322 \family typewriter
42323 .jpg
42324 \family default
42325  ou 
42326 \family typewriter
42327 .jpeg
42328 \family default
42329 ) et PNG (
42330 \begin_inset Quotes fld
42331 \end_inset
42332
42333 Portable Network Graphics
42334 \begin_inset Quotes frd
42335 \end_inset
42336
42337  avec l'extension 
42338 \family typewriter
42339 .png
42340 \family default
42341 ).
42342  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
42343  dans un de ces formats.
42344  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42345  vont ralentir votre travail.
42346  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42347 \end_layout
42348
42349 \begin_layout Standard
42350 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42351  menu 
42352 \family sans
42353 Fichier\SpecialChar \menuseparator
42354 Exporter 
42355 \family default
42356 de trois façons différentes:
42357 \end_layout
42358
42359 \begin_layout Description
42360 PDF
42361 \begin_inset space ~
42362 \end_inset
42363
42364 (ps2pdf) Ceci utilise le programme 
42365 \family typewriter
42366 ps2pdf
42367 \family default
42368  qui créé un PDF à partir de la version PostScript de votre fichier.
42369  Cette dernière est produite par le programme 
42370 \family typewriter
42371 dvips
42372 \family default
42373  qui utilise une version DVI comme étape intermédiaire.
42374  Cette variante consiste donc en trois conversions.
42375 \end_layout
42376
42377 \begin_layout Description
42378 PDF
42379 \begin_inset space ~
42380 \end_inset
42381
42382 (dvipdfm) Ceci utilise le programme 
42383 \family typewriter
42384 dvipdfm
42385 \family default
42386  qui convertit votre fichier en DVI avant de le convertir en PDF.
42387 \end_layout
42388
42389 \begin_layout Description
42390 PDF
42391 \begin_inset space ~
42392 \end_inset
42393
42394 (pdflatex) Ceci utilise le programme 
42395 \family typewriter
42396 pdftex
42397 \family default
42398  qui convertit directement votre fichier en PDF.
42399 \end_layout
42400
42401 \begin_layout Standard
42402 Nous recommandons d'utiliser l'option 
42403 \family sans
42404 PDF
42405 \begin_inset space ~
42406 \end_inset
42407
42408 (pdflatex)
42409 \family default
42410  car 
42411 \family typewriter
42412 pdftex
42413 \family default
42414  accepte toutes les fonctionnalités des versions actuelles de PDF.
42415  Il est en plus rapide et stable.
42416  Le programme 
42417 \family typewriter
42418 dvipdfm
42419 \family default
42420  n'est plus développé est est donc un peu dépassé.
42421 \end_layout
42422
42423 \begin_layout Standard
42424 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42425 \family sans
42426 Visualiser
42427 \family default
42428  ou en utilisant un bouton de la barre d'outils.
42429 \end_layout
42430
42431 \begin_layout Chapter
42432 Liste de noms de couleur pour dvips
42433 \begin_inset CommandInset label
42434 LatexCommand label
42435 name "chap:Liste-de-noms-de-couleur-dvips"
42436
42437 \end_inset
42438
42439
42440 \end_layout
42441
42442 \begin_layout Standard
42443 \begin_inset Tabular
42444 <lyxtabular version="3" rows="17" columns="4">
42445 <features rotate="0" tabularvalignment="middle">
42446 <column alignment="left" valignment="top" width="0pt">
42447 <column alignment="left" valignment="top" width="0pt">
42448 <column alignment="left" valignment="top" width="0pt">
42449 <column alignment="left" valignment="top" width="0pt">
42450 <row>
42451 <cell alignment="left" valignment="top" usebox="none">
42452 \begin_inset Text
42453
42454 \begin_layout Plain Layout
42455 \begin_inset ERT
42456 status collapsed
42457
42458 \begin_layout Plain Layout
42459
42460
42461 \backslash
42462 fcolorbox{black}{
42463 \end_layout
42464
42465 \end_inset
42466
42467 white
42468 \begin_inset ERT
42469 status collapsed
42470
42471 \begin_layout Plain Layout
42472
42473 }{
42474 \end_layout
42475
42476 \end_inset
42477
42478 Couleur
42479 \begin_inset ERT
42480 status collapsed
42481
42482 \begin_layout Plain Layout
42483
42484 }
42485 \end_layout
42486
42487 \end_inset
42488
42489  Nom
42490 \end_layout
42491
42492 \end_inset
42493 </cell>
42494 <cell alignment="left" valignment="top" usebox="none">
42495 \begin_inset Text
42496
42497 \begin_layout Plain Layout
42498 \begin_inset ERT
42499 status collapsed
42500
42501 \begin_layout Plain Layout
42502
42503
42504 \backslash
42505 fcolorbox{black}{
42506 \end_layout
42507
42508 \end_inset
42509
42510 white
42511 \begin_inset ERT
42512 status collapsed
42513
42514 \begin_layout Plain Layout
42515
42516 }{
42517 \end_layout
42518
42519 \end_inset
42520
42521 Couleur
42522 \begin_inset ERT
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526
42527 }
42528 \end_layout
42529
42530 \end_inset
42531
42532  Nom
42533 \end_layout
42534
42535 \end_inset
42536 </cell>
42537 <cell alignment="left" valignment="top" usebox="none">
42538 \begin_inset Text
42539
42540 \begin_layout Plain Layout
42541 \begin_inset ERT
42542 status collapsed
42543
42544 \begin_layout Plain Layout
42545
42546
42547 \backslash
42548 fcolorbox{black}{
42549 \end_layout
42550
42551 \end_inset
42552
42553 white
42554 \begin_inset ERT
42555 status collapsed
42556
42557 \begin_layout Plain Layout
42558
42559 }{
42560 \end_layout
42561
42562 \end_inset
42563
42564 Couleur
42565 \begin_inset ERT
42566 status collapsed
42567
42568 \begin_layout Plain Layout
42569
42570 }
42571 \end_layout
42572
42573 \end_inset
42574
42575  Nom
42576 \end_layout
42577
42578 \end_inset
42579 </cell>
42580 <cell alignment="left" valignment="top" usebox="none">
42581 \begin_inset Text
42582
42583 \begin_layout Plain Layout
42584 \begin_inset ERT
42585 status collapsed
42586
42587 \begin_layout Plain Layout
42588
42589
42590 \backslash
42591 fcolorbox{black}{
42592 \end_layout
42593
42594 \end_inset
42595
42596 white
42597 \begin_inset ERT
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601
42602 }{
42603 \end_layout
42604
42605 \end_inset
42606
42607 Couleur
42608 \begin_inset ERT
42609 status collapsed
42610
42611 \begin_layout Plain Layout
42612
42613 }
42614 \end_layout
42615
42616 \end_inset
42617
42618  Nom
42619 \end_layout
42620
42621 \end_inset
42622 </cell>
42623 </row>
42624 <row>
42625 <cell alignment="center" valignment="top" usebox="none">
42626 \begin_inset Text
42627
42628 \begin_layout Plain Layout
42629 \begin_inset ERT
42630 status collapsed
42631
42632 \begin_layout Plain Layout
42633
42634
42635 \backslash
42636 fcolorbox{black}{
42637 \end_layout
42638
42639 \end_inset
42640
42641 Apricot
42642 \begin_inset ERT
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646
42647 }{
42648 \end_layout
42649
42650 \end_inset
42651
42652
42653 \begin_inset Phantom Phantom
42654 status open
42655
42656 \begin_layout Plain Layout
42657 W
42658 \end_layout
42659
42660 \end_inset
42661
42662
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668 }
42669 \end_layout
42670
42671 \end_inset
42672
42673  Apricot
42674 \end_layout
42675
42676 \end_inset
42677 </cell>
42678 <cell alignment="center" valignment="top" usebox="none">
42679 \begin_inset Text
42680
42681 \begin_layout Plain Layout
42682 \begin_inset ERT
42683 status collapsed
42684
42685 \begin_layout Plain Layout
42686
42687
42688 \backslash
42689 fcolorbox{black}{
42690 \end_layout
42691
42692 \end_inset
42693
42694 Aquamarine
42695 \begin_inset ERT
42696 status collapsed
42697
42698 \begin_layout Plain Layout
42699
42700 }{
42701 \end_layout
42702
42703 \end_inset
42704
42705
42706 \begin_inset Phantom Phantom
42707 status open
42708
42709 \begin_layout Plain Layout
42710 W
42711 \end_layout
42712
42713 \end_inset
42714
42715
42716 \begin_inset ERT
42717 status collapsed
42718
42719 \begin_layout Plain Layout
42720
42721 }
42722 \end_layout
42723
42724 \end_inset
42725
42726  Aquamarine
42727 \end_layout
42728
42729 \end_inset
42730 </cell>
42731 <cell alignment="center" valignment="top" usebox="none">
42732 \begin_inset Text
42733
42734 \begin_layout Plain Layout
42735 \begin_inset ERT
42736 status collapsed
42737
42738 \begin_layout Plain Layout
42739
42740
42741 \backslash
42742 fcolorbox{black}{
42743 \end_layout
42744
42745 \end_inset
42746
42747 Bittersweet
42748 \begin_inset ERT
42749 status collapsed
42750
42751 \begin_layout Plain Layout
42752
42753 }{
42754 \end_layout
42755
42756 \end_inset
42757
42758
42759 \begin_inset Phantom Phantom
42760 status open
42761
42762 \begin_layout Plain Layout
42763 W
42764 \end_layout
42765
42766 \end_inset
42767
42768
42769 \begin_inset ERT
42770 status collapsed
42771
42772 \begin_layout Plain Layout
42773
42774 }
42775 \end_layout
42776
42777 \end_inset
42778
42779  Bittersweet
42780 \end_layout
42781
42782 \end_inset
42783 </cell>
42784 <cell alignment="center" valignment="top" usebox="none">
42785 \begin_inset Text
42786
42787 \begin_layout Plain Layout
42788 \begin_inset ERT
42789 status collapsed
42790
42791 \begin_layout Plain Layout
42792
42793
42794 \backslash
42795 fcolorbox{black}{
42796 \end_layout
42797
42798 \end_inset
42799
42800 BlueGreen
42801 \begin_inset ERT
42802 status collapsed
42803
42804 \begin_layout Plain Layout
42805
42806 }{
42807 \end_layout
42808
42809 \end_inset
42810
42811
42812 \begin_inset Phantom Phantom
42813 status open
42814
42815 \begin_layout Plain Layout
42816 W
42817 \end_layout
42818
42819 \end_inset
42820
42821
42822 \begin_inset ERT
42823 status collapsed
42824
42825 \begin_layout Plain Layout
42826
42827 }
42828 \end_layout
42829
42830 \end_inset
42831
42832  BlueGreen
42833 \end_layout
42834
42835 \end_inset
42836 </cell>
42837 </row>
42838 <row>
42839 <cell alignment="left" valignment="top" usebox="none">
42840 \begin_inset Text
42841
42842 \begin_layout Plain Layout
42843 \begin_inset ERT
42844 status collapsed
42845
42846 \begin_layout Plain Layout
42847
42848
42849 \backslash
42850 fcolorbox{black}{
42851 \end_layout
42852
42853 \end_inset
42854
42855 BlueViolet
42856 \begin_inset ERT
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860
42861 }{
42862 \end_layout
42863
42864 \end_inset
42865
42866
42867 \begin_inset Phantom Phantom
42868 status open
42869
42870 \begin_layout Plain Layout
42871 W
42872 \end_layout
42873
42874 \end_inset
42875
42876
42877 \begin_inset ERT
42878 status collapsed
42879
42880 \begin_layout Plain Layout
42881
42882 }
42883 \end_layout
42884
42885 \end_inset
42886
42887  BlueViolet
42888 \end_layout
42889
42890 \end_inset
42891 </cell>
42892 <cell alignment="left" valignment="top" usebox="none">
42893 \begin_inset Text
42894
42895 \begin_layout Plain Layout
42896 \begin_inset ERT
42897 status collapsed
42898
42899 \begin_layout Plain Layout
42900
42901
42902 \backslash
42903 fcolorbox{black}{
42904 \end_layout
42905
42906 \end_inset
42907
42908 BrickRed
42909 \begin_inset ERT
42910 status collapsed
42911
42912 \begin_layout Plain Layout
42913
42914 }{
42915 \end_layout
42916
42917 \end_inset
42918
42919
42920 \begin_inset Phantom Phantom
42921 status open
42922
42923 \begin_layout Plain Layout
42924 W
42925 \end_layout
42926
42927 \end_inset
42928
42929
42930 \begin_inset ERT
42931 status collapsed
42932
42933 \begin_layout Plain Layout
42934
42935 }
42936 \end_layout
42937
42938 \end_inset
42939
42940  BrickRed
42941 \end_layout
42942
42943 \end_inset
42944 </cell>
42945 <cell alignment="left" valignment="top" usebox="none">
42946 \begin_inset Text
42947
42948 \begin_layout Plain Layout
42949 \begin_inset ERT
42950 status collapsed
42951
42952 \begin_layout Plain Layout
42953
42954
42955 \backslash
42956 fcolorbox{black}{
42957 \end_layout
42958
42959 \end_inset
42960
42961 Brown
42962 \begin_inset ERT
42963 status collapsed
42964
42965 \begin_layout Plain Layout
42966
42967 }{
42968 \end_layout
42969
42970 \end_inset
42971
42972
42973 \begin_inset Phantom Phantom
42974 status open
42975
42976 \begin_layout Plain Layout
42977 W
42978 \end_layout
42979
42980 \end_inset
42981
42982
42983 \begin_inset ERT
42984 status collapsed
42985
42986 \begin_layout Plain Layout
42987
42988 }
42989 \end_layout
42990
42991 \end_inset
42992
42993  Brown
42994 \end_layout
42995
42996 \end_inset
42997 </cell>
42998 <cell alignment="left" valignment="top" usebox="none">
42999 \begin_inset Text
43000
43001 \begin_layout Plain Layout
43002 \begin_inset ERT
43003 status collapsed
43004
43005 \begin_layout Plain Layout
43006
43007
43008 \backslash
43009 fcolorbox{black}{
43010 \end_layout
43011
43012 \end_inset
43013
43014 BurntOrange
43015 \begin_inset ERT
43016 status collapsed
43017
43018 \begin_layout Plain Layout
43019
43020 }{
43021 \end_layout
43022
43023 \end_inset
43024
43025
43026 \begin_inset Phantom Phantom
43027 status open
43028
43029 \begin_layout Plain Layout
43030 W
43031 \end_layout
43032
43033 \end_inset
43034
43035
43036 \begin_inset ERT
43037 status collapsed
43038
43039 \begin_layout Plain Layout
43040
43041 }
43042 \end_layout
43043
43044 \end_inset
43045
43046  BurntOrange
43047 \end_layout
43048
43049 \end_inset
43050 </cell>
43051 </row>
43052 <row>
43053 <cell alignment="left" valignment="top" usebox="none">
43054 \begin_inset Text
43055
43056 \begin_layout Plain Layout
43057 \begin_inset ERT
43058 status collapsed
43059
43060 \begin_layout Plain Layout
43061
43062
43063 \backslash
43064 fcolorbox{black}{
43065 \end_layout
43066
43067 \end_inset
43068
43069 CadetBlue
43070 \begin_inset ERT
43071 status collapsed
43072
43073 \begin_layout Plain Layout
43074
43075 }{
43076 \end_layout
43077
43078 \end_inset
43079
43080
43081 \begin_inset Phantom Phantom
43082 status open
43083
43084 \begin_layout Plain Layout
43085 W
43086 \end_layout
43087
43088 \end_inset
43089
43090
43091 \begin_inset ERT
43092 status collapsed
43093
43094 \begin_layout Plain Layout
43095
43096 }
43097 \end_layout
43098
43099 \end_inset
43100
43101  CadetBlue
43102 \end_layout
43103
43104 \end_inset
43105 </cell>
43106 <cell alignment="left" valignment="top" usebox="none">
43107 \begin_inset Text
43108
43109 \begin_layout Plain Layout
43110 \begin_inset ERT
43111 status collapsed
43112
43113 \begin_layout Plain Layout
43114
43115
43116 \backslash
43117 fcolorbox{black}{
43118 \end_layout
43119
43120 \end_inset
43121
43122 CarnationPink
43123 \begin_inset ERT
43124 status collapsed
43125
43126 \begin_layout Plain Layout
43127
43128 }{
43129 \end_layout
43130
43131 \end_inset
43132
43133
43134 \begin_inset Phantom Phantom
43135 status open
43136
43137 \begin_layout Plain Layout
43138 W
43139 \end_layout
43140
43141 \end_inset
43142
43143
43144 \begin_inset ERT
43145 status collapsed
43146
43147 \begin_layout Plain Layout
43148
43149 }
43150 \end_layout
43151
43152 \end_inset
43153
43154  CarnationPink
43155 \end_layout
43156
43157 \end_inset
43158 </cell>
43159 <cell alignment="left" valignment="top" usebox="none">
43160 \begin_inset Text
43161
43162 \begin_layout Plain Layout
43163 \begin_inset ERT
43164 status collapsed
43165
43166 \begin_layout Plain Layout
43167
43168
43169 \backslash
43170 fcolorbox{black}{
43171 \end_layout
43172
43173 \end_inset
43174
43175 Cerulean
43176 \begin_inset ERT
43177 status collapsed
43178
43179 \begin_layout Plain Layout
43180
43181 }{
43182 \end_layout
43183
43184 \end_inset
43185
43186
43187 \begin_inset Phantom Phantom
43188 status open
43189
43190 \begin_layout Plain Layout
43191 W
43192 \end_layout
43193
43194 \end_inset
43195
43196
43197 \begin_inset ERT
43198 status collapsed
43199
43200 \begin_layout Plain Layout
43201
43202 }
43203 \end_layout
43204
43205 \end_inset
43206
43207  Cerulean
43208 \end_layout
43209
43210 \end_inset
43211 </cell>
43212 <cell alignment="left" valignment="top" usebox="none">
43213 \begin_inset Text
43214
43215 \begin_layout Plain Layout
43216 \begin_inset ERT
43217 status collapsed
43218
43219 \begin_layout Plain Layout
43220
43221
43222 \backslash
43223 fcolorbox{black}{
43224 \end_layout
43225
43226 \end_inset
43227
43228 CornflowerBlue
43229 \begin_inset ERT
43230 status collapsed
43231
43232 \begin_layout Plain Layout
43233
43234 }{
43235 \end_layout
43236
43237 \end_inset
43238
43239
43240 \begin_inset Phantom Phantom
43241 status open
43242
43243 \begin_layout Plain Layout
43244 W
43245 \end_layout
43246
43247 \end_inset
43248
43249
43250 \begin_inset ERT
43251 status collapsed
43252
43253 \begin_layout Plain Layout
43254
43255 }
43256 \end_layout
43257
43258 \end_inset
43259
43260  CornflowerBlue
43261 \end_layout
43262
43263 \end_inset
43264 </cell>
43265 </row>
43266 <row>
43267 <cell alignment="left" valignment="top" usebox="none">
43268 \begin_inset Text
43269
43270 \begin_layout Plain Layout
43271 \begin_inset ERT
43272 status collapsed
43273
43274 \begin_layout Plain Layout
43275
43276
43277 \backslash
43278 fcolorbox{black}{
43279 \end_layout
43280
43281 \end_inset
43282
43283 Dandelion
43284 \begin_inset ERT
43285 status collapsed
43286
43287 \begin_layout Plain Layout
43288
43289 }{
43290 \end_layout
43291
43292 \end_inset
43293
43294
43295 \begin_inset Phantom Phantom
43296 status open
43297
43298 \begin_layout Plain Layout
43299 W
43300 \end_layout
43301
43302 \end_inset
43303
43304
43305 \begin_inset ERT
43306 status collapsed
43307
43308 \begin_layout Plain Layout
43309
43310 }
43311 \end_layout
43312
43313 \end_inset
43314
43315  Dandelion
43316 \end_layout
43317
43318 \end_inset
43319 </cell>
43320 <cell alignment="left" valignment="top" usebox="none">
43321 \begin_inset Text
43322
43323 \begin_layout Plain Layout
43324 \begin_inset ERT
43325 status collapsed
43326
43327 \begin_layout Plain Layout
43328
43329
43330 \backslash
43331 fcolorbox{black}{
43332 \end_layout
43333
43334 \end_inset
43335
43336 DarkOrchid
43337 \begin_inset ERT
43338 status collapsed
43339
43340 \begin_layout Plain Layout
43341
43342 }{
43343 \end_layout
43344
43345 \end_inset
43346
43347
43348 \begin_inset Phantom Phantom
43349 status open
43350
43351 \begin_layout Plain Layout
43352 W
43353 \end_layout
43354
43355 \end_inset
43356
43357
43358 \begin_inset ERT
43359 status collapsed
43360
43361 \begin_layout Plain Layout
43362
43363 }
43364 \end_layout
43365
43366 \end_inset
43367
43368  DarkOrchid
43369 \end_layout
43370
43371 \end_inset
43372 </cell>
43373 <cell alignment="left" valignment="top" usebox="none">
43374 \begin_inset Text
43375
43376 \begin_layout Plain Layout
43377 \begin_inset ERT
43378 status collapsed
43379
43380 \begin_layout Plain Layout
43381
43382
43383 \backslash
43384 fcolorbox{black}{
43385 \end_layout
43386
43387 \end_inset
43388
43389 Emerald
43390 \begin_inset ERT
43391 status collapsed
43392
43393 \begin_layout Plain Layout
43394
43395 }{
43396 \end_layout
43397
43398 \end_inset
43399
43400
43401 \begin_inset Phantom Phantom
43402 status open
43403
43404 \begin_layout Plain Layout
43405 W
43406 \end_layout
43407
43408 \end_inset
43409
43410
43411 \begin_inset ERT
43412 status collapsed
43413
43414 \begin_layout Plain Layout
43415
43416 }
43417 \end_layout
43418
43419 \end_inset
43420
43421  Emerald
43422 \end_layout
43423
43424 \end_inset
43425 </cell>
43426 <cell alignment="left" valignment="top" usebox="none">
43427 \begin_inset Text
43428
43429 \begin_layout Plain Layout
43430 \begin_inset ERT
43431 status collapsed
43432
43433 \begin_layout Plain Layout
43434
43435
43436 \backslash
43437 fcolorbox{black}{
43438 \end_layout
43439
43440 \end_inset
43441
43442 ForestGreen
43443 \begin_inset ERT
43444 status collapsed
43445
43446 \begin_layout Plain Layout
43447
43448 }{
43449 \end_layout
43450
43451 \end_inset
43452
43453
43454 \begin_inset Phantom Phantom
43455 status open
43456
43457 \begin_layout Plain Layout
43458 W
43459 \end_layout
43460
43461 \end_inset
43462
43463
43464 \begin_inset ERT
43465 status collapsed
43466
43467 \begin_layout Plain Layout
43468
43469 }
43470 \end_layout
43471
43472 \end_inset
43473
43474  ForestGreen
43475 \end_layout
43476
43477 \end_inset
43478 </cell>
43479 </row>
43480 <row>
43481 <cell alignment="left" valignment="top" usebox="none">
43482 \begin_inset Text
43483
43484 \begin_layout Plain Layout
43485 \begin_inset ERT
43486 status collapsed
43487
43488 \begin_layout Plain Layout
43489
43490
43491 \backslash
43492 fcolorbox{black}{
43493 \end_layout
43494
43495 \end_inset
43496
43497 Fuchsia
43498 \begin_inset ERT
43499 status collapsed
43500
43501 \begin_layout Plain Layout
43502
43503 }{
43504 \end_layout
43505
43506 \end_inset
43507
43508
43509 \begin_inset Phantom Phantom
43510 status open
43511
43512 \begin_layout Plain Layout
43513 W
43514 \end_layout
43515
43516 \end_inset
43517
43518
43519 \begin_inset ERT
43520 status collapsed
43521
43522 \begin_layout Plain Layout
43523
43524 }
43525 \end_layout
43526
43527 \end_inset
43528
43529  Fuchsia
43530 \end_layout
43531
43532 \end_inset
43533 </cell>
43534 <cell alignment="left" valignment="top" usebox="none">
43535 \begin_inset Text
43536
43537 \begin_layout Plain Layout
43538 \begin_inset ERT
43539 status collapsed
43540
43541 \begin_layout Plain Layout
43542
43543
43544 \backslash
43545 fcolorbox{black}{
43546 \end_layout
43547
43548 \end_inset
43549
43550 Goldenrod
43551 \begin_inset ERT
43552 status collapsed
43553
43554 \begin_layout Plain Layout
43555
43556 }{
43557 \end_layout
43558
43559 \end_inset
43560
43561
43562 \begin_inset Phantom Phantom
43563 status open
43564
43565 \begin_layout Plain Layout
43566 W
43567 \end_layout
43568
43569 \end_inset
43570
43571
43572 \begin_inset ERT
43573 status collapsed
43574
43575 \begin_layout Plain Layout
43576
43577 }
43578 \end_layout
43579
43580 \end_inset
43581
43582  Goldenrod
43583 \end_layout
43584
43585 \end_inset
43586 </cell>
43587 <cell alignment="left" valignment="top" usebox="none">
43588 \begin_inset Text
43589
43590 \begin_layout Plain Layout
43591 \begin_inset ERT
43592 status collapsed
43593
43594 \begin_layout Plain Layout
43595
43596
43597 \backslash
43598 fcolorbox{black}{
43599 \end_layout
43600
43601 \end_inset
43602
43603 Gray
43604 \begin_inset ERT
43605 status collapsed
43606
43607 \begin_layout Plain Layout
43608
43609 }{
43610 \end_layout
43611
43612 \end_inset
43613
43614
43615 \begin_inset Phantom Phantom
43616 status open
43617
43618 \begin_layout Plain Layout
43619 W
43620 \end_layout
43621
43622 \end_inset
43623
43624
43625 \begin_inset ERT
43626 status collapsed
43627
43628 \begin_layout Plain Layout
43629
43630 }
43631 \end_layout
43632
43633 \end_inset
43634
43635  Gray
43636 \end_layout
43637
43638 \end_inset
43639 </cell>
43640 <cell alignment="left" valignment="top" usebox="none">
43641 \begin_inset Text
43642
43643 \begin_layout Plain Layout
43644 \begin_inset ERT
43645 status collapsed
43646
43647 \begin_layout Plain Layout
43648
43649
43650 \backslash
43651 fcolorbox{black}{
43652 \end_layout
43653
43654 \end_inset
43655
43656 GreenYellow
43657 \begin_inset ERT
43658 status collapsed
43659
43660 \begin_layout Plain Layout
43661
43662 }{
43663 \end_layout
43664
43665 \end_inset
43666
43667
43668 \begin_inset Phantom Phantom
43669 status open
43670
43671 \begin_layout Plain Layout
43672 W
43673 \end_layout
43674
43675 \end_inset
43676
43677
43678 \begin_inset ERT
43679 status collapsed
43680
43681 \begin_layout Plain Layout
43682
43683 }
43684 \end_layout
43685
43686 \end_inset
43687
43688  GreenYellow
43689 \end_layout
43690
43691 \end_inset
43692 </cell>
43693 </row>
43694 <row>
43695 <cell alignment="center" valignment="top" usebox="none">
43696 \begin_inset Text
43697
43698 \begin_layout Plain Layout
43699 \begin_inset ERT
43700 status collapsed
43701
43702 \begin_layout Plain Layout
43703
43704
43705 \backslash
43706 fcolorbox{black}{
43707 \end_layout
43708
43709 \end_inset
43710
43711 JungleGreen
43712 \begin_inset ERT
43713 status collapsed
43714
43715 \begin_layout Plain Layout
43716
43717 }{
43718 \end_layout
43719
43720 \end_inset
43721
43722
43723 \begin_inset Phantom Phantom
43724 status open
43725
43726 \begin_layout Plain Layout
43727 W
43728 \end_layout
43729
43730 \end_inset
43731
43732
43733 \begin_inset ERT
43734 status collapsed
43735
43736 \begin_layout Plain Layout
43737
43738 }
43739 \end_layout
43740
43741 \end_inset
43742
43743  JungleGreen
43744 \end_layout
43745
43746 \end_inset
43747 </cell>
43748 <cell alignment="center" valignment="top" usebox="none">
43749 \begin_inset Text
43750
43751 \begin_layout Plain Layout
43752 \begin_inset ERT
43753 status collapsed
43754
43755 \begin_layout Plain Layout
43756
43757
43758 \backslash
43759 fcolorbox{black}{
43760 \end_layout
43761
43762 \end_inset
43763
43764 Lavender
43765 \begin_inset ERT
43766 status collapsed
43767
43768 \begin_layout Plain Layout
43769
43770 }{
43771 \end_layout
43772
43773 \end_inset
43774
43775
43776 \begin_inset Phantom Phantom
43777 status open
43778
43779 \begin_layout Plain Layout
43780 W
43781 \end_layout
43782
43783 \end_inset
43784
43785
43786 \begin_inset ERT
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791 }
43792 \end_layout
43793
43794 \end_inset
43795
43796  Lavender
43797 \end_layout
43798
43799 \end_inset
43800 </cell>
43801 <cell alignment="center" valignment="top" usebox="none">
43802 \begin_inset Text
43803
43804 \begin_layout Plain Layout
43805 \begin_inset ERT
43806 status collapsed
43807
43808 \begin_layout Plain Layout
43809
43810
43811 \backslash
43812 fcolorbox{black}{
43813 \end_layout
43814
43815 \end_inset
43816
43817 LimeGreen
43818 \begin_inset ERT
43819 status collapsed
43820
43821 \begin_layout Plain Layout
43822
43823 }{
43824 \end_layout
43825
43826 \end_inset
43827
43828
43829 \begin_inset Phantom Phantom
43830 status open
43831
43832 \begin_layout Plain Layout
43833 W
43834 \end_layout
43835
43836 \end_inset
43837
43838
43839 \begin_inset ERT
43840 status collapsed
43841
43842 \begin_layout Plain Layout
43843
43844 }
43845 \end_layout
43846
43847 \end_inset
43848
43849  LimeGreen
43850 \end_layout
43851
43852 \end_inset
43853 </cell>
43854 <cell alignment="center" valignment="top" usebox="none">
43855 \begin_inset Text
43856
43857 \begin_layout Plain Layout
43858 \begin_inset ERT
43859 status collapsed
43860
43861 \begin_layout Plain Layout
43862
43863
43864 \backslash
43865 fcolorbox{black}{
43866 \end_layout
43867
43868 \end_inset
43869
43870 Mahogany
43871 \begin_inset ERT
43872 status collapsed
43873
43874 \begin_layout Plain Layout
43875
43876 }{
43877 \end_layout
43878
43879 \end_inset
43880
43881
43882 \begin_inset Phantom Phantom
43883 status open
43884
43885 \begin_layout Plain Layout
43886 W
43887 \end_layout
43888
43889 \end_inset
43890
43891
43892 \begin_inset ERT
43893 status collapsed
43894
43895 \begin_layout Plain Layout
43896
43897 }
43898 \end_layout
43899
43900 \end_inset
43901
43902  Mahogany
43903 \end_layout
43904
43905 \end_inset
43906 </cell>
43907 </row>
43908 <row>
43909 <cell alignment="left" valignment="top" usebox="none">
43910 \begin_inset Text
43911
43912 \begin_layout Plain Layout
43913 \begin_inset ERT
43914 status collapsed
43915
43916 \begin_layout Plain Layout
43917
43918
43919 \backslash
43920 fcolorbox{black}{
43921 \end_layout
43922
43923 \end_inset
43924
43925 Mahogany
43926 \begin_inset ERT
43927 status collapsed
43928
43929 \begin_layout Plain Layout
43930
43931 }{
43932 \end_layout
43933
43934 \end_inset
43935
43936
43937 \begin_inset Phantom Phantom
43938 status open
43939
43940 \begin_layout Plain Layout
43941 W
43942 \end_layout
43943
43944 \end_inset
43945
43946
43947 \begin_inset ERT
43948 status collapsed
43949
43950 \begin_layout Plain Layout
43951
43952 }
43953 \end_layout
43954
43955 \end_inset
43956
43957  Mahogany
43958 \end_layout
43959
43960 \end_inset
43961 </cell>
43962 <cell alignment="left" valignment="top" usebox="none">
43963 \begin_inset Text
43964
43965 \begin_layout Plain Layout
43966 \begin_inset ERT
43967 status collapsed
43968
43969 \begin_layout Plain Layout
43970
43971
43972 \backslash
43973 fcolorbox{black}{
43974 \end_layout
43975
43976 \end_inset
43977
43978 Maroon
43979 \begin_inset ERT
43980 status collapsed
43981
43982 \begin_layout Plain Layout
43983
43984 }{
43985 \end_layout
43986
43987 \end_inset
43988
43989
43990 \begin_inset Phantom Phantom
43991 status open
43992
43993 \begin_layout Plain Layout
43994 W
43995 \end_layout
43996
43997 \end_inset
43998
43999
44000 \begin_inset ERT
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004
44005 }
44006 \end_layout
44007
44008 \end_inset
44009
44010  Maroon
44011 \end_layout
44012
44013 \end_inset
44014 </cell>
44015 <cell alignment="left" valignment="top" usebox="none">
44016 \begin_inset Text
44017
44018 \begin_layout Plain Layout
44019 \begin_inset ERT
44020 status collapsed
44021
44022 \begin_layout Plain Layout
44023
44024
44025 \backslash
44026 fcolorbox{black}{
44027 \end_layout
44028
44029 \end_inset
44030
44031 Melon
44032 \begin_inset ERT
44033 status collapsed
44034
44035 \begin_layout Plain Layout
44036
44037 }{
44038 \end_layout
44039
44040 \end_inset
44041
44042
44043 \begin_inset Phantom Phantom
44044 status open
44045
44046 \begin_layout Plain Layout
44047 W
44048 \end_layout
44049
44050 \end_inset
44051
44052
44053 \begin_inset ERT
44054 status collapsed
44055
44056 \begin_layout Plain Layout
44057
44058 }
44059 \end_layout
44060
44061 \end_inset
44062
44063  Melon
44064 \end_layout
44065
44066 \end_inset
44067 </cell>
44068 <cell alignment="left" valignment="top" usebox="none">
44069 \begin_inset Text
44070
44071 \begin_layout Plain Layout
44072 \begin_inset ERT
44073 status collapsed
44074
44075 \begin_layout Plain Layout
44076
44077
44078 \backslash
44079 fcolorbox{black}{
44080 \end_layout
44081
44082 \end_inset
44083
44084 MidnightBlue
44085 \begin_inset ERT
44086 status collapsed
44087
44088 \begin_layout Plain Layout
44089
44090 }{
44091 \end_layout
44092
44093 \end_inset
44094
44095
44096 \begin_inset Phantom Phantom
44097 status open
44098
44099 \begin_layout Plain Layout
44100 W
44101 \end_layout
44102
44103 \end_inset
44104
44105
44106 \begin_inset ERT
44107 status collapsed
44108
44109 \begin_layout Plain Layout
44110
44111 }
44112 \end_layout
44113
44114 \end_inset
44115
44116  MidnightBlue
44117 \end_layout
44118
44119 \end_inset
44120 </cell>
44121 </row>
44122 <row>
44123 <cell alignment="left" valignment="top" usebox="none">
44124 \begin_inset Text
44125
44126 \begin_layout Plain Layout
44127 \begin_inset ERT
44128 status collapsed
44129
44130 \begin_layout Plain Layout
44131
44132
44133 \backslash
44134 fcolorbox{black}{
44135 \end_layout
44136
44137 \end_inset
44138
44139 Mulberry
44140 \begin_inset ERT
44141 status collapsed
44142
44143 \begin_layout Plain Layout
44144
44145 }{
44146 \end_layout
44147
44148 \end_inset
44149
44150
44151 \begin_inset Phantom Phantom
44152 status open
44153
44154 \begin_layout Plain Layout
44155 W
44156 \end_layout
44157
44158 \end_inset
44159
44160
44161 \begin_inset ERT
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165
44166 }
44167 \end_layout
44168
44169 \end_inset
44170
44171  Mulberry
44172 \end_layout
44173
44174 \end_inset
44175 </cell>
44176 <cell alignment="left" valignment="top" usebox="none">
44177 \begin_inset Text
44178
44179 \begin_layout Plain Layout
44180 \begin_inset ERT
44181 status collapsed
44182
44183 \begin_layout Plain Layout
44184
44185
44186 \backslash
44187 fcolorbox{black}{
44188 \end_layout
44189
44190 \end_inset
44191
44192 NavyBlue
44193 \begin_inset ERT
44194 status collapsed
44195
44196 \begin_layout Plain Layout
44197
44198 }{
44199 \end_layout
44200
44201 \end_inset
44202
44203
44204 \begin_inset Phantom Phantom
44205 status open
44206
44207 \begin_layout Plain Layout
44208 W
44209 \end_layout
44210
44211 \end_inset
44212
44213
44214 \begin_inset ERT
44215 status collapsed
44216
44217 \begin_layout Plain Layout
44218
44219 }
44220 \end_layout
44221
44222 \end_inset
44223
44224  NavyBlue
44225 \end_layout
44226
44227 \end_inset
44228 </cell>
44229 <cell alignment="left" valignment="top" usebox="none">
44230 \begin_inset Text
44231
44232 \begin_layout Plain Layout
44233 \begin_inset ERT
44234 status collapsed
44235
44236 \begin_layout Plain Layout
44237
44238
44239 \backslash
44240 fcolorbox{black}{
44241 \end_layout
44242
44243 \end_inset
44244
44245 OliveGreen
44246 \begin_inset ERT
44247 status collapsed
44248
44249 \begin_layout Plain Layout
44250
44251 }{
44252 \end_layout
44253
44254 \end_inset
44255
44256
44257 \begin_inset Phantom Phantom
44258 status open
44259
44260 \begin_layout Plain Layout
44261 W
44262 \end_layout
44263
44264 \end_inset
44265
44266
44267 \begin_inset ERT
44268 status collapsed
44269
44270 \begin_layout Plain Layout
44271
44272 }
44273 \end_layout
44274
44275 \end_inset
44276
44277  OliveGreen
44278 \end_layout
44279
44280 \end_inset
44281 </cell>
44282 <cell alignment="left" valignment="top" usebox="none">
44283 \begin_inset Text
44284
44285 \begin_layout Plain Layout
44286 \begin_inset ERT
44287 status collapsed
44288
44289 \begin_layout Plain Layout
44290
44291
44292 \backslash
44293 fcolorbox{black}{
44294 \end_layout
44295
44296 \end_inset
44297
44298 Orange
44299 \begin_inset ERT
44300 status collapsed
44301
44302 \begin_layout Plain Layout
44303
44304 }{
44305 \end_layout
44306
44307 \end_inset
44308
44309
44310 \begin_inset Phantom Phantom
44311 status open
44312
44313 \begin_layout Plain Layout
44314 W
44315 \end_layout
44316
44317 \end_inset
44318
44319
44320 \begin_inset ERT
44321 status collapsed
44322
44323 \begin_layout Plain Layout
44324
44325 }
44326 \end_layout
44327
44328 \end_inset
44329
44330  Orange
44331 \end_layout
44332
44333 \end_inset
44334 </cell>
44335 </row>
44336 <row>
44337 <cell alignment="left" valignment="top" usebox="none">
44338 \begin_inset Text
44339
44340 \begin_layout Plain Layout
44341 \begin_inset ERT
44342 status collapsed
44343
44344 \begin_layout Plain Layout
44345
44346
44347 \backslash
44348 fcolorbox{black}{
44349 \end_layout
44350
44351 \end_inset
44352
44353 OrangeRed
44354 \begin_inset ERT
44355 status collapsed
44356
44357 \begin_layout Plain Layout
44358
44359 }{
44360 \end_layout
44361
44362 \end_inset
44363
44364
44365 \begin_inset Phantom Phantom
44366 status open
44367
44368 \begin_layout Plain Layout
44369 W
44370 \end_layout
44371
44372 \end_inset
44373
44374
44375 \begin_inset ERT
44376 status collapsed
44377
44378 \begin_layout Plain Layout
44379
44380 }
44381 \end_layout
44382
44383 \end_inset
44384
44385  OrangeRed
44386 \end_layout
44387
44388 \end_inset
44389 </cell>
44390 <cell alignment="left" valignment="top" usebox="none">
44391 \begin_inset Text
44392
44393 \begin_layout Plain Layout
44394 \begin_inset ERT
44395 status collapsed
44396
44397 \begin_layout Plain Layout
44398
44399
44400 \backslash
44401 fcolorbox{black}{
44402 \end_layout
44403
44404 \end_inset
44405
44406 Orchid
44407 \begin_inset ERT
44408 status collapsed
44409
44410 \begin_layout Plain Layout
44411
44412 }{
44413 \end_layout
44414
44415 \end_inset
44416
44417
44418 \begin_inset Phantom Phantom
44419 status open
44420
44421 \begin_layout Plain Layout
44422 W
44423 \end_layout
44424
44425 \end_inset
44426
44427
44428 \begin_inset ERT
44429 status collapsed
44430
44431 \begin_layout Plain Layout
44432
44433 }
44434 \end_layout
44435
44436 \end_inset
44437
44438  Orchid
44439 \end_layout
44440
44441 \end_inset
44442 </cell>
44443 <cell alignment="left" valignment="top" usebox="none">
44444 \begin_inset Text
44445
44446 \begin_layout Plain Layout
44447 \begin_inset ERT
44448 status collapsed
44449
44450 \begin_layout Plain Layout
44451
44452
44453 \backslash
44454 fcolorbox{black}{
44455 \end_layout
44456
44457 \end_inset
44458
44459 Peach
44460 \begin_inset ERT
44461 status collapsed
44462
44463 \begin_layout Plain Layout
44464
44465 }{
44466 \end_layout
44467
44468 \end_inset
44469
44470
44471 \begin_inset Phantom Phantom
44472 status open
44473
44474 \begin_layout Plain Layout
44475 W
44476 \end_layout
44477
44478 \end_inset
44479
44480
44481 \begin_inset ERT
44482 status collapsed
44483
44484 \begin_layout Plain Layout
44485
44486 }
44487 \end_layout
44488
44489 \end_inset
44490
44491  Peach
44492 \end_layout
44493
44494 \end_inset
44495 </cell>
44496 <cell alignment="left" valignment="top" usebox="none">
44497 \begin_inset Text
44498
44499 \begin_layout Plain Layout
44500 \begin_inset ERT
44501 status collapsed
44502
44503 \begin_layout Plain Layout
44504
44505
44506 \backslash
44507 fcolorbox{black}{
44508 \end_layout
44509
44510 \end_inset
44511
44512 Periwinkle
44513 \begin_inset ERT
44514 status collapsed
44515
44516 \begin_layout Plain Layout
44517
44518 }{
44519 \end_layout
44520
44521 \end_inset
44522
44523
44524 \begin_inset Phantom Phantom
44525 status open
44526
44527 \begin_layout Plain Layout
44528 W
44529 \end_layout
44530
44531 \end_inset
44532
44533
44534 \begin_inset ERT
44535 status collapsed
44536
44537 \begin_layout Plain Layout
44538
44539 }
44540 \end_layout
44541
44542 \end_inset
44543
44544  Periwinkle
44545 \end_layout
44546
44547 \end_inset
44548 </cell>
44549 </row>
44550 <row>
44551 <cell alignment="left" valignment="top" usebox="none">
44552 \begin_inset Text
44553
44554 \begin_layout Plain Layout
44555 \begin_inset ERT
44556 status collapsed
44557
44558 \begin_layout Plain Layout
44559
44560
44561 \backslash
44562 fcolorbox{black}{
44563 \end_layout
44564
44565 \end_inset
44566
44567 PineGreen
44568 \begin_inset ERT
44569 status collapsed
44570
44571 \begin_layout Plain Layout
44572
44573 }{
44574 \end_layout
44575
44576 \end_inset
44577
44578
44579 \begin_inset Phantom Phantom
44580 status open
44581
44582 \begin_layout Plain Layout
44583 W
44584 \end_layout
44585
44586 \end_inset
44587
44588
44589 \begin_inset ERT
44590 status collapsed
44591
44592 \begin_layout Plain Layout
44593
44594 }
44595 \end_layout
44596
44597 \end_inset
44598
44599  PineGreen
44600 \end_layout
44601
44602 \end_inset
44603 </cell>
44604 <cell alignment="left" valignment="top" usebox="none">
44605 \begin_inset Text
44606
44607 \begin_layout Plain Layout
44608 \begin_inset ERT
44609 status collapsed
44610
44611 \begin_layout Plain Layout
44612
44613
44614 \backslash
44615 fcolorbox{black}{
44616 \end_layout
44617
44618 \end_inset
44619
44620 Plum
44621 \begin_inset ERT
44622 status collapsed
44623
44624 \begin_layout Plain Layout
44625
44626 }{
44627 \end_layout
44628
44629 \end_inset
44630
44631
44632 \begin_inset Phantom Phantom
44633 status open
44634
44635 \begin_layout Plain Layout
44636 W
44637 \end_layout
44638
44639 \end_inset
44640
44641
44642 \begin_inset ERT
44643 status collapsed
44644
44645 \begin_layout Plain Layout
44646
44647 }
44648 \end_layout
44649
44650 \end_inset
44651
44652  Plum
44653 \end_layout
44654
44655 \end_inset
44656 </cell>
44657 <cell alignment="left" valignment="top" usebox="none">
44658 \begin_inset Text
44659
44660 \begin_layout Plain Layout
44661 \begin_inset ERT
44662 status collapsed
44663
44664 \begin_layout Plain Layout
44665
44666
44667 \backslash
44668 fcolorbox{black}{
44669 \end_layout
44670
44671 \end_inset
44672
44673 ProcessBlue
44674 \begin_inset ERT
44675 status collapsed
44676
44677 \begin_layout Plain Layout
44678
44679 }{
44680 \end_layout
44681
44682 \end_inset
44683
44684
44685 \begin_inset Phantom Phantom
44686 status open
44687
44688 \begin_layout Plain Layout
44689 W
44690 \end_layout
44691
44692 \end_inset
44693
44694
44695 \begin_inset ERT
44696 status collapsed
44697
44698 \begin_layout Plain Layout
44699
44700 }
44701 \end_layout
44702
44703 \end_inset
44704
44705  ProcessBlue
44706 \end_layout
44707
44708 \end_inset
44709 </cell>
44710 <cell alignment="left" valignment="top" usebox="none">
44711 \begin_inset Text
44712
44713 \begin_layout Plain Layout
44714 \begin_inset ERT
44715 status collapsed
44716
44717 \begin_layout Plain Layout
44718
44719
44720 \backslash
44721 fcolorbox{black}{
44722 \end_layout
44723
44724 \end_inset
44725
44726 Purple
44727 \begin_inset ERT
44728 status collapsed
44729
44730 \begin_layout Plain Layout
44731
44732 }{
44733 \end_layout
44734
44735 \end_inset
44736
44737
44738 \begin_inset Phantom Phantom
44739 status open
44740
44741 \begin_layout Plain Layout
44742 W
44743 \end_layout
44744
44745 \end_inset
44746
44747
44748 \begin_inset ERT
44749 status collapsed
44750
44751 \begin_layout Plain Layout
44752
44753 }
44754 \end_layout
44755
44756 \end_inset
44757
44758  Purple
44759 \end_layout
44760
44761 \end_inset
44762 </cell>
44763 </row>
44764 <row>
44765 <cell alignment="left" valignment="top" usebox="none">
44766 \begin_inset Text
44767
44768 \begin_layout Plain Layout
44769 \begin_inset ERT
44770 status collapsed
44771
44772 \begin_layout Plain Layout
44773
44774
44775 \backslash
44776 fcolorbox{black}{
44777 \end_layout
44778
44779 \end_inset
44780
44781 RawSienna
44782 \begin_inset ERT
44783 status collapsed
44784
44785 \begin_layout Plain Layout
44786
44787 }{
44788 \end_layout
44789
44790 \end_inset
44791
44792
44793 \begin_inset Phantom Phantom
44794 status open
44795
44796 \begin_layout Plain Layout
44797 W
44798 \end_layout
44799
44800 \end_inset
44801
44802
44803 \begin_inset ERT
44804 status collapsed
44805
44806 \begin_layout Plain Layout
44807
44808 }
44809 \end_layout
44810
44811 \end_inset
44812
44813  RawSienna
44814 \end_layout
44815
44816 \end_inset
44817 </cell>
44818 <cell alignment="left" valignment="top" usebox="none">
44819 \begin_inset Text
44820
44821 \begin_layout Plain Layout
44822 \begin_inset ERT
44823 status collapsed
44824
44825 \begin_layout Plain Layout
44826
44827
44828 \backslash
44829 fcolorbox{black}{
44830 \end_layout
44831
44832 \end_inset
44833
44834 RedOrange
44835 \begin_inset ERT
44836 status collapsed
44837
44838 \begin_layout Plain Layout
44839
44840 }{
44841 \end_layout
44842
44843 \end_inset
44844
44845
44846 \begin_inset Phantom Phantom
44847 status open
44848
44849 \begin_layout Plain Layout
44850 W
44851 \end_layout
44852
44853 \end_inset
44854
44855
44856 \begin_inset ERT
44857 status collapsed
44858
44859 \begin_layout Plain Layout
44860
44861 }
44862 \end_layout
44863
44864 \end_inset
44865
44866  RedOrange
44867 \end_layout
44868
44869 \end_inset
44870 </cell>
44871 <cell alignment="left" valignment="top" usebox="none">
44872 \begin_inset Text
44873
44874 \begin_layout Plain Layout
44875 \begin_inset ERT
44876 status collapsed
44877
44878 \begin_layout Plain Layout
44879
44880
44881 \backslash
44882 fcolorbox{black}{
44883 \end_layout
44884
44885 \end_inset
44886
44887 RedViolet
44888 \begin_inset ERT
44889 status collapsed
44890
44891 \begin_layout Plain Layout
44892
44893 }{
44894 \end_layout
44895
44896 \end_inset
44897
44898
44899 \begin_inset Phantom Phantom
44900 status open
44901
44902 \begin_layout Plain Layout
44903 W
44904 \end_layout
44905
44906 \end_inset
44907
44908
44909 \begin_inset ERT
44910 status collapsed
44911
44912 \begin_layout Plain Layout
44913
44914 }
44915 \end_layout
44916
44917 \end_inset
44918
44919  RedViolet
44920 \end_layout
44921
44922 \end_inset
44923 </cell>
44924 <cell alignment="left" valignment="top" usebox="none">
44925 \begin_inset Text
44926
44927 \begin_layout Plain Layout
44928 \begin_inset ERT
44929 status collapsed
44930
44931 \begin_layout Plain Layout
44932
44933
44934 \backslash
44935 fcolorbox{black}{
44936 \end_layout
44937
44938 \end_inset
44939
44940 Rhodamine
44941 \begin_inset ERT
44942 status collapsed
44943
44944 \begin_layout Plain Layout
44945
44946 }{
44947 \end_layout
44948
44949 \end_inset
44950
44951
44952 \begin_inset Phantom Phantom
44953 status open
44954
44955 \begin_layout Plain Layout
44956 W
44957 \end_layout
44958
44959 \end_inset
44960
44961
44962 \begin_inset ERT
44963 status collapsed
44964
44965 \begin_layout Plain Layout
44966
44967 }
44968 \end_layout
44969
44970 \end_inset
44971
44972  Rhodamine
44973 \end_layout
44974
44975 \end_inset
44976 </cell>
44977 </row>
44978 <row>
44979 <cell alignment="left" valignment="top" usebox="none">
44980 \begin_inset Text
44981
44982 \begin_layout Plain Layout
44983 \begin_inset ERT
44984 status collapsed
44985
44986 \begin_layout Plain Layout
44987
44988
44989 \backslash
44990 fcolorbox{black}{
44991 \end_layout
44992
44993 \end_inset
44994
44995 RoyalBlue
44996 \begin_inset ERT
44997 status collapsed
44998
44999 \begin_layout Plain Layout
45000
45001 }{
45002 \end_layout
45003
45004 \end_inset
45005
45006
45007 \begin_inset Phantom Phantom
45008 status open
45009
45010 \begin_layout Plain Layout
45011 W
45012 \end_layout
45013
45014 \end_inset
45015
45016
45017 \begin_inset ERT
45018 status collapsed
45019
45020 \begin_layout Plain Layout
45021
45022 }
45023 \end_layout
45024
45025 \end_inset
45026
45027  RoyalBlue
45028 \end_layout
45029
45030 \end_inset
45031 </cell>
45032 <cell alignment="left" valignment="top" usebox="none">
45033 \begin_inset Text
45034
45035 \begin_layout Plain Layout
45036 \begin_inset ERT
45037 status collapsed
45038
45039 \begin_layout Plain Layout
45040
45041
45042 \backslash
45043 fcolorbox{black}{
45044 \end_layout
45045
45046 \end_inset
45047
45048 RoyalPurple
45049 \begin_inset ERT
45050 status collapsed
45051
45052 \begin_layout Plain Layout
45053
45054 }{
45055 \end_layout
45056
45057 \end_inset
45058
45059
45060 \begin_inset Phantom Phantom
45061 status open
45062
45063 \begin_layout Plain Layout
45064 W
45065 \end_layout
45066
45067 \end_inset
45068
45069
45070 \begin_inset ERT
45071 status collapsed
45072
45073 \begin_layout Plain Layout
45074
45075 }
45076 \end_layout
45077
45078 \end_inset
45079
45080  RoyalPurple
45081 \end_layout
45082
45083 \end_inset
45084 </cell>
45085 <cell alignment="left" valignment="top" usebox="none">
45086 \begin_inset Text
45087
45088 \begin_layout Plain Layout
45089 \begin_inset ERT
45090 status collapsed
45091
45092 \begin_layout Plain Layout
45093
45094
45095 \backslash
45096 fcolorbox{black}{
45097 \end_layout
45098
45099 \end_inset
45100
45101 RubineRed
45102 \begin_inset ERT
45103 status collapsed
45104
45105 \begin_layout Plain Layout
45106
45107 }{
45108 \end_layout
45109
45110 \end_inset
45111
45112
45113 \begin_inset Phantom Phantom
45114 status open
45115
45116 \begin_layout Plain Layout
45117 W
45118 \end_layout
45119
45120 \end_inset
45121
45122
45123 \begin_inset ERT
45124 status collapsed
45125
45126 \begin_layout Plain Layout
45127
45128 }
45129 \end_layout
45130
45131 \end_inset
45132
45133  RubineRed
45134 \end_layout
45135
45136 \end_inset
45137 </cell>
45138 <cell alignment="left" valignment="top" usebox="none">
45139 \begin_inset Text
45140
45141 \begin_layout Plain Layout
45142 \begin_inset ERT
45143 status collapsed
45144
45145 \begin_layout Plain Layout
45146
45147
45148 \backslash
45149 fcolorbox{black}{
45150 \end_layout
45151
45152 \end_inset
45153
45154 Salmon
45155 \begin_inset ERT
45156 status collapsed
45157
45158 \begin_layout Plain Layout
45159
45160 }{
45161 \end_layout
45162
45163 \end_inset
45164
45165
45166 \begin_inset Phantom Phantom
45167 status open
45168
45169 \begin_layout Plain Layout
45170 W
45171 \end_layout
45172
45173 \end_inset
45174
45175
45176 \begin_inset ERT
45177 status collapsed
45178
45179 \begin_layout Plain Layout
45180
45181 }
45182 \end_layout
45183
45184 \end_inset
45185
45186  Salmon
45187 \end_layout
45188
45189 \end_inset
45190 </cell>
45191 </row>
45192 <row>
45193 <cell alignment="left" valignment="top" usebox="none">
45194 \begin_inset Text
45195
45196 \begin_layout Plain Layout
45197 \begin_inset ERT
45198 status collapsed
45199
45200 \begin_layout Plain Layout
45201
45202
45203 \backslash
45204 fcolorbox{black}{
45205 \end_layout
45206
45207 \end_inset
45208
45209 SeaGreen
45210 \begin_inset ERT
45211 status collapsed
45212
45213 \begin_layout Plain Layout
45214
45215 }{
45216 \end_layout
45217
45218 \end_inset
45219
45220
45221 \begin_inset Phantom Phantom
45222 status open
45223
45224 \begin_layout Plain Layout
45225 W
45226 \end_layout
45227
45228 \end_inset
45229
45230
45231 \begin_inset ERT
45232 status collapsed
45233
45234 \begin_layout Plain Layout
45235
45236 }
45237 \end_layout
45238
45239 \end_inset
45240
45241  SeaGreen
45242 \end_layout
45243
45244 \end_inset
45245 </cell>
45246 <cell alignment="left" valignment="top" usebox="none">
45247 \begin_inset Text
45248
45249 \begin_layout Plain Layout
45250 \begin_inset ERT
45251 status collapsed
45252
45253 \begin_layout Plain Layout
45254
45255
45256 \backslash
45257 fcolorbox{black}{
45258 \end_layout
45259
45260 \end_inset
45261
45262 Sepia
45263 \begin_inset ERT
45264 status collapsed
45265
45266 \begin_layout Plain Layout
45267
45268 }{
45269 \end_layout
45270
45271 \end_inset
45272
45273
45274 \begin_inset Phantom Phantom
45275 status open
45276
45277 \begin_layout Plain Layout
45278 W
45279 \end_layout
45280
45281 \end_inset
45282
45283
45284 \begin_inset ERT
45285 status collapsed
45286
45287 \begin_layout Plain Layout
45288
45289 }
45290 \end_layout
45291
45292 \end_inset
45293
45294  Sepia
45295 \end_layout
45296
45297 \end_inset
45298 </cell>
45299 <cell alignment="left" valignment="top" usebox="none">
45300 \begin_inset Text
45301
45302 \begin_layout Plain Layout
45303 \begin_inset ERT
45304 status collapsed
45305
45306 \begin_layout Plain Layout
45307
45308
45309 \backslash
45310 fcolorbox{black}{
45311 \end_layout
45312
45313 \end_inset
45314
45315 SkyBlue
45316 \begin_inset ERT
45317 status collapsed
45318
45319 \begin_layout Plain Layout
45320
45321 }{
45322 \end_layout
45323
45324 \end_inset
45325
45326
45327 \begin_inset Phantom Phantom
45328 status open
45329
45330 \begin_layout Plain Layout
45331 W
45332 \end_layout
45333
45334 \end_inset
45335
45336
45337 \begin_inset ERT
45338 status collapsed
45339
45340 \begin_layout Plain Layout
45341
45342 }
45343 \end_layout
45344
45345 \end_inset
45346
45347  SkyBlue
45348 \end_layout
45349
45350 \end_inset
45351 </cell>
45352 <cell alignment="left" valignment="top" usebox="none">
45353 \begin_inset Text
45354
45355 \begin_layout Plain Layout
45356 \begin_inset ERT
45357 status collapsed
45358
45359 \begin_layout Plain Layout
45360
45361
45362 \backslash
45363 fcolorbox{black}{
45364 \end_layout
45365
45366 \end_inset
45367
45368 SpringGreen
45369 \begin_inset ERT
45370 status collapsed
45371
45372 \begin_layout Plain Layout
45373
45374 }{
45375 \end_layout
45376
45377 \end_inset
45378
45379
45380 \begin_inset Phantom Phantom
45381 status open
45382
45383 \begin_layout Plain Layout
45384 W
45385 \end_layout
45386
45387 \end_inset
45388
45389
45390 \begin_inset ERT
45391 status collapsed
45392
45393 \begin_layout Plain Layout
45394
45395 }
45396 \end_layout
45397
45398 \end_inset
45399
45400  SpringGreen
45401 \end_layout
45402
45403 \end_inset
45404 </cell>
45405 </row>
45406 <row>
45407 <cell alignment="left" valignment="top" usebox="none">
45408 \begin_inset Text
45409
45410 \begin_layout Plain Layout
45411 \begin_inset ERT
45412 status collapsed
45413
45414 \begin_layout Plain Layout
45415
45416
45417 \backslash
45418 fcolorbox{black}{
45419 \end_layout
45420
45421 \end_inset
45422
45423 Tan
45424 \begin_inset ERT
45425 status collapsed
45426
45427 \begin_layout Plain Layout
45428
45429 }{
45430 \end_layout
45431
45432 \end_inset
45433
45434
45435 \begin_inset Phantom Phantom
45436 status open
45437
45438 \begin_layout Plain Layout
45439 W
45440 \end_layout
45441
45442 \end_inset
45443
45444
45445 \begin_inset ERT
45446 status collapsed
45447
45448 \begin_layout Plain Layout
45449
45450 }
45451 \end_layout
45452
45453 \end_inset
45454
45455  Tan
45456 \end_layout
45457
45458 \end_inset
45459 </cell>
45460 <cell alignment="left" valignment="top" usebox="none">
45461 \begin_inset Text
45462
45463 \begin_layout Plain Layout
45464 \begin_inset ERT
45465 status collapsed
45466
45467 \begin_layout Plain Layout
45468
45469
45470 \backslash
45471 fcolorbox{black}{
45472 \end_layout
45473
45474 \end_inset
45475
45476 TealBlue
45477 \begin_inset ERT
45478 status collapsed
45479
45480 \begin_layout Plain Layout
45481
45482 }{
45483 \end_layout
45484
45485 \end_inset
45486
45487
45488 \begin_inset Phantom Phantom
45489 status open
45490
45491 \begin_layout Plain Layout
45492 W
45493 \end_layout
45494
45495 \end_inset
45496
45497
45498 \begin_inset ERT
45499 status collapsed
45500
45501 \begin_layout Plain Layout
45502
45503 }
45504 \end_layout
45505
45506 \end_inset
45507
45508  TealBlue
45509 \end_layout
45510
45511 \end_inset
45512 </cell>
45513 <cell alignment="left" valignment="top" usebox="none">
45514 \begin_inset Text
45515
45516 \begin_layout Plain Layout
45517 \begin_inset ERT
45518 status collapsed
45519
45520 \begin_layout Plain Layout
45521
45522
45523 \backslash
45524 fcolorbox{black}{
45525 \end_layout
45526
45527 \end_inset
45528
45529 Thistle
45530 \begin_inset ERT
45531 status collapsed
45532
45533 \begin_layout Plain Layout
45534
45535 }{
45536 \end_layout
45537
45538 \end_inset
45539
45540
45541 \begin_inset Phantom Phantom
45542 status open
45543
45544 \begin_layout Plain Layout
45545 W
45546 \end_layout
45547
45548 \end_inset
45549
45550
45551 \begin_inset ERT
45552 status collapsed
45553
45554 \begin_layout Plain Layout
45555
45556 }
45557 \end_layout
45558
45559 \end_inset
45560
45561  Thistle
45562 \end_layout
45563
45564 \end_inset
45565 </cell>
45566 <cell alignment="left" valignment="top" usebox="none">
45567 \begin_inset Text
45568
45569 \begin_layout Plain Layout
45570 \begin_inset ERT
45571 status collapsed
45572
45573 \begin_layout Plain Layout
45574
45575
45576 \backslash
45577 fcolorbox{black}{
45578 \end_layout
45579
45580 \end_inset
45581
45582 Turquoise
45583 \begin_inset ERT
45584 status collapsed
45585
45586 \begin_layout Plain Layout
45587
45588 }{
45589 \end_layout
45590
45591 \end_inset
45592
45593
45594 \begin_inset Phantom Phantom
45595 status open
45596
45597 \begin_layout Plain Layout
45598 W
45599 \end_layout
45600
45601 \end_inset
45602
45603
45604 \begin_inset ERT
45605 status collapsed
45606
45607 \begin_layout Plain Layout
45608
45609 }
45610 \end_layout
45611
45612 \end_inset
45613
45614  Turquoise
45615 \end_layout
45616
45617 \end_inset
45618 </cell>
45619 </row>
45620 <row>
45621 <cell alignment="left" valignment="top" usebox="none">
45622 \begin_inset Text
45623
45624 \begin_layout Plain Layout
45625 \begin_inset ERT
45626 status collapsed
45627
45628 \begin_layout Plain Layout
45629
45630
45631 \backslash
45632 fcolorbox{black}{
45633 \end_layout
45634
45635 \end_inset
45636
45637 Violet
45638 \begin_inset ERT
45639 status collapsed
45640
45641 \begin_layout Plain Layout
45642
45643 }{
45644 \end_layout
45645
45646 \end_inset
45647
45648
45649 \begin_inset Phantom Phantom
45650 status open
45651
45652 \begin_layout Plain Layout
45653 W
45654 \end_layout
45655
45656 \end_inset
45657
45658
45659 \begin_inset ERT
45660 status collapsed
45661
45662 \begin_layout Plain Layout
45663
45664 }
45665 \end_layout
45666
45667 \end_inset
45668
45669  Violet
45670 \end_layout
45671
45672 \end_inset
45673 </cell>
45674 <cell alignment="left" valignment="top" usebox="none">
45675 \begin_inset Text
45676
45677 \begin_layout Plain Layout
45678 \begin_inset ERT
45679 status collapsed
45680
45681 \begin_layout Plain Layout
45682
45683
45684 \backslash
45685 fcolorbox{black}{
45686 \end_layout
45687
45688 \end_inset
45689
45690 VioletRed
45691 \begin_inset ERT
45692 status collapsed
45693
45694 \begin_layout Plain Layout
45695
45696 }{
45697 \end_layout
45698
45699 \end_inset
45700
45701
45702 \begin_inset Phantom Phantom
45703 status open
45704
45705 \begin_layout Plain Layout
45706 W
45707 \end_layout
45708
45709 \end_inset
45710
45711
45712 \begin_inset ERT
45713 status collapsed
45714
45715 \begin_layout Plain Layout
45716
45717 }
45718 \end_layout
45719
45720 \end_inset
45721
45722  VioletRed
45723 \end_layout
45724
45725 \end_inset
45726 </cell>
45727 <cell alignment="left" valignment="top" usebox="none">
45728 \begin_inset Text
45729
45730 \begin_layout Plain Layout
45731 \begin_inset ERT
45732 status collapsed
45733
45734 \begin_layout Plain Layout
45735
45736
45737 \backslash
45738 fcolorbox{black}{
45739 \end_layout
45740
45741 \end_inset
45742
45743 WildStrawberry
45744 \begin_inset ERT
45745 status collapsed
45746
45747 \begin_layout Plain Layout
45748
45749 }{
45750 \end_layout
45751
45752 \end_inset
45753
45754
45755 \begin_inset Phantom Phantom
45756 status open
45757
45758 \begin_layout Plain Layout
45759 W
45760 \end_layout
45761
45762 \end_inset
45763
45764
45765 \begin_inset ERT
45766 status collapsed
45767
45768 \begin_layout Plain Layout
45769
45770 }
45771 \end_layout
45772
45773 \end_inset
45774
45775  WildStrawberry
45776 \end_layout
45777
45778 \end_inset
45779 </cell>
45780 <cell alignment="left" valignment="top" usebox="none">
45781 \begin_inset Text
45782
45783 \begin_layout Plain Layout
45784 \begin_inset ERT
45785 status collapsed
45786
45787 \begin_layout Plain Layout
45788
45789
45790 \backslash
45791 fcolorbox{black}{
45792 \end_layout
45793
45794 \end_inset
45795
45796 YellowGreen
45797 \begin_inset ERT
45798 status collapsed
45799
45800 \begin_layout Plain Layout
45801
45802 }{
45803 \end_layout
45804
45805 \end_inset
45806
45807
45808 \begin_inset Phantom Phantom
45809 status open
45810
45811 \begin_layout Plain Layout
45812 W
45813 \end_layout
45814
45815 \end_inset
45816
45817
45818 \begin_inset ERT
45819 status collapsed
45820
45821 \begin_layout Plain Layout
45822
45823 }
45824 \end_layout
45825
45826 \end_inset
45827
45828  YellowGreen
45829 \end_layout
45830
45831 \end_inset
45832 </cell>
45833 </row>
45834 <row>
45835 <cell alignment="left" valignment="top" usebox="none">
45836 \begin_inset Text
45837
45838 \begin_layout Plain Layout
45839 \begin_inset ERT
45840 status collapsed
45841
45842 \begin_layout Plain Layout
45843
45844
45845 \backslash
45846 fcolorbox{black}{
45847 \end_layout
45848
45849 \end_inset
45850
45851 YellowOrange
45852 \begin_inset ERT
45853 status collapsed
45854
45855 \begin_layout Plain Layout
45856
45857 }{
45858 \end_layout
45859
45860 \end_inset
45861
45862
45863 \begin_inset Phantom Phantom
45864 status open
45865
45866 \begin_layout Plain Layout
45867 W
45868 \end_layout
45869
45870 \end_inset
45871
45872
45873 \begin_inset ERT
45874 status collapsed
45875
45876 \begin_layout Plain Layout
45877
45878 }
45879 \end_layout
45880
45881 \end_inset
45882
45883  YellowOrange
45884 \end_layout
45885
45886 \end_inset
45887 </cell>
45888 <cell alignment="left" valignment="top" usebox="none">
45889 \begin_inset Text
45890
45891 \begin_layout Plain Layout
45892
45893 \end_layout
45894
45895 \end_inset
45896 </cell>
45897 <cell alignment="left" valignment="top" usebox="none">
45898 \begin_inset Text
45899
45900 \begin_layout Plain Layout
45901
45902 \end_layout
45903
45904 \end_inset
45905 </cell>
45906 <cell alignment="left" valignment="top" usebox="none">
45907 \begin_inset Text
45908
45909 \begin_layout Plain Layout
45910
45911 \end_layout
45912
45913 \end_inset
45914 </cell>
45915 </row>
45916 </lyxtabular>
45917
45918 \end_inset
45919
45920
45921 \end_layout
45922
45923 \begin_layout Chapter
45924 Explication de l' équation
45925 \begin_inset space ~
45926 \end_inset
45927
45928 (
45929 \begin_inset CommandInset ref
45930 LatexCommand ref
45931 reference "eq:Wgn"
45932
45933 \end_inset
45934
45935 )
45936 \begin_inset CommandInset label
45937 LatexCommand label
45938 name "cha:Explication-de-l'Equation"
45939
45940 \end_inset
45941
45942
45943 \end_layout
45944
45945 \begin_layout Standard
45946 La largeur totale de 
45947 \emph on
45948 n
45949 \emph default
45950  cellules de tableau 
45951 \begin_inset Formula $W_{\mathrm{tot\, n}}$
45952 \end_inset
45953
45954  peut être calculée avec
45955 \begin_inset Formula 
45956 \begin{equation}
45957 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45958 \end{equation}
45959
45960 \end_inset
45961
45962
45963 \end_layout
45964
45965 \begin_layout Standard
45966 Où 
45967 \begin_inset Formula $W_{g\, n}$
45968 \end_inset
45969
45970  est la largeur fixe de toutes les cellules.
45971  
45972 \series bold
45973
45974 \backslash
45975 tabcolsep
45976 \series default
45977  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
45978  sa valeur implicite est 6
45979 \begin_inset space \thinspace{}
45980 \end_inset
45981
45982 pt.
45983  
45984 \series bold
45985
45986 \backslash
45987 arrayrulewidth
45988 \series default
45989  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45990 \begin_inset space \thinspace{}
45991 \end_inset
45992
45993 pt.
45994 \end_layout
45995
45996 \begin_layout Standard
45997 D'après l'équation
45998 \begin_inset space ~
45999 \end_inset
46000
46001
46002 \begin_inset CommandInset ref
46003 LatexCommand eqref
46004 reference "eq:Wtot_n"
46005
46006 \end_inset
46007
46008 , la largeur totale d'une multicolonne, 
46009 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
46010 \end_inset
46011
46012  est
46013 \begin_inset Formula 
46014 \begin{equation}
46015 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46016 \end{equation}
46017
46018 \end_inset
46019
46020
46021 \end_layout
46022
46023 \begin_layout Standard
46024 En posant que les équations 
46025 \begin_inset space ~
46026 \end_inset
46027
46028
46029 \begin_inset CommandInset ref
46030 LatexCommand eqref
46031 reference "eq:Wtot_n"
46032
46033 \end_inset
46034
46035  et 
46036 \begin_inset CommandInset ref
46037 LatexCommand eqref
46038 reference "eq:Wtot_mult"
46039
46040 \end_inset
46041
46042  sont égales, on peut calculer la largeur nécessaire 
46043 \begin_inset Formula $W_{g\, n}$
46044 \end_inset
46045
46046  quand 
46047 \emph on
46048 n
46049 \emph default
46050  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
46051  de 
46052 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
46053 \end_inset
46054
46055 :
46056 \begin_inset Formula 
46057 \begin{equation}
46058 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46059 \end{equation}
46060
46061 \end_inset
46062
46063
46064 \end_layout
46065
46066 \begin_layout Bibliography
46067 \begin_inset CommandInset bibitem
46068 LatexCommand bibitem
46069 key "latexcompanion"
46070
46071 \end_inset
46072
46073 Frank Mittelbach and Michel Goossens: 
46074 \emph on
46075 The LaTeX Companion Second Edition.
46076
46077 \emph default
46078  Addison-Wesley, 2004
46079 \end_layout
46080
46081 \begin_layout Bibliography
46082 \begin_inset CommandInset bibitem
46083 LatexCommand bibitem
46084 key "latexguide"
46085
46086 \end_inset
46087
46088 Helmut Kopka and Patrick W.
46089  Daly: 
46090 \emph on
46091 A Guide to LaTeX Fourth Edition.
46092
46093 \emph default
46094  Addison-Wesley, 2003
46095 \end_layout
46096
46097 \begin_layout Bibliography
46098 \begin_inset CommandInset bibitem
46099 LatexCommand bibitem
46100 key "latexbook"
46101
46102 \end_inset
46103
46104 Leslie Lamport: 
46105 \emph on
46106 LaTeX: A Document Preparation System.
46107
46108 \emph default
46109  Addison-Wesley, second edition, 1994
46110 \end_layout
46111
46112 \begin_layout Bibliography
46113 \begin_inset CommandInset bibitem
46114 LatexCommand bibitem
46115 key "arydshln"
46116
46117 \end_inset
46118
46119 Documentation du paquetage LaTeX
46120 \series bold
46121  
46122 \begin_inset CommandInset href
46123 LatexCommand href
46124 name "arydshln"
46125 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46126
46127 \end_inset
46128
46129
46130 \series default
46131
46132 \begin_inset Index idx
46133 status collapsed
46134
46135 \begin_layout Plain Layout
46136 Paquetages LaTeX ! arydshln
46137 \end_layout
46138
46139 \end_inset
46140
46141
46142 \end_layout
46143
46144 \begin_layout Bibliography
46145 \begin_inset CommandInset bibitem
46146 LatexCommand bibitem
46147 key "booktabs"
46148
46149 \end_inset
46150
46151 Documentation du paquetage LaTeX 
46152 \series bold
46153
46154 \begin_inset CommandInset href
46155 LatexCommand href
46156 name "booktabs"
46157 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46158
46159 \end_inset
46160
46161
46162 \series default
46163
46164 \begin_inset Index idx
46165 status collapsed
46166
46167 \begin_layout Plain Layout
46168 Paquetages LaTeX ! booktabs
46169 \end_layout
46170
46171 \end_inset
46172
46173
46174 \end_layout
46175
46176 \begin_layout Bibliography
46177 \begin_inset CommandInset bibitem
46178 LatexCommand bibitem
46179 key "caption"
46180
46181 \end_inset
46182
46183 Documentation du paquetage LaTeX 
46184 \series bold
46185
46186 \begin_inset CommandInset href
46187 LatexCommand href
46188 name "caption"
46189 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46190
46191 \end_inset
46192
46193
46194 \series default
46195
46196 \begin_inset Index idx
46197 status collapsed
46198
46199 \begin_layout Plain Layout
46200 Paquetages LaTeX ! caption
46201 \end_layout
46202
46203 \end_inset
46204
46205
46206 \end_layout
46207
46208 \begin_layout Bibliography
46209 \begin_inset CommandInset bibitem
46210 LatexCommand bibitem
46211 key "diagbox"
46212
46213 \end_inset
46214
46215 Documentation du paquetage LaTeX 
46216 \series bold
46217
46218 \begin_inset CommandInset href
46219 LatexCommand href
46220 name "diagbox"
46221 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46222
46223 \end_inset
46224
46225
46226 \series default
46227
46228 \begin_inset Index idx
46229 status collapsed
46230
46231 \begin_layout Plain Layout
46232 Paquetages LaTeX ! diagbox
46233 \end_layout
46234
46235 \end_inset
46236
46237
46238 \end_layout
46239
46240 \begin_layout Bibliography
46241 \begin_inset CommandInset bibitem
46242 LatexCommand bibitem
46243 key "endfloat"
46244
46245 \end_inset
46246
46247 Documentation du paquetage LaTeX 
46248 \series bold
46249
46250 \begin_inset CommandInset href
46251 LatexCommand href
46252 name "endfloat"
46253 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46254
46255 \end_inset
46256
46257
46258 \series default
46259
46260 \begin_inset Index idx
46261 status collapsed
46262
46263 \begin_layout Plain Layout
46264 Paquetages LaTeX ! endfloat
46265 \end_layout
46266
46267 \end_inset
46268
46269
46270 \end_layout
46271
46272 \begin_layout Bibliography
46273 \begin_inset CommandInset bibitem
46274 LatexCommand bibitem
46275 key "footmisc"
46276
46277 \end_inset
46278
46279 Documentation du paquetage LaTeX 
46280 \series bold
46281
46282 \begin_inset CommandInset href
46283 LatexCommand href
46284 name "footmisc"
46285 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46286
46287 \end_inset
46288
46289
46290 \series default
46291
46292 \begin_inset Index idx
46293 status collapsed
46294
46295 \begin_layout Plain Layout
46296 Paquetages LaTeX ! footmisc
46297 \end_layout
46298
46299 \end_inset
46300
46301
46302 \end_layout
46303
46304 \begin_layout Bibliography
46305 \begin_inset CommandInset bibitem
46306 LatexCommand bibitem
46307 key "hypcap"
46308
46309 \end_inset
46310
46311 Documentation du paquetage LaTeX 
46312 \series bold
46313
46314 \begin_inset CommandInset href
46315 LatexCommand href
46316 name "hypcap"
46317 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46318
46319 \end_inset
46320
46321
46322 \series default
46323
46324 \begin_inset Index idx
46325 status collapsed
46326
46327 \begin_layout Plain Layout
46328 Paquetages LaTeX ! hyperref
46329 \end_layout
46330
46331 \end_inset
46332
46333
46334 \end_layout
46335
46336 \begin_layout Bibliography
46337 \begin_inset CommandInset bibitem
46338 LatexCommand bibitem
46339 key "hyperref"
46340
46341 \end_inset
46342
46343 Documentation du paquetage LaTeX 
46344 \series bold
46345
46346 \begin_inset CommandInset href
46347 LatexCommand href
46348 name "hyperref"
46349 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46350
46351 \end_inset
46352
46353
46354 \series default
46355
46356 \begin_inset Index idx
46357 status collapsed
46358
46359 \begin_layout Plain Layout
46360 Paquetages LaTeX ! hyperref
46361 \end_layout
46362
46363 \end_inset
46364
46365
46366 \end_layout
46367
46368 \begin_layout Bibliography
46369 \begin_inset CommandInset bibitem
46370 LatexCommand bibitem
46371 key "KOMA-Script"
46372
46373 \end_inset
46374
46375 Documentation du paquetage LaTeX 
46376 \series bold
46377
46378 \begin_inset CommandInset href
46379 LatexCommand href
46380 name "KOMA-Script"
46381 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
46382
46383 \end_inset
46384
46385
46386 \series default
46387
46388 \begin_inset Index idx
46389 status collapsed
46390
46391 \begin_layout Plain Layout
46392 Paquetages LaTeX ! KOMA-Script
46393 \end_layout
46394
46395 \end_inset
46396
46397
46398 \end_layout
46399
46400 \begin_layout Bibliography
46401 \begin_inset CommandInset bibitem
46402 LatexCommand bibitem
46403 key "lettrine"
46404
46405 \end_inset
46406
46407 Documentation du paquetage LaTeX 
46408 \series bold
46409
46410 \begin_inset CommandInset href
46411 LatexCommand href
46412 name "lettrine"
46413 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46414
46415 \end_inset
46416
46417
46418 \series default
46419  et un 
46420 \begin_inset CommandInset href
46421 LatexCommand href
46422 name "exemple"
46423 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46424
46425 \end_inset
46426
46427
46428 \begin_inset Index idx
46429 status collapsed
46430
46431 \begin_layout Plain Layout
46432 Paquetages LaTeX ! lettrine
46433 \end_layout
46434
46435 \end_inset
46436
46437
46438 \end_layout
46439
46440 \begin_layout Bibliography
46441 \begin_inset CommandInset bibitem
46442 LatexCommand bibitem
46443 key "listings"
46444
46445 \end_inset
46446
46447 Documentation du paquetage LaTeX 
46448 \series bold
46449
46450 \begin_inset CommandInset href
46451 LatexCommand href
46452 name "listings"
46453 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46454
46455 \end_inset
46456
46457
46458 \series default
46459
46460 \begin_inset Index idx
46461 status collapsed
46462
46463 \begin_layout Plain Layout
46464 Paquetages LaTeX ! listings
46465 \end_layout
46466
46467 \end_inset
46468
46469
46470 \end_layout
46471
46472 \begin_layout Bibliography
46473 \begin_inset CommandInset bibitem
46474 LatexCommand bibitem
46475 key "marginnote"
46476
46477 \end_inset
46478
46479 Documentation du paquetage LaTeX 
46480 \series bold
46481
46482 \begin_inset CommandInset href
46483 LatexCommand href
46484 name "marginnote"
46485 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46486
46487 \end_inset
46488
46489
46490 \series default
46491
46492 \begin_inset Index idx
46493 status collapsed
46494
46495 \begin_layout Plain Layout
46496 Paquetages LaTeX ! marginnote
46497 \end_layout
46498
46499 \end_inset
46500
46501
46502 \end_layout
46503
46504 \begin_layout Bibliography
46505 \begin_inset CommandInset bibitem
46506 LatexCommand bibitem
46507 key "pdfpages"
46508
46509 \end_inset
46510
46511 Documentation du paquetage LaTeX 
46512 \series bold
46513
46514 \begin_inset CommandInset href
46515 LatexCommand href
46516 name "pdfpages"
46517 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46518
46519 \end_inset
46520
46521
46522 \series default
46523
46524 \begin_inset Index idx
46525 status collapsed
46526
46527 \begin_layout Plain Layout
46528 Paquetages LaTeX ! pdfpages
46529 \end_layout
46530
46531 \end_inset
46532
46533
46534 \end_layout
46535
46536 \begin_layout Bibliography
46537 \begin_inset CommandInset bibitem
46538 LatexCommand bibitem
46539 key "prettyref"
46540
46541 \end_inset
46542
46543 Documentation du paquetage LaTeX
46544 \series bold
46545  
46546 \begin_inset CommandInset href
46547 LatexCommand href
46548 name "prettyref"
46549 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46550
46551 \end_inset
46552
46553
46554 \series default
46555
46556 \begin_inset Index idx
46557 status collapsed
46558
46559 \begin_layout Plain Layout
46560 Paquetages LaTeX ! prettyref
46561 \end_layout
46562
46563 \end_inset
46564
46565
46566 \end_layout
46567
46568 \begin_layout Bibliography
46569 \begin_inset CommandInset bibitem
46570 LatexCommand bibitem
46571 key "pstricks"
46572
46573 \end_inset
46574
46575 Page Web du paquetage LaTeX 
46576 \series bold
46577
46578 \begin_inset CommandInset href
46579 LatexCommand href
46580 name "PSTricks"
46581 target "http://tug.org/PSTricks/"
46582
46583 \end_inset
46584
46585
46586 \series default
46587
46588 \begin_inset Index idx
46589 status collapsed
46590
46591 \begin_layout Plain Layout
46592 Paquetages LaTeX ! PSTricks
46593 \end_layout
46594
46595 \end_inset
46596
46597
46598 \end_layout
46599
46600 \begin_layout Bibliography
46601 \begin_inset CommandInset bibitem
46602 LatexCommand bibitem
46603 key "refstyle"
46604
46605 \end_inset
46606
46607 Documentation du paquetage LaTeX
46608 \series bold
46609  
46610 \begin_inset CommandInset href
46611 LatexCommand href
46612 name "refstyle"
46613 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46614
46615 \end_inset
46616
46617
46618 \series default
46619
46620 \begin_inset Index idx
46621 status collapsed
46622
46623 \begin_layout Plain Layout
46624 Paquetages LaTeX ! refstyle
46625 \end_layout
46626
46627 \end_inset
46628
46629
46630 \end_layout
46631
46632 \begin_layout Bibliography
46633 \begin_inset CommandInset bibitem
46634 LatexCommand bibitem
46635 key "sidecap"
46636
46637 \end_inset
46638
46639 Documentation du paquetage LaTeX 
46640 \series bold
46641
46642 \begin_inset CommandInset href
46643 LatexCommand href
46644 name "sidecap"
46645 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46646
46647 \end_inset
46648
46649
46650 \series default
46651
46652 \begin_inset Index idx
46653 status collapsed
46654
46655 \begin_layout Plain Layout
46656 Paquetages LaTeX ! sidecap
46657 \end_layout
46658
46659 \end_inset
46660
46661
46662 \end_layout
46663
46664 \begin_layout Bibliography
46665 \begin_inset CommandInset bibitem
46666 LatexCommand bibitem
46667 key "NewInLyX20"
46668
46669 \end_inset
46670
46671
46672 \begin_inset CommandInset href
46673 LatexCommand href
46674 name "Page Wiki"
46675 target "http://wiki.lyx.org/LyX/NewInLyX20"
46676
46677 \end_inset
46678
46679  au sujet des nouveautés de 
46680 \family sans
46681 LyX 2.0
46682 \family default
46683 .
46684 \end_layout
46685
46686 \begin_layout Standard
46687 \begin_inset CommandInset index_print
46688 LatexCommand printindex
46689 type "idx"
46690
46691 \end_inset
46692
46693
46694 \end_layout
46695
46696 \end_body
46697 \end_document